@charset "UTF-8";.page-loader{position:fixed;top:0;left:0;width:100%;height:100vh;background:linear-gradient(135deg,#2f6b4f,#1e4a3a);display:flex;align-items:center;justify-content:center;z-index:9999;overflow:hidden}.page-loader__content{display:flex;flex-direction:column;align-items:center;gap:2rem}.construction-house{position:relative;width:200px;height:200px;display:flex;flex-direction:column;align-items:center}.house-body{position:relative;width:120px;height:100px;z-index:2}.house-roof{position:absolute;top:-20px;left:50%;transform:translate(-50%);width:0;height:0;border-left:60px solid transparent;border-right:60px solid transparent;border-bottom:40px solid #8b4513;animation:roofShine 2s ease-in-out infinite}.house-wall{position:absolute;bottom:0;left:0;width:120px;height:80px;background:linear-gradient(45deg,#4a8b6f,#5cb85c);border-radius:8px 8px 0 0;box-shadow:0 4px 8px #0003;animation:wallPaint 3s ease-in-out infinite}.house-door{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:20px;height:30px;background:#8b4513;border-radius:4px 4px 0 0;animation:doorKnock 1.5s ease-in-out infinite}.house-window{position:absolute;width:15px;height:15px;background:#87ceeb;border-radius:50%;border:2px solid #4682b4}.house-window--left{top:20px;left:20px;animation:windowGlow 2s ease-in-out infinite}.house-window--right{top:20px;right:20px;animation:windowGlow 2s ease-in-out infinite .5s}.construction-tools{position:absolute;top:-40px;right:-60px;display:flex;flex-direction:column;gap:.5rem;z-index:3}.tool{position:relative;animation:toolFloat 2s ease-in-out infinite}.tool--hammer{animation-delay:0s}.tool--paintbrush{animation-delay:.5s}.tool--saw{animation-delay:1s}.hammer-handle{width:4px;height:20px;background:#8b4513;border-radius:2px}.hammer-head{position:absolute;top:-8px;left:-2px;width:8px;height:8px;background:silver;border-radius:2px}.paintbrush-handle{width:3px;height:18px;background:#8b4513;border-radius:1.5px}.paintbrush-bristles{position:absolute;top:-6px;left:-1px;width:5px;height:6px;background:#5cb85c;border-radius:2px 2px 0 0;animation:paintSplash 1.5s ease-in-out infinite}.saw-handle{width:4px;height:16px;background:#8b4513;border-radius:2px}.saw-blade{position:absolute;top:-4px;left:-3px;width:10px;height:4px;background:silver;border-radius:1px;animation:sawCut 1s ease-in-out infinite}.decorations{position:absolute;bottom:-20px;left:-40px;z-index:1}.flower{position:absolute;width:12px;height:12px}.flower:before{content:"";position:absolute;width:100%;height:100%;border-radius:50%;animation:flowerBloom 3s ease-in-out infinite}.flower--1{top:0;left:0}.flower--1:before{background:#ff69b4;animation-delay:0s}.flower--2{top:10px;left:15px}.flower--2:before{background:#4a8b6f;animation-delay:.5s}.flower--3{top:5px;left:30px}.flower--3:before{background:#87ceeb;animation-delay:1s}.tree{position:absolute;bottom:0;right:-30px;width:20px;height:30px}.tree:before{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:4px;height:15px;background:#8b4513;border-radius:2px}.tree:after{content:"";position:absolute;bottom:10px;left:50%;transform:translate(-50%);width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:20px solid #228b22;animation:treeSway 2s ease-in-out infinite}.progress-bar{width:200px;height:6px;background:#ffffff4d;border-radius:3px;overflow:hidden;margin-top:1.5rem}.progress-fill{height:100%;background:linear-gradient(90deg,#4a8b6f,#5cb85c,#2f6b4f);border-radius:3px;animation:progressFill 2s ease-in-out infinite}.loading-text{display:flex;flex-direction:column;align-items:center;gap:.25rem;margin-top:1.5rem}.loading-text__main{font-size:1.125rem;font-weight:600;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.3);animation:textGlow 2s ease-in-out infinite}.loading-text__sub{font-size:.875rem;color:#fffc;animation:textFade 1.5s ease-in-out infinite}.page-content{opacity:0;transform:translateY(20px);transition:all .25s ease-out}.page-content--visible{opacity:1;transform:translateY(0)}@keyframes roofShine{0%,to{filter:brightness(1)}50%{filter:brightness(1.2)}}@keyframes wallPaint{0%,to{background:linear-gradient(45deg,#4a8b6f,#5cb85c)}50%{background:linear-gradient(45deg,#5cb85c,#4a8b6f)}}@keyframes doorKnock{0%,to{transform:translate(-50%) scale(1)}50%{transform:translate(-50%) scale(1.05)}}@keyframes windowGlow{0%,to{box-shadow:0 0 5px #87ceeb80}50%{box-shadow:0 0 15px #87ceebcc}}@keyframes toolFloat{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-5px) rotate(5deg)}}@keyframes paintSplash{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}@keyframes sawCut{0%,to{transform:rotate(0)}50%{transform:rotate(15deg)}}@keyframes flowerBloom{0%,to{transform:scale(1) rotate(0)}50%{transform:scale(1.2) rotate(180deg)}}@keyframes treeSway{0%,to{transform:translate(-50%) rotate(0)}50%{transform:translate(-50%) rotate(5deg)}}@keyframes progressFill{0%{width:0%}to{width:100%}}@keyframes textGlow{0%,to{text-shadow:0 2px 4px rgba(0,0,0,.3)}50%{text-shadow:0 2px 8px rgba(255,255,255,.5)}}@keyframes textFade{0%,to{opacity:.8}50%{opacity:1}}@media (max-width: 576px){.construction-house{width:150px;height:150px}.house-body{width:90px;height:75px}.house-roof{border-left-width:45px;border-right-width:45px;border-bottom-width:30px}.house-wall{width:90px;height:60px}.construction-tools{right:-40px}.progress-bar{width:150px}.loading-text__main{font-size:1rem}}.carousel,.carousel .carousel-container{position:relative;width:100%;height:100%;overflow:hidden}.carousel .carousel-track{display:flex;width:100%;height:100%}.carousel .carousel-slide{flex:0 0 100%;width:100%;height:100%;position:relative}.carousel .carousel-image{width:100%;height:100%;position:relative}.carousel .carousel-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.carousel .carousel-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:20px}.carousel .carousel-content{text-align:center;color:#fff;max-width:800px;z-index:2}.carousel .carousel-icon{margin-bottom:20px}.carousel .carousel-icon .icon-text{font-size:4rem;display:block;filter:drop-shadow(0 2px 4px rgba(0,0,0,.5));animation:iconFloat 3s ease-in-out infinite}.carousel .carousel-title{font-size:3.5rem;font-weight:700;margin-bottom:20px;text-shadow:0 2px 4px rgba(0,0,0,.5)}@media (max-width: 768px){.carousel .carousel-title{font-size:2.5rem}}.carousel .carousel-subtitle{font-size:1.5rem;font-weight:300;margin-bottom:20px;opacity:.9}@media (max-width: 768px){.carousel .carousel-subtitle{font-size:1.2rem}}.carousel .carousel-description{font-size:1.1rem;line-height:1.6;opacity:.8;max-width:600px;margin:0 auto 20px}@media (max-width: 768px){.carousel .carousel-description{font-size:1rem}}.carousel .carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);background-color:#ffffffe6;border:none;border-radius:.25rem;width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .25s ease-out;z-index:10;box-shadow:0 1px 3px #0000001f,0 1px 2px #0000003d}.carousel .carousel-arrow:hover{background-color:#2f6b4f;color:#fff;transform:translateY(-50%) scale(1.05);box-shadow:0 3px 6px #00000029,0 3px 6px #0000003b}.carousel .carousel-arrow:focus{outline:2px solid #2f6b4f;outline-offset:2px}.carousel .carousel-arrow--prev{left:1.5rem}.carousel .carousel-arrow--next{right:1.5rem}.carousel .carousel-arrow svg{width:18px;height:18px}.carousel .carousel-indicators{position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem;z-index:10}.carousel .carousel-indicator{width:10px;height:10px;border-radius:50%;background-color:#ffffff80;border:none;cursor:pointer;transition:all .25s ease-out}.carousel .carousel-indicator:hover{background-color:#fffc;transform:scale(1.2)}.carousel .carousel-indicator.active{background-color:#2f6b4f;transform:scale(1.2)}.carousel .carousel-indicator:focus{outline:2px solid #2f6b4f;outline-offset:2px}.carousel--default .carousel-overlay,.carousel--service .carousel-overlay{background:linear-gradient(135deg,#1a5f3ccc,#2d7a4fb3,#0009)}@keyframes iconFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (max-width: 576px){.carousel .carousel-overlay{padding:1.5rem}.carousel .carousel-title{font-size:2.5rem}.carousel .carousel-subtitle{font-size:1.2rem}.carousel .carousel-description{font-size:1rem}.carousel .carousel-arrow{width:40px;height:40px}.carousel .carousel-arrow svg{width:16px;height:16px}}.home-hero{position:relative;height:100vh;min-height:600px;overflow:hidden;background:#000}.home-hero .carousel{width:100%;height:100%}.services{padding:4rem 0;background-color:#fff}.services .section-header{text-align:center;margin-bottom:4rem}.services .section-header .section-title{font-size:1.875rem;font-weight:700;color:#2f6b4f;margin-bottom:1rem;position:relative}.services .section-header .section-title:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:60px;height:3px;background:linear-gradient(90deg,#2f6b4f,#5cb85c);border-radius:2px}.services .section-header .section-description{font-size:1.125rem;color:#2c3e50;max-width:600px;margin:0 auto;line-height:1.6}.services__grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.services__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 992px){.services__grid{grid-template-columns:repeat(2,1fr);gap:3rem}}@media (min-width: 1200px){.services__grid{grid-template-columns:repeat(4,1fr)}}.service-card{text-align:center;padding:3rem;transition:all .25s ease-out;background-color:#fff;border:1px solid #f1f3f4;border-radius:.5rem;box-shadow:0 1px 3px #0000001f,0 1px 2px #0000003d}.service-card:hover{transform:translateY(-4px);box-shadow:0 3px 6px #00000029,0 3px 6px #0000003b;border-color:#2f6b4f}.service-card__icon{width:64px;height:64px;margin:0 auto 1.5rem;background-color:#2f6b4f;border-radius:.5rem;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;transition:all .25s ease-out}.service-card:hover .service-card__icon{background-color:#4a8b6f;transform:scale(1.05)}.service-card__title{font-size:1.25rem;font-weight:600;color:#2f6b4f;margin-bottom:1rem}.service-card__description{color:#2c3e50;line-height:1.6;margin-bottom:1.5rem;font-size:1rem}.service-card__features{list-style:none;padding:0;margin:0 0 1.5rem;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.service-card__feature{background-color:#2f6b4f;color:#fff;padding:.25rem .5rem;border-radius:.125rem;font-size:.875rem;font-weight:500}@media (max-width: 576px){.service-card__feature{font-size:.75rem;padding:.25rem}}.service-card .btn{margin-top:auto;width:100%}@media (min-width: 576px){.service-card .btn{width:auto;min-width:140px}}@media (max-width: 576px){.services{padding:3rem 0}.services__header{margin-bottom:3rem}.service-card{padding:1.5rem}.service-card__icon{width:48px;height:48px;font-size:1.25rem}.service-card__title{font-size:1.125rem}.service-card__description{font-size:.875rem}}.company-intro{padding:4rem 0;background:linear-gradient(135deg,#fff,#e9ecef)}.intro-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}@media (max-width: 768px){.intro-content{grid-template-columns:1fr;gap:2rem}}.intro-text .intro-title{font-size:1.875rem;font-weight:700;color:#2f6b4f;margin-bottom:1rem;position:relative}.intro-text .intro-title:after{content:"";position:absolute;bottom:-8px;left:0;width:60px;height:3px;background:linear-gradient(90deg,#2f6b4f,#4a8b6f);border-radius:2px}.intro-text .intro-subtitle{font-size:1.25rem;color:#2c3e50;margin-bottom:1.5rem;font-weight:600}.intro-text .intro-description{font-size:1.125rem;line-height:1.8;color:#2c3e50;margin-bottom:3rem}.intro-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media (max-width: 576px){.intro-stats{grid-template-columns:1fr;gap:1rem}}.stat-item{text-align:center;padding:1.5rem;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;transition:all .25s ease-out}.stat-item:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00000026}.stat-icon{display:none}.stat-content{display:flex;flex-direction:column;gap:.25rem}.stat-number{font-size:2rem;font-weight:700;color:#333;margin-bottom:.25rem}.stat-label{font-size:.875rem;color:#666;font-weight:500}.intro-image img{width:100%;height:400px;-o-object-fit:cover;object-fit:cover;border-radius:.5rem;box-shadow:0 3px 6px #00000029,0 3px 6px #0000003b;transition:all .25s ease-out}.intro-image img:hover{transform:scale(1.02);box-shadow:0 10px 20px #00000030,0 6px 6px #0000003b}@media (max-width: 576px){.company-intro{padding:3rem 0}.intro-title{font-size:1.5rem}.intro-subtitle{font-size:1.125rem}.intro-description{font-size:1rem}.intro-image img{height:300px}}.business-scope{padding:4rem 0;background:#fff}.business-scope .section-header{text-align:center;margin-bottom:4rem}.business-scope .section-header .section-title{font-size:1.875rem;font-weight:700;color:#2f6b4f;margin-bottom:1rem;position:relative}.business-scope .section-header .section-title:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:60px;height:3px;background:linear-gradient(90deg,#2f6b4f,#4a8b6f);border-radius:2px}.business-scope .section-header .section-description{font-size:1.125rem;color:#2c3e50;max-width:600px;margin:0 auto;line-height:1.6}.business-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}@media (max-width: 768px){.business-grid{grid-template-columns:1fr;gap:1.5rem}}.business-card{background:#fff;border-radius:.5rem;padding:3rem;box-shadow:0 1px 3px #0000001f,0 1px 2px #0000003d;border:1px solid #f1f3f4;transition:all .25s ease-out}.business-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #00000030,0 6px 6px #0000003b;border-color:#2f6b4f}.card-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.card-icon{display:flex;align-items:center;justify-content:center;width:60px;height:60px;border-radius:.5rem;color:#fff;font-size:1.25rem;flex-shrink:0}.card-title{font-size:1.25rem;font-weight:600;color:#2f6b4f;margin:0}.card-description{font-size:1rem;color:#2c3e50;line-height:1.6;margin-bottom:1.5rem}.card-features{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}@media (max-width: 576px){.card-features{grid-template-columns:1fr}}.feature-item{display:flex;align-items:center;gap:.25rem;font-size:.875rem;color:#2c3e50}.feature-item .feature-dot{width:6px;height:6px;background:#2f6b4f;border-radius:50%;flex-shrink:0}@media (max-width: 576px){.business-scope{padding:3rem 0}.section-title{font-size:1.5rem}.section-description{font-size:1rem}.business-card{padding:1.5rem}.card-icon{width:50px;height:50px;font-size:1.125rem}.card-title{font-size:1.125rem}}.core-advantages{padding:4rem 0;background:linear-gradient(135deg,#2f6b4f,#1e4a3a);color:#fff}.core-advantages .section-header{text-align:center;margin-bottom:4rem}.core-advantages .section-header .section-title{font-size:1.875rem;font-weight:700;color:#fff;margin-bottom:1rem;position:relative}.core-advantages .section-header .section-title:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:60px;height:3px;background:linear-gradient(90deg,#4a8b6f,#5cb85c);border-radius:2px}.core-advantages .section-header .section-description{font-size:1.125rem;color:#ffffffe6;max-width:600px;margin:0 auto;line-height:1.6}.advantages-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}@media (max-width: 768px){.advantages-grid{grid-template-columns:1fr;gap:1.5rem}}.advantage-card{background:#ffffff1a;border-radius:.5rem;padding:3rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);transition:all .25s ease-out}.advantage-card:hover{transform:translateY(-5px);background:#ffffff26;box-shadow:0 10px 20px #00000030,0 6px 6px #0000003b}.advantage-icon{display:flex;align-items:center;justify-content:center;width:80px;height:80px;border-radius:.5rem;color:#fff;font-size:1.5rem;margin-bottom:1.5rem;box-shadow:0 3px 6px #00000029,0 3px 6px #0000003b}.advantage-content .advantage-title{font-size:1.25rem;font-weight:600;color:#fff;margin-bottom:1rem}.advantage-content .advantage-description{font-size:1rem;color:#fffc;line-height:1.6;margin-bottom:1.5rem}.advantage-details{display:flex;flex-wrap:wrap;gap:.25rem}.detail-tag{display:inline-block;padding:.25rem .5rem;background:#fff3;border-radius:.125rem;font-size:.75rem;color:#fff;font-weight:500;transition:all .25s ease-out}.detail-tag:hover{background:#ffffff4d;transform:translateY(-1px)}@media (max-width: 576px){.core-advantages{padding:3rem 0}.core-advantages__section-title{font-size:1.5rem}.core-advantages__section-description{font-size:1rem}.advantage-card{padding:1.5rem}.advantage-icon{width:60px;height:60px;font-size:1.25rem}.advantage-title{font-size:1.125rem}.advantage-details{gap:.25rem}.detail-tag{font-size:10px;padding:4px 8px}}.about-us{padding:4rem 0;background:#fff}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}@media (max-width: 992px){.about-content{grid-template-columns:1fr;gap:3rem}}.about-text .about-title{font-size:1.875rem;font-weight:700;color:#2f6b4f;margin-bottom:1rem;position:relative}.about-text .about-title:after{content:"";position:absolute;bottom:-8px;left:0;width:60px;height:3px;background:linear-gradient(90deg,#2f6b4f,#4a8b6f);border-radius:2px}.about-text .about-subtitle{font-size:1.25rem;color:#2c3e50;margin-bottom:1.5rem;font-weight:600}.about-text .about-description{font-size:1.125rem;line-height:1.8;color:#2c3e50;margin-bottom:3rem}.about-features{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media (max-width: 576px){.about-features{grid-template-columns:1fr;gap:1rem}}.feature-icon{display:flex;align-items:center;justify-content:center;width:50px;height:50px;background:#2f6b4f;border-radius:.25rem;color:#fff;font-size:1.125rem;flex-shrink:0}.feature-content{flex:1}.feature-title{font-size:1rem;font-weight:600;color:#2f6b4f;margin-bottom:.25rem}.feature-description{font-size:.875rem;color:#2c3e50;line-height:1.5}.about-image{position:relative;border-radius:.5rem;overflow:hidden;box-shadow:0 3px 6px #00000029,0 3px 6px #0000003b}.about-image img{width:100%;height:500px;-o-object-fit:cover;object-fit:cover;transition:transform .25s ease-out}.about-image:hover img{transform:scale(1.05)}@media (max-width: 576px){.about-us{padding:3rem 0}.about-title{font-size:1.5rem}.about-subtitle{font-size:1.125rem}.about-description{font-size:1rem}.about-image img{height:300px}.image-overlay{padding:1.5rem}.image-overlay .overlay-content h3{font-size:1.125rem}.image-overlay .overlay-content p{font-size:.875rem}}.featured-projects{padding:4rem 0;background:linear-gradient(135deg,#2f6b4f,#1e4a3a);color:#fff}.featured-projects .section-header{text-align:center;margin-bottom:4rem}.featured-projects .section-header .section-title{font-size:1.875rem;font-weight:700;color:#fff;margin-bottom:1rem;position:relative}.featured-projects .section-header .section-title:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:60px;height:3px;background:linear-gradient(90deg,#4a8b6f,#5cb85c);border-radius:2px}.featured-projects .section-header .section-description{font-size:1.125rem;color:#ffffffe6;max-width:600px;margin:0 auto;line-height:1.6}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}@media (max-width: 768px){.projects-grid{grid-template-columns:1fr;gap:1.5rem}}.project-card{position:relative;border-radius:.5rem;overflow:hidden;box-shadow:0 3px 6px #00000029,0 3px 6px #0000003b;transition:all .25s ease-out}.project-card:hover{transform:translateY(-10px);box-shadow:0 14px 28px #00000040,0 10px 10px #00000038}.project-card:hover .project-overlay{opacity:1}.project-card:hover .project-image img{transform:scale(1.1)}.project-image{position:relative;height:280px;overflow:hidden}.project-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .25s ease-out}.project-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#2f6b4fe6,#1e4a3ae6);display:flex;align-items:flex-end;padding:2rem;opacity:0;transition:opacity .25s ease-out}.overlay-content{width:100%}.project-category{display:flex;align-items:center;gap:.25rem;font-size:.875rem;color:#fffc;margin-bottom:.5rem}.project-category svg{font-size:1rem}.project-title{font-size:1.125rem;font-weight:600;margin-bottom:.25rem;color:#fff}.project-description{font-size:.875rem;color:#fffc;line-height:1.5;margin-bottom:1rem}.project-rating{display:flex;gap:.25rem}.project-rating .star-icon{color:#4a8b6f;font-size:.875rem}@media (max-width: 576px){.featured-projects{padding:3rem 0}.featured-projects__section-title{font-size:1.5rem}.featured-projects__section-description{font-size:1rem}.project-image{height:220px}.project-overlay{padding:1.5rem}.project-title{font-size:1rem}.project-description{font-size:12px}}.contact-us{padding:4rem 0;background:linear-gradient(135deg,#2f6b4f,#1e4a3a);color:#fff}.contact-us .section-header{text-align:center;margin-bottom:4rem}.contact-us .section-header .section-title{font-size:1.875rem;font-weight:700;color:#fff;margin-bottom:1rem;position:relative}.contact-us .section-header .section-title:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:60px;height:3px;background:linear-gradient(90deg,#4a8b6f,#5cb85c);border-radius:2px}.contact-us .section-header .section-description{font-size:1.125rem;color:#ffffffe6;max-width:600px;margin:0 auto;line-height:1.6}.contact-us .contact-content{max-width:1200px;margin:0 auto}.contact-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:2rem}@media (max-width: 992px){.contact-grid{grid-template-columns:1fr;gap:1.5rem}}.contact-column{display:flex;flex-direction:column;gap:1rem;text-align:left}.contact-item{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:#ffffff1a;border-radius:.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .25s ease-out}.contact-item:hover{background:#fff3;transform:translateY(-2px)}.contact-icon{display:flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:.25rem;color:#fff;font-size:1.125rem;flex-shrink:0}.contact-content{flex:1;display:flex;flex-direction:column;justify-content:center}.contact-label{font-size:1rem;font-weight:600;margin-bottom:.25rem;color:#fff}.contact-value{font-size:.875rem;color:#fffc;line-height:1.5}.map-section{display:flex;flex-direction:column;height:100%;cursor:pointer;transition:all .25s ease-out}.map-section:hover{transform:translateY(-2px)}.map-placeholder{width:100%;height:100%;min-height:260px;background:linear-gradient(135deg,#4a8b6f,#5cb85c);border-radius:.5rem;display:flex;align-items:center;justify-content:center;padding:2rem;color:#fff;box-shadow:0 3px 6px #00000029,0 3px 6px #0000003b;transition:all .25s ease-out}.map-placeholder:hover{transform:translateY(-2px);box-shadow:0 10px 20px #00000030,0 6px 6px #0000003b}.map-info{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;height:100%}.map-icon{font-size:1.875rem;color:#fff;flex-shrink:0;margin-bottom:1.5rem}.map-details{flex:1}.map-title{font-size:1.125rem;font-weight:600;margin-bottom:.5rem;color:#fff}.map-address{font-size:1rem;color:#ffffffe6;line-height:1.4}@media (max-width: 576px){.contact-us{padding:3rem 0}.contact-title{font-size:1.5rem}.contact-subtitle{font-size:1rem}.contact-item,.address-card{padding:1rem}.map-placeholder{max-height:200px}.map-icon{font-size:1.5rem;margin-bottom:1rem}.map-title{font-size:1rem}.map-address{font-size:.875rem}}.service-section{padding:4rem 0;background:#fff}.service-section:nth-child(2n){background:#fff}.service-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}@media (max-width: 992px){.service-content{grid-template-columns:1fr;gap:3rem}}.service-text .service-header{margin-bottom:1.5rem}.service-text .service-header .service-title{display:flex;align-items:center;gap:.5rem;font-size:1.875rem;font-weight:700;color:#2f6b4f;margin-bottom:1rem;position:relative}.service-text .service-header .service-title .icon-text{font-size:1.5rem;color:#2f6b4f;flex-shrink:0}.service-text .service-header .service-title:after{content:"";position:absolute;bottom:-8px;left:0;width:60px;height:3px;background:linear-gradient(90deg,#2f6b4f,#4a8b6f);border-radius:2px}.service-text .service-header .service-subtitle{font-size:1.25rem;color:#2c3e50;margin-bottom:1.5rem;font-weight:600}.service-text .service-description{font-size:1.125rem;line-height:1.8;color:#2c3e50;margin-bottom:3rem}.service-features{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media (max-width: 576px){.service-features{grid-template-columns:1fr;gap:1rem}}.feature-item{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:#fffc;border-radius:.5rem;box-shadow:0 1px 3px #0000001f,0 1px 2px #0000003d;transition:all .25s ease-out}.feature-item:hover{transform:translateY(-3px);box-shadow:0 3px 6px #00000029,0 3px 6px #0000003b}.feature-item .feature-icon{display:flex;align-items:center;justify-content:center;width:50px;height:50px;background:#2f6b4f;border-radius:.25rem;color:#fff;font-size:1.125rem;flex-shrink:0}.feature-item .feature-icon .feature-icon-text{font-weight:700}.feature-item .feature-content{flex:1}.feature-item .feature-content .feature-title{font-size:1rem;font-weight:600;color:#2f6b4f;margin-bottom:.25rem}.service-image{position:relative;border-radius:.5rem;overflow:hidden;box-shadow:0 3px 6px #00000029,0 3px 6px #0000003b}.service-image img{width:100%;height:500px;-o-object-fit:cover;object-fit:cover;transition:transform .25s ease-out}.service-image:hover img{transform:scale(1.05)}.image-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000000b3);padding:3rem;color:#fff}.image-overlay .overlay-content h3{font-size:1.25rem;font-weight:600;margin-bottom:.25rem}.image-overlay .overlay-content p{font-size:1rem;opacity:.9;line-height:1.5}.service-section:nth-child(2n) .service-content{direction:rtl}.service-section:nth-child(2n) .service-content .service-text{direction:ltr}.service-section:nth-child(2n) .service-content .service-image{direction:ltr}@media (max-width: 576px){.service-section{padding:3rem 0}.service-header .service-title{align-items:flex-start;gap:.5rem}.service-header .service-title .icon-text{font-size:1.25rem}.service-title{font-size:1.5rem}.service-subtitle{font-size:1.125rem}.service-description{font-size:1rem}.service-image img{height:300px}.image-overlay{padding:1.5rem}.image-overlay .overlay-content h3{font-size:1.125rem}.image-overlay .overlay-content p{font-size:.875rem}}.service-hero{position:relative;height:100vh;min-height:600px;overflow:hidden;background:#000}.service-hero .carousel{width:100%;height:100%}.contact-hero{position:relative;height:100vh;min-height:600px;overflow:hidden;background:#000}.contact-hero .carousel{width:100%;height:100%}.page-header{text-align:center;margin-bottom:60px;padding:40px 0}.page-header .page-title{font-size:2.5rem;font-weight:700;color:#2c3e50;margin-bottom:20px}@media (max-width: 768px){.page-header .page-title{font-size:2rem}}.page-header .page-description{font-size:1.1rem;color:#7f8c8d;max-width:600px;margin:0 auto;line-height:1.6}.baidu-map{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 8px 16px #00000014;margin-bottom:40px}.baidu-map__header{background:linear-gradient(135deg,#2f6b4f,#1e4a3a);color:#fff;padding:24px;text-align:center}.baidu-map__header .baidu-map__title{font-size:1.4rem;font-weight:600;margin:0 0 8px;color:#fff}.baidu-map__header .baidu-map__subtitle{font-size:1rem;margin:0;opacity:.9;color:#fff}.baidu-map__container{height:500px;width:100%;position:relative}.baidu-map__container .BMap_bubble_title{font-weight:600;color:#2c3e50}.baidu-map__container .BMap_bubble_content{color:#6c757d}.baidu-map .map-fallback{height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#fff,#e9ecef);color:#2c3e50}.baidu-map .map-fallback__content{text-align:center;padding:20px;max-width:300px}.baidu-map .map-fallback__content h3{font-size:1.2rem;margin:0 0 12px;color:#2f6b4f}.baidu-map .map-fallback__content p{margin:0 0 16px;color:#adb5bd;line-height:1.5}.baidu-map .map-fallback__content .map-fallback__info{background:#fff;padding:16px;border-radius:8px;box-shadow:0 2px 4px #00000014}.baidu-map .map-fallback__content .map-fallback__info h4{font-size:1.1rem;margin:0 0 12px;color:#2c3e50}.baidu-map .map-fallback__content .map-fallback__info p{margin:0 0 8px;font-size:.9rem;color:#6c757d}.baidu-map .map-fallback__content .map-fallback__info p:last-child{margin-bottom:0}@media (max-width: 768px){.baidu-map{margin-bottom:30px}.baidu-map__header{padding:20px}.baidu-map__header .baidu-map__title{font-size:1.2rem}.baidu-map__header .baidu-map__subtitle{font-size:.9rem}.baidu-map__container{height:400px}.baidu-map .map-fallback__content{padding:16px;max-width:280px}.baidu-map .map-fallback__content h3{font-size:1.1rem}.baidu-map .map-fallback__content .map-fallback__info{padding:14px}.baidu-map .map-fallback__content .map-fallback__info h4{font-size:1rem}.baidu-map .map-fallback__content .map-fallback__info p{font-size:.85rem}}.contact-map-section{margin-bottom:60px}@media (max-width: 768px){.contact-map-section{margin-bottom:40px}}.contact-form{background:#fff;border-radius:12px;padding:50px;box-shadow:0 8px 16px #00000014;width:100%;margin:0 auto}.contact-form__header{text-align:center;margin-bottom:40px}.contact-form__header .contact-form__title{font-size:2rem;font-weight:600;color:#2c3e50;margin-bottom:12px}.contact-form__header .contact-form__subtitle{color:#adb5bd;font-size:1.1rem;line-height:1.5}.contact-form__form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}@media (max-width: 768px){.contact-form__form .form-row{grid-template-columns:1fr;gap:16px}}.contact-form__form .form-group{margin-bottom:24px}.contact-form__form .form-group .form-label{display:flex;align-items:center;gap:8px;font-size:.95rem;font-weight:500;color:#2c3e50;margin-bottom:8px}.contact-form__form .form-group .form-label__icon{color:#2f6b4f;font-size:.9rem}.contact-form__form .form-group .form-input,.contact-form__form .form-group .form-textarea{width:100%;padding:14px 18px;border:2px solid #f1f3f4;border-radius:8px;font-size:1rem;transition:all .3s ease;background:#fff}.contact-form__form .form-group .form-input:focus,.contact-form__form .form-group .form-textarea:focus{outline:none;border-color:#2f6b4f;background:#fff;box-shadow:0 0 0 3px #2f6b4f1a}.contact-form__form .form-group .form-input::-moz-placeholder,.contact-form__form .form-group .form-textarea::-moz-placeholder{color:#adb5bd}.contact-form__form .form-group .form-input::placeholder,.contact-form__form .form-group .form-textarea::placeholder{color:#adb5bd}.contact-form__form .form-group .form-textarea{resize:vertical;min-height:140px;font-family:inherit}.contact-form__form .form-actions{text-align:center;margin-top:40px}.contact-form__form .form-actions .btn{display:inline-flex;align-items:center;gap:10px;padding:16px 36px;font-size:1.1rem;font-weight:500;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;text-decoration:none}.contact-form__form .form-actions .btn--primary{background:linear-gradient(135deg,#2f6b4f,#1e4a3a);color:#fff}.contact-form__form .form-actions .btn--primary:hover:not(:disabled){background:linear-gradient(135deg,#1e4a3a,#0f261e);transform:translateY(-2px);box-shadow:0 6px 20px #2f6b4f4d}.contact-form__form .form-actions .btn--primary:disabled{background:#adb5bd;cursor:not-allowed;transform:none;box-shadow:none}.contact-form__form .form-actions .btn__icon{font-size:1rem}.contact-form__form .form-actions .btn .spinner{width:18px;height:18px;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:spin 1s linear infinite}.contact-form__form .form-message{margin-top:24px;padding:18px;border-radius:8px;text-align:center;font-weight:500}.contact-form__form .form-message--success{background:#28a7451a;color:#28a745;border:1px solid rgba(40,167,69,.3)}.contact-form__form .form-message--error{background:#dc35451a;color:#dc3545;border:1px solid rgba(220,53,69,.3)}@media (max-width: 768px){.contact-form{padding:40px 30px}.contact-form__header{margin-bottom:30px}.contact-form__header .contact-form__title{font-size:1.6rem}.contact-form__header .contact-form__subtitle{font-size:1rem}.contact-form__form .form-row{margin-bottom:16px}.contact-form__form .form-group{margin-bottom:20px}.contact-form__form .form-group .form-input,.contact-form__form .form-group .form-textarea{padding:12px 16px;font-size:.95rem}.contact-form__form .form-group .form-textarea{min-height:120px}.contact-form__form .form-actions{margin-top:30px}.contact-form__form .form-actions .btn{padding:14px 28px;font-size:1rem}}@media (max-width: 480px){.contact-form{padding:30px 20px}.contact-form__form .form-actions .btn{width:100%;justify-content:center}}.contact-form-section{margin-bottom:60px}.svg-icon{display:inline-block;width:1em;height:1em;fill:currentColor;vertical-align:middle}.svg-icon:hover{opacity:.8}.contact-info{background:#fff;border-radius:12px;padding:40px;box-shadow:0 4px 20px #00000014;margin-bottom:40px}.contact-info__header{text-align:center;margin-bottom:40px}.contact-info__header .contact-info__title{font-size:1.8rem;font-weight:600;color:#2c3e50;margin-bottom:12px}.contact-info__header .contact-info__subtitle{color:#7f8c8d;font-size:1rem;line-height:1.5}.contact-info__content .contact-info__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}@media (max-width: 768px){.contact-info__content .contact-info__grid{grid-template-columns:1fr;gap:16px}}.contact-info .contact-method{display:flex;align-items:flex-start;gap:16px;padding:20px;border-radius:8px;background:#f8f9fa;transition:all .3s ease}.contact-info .contact-method:hover{background:#e9ecef;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.contact-info .contact-method__icon{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.2rem;flex-shrink:0}.contact-info .contact-method__content{flex:1}.contact-info .contact-method__content .contact-method__title{font-size:1.1rem;font-weight:600;color:#2c3e50;margin-bottom:8px}.contact-info .contact-method__content .contact-method__value{font-size:1rem;color:#34495e;margin-bottom:6px;font-weight:500}.contact-info .contact-method__content .contact-method__description{font-size:.9rem;color:#7f8c8d;line-height:1.4}.contact-info .contact-method--address{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-left:4px solid #4caf50}@media (max-width: 768px){.contact-info{padding:30px 20px;margin-bottom:30px}.contact-info__header{margin-bottom:30px}.contact-info__header .contact-info__title{font-size:1.5rem}.contact-info__content{gap:25px}.contact-info__right .map-container{min-height:350px}.contact-info__right .map-container .map-header{padding:16px}.contact-info__right .map-container .map-header__title{font-size:1.1rem}.contact-info__right .map-container .map-content .map-placeholder .map-overlay{padding:16px}.contact-info__right .map-container .map-content .map-placeholder .map-overlay .map-info{max-width:280px}.contact-info__right .map-container .map-content .map-placeholder .map-overlay .map-info__icon{font-size:2.5rem;margin-bottom:16px}.contact-info__right .map-container .map-content .map-placeholder .map-overlay .map-info__content .map-info__title{font-size:1rem}.contact-info__right .map-container .map-content .map-placeholder .map-overlay .map-info__content .map-info__address{font-size:.9rem}.contact-info__right .map-container .map-content .map-placeholder .map-overlay .map-info__content .map-info__description{font-size:.85rem}.contact-info__right .map-container .map-content .map-placeholder .map-overlay .map-info__content .map-info__actions .btn{padding:8px 16px;font-size:.85rem}.contact-info .contact-method{padding:16px;gap:12px}.contact-info .contact-method__icon{width:40px;height:40px;font-size:1rem}.contact-info .contact-method__content .contact-method__title{font-size:1rem}.contact-info .contact-method__content .contact-method__value{font-size:.9rem}.contact-info .contact-method__content .contact-method__description{font-size:.8rem}}.contact-page{min-height:100vh;background-color:#f8f9fa}.contact-page .container{max-width:1200px;margin:0 auto;padding:0 20px}.contact-page .contact-hero{margin-bottom:60px}.header{position:fixed;top:0;left:0;right:0;z-index:1000;background-color:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(47,107,79,.1);transition:all .25s ease-out}.header--scrolled{background-color:#fffffffa;box-shadow:0 3px 6px #00000029,0 3px 6px #0000003b}.header__container{max-width:1200px;margin:0 auto;padding:1rem .5rem;display:flex;align-items:center;justify-content:space-between}@media (min-width: 768px){.header__container{padding:1rem}}@media (min-width: 992px){.header__container{padding:1rem 1.5rem}}.header__logo .logo-link{display:flex;align-items:center;gap:.5rem;text-decoration:none;transition:all .25s ease-out}.header__logo .logo-link:hover{transform:translateY(-1px)}.header__logo-img{width:40px;height:40px;-o-object-fit:cover;object-fit:cover;border-radius:.125rem}.logo-text{display:flex;flex-direction:column;gap:2px}.logo-text__chinese{font-size:1.125rem;font-weight:600;color:#2c3e50;letter-spacing:.5px}.logo-text__english{font-size:.75rem;color:#6c757d;font-weight:400;letter-spacing:.3px}@keyframes leafSpin{0%{transform:rotate(-45deg)}to{transform:rotate(315deg)}}.header__nav{display:flex;align-items:center;gap:1.5rem}@media (max-width: 992px){.header__nav{display:none}}.nav-link{display:flex;align-items:center;gap:.25rem;padding:.5rem 1rem;color:#6c757d;text-decoration:none;font-weight:500;border-radius:.25rem;transition:all .25s ease-out;position:relative}.nav-link:hover{color:#2f6b4f;background-color:#2f6b4f0d}.nav-link--active{color:#2f6b4f;background-color:#2f6b4f1a}.nav-link--active:after{content:"";position:absolute;bottom:-2px;left:50%;transform:translate(-50%);width:20px;height:2px;background-color:#2f6b4f;border-radius:1px}.nav-link__icon{font-size:.875rem}.nav-link__text{font-size:1rem}.header__menu-btn{display:none;align-items:center;justify-content:center;width:44px;height:44px;background-color:transparent;border:none;border-radius:.25rem;color:#2c3e50;font-size:1.125rem;cursor:pointer;transition:all .25s ease-out}@media (max-width: 992px){.header__menu-btn{display:flex}}.header__menu-btn:hover{background-color:#2f6b4f1a;color:#2f6b4f}.header__menu-btn:focus{outline:2px solid #2f6b4f;outline-offset:2px}.mobile-menu{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:999;opacity:0;visibility:hidden;transition:all .25s ease-out}.mobile-menu--open{opacity:1;visibility:visible}.mobile-menu__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.mobile-menu__content{position:absolute;top:0;left:0;width:320px;height:100%;background-color:#fff;box-shadow:0 10px 20px #00000030,0 6px 6px #0000003b;transform:translate(-100%);transition:transform .25s ease-out;display:flex;flex-direction:column}.mobile-menu--open .mobile-menu__content{transform:translate(0)}.mobile-menu__header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid #f1f3f4}.mobile-menu__logo{display:flex;align-items:center;gap:.5rem}.mobile-menu__logo-img{width:32px;height:32px;-o-object-fit:cover;object-fit:cover;border-radius:.125rem}.mobile-menu__title{font-size:1rem;font-weight:600;color:#2c3e50}.mobile-menu__close{width:40px;height:40px;background-color:transparent;border:none;border-radius:.25rem;color:#6c757d;font-size:1.125rem;cursor:pointer;transition:all .25s ease-out}.mobile-menu__close:hover{background-color:#0000000d;color:#2c3e50}.mobile-menu__nav{flex:1;padding:1.5rem;display:flex;flex-direction:column;gap:.25rem}.mobile-nav-link{display:flex;align-items:center;gap:1rem;padding:1rem;color:#6c757d;text-decoration:none;font-weight:500;border-radius:.25rem;transition:all .25s ease-out}.mobile-nav-link:hover{color:#2f6b4f;background-color:#2f6b4f0d}.mobile-nav-link--active{color:#2f6b4f;background-color:#2f6b4f1a}.mobile-nav-link__icon{font-size:1.125rem;width:20px;text-align:center}.mobile-nav-link__text{font-size:1rem}.mobile-menu__footer{padding:1.5rem;border-top:1px solid #f1f3f4}.mobile-menu__contact{display:flex;flex-direction:column;gap:.5rem}.contact-item{display:flex;align-items:center;gap:.5rem;padding:.5rem;color:#6c757d;font-size:.875rem}.contact-item__icon{font-size:1rem;color:#2f6b4f}.contact-item__text{font-weight:500}@media (max-width: 576px){.header__container{padding:.5rem 1rem}.logo-text__chinese{font-size:1rem}.logo-text__english{font-size:10px}.mobile-menu__content{width:100%}}.footer{background-color:#2f6b4f;color:#fff;padding:4rem 0 2rem;margin-top:auto}.footer__container{max-width:1200px;margin:0 auto;padding:0 .5rem}@media (min-width: 768px){.footer__container{padding:0 1rem}}@media (min-width: 992px){.footer__container{padding:0 1.5rem}}.footer__main{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;margin-bottom:4rem}@media (max-width: 992px){.footer__main{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width: 768px){.footer__main{grid-template-columns:1fr;gap:1.5rem}}@media (max-width: 992px){.footer__section:first-child{grid-column:1/-1}}@media (max-width: 768px){.footer__quick-links,.footer__services{display:none}.footer__main{grid-template-columns:1fr;gap:1.5rem}.footer__company-section,.footer__qualifications-section{grid-column:1/-1}}.footer__logo{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.footer__logo-img{width:48px;height:48px;-o-object-fit:cover;object-fit:cover;border-radius:.25rem;flex-shrink:0;box-shadow:0 1px 3px #0000001f,0 1px 2px #0000003d}.footer__company-info{flex:1}.footer__company-name{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:#fff}.footer__company-desc{font-size:1rem;line-height:1.6;color:#fffc;margin-bottom:1.5rem}.footer__social{display:flex;gap:1rem}.social-link-container{position:relative}.social-link{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background-color:#ffffff1a;border-radius:.25rem;color:#fff;font-size:1.125rem;text-decoration:none;transition:all .25s ease-out;position:relative;overflow:hidden}.social-link:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#ffffff1a,#ffffff0d);opacity:0;transition:opacity .25s ease-out}.social-link:hover{background-color:var(--social-color);transform:translateY(-3px) scale(1.05);box-shadow:0 8px 25px #0003}.social-link:hover:before{opacity:1}.social-link:active{transform:translateY(-1px) scale(1.02);transition:transform .1s ease-out}.social-qr-code{position:absolute;bottom:100%;left:50%;transform:translate(-50%);margin-bottom:1rem;background-color:#fff;border-radius:.5rem;padding:1.5rem;box-shadow:0 20px 40px #00000026,0 8px 16px #0000001a;z-index:1000;width:160px;height:160px;text-align:center;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;animation:qrCodeFadeIn .3s ease-out}.social-qr-code:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);width:0;height:0;border-left:12px solid transparent;border-right:12px solid transparent;border-top:12px solid #ffffff;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.social-qr-code:before{content:"";position:absolute;inset:0;border-radius:.5rem;background:linear-gradient(135deg,#ffffff1a,#ffffff0d);pointer-events:none}@media (max-width: 576px){.social-qr-code{left:0;transform:none;width:140px;height:140px;padding:1rem}.social-qr-code:after{left:24px;transform:none}}@media (max-width: 480px){.social-qr-code{left:-20px;width:120px;height:120px;padding:.5rem}.social-qr-code:after{left:30px}}@keyframes qrCodeFadeIn{0%{opacity:0;transform:translate(-50%) translateY(10px) scale(.95)}to{opacity:1;transform:translate(-50%) translateY(0) scale(1)}}.qr-code-image{width:120px;height:120px;-o-object-fit:cover;object-fit:cover;border-radius:.25rem;box-shadow:0 4px 12px #0000001a;border:2px solid rgba(255,255,255,.8)}.footer__section-title{font-size:1.125rem;font-weight:600;margin-bottom:1.5rem;color:#fff;position:relative}.footer__section-title:after{content:"";position:absolute;bottom:-8px;left:0;width:30px;height:2px;background-color:#ffffff4d;border-radius:1px}.footer__nav{display:flex;flex-direction:column;gap:.5rem}.footer__nav-link{display:flex;align-items:center;gap:.5rem;color:#fffc;text-decoration:none;font-size:1rem;padding:.25rem 0;transition:all .25s ease-out;border-radius:.125rem;background:none;border:none;cursor:pointer;width:100%;text-align:left}.footer__nav-link:hover{color:#fff;background-color:#ffffff1a;padding-left:.5rem}.footer__nav-link.active{color:#fff;font-weight:500}.footer__nav-icon{font-size:.875rem;width:16px;text-align:center}.footer__qualifications{display:flex;flex-direction:column;gap:.5rem}.qualification-item{display:flex;align-items:center;gap:.5rem;padding:.25rem 0;color:#fffc;font-size:.875rem;transition:all .25s ease-out;border-radius:.125rem}.qualification-item:hover{color:#fff;background-color:#ffffff1a;padding-left:.5rem}.qualification-item__icon{font-size:1rem;color:#fff9;flex-shrink:0}.qualification-item__text{font-weight:500;line-height:1.4}.footer__bottom{display:flex;align-items:center;justify-content:space-between;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}@media (max-width: 768px){.footer__bottom{flex-direction:column;gap:1rem;text-align:center}}.footer__copyright p{font-size:.875rem;color:#ffffffb3}.footer__links{display:flex;gap:1rem;align-items:center;justify-content:center}@media (max-width: 576px){.footer__links{gap:.5rem}}.footer__link{color:#ffffffb3;text-decoration:none;font-size:.875rem;transition:color .25s ease-out;position:relative}.footer__link:hover{color:#fff}@media (max-width: 576px){.footer{padding:3rem 0 1.5rem}.footer__container{padding:0 1rem}.footer__main{gap:1.5rem;margin-bottom:3rem}.footer__company-name{font-size:1.125rem}.footer__company-desc{font-size:.875rem}.social-link{width:40px;height:40px;font-size:1rem}.footer__section-title{font-size:1rem}.footer__nav-link{font-size:.875rem}.contact-item__value{font-size:.75rem}}.about-hero{position:relative;height:100vh;min-height:600px;overflow:hidden;background:#000}.about-hero .carousel{width:100%;height:100%}.animated-number{display:inline-block;font-weight:700;background:linear-gradient(135deg,#2f6b4f,#4a8b6f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:numberGlow 2s ease-in-out infinite alternate}@keyframes numberGlow{0%{filter:brightness(1);transform:scale(1)}to{filter:brightness(1.2);transform:scale(1.05)}}.team-intro{padding:60px 0;background-color:#fff}.team-intro .container{max-width:1200px;margin:0 auto}.team-intro .team-header{text-align:center;margin-bottom:48px}.team-intro .team-header .team-title{font-size:2.25rem;font-weight:700;color:#2c3e50;margin-bottom:1rem;position:relative}.team-intro .team-header .team-title:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:60px;height:3px;background:#2f6b4f;border-radius:.125rem}.team-intro .team-header .team-subtitle{font-size:1.125rem;color:#6c757d;margin-bottom:1.5rem;font-weight:500}.team-intro .team-header .team-description{font-size:1rem;color:#6c757d;line-height:1.7;max-width:800px;margin:0 auto}.team-intro .team-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:60px}.team-intro .team-stats .stat-item{text-align:center;padding:2rem;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;transition:all .3s ease;transform:translateY(30px)}.team-intro .team-stats .stat-item.animate{transform:translateY(0);opacity:1}.team-intro .team-stats .stat-item:nth-child(1).animate{transition-delay:.1s}.team-intro .team-stats .stat-item:nth-child(2).animate{transition-delay:.2s}.team-intro .team-stats .stat-item:nth-child(3).animate{transition-delay:.3s}.team-intro .team-stats .stat-item:nth-child(4).animate{transition-delay:.4s}.team-intro .team-stats .stat-item:hover{box-shadow:0 4px 16px #00000026}.team-intro .team-stats .stat-item .stat-icon-wrapper{display:none}.team-intro .team-stats .stat-item .stat-number{font-size:2.5rem;font-weight:700;color:#2f6b4f;margin-bottom:.5rem;display:block;transition:all .6s cubic-bezier(.175,.885,.32,1.275);transform:translateY(20px)}.team-intro .team-stats .stat-item .stat-number.animate{transform:translateY(0)}.team-intro .team-stats .stat-item .stat-number .animated-number{display:inline-block;animation:numberBounce .6s ease-out}.team-intro .team-stats .stat-item .stat-label{font-size:1rem;color:#666;font-weight:500;margin-bottom:0;transition:all .6s cubic-bezier(.175,.885,.32,1.275);transform:translateY(15px)}.team-intro .team-stats .stat-item .stat-label.animate{transform:translateY(0);transition-delay:.3s}.team-intro .team-stats .stat-item .stat-description,.team-intro .team-stats .stat-item .stat-decoration{display:none}@keyframes numberBounce{0%{transform:scale(.8);opacity:0}50%{transform:scale(1.1)}to{transform:scale(1);opacity:1}}.team-intro .team-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.team-intro .team-features .feature-card{background:#fff;border-radius:.5rem;overflow:hidden;box-shadow:0 1px 3px #0000001f,0 1px 2px #0000003d;transition:all .25s ease-out;border:1px solid #f1f3f4}.team-intro .team-features .feature-card:hover{transform:translateY(-6px);box-shadow:0 3px 6px #00000029,0 3px 6px #0000003b;border-color:#2f6b4f}.team-intro .team-features .feature-card .feature-image{position:relative;height:200px;overflow:hidden}.team-intro .team-features .feature-card .feature-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .25s ease-out}.team-intro .team-features .feature-card .feature-image .image-overlay{position:absolute;inset:0;background:#2f6b4fcc;display:flex;flex-direction:column;align-items:center;justify-content:center;opacity:0;transition:opacity .25s ease-out}.team-intro .team-features .feature-card .feature-image .image-overlay .overlay-title{color:#fff;font-size:1.25rem;font-weight:600;text-align:center;margin-bottom:.25rem}.team-intro .team-features .feature-card .feature-image .image-overlay .overlay-position{color:#fff;font-size:.875rem;text-align:center;opacity:.9;margin:0}.team-intro .team-features .feature-card .feature-image:hover img{transform:scale(1.05)}.team-intro .team-features .feature-card .feature-image:hover .image-overlay{opacity:1}.team-intro .team-features .feature-card .feature-content{padding:2rem 1.5rem}.team-intro .team-features .feature-card .feature-content .feature-title{font-size:1.125rem;font-weight:600;color:#2c3e50;margin-bottom:.25rem}.team-intro .team-features .feature-card .feature-content .feature-position{font-size:.875rem;color:#2f6b4f;font-weight:500;margin-bottom:1rem}.team-intro .team-features .feature-card .feature-content .feature-description{font-size:1rem;color:#6c757d;line-height:1.6}@media (max-width: 768px){.team-intro{padding:48px 0}.team-intro .team-header{margin-bottom:32px}.team-intro .team-header .team-title{font-size:1.875rem}.team-intro .team-header .team-subtitle{font-size:1rem}.team-intro .team-header .team-description{font-size:.875rem}.team-intro .team-stats{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem;margin-bottom:48px}.team-intro .team-stats .stat-item{padding:1.5rem 1rem}.team-intro .team-stats .stat-item .stat-number{font-size:2rem}.team-intro .team-stats .stat-item .stat-label{font-size:.875rem}.team-intro .team-features{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem}.team-intro .team-features .feature-card .feature-image{height:180px}.team-intro .team-features .feature-card .feature-content{padding:1.5rem 1rem}}@media (max-width: 576px){.team-intro{padding:32px 0}.team-intro .container{padding:0 1rem}.team-intro .team-stats{grid-template-columns:repeat(2,1fr);gap:1rem}.team-intro .team-stats .stat-item{padding:1rem .5rem}.team-intro .team-stats .stat-item .stat-number{font-size:1.8rem}.team-intro .team-stats .stat-item .stat-label{font-size:.75rem}}.recruitment-header{text-align:center;margin-bottom:40px}.job-listings{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.job-listings .job-card{background:#fff;border:1px solid #f1f3f4;border-radius:12px;padding:24px;transition:all .25s ease-out;position:relative}.job-listings .job-card:hover{border-color:#2f6b4f;box-shadow:0 8px 24px #667eea1f;transform:translateY(-2px)}.job-listings .job-card .job-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.job-listings .job-card .job-header .job-title-section{flex:1}.job-listings .job-card .job-header .job-title-section .job-title{font-size:20px;font-weight:600;color:#2c3e50;margin:0 0 12px;line-height:1.3}.job-listings .job-card .job-header .job-title-section .job-tags{display:flex;gap:8px;flex-wrap:wrap}.job-listings .job-card .job-header .job-title-section .job-tags .tag{padding:4px 8px;border-radius:4px;font-size:12px;font-weight:500;line-height:1}.job-listings .job-card .job-header .job-title-section .job-tags .tag.tag-primary{background:#667eea1a;color:#2f6b4f}.job-listings .job-card .job-header .job-title-section .job-tags .tag.tag-secondary{background:#6c757d1a;color:#6c757d}.job-listings .job-card .job-header .job-title-section .job-tags .tag.tag-success{background:#28a7451a;color:#28a745}.job-listings .job-card .job-header .job-salary{text-align:right;flex-shrink:0}.job-listings .job-card .job-header .job-salary .salary-range{font-size:18px;font-weight:600;color:#ff6b35;display:block}.job-listings .job-card .job-header .job-salary .salary-period{font-size:12px;color:#6c757d}.job-listings .job-card .job-description{margin-bottom:20px}.job-listings .job-card .job-description p{color:#6c757d;line-height:1.6;margin:0;font-size:14px}.job-listings .job-card .job-requirements{margin-bottom:20px}.job-listings .job-card .job-requirements .section-title{font-size:14px;font-weight:600;color:#2c3e50;margin:0 0 8px;text-align:left}.job-listings .job-card .job-requirements .section-title:after{display:none}.job-listings .job-card .job-requirements .requirements-list{list-style:none;padding:0;margin:0}.job-listings .job-card .job-requirements .requirements-list li{color:#6c757d;font-size:13px;line-height:1.5;position:relative;padding:2px 0 2px 12px}.job-listings .job-card .job-requirements .requirements-list li:before{content:"•";color:#2f6b4f;position:absolute;left:0;font-weight:700}.job-listings .job-card .job-benefits{margin-bottom:20px}.job-listings .job-card .job-benefits .section-title{font-size:14px;font-weight:600;color:#2c3e50;margin:0 0 8px;text-align:left}.job-listings .job-card .job-benefits .section-title:after{display:none}.job-listings .job-card .job-benefits .benefits-tags{display:flex;gap:6px;flex-wrap:wrap}.job-listings .job-card .job-benefits .benefits-tags .benefit-tag{background:#667eea14;color:#2f6b4f;padding:4px 8px;border-radius:4px;font-size:12px;line-height:1}@media (max-width: 768px){.job-listings{grid-template-columns:1fr;gap:20px}.job-listings .job-card{padding:20px}.job-listings .job-card .job-header{flex-direction:column;align-items:flex-start;gap:12px}.job-listings .job-card .job-header .job-salary{text-align:left;align-self:flex-start}}.training-programs{display:grid;gap:30px}.training-programs .program-card{border:1px solid #e9ecef;border-radius:12px;padding:30px;transition:all .3s ease}.training-programs .program-card:hover{border-color:#667eea;box-shadow:0 5px 20px #667eea1a}.training-programs .program-card .program-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.training-programs .program-card .program-header .program-title{font-size:1.3rem;font-weight:600;color:#2c3e50}.training-programs .program-card .program-header .program-duration{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:5px 15px;border-radius:20px;font-size:.9rem;font-weight:500}.training-programs .program-card .program-description{color:#5a6c7d;margin-bottom:20px;line-height:1.6}.training-programs .program-card .program-content{list-style:none;padding:0}.training-programs .program-card .program-content li{color:#5a6c7d;position:relative;padding:8px 0 8px 20px}.training-programs .program-card .program-content li:before{content:"✓";color:#28a745;position:absolute;left:0;font-weight:700}.culture-content{display:flex;align-items:flex-start;gap:4rem;margin-top:3rem;padding:2rem 0}.culture-content .culture-text{flex:1;max-width:650px;padding-right:1.5rem}.culture-content .culture-text .culture-title{font-size:2.25rem;font-weight:700;color:#2c3e50;margin:0 0 .5rem;line-height:1.1;letter-spacing:-.02em}.culture-content .culture-text .culture-subtitle{font-size:1.875rem;font-weight:600;color:#2c3e50;margin:0 0 2rem;line-height:1.1;letter-spacing:-.01em}.culture-content .culture-text .culture-description p{font-size:1.125rem;line-height:1.7;color:#6c757d;margin:0 0 1.5rem;text-align:justify}.culture-content .culture-text .culture-description p:last-child{margin-bottom:0}.culture-content .culture-image{flex:0 0 450px;height:550px;border-radius:1rem;overflow:hidden;box-shadow:0 10px 20px #00000030,0 6px 6px #0000003b;position:relative}.culture-content .culture-image:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(47,107,79,.1),transparent);z-index:1;opacity:0;transition:opacity .25s ease-out}.culture-content .culture-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .25s ease-out}.culture-content .culture-image:hover img{transform:scale(1.03)}.culture-content .culture-image:hover:before{opacity:1}@media (max-width: 1200px){.culture-content{gap:3rem}.culture-content .culture-text{max-width:550px;padding-right:1rem}.culture-content .culture-image{flex:0 0 380px;height:480px}}@media (max-width: 1024px){.culture-content{gap:2rem;margin-top:2rem}.culture-content .culture-text{max-width:500px;padding-right:.5rem}.culture-content .culture-text .culture-title{font-size:1.875rem}.culture-content .culture-text .culture-subtitle{font-size:1.5rem}.culture-content .culture-text .culture-description p{font-size:1rem}.culture-content .culture-image{flex:0 0 320px;height:400px}}@media (max-width: 768px){.culture-content{flex-direction:column;gap:1.5rem;margin-top:1.5rem;padding:1.5rem 0}.culture-content .culture-text{max-width:none;padding-right:0;text-align:center}.culture-content .culture-text .culture-title{font-size:1.5rem}.culture-content .culture-text .culture-subtitle{font-size:1.25rem}.culture-content .culture-text .culture-description p{font-size:.875rem;text-align:left}.culture-content .culture-image{flex:none;width:100%;max-width:450px;height:350px;margin:0 auto}}@media (max-width: 480px){.culture-content{gap:1rem;padding:1rem 0}.culture-content .culture-text .culture-title{font-size:1.25rem}.culture-content .culture-text .culture-subtitle{font-size:1.125rem}.culture-content .culture-text .culture-description p{font-size:.75rem;line-height:1.6}.culture-content .culture-image{height:280px;max-width:100%}}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.values-grid .value-card{background:#fff;border-radius:1rem;padding:3rem 2rem;text-align:center;border:1px solid #f1f3f4;box-shadow:0 1px 3px #0000001f,0 1px 2px #0000003d;transition:all .25s ease-out;position:relative;overflow:hidden}.values-grid .value-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#2f6b4f,#4a8b6f);transform:scaleX(0);transition:transform .25s ease-out}.values-grid .value-card:hover{transform:translateY(-8px);box-shadow:0 10px 20px #00000030,0 6px 6px #0000003b;border-color:#2f6b4f}.values-grid .value-card:hover:before{transform:scaleX(1)}.values-grid .value-card:hover .value-icon{transform:scale(1.1)}.values-grid .value-card .value-icon{font-size:3.5rem;margin-bottom:1.5rem;color:#2f6b4f;transition:transform .25s ease-out;display:block}.values-grid .value-card .value-title{font-size:1.25rem;font-weight:700;color:#2c3e50;margin-bottom:1rem;letter-spacing:.5px}.values-grid .value-card .value-description{color:#6c757d;line-height:1.6;font-size:.875rem;margin:0}@media (max-width: 1024px){.values-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width: 768px){.values-grid{grid-template-columns:1fr;gap:1rem;margin-top:1.5rem}.values-grid .value-card{padding:2rem 1.5rem}.values-grid .value-card .value-icon{font-size:3rem;margin-bottom:1rem}.values-grid .value-card .value-title{font-size:1.125rem}.values-grid .value-card .value-description{font-size:.75rem}}@media (max-width: 480px){.values-grid .value-card{padding:1.5rem 1rem}.values-grid .value-card .value-icon{font-size:2.5rem}.values-grid .value-card .value-title{font-size:1rem}}.activities-list{display:flex;flex-direction:column;gap:16px;margin-top:30px}.activities-list .activity-item{display:flex;align-items:flex-start;gap:16px;background:#fff;border-radius:4px;padding:20px;transition:all .3s ease;border:1px solid #f1f3f4;position:relative}.activities-list .activity-item:hover{transform:translateY(-2px);box-shadow:0 3px 6px #00000029,0 3px 6px #0000003b}.activities-list .activity-item .activity-image{width:300px;height:200px;border-radius:8px;overflow:hidden;flex-shrink:0;box-shadow:0 4px 12px #0000001a}.activities-list .activity-item .activity-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.activities-list .activity-item .activity-image:hover img{transform:scale(1.05)}.activities-list .activity-item .activity-content{flex:1;display:flex;flex-direction:column;gap:12px}.activities-list .activity-item .activity-content .activity-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.activities-list .activity-item .activity-content .activity-header .activity-title{font-size:1.2rem;font-weight:600;color:#2c3e50;line-height:1.4;margin:0;flex:1}.activities-list .activity-item .activity-content .activity-meta{display:flex;gap:16px;font-size:.9rem}.activities-list .activity-item .activity-content .activity-meta .activity-date,.activities-list .activity-item .activity-content .activity-meta .activity-participants{color:#6c757d;font-weight:500}.activities-list .activity-item .activity-content .activity-description{color:#6c757d;line-height:1.6;font-size:.95rem;margin:0}@media (max-width: 768px){.activities-list{gap:12px}.activities-list .activity-item{flex-direction:column;padding:16px;gap:16px}.activities-list .activity-item .activity-image{width:100%;height:200px;order:-1}.activities-list .activity-item .activity-content{gap:12px}.activities-list .activity-item .activity-content .activity-header .activity-title{font-size:1.1rem}.activities-list .activity-item .activity-content .activity-meta{flex-direction:column;gap:6px;font-size:.85rem}.activities-list .activity-item .activity-content .activity-description{font-size:.9rem}}@media (max-width: 480px){.activities-list .activity-item{flex-direction:column;padding:14px;gap:14px}.activities-list .activity-item .activity-image{width:100%;height:180px;order:-1}.activities-list .activity-item .activity-content{gap:10px}.activities-list .activity-item .activity-content .activity-header .activity-title{font-size:1rem}.activities-list .activity-item .activity-content .activity-meta{flex-direction:column;gap:4px;font-size:.8rem}.activities-list .activity-item .activity-content .activity-description{font-size:.85rem}}.team-expansion{padding:60px 0;background:#f8f9fa}.team-expansion .container{max-width:1200px;margin:0 auto}.team-expansion .expansion-header{text-align:center;margin-bottom:48px}.team-expansion .expansion-header .expansion-title{font-size:2.25rem;font-weight:700;color:#2c3e50;margin-bottom:1rem;position:relative}.team-expansion .expansion-header .expansion-title:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:60px;height:3px;background:#2f6b4f;border-radius:.125rem}.team-expansion .expansion-header .expansion-subtitle{font-size:1.125rem;color:#6c757d;margin-bottom:1.5rem;font-weight:500}.team-expansion .expansion-header .expansion-description{font-size:1rem;color:#6c757d;line-height:1.7;max-width:800px;margin:0 auto}.team-expansion .expansion-content .tab-navigation{display:flex;justify-content:center;margin-bottom:40px;background:#fff;border-radius:.5rem;padding:.5rem;box-shadow:0 1px 3px #0000001f,0 1px 2px #0000003d;flex-wrap:wrap;gap:.5rem}.team-expansion .expansion-content .tab-navigation .tab-button{display:flex;align-items:center;gap:.5rem;padding:1rem 1.5rem;border:none;background:transparent;border-radius:.25rem;cursor:pointer;transition:all .25s ease-out;font-size:1rem;font-weight:500;color:#6c757d}.team-expansion .expansion-content .tab-navigation .tab-button .tab-icon{font-size:1.125rem}.team-expansion .expansion-content .tab-navigation .tab-button:hover{background:#e9ecef;color:#2f6b4f}.team-expansion .expansion-content .tab-navigation .tab-button.active{background:#2f6b4f;color:#fff;box-shadow:0 1px 3px #0000001f,0 1px 2px #0000003d}.team-expansion .expansion-content .tab-content .tab-panel{background:#fff;border-radius:.5rem;padding:2rem;box-shadow:0 1px 3px #0000001f,0 1px 2px #0000003d;border:1px solid #f1f3f4}.team-expansion .expansion-content .tab-content .tab-panel .panel-title{font-size:1.875rem;font-weight:600;color:#2c3e50;margin-bottom:1rem;text-align:center}.team-expansion .expansion-content .tab-content .tab-panel .panel-description{font-size:1rem;color:#6c757d;line-height:1.7;text-align:center;margin-bottom:32px}@media (max-width: 768px){.team-expansion{padding:60px 0}.team-expansion .expansion-header{margin-bottom:40px}.team-expansion .expansion-header .expansion-title{font-size:2rem}.team-expansion .expansion-header .expansion-subtitle{font-size:1.1rem}.team-expansion .expansion-header .expansion-description{font-size:1rem}.team-expansion .expansion-content .tab-navigation{flex-direction:column;align-items:center}.team-expansion .expansion-content .tab-navigation .tab-button{width:100%;max-width:300px;justify-content:center}.team-expansion .expansion-content .tab-content .tab-panel{padding:30px 20px}.team-expansion .expansion-content .tab-content .tab-panel .panel-title{font-size:1.6rem}}@media (max-width: 480px){.team-expansion{padding:40px 0}.team-expansion .expansion-content .tab-content .tab-panel{padding:25px 15px}.team-expansion .expansion-content .tab-content .tab-panel .panel-title{font-size:1.4rem}.team-expansion .expansion-content .tab-content .tab-panel .panel-description{font-size:1rem}}.development-history{padding:60px 0;background-color:#fff}.development-history .container{max-width:1200px;margin:0 auto}.development-history .history-header{text-align:center;margin-bottom:60px}.development-history .history-header .history-title{font-size:2.25rem;font-weight:700;color:#2c3e50;margin-bottom:1rem;position:relative}.development-history .history-header .history-title:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:60px;height:3px;background:#2f6b4f;border-radius:.125rem}.development-history .history-header .history-subtitle{font-size:1.125rem;color:#6c757d;margin-bottom:1.5rem;font-weight:500}.development-history .history-header .history-description{font-size:1rem;color:#6c757d;line-height:1.7;max-width:800px;margin:0 auto}.development-history .timeline{position:relative;max-width:1000px;margin:0 auto}.development-history .timeline:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:3px;height:100%;background:#2f6b4f;border-radius:.125rem}.development-history .timeline .timeline-item{position:relative;margin-bottom:48px;width:50%}.development-history .timeline .timeline-item.left{left:0;padding-right:32px;text-align:right}.development-history .timeline .timeline-item.left .timeline-content .timeline-card{flex-direction:row-reverse}.development-history .timeline .timeline-item.left .timeline-dot{right:-8px}.development-history .timeline .timeline-item.right{left:50%;padding-left:32px;text-align:left}.development-history .timeline .timeline-item.right .timeline-dot{left:-8px}.development-history .timeline .timeline-item .timeline-content .timeline-year{font-size:1.25rem;font-weight:700;color:#2f6b4f;margin-bottom:1.5rem;position:relative}.development-history .timeline .timeline-item .timeline-content .timeline-year:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:40px;height:2px;background:#2f6b4f;border-radius:.125rem}.development-history .timeline .timeline-item .timeline-content .timeline-card{background:#fff;border-radius:.5rem;padding:2rem;box-shadow:0 1px 3px #0000001f,0 1px 2px #0000003d;display:flex;align-items:center;gap:1.5rem;transition:all .25s ease-out;border:1px solid #f1f3f4}.development-history .timeline .timeline-item .timeline-content .timeline-card:hover{transform:translateY(-4px);box-shadow:0 3px 6px #00000029,0 3px 6px #0000003b;border-color:#2f6b4f}.development-history .timeline .timeline-item .timeline-content .timeline-card .timeline-image{flex-shrink:0;width:120px;height:120px;border-radius:.25rem;overflow:hidden}.development-history .timeline .timeline-item .timeline-content .timeline-card .timeline-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .25s ease-out}.development-history .timeline .timeline-item .timeline-content .timeline-card .timeline-text{flex:1}.development-history .timeline .timeline-item .timeline-content .timeline-card .timeline-text .timeline-item-title{font-size:1.25rem;font-weight:600;color:#2c3e50;margin-bottom:.5rem}.development-history .timeline .timeline-item .timeline-content .timeline-card .timeline-text .timeline-item-description{font-size:1rem;color:#6c757d;line-height:1.6}.development-history .timeline .timeline-item .timeline-content .timeline-card:hover .timeline-image img{transform:scale(1.05)}.development-history .timeline .timeline-item .timeline-dot{position:absolute;top:30px;width:16px;height:16px;background:#2f6b4f;border-radius:50%;border:4px solid #ffffff;box-shadow:0 0 0 4px #2f6b4f33;z-index:2}@media (max-width: 768px){.development-history{padding:60px 0}.development-history .history-header{margin-bottom:60px}.development-history .history-header .history-title{font-size:2rem}.development-history .history-header .history-subtitle{font-size:1.1rem}.development-history .history-header .history-description{font-size:1rem}.development-history .timeline:before{display:none}.development-history .timeline .timeline-item{width:100%;left:0!important;padding:0!important;text-align:left!important;margin-bottom:40px}.development-history .timeline .timeline-item.left .timeline-content .timeline-card,.development-history .timeline .timeline-item.right .timeline-content .timeline-card{flex-direction:column!important;text-align:center}.development-history .timeline .timeline-item.left .timeline-dot,.development-history .timeline .timeline-item.right .timeline-dot{display:none}.development-history .timeline .timeline-item .timeline-content .timeline-year{font-size:1.3rem;text-align:center;margin-bottom:15px}.development-history .timeline .timeline-item .timeline-content .timeline-year:after{left:50%;transform:translate(-50%)}.development-history .timeline .timeline-item .timeline-content .timeline-card{padding:25px 20px}.development-history .timeline .timeline-item .timeline-content .timeline-card .timeline-image{width:100px;height:100px;margin:0 auto 20px}.development-history .timeline .timeline-item .timeline-content .timeline-card .timeline-text .timeline-item-title{font-size:1.2rem;text-align:center}.development-history .timeline .timeline-item .timeline-content .timeline-card .timeline-text .timeline-item-description{font-size:.95rem;text-align:center}}@media (max-width: 480px){.development-history{padding:40px 0}.development-history .container{padding:0 15px}.development-history .history-header{margin-bottom:40px}.development-history .history-header .history-title{font-size:1.8rem}.development-history .history-header .history-subtitle{font-size:1rem}.development-history .history-header .history-description{font-size:.95rem}.development-history .timeline .timeline-item{margin-bottom:30px}.development-history .timeline .timeline-item .timeline-content .timeline-year{font-size:1.2rem}.development-history .timeline .timeline-item .timeline-content .timeline-card{padding:20px 15px}.development-history .timeline .timeline-item .timeline-content .timeline-card .timeline-image{width:80px;height:80px;margin-bottom:15px}.development-history .timeline .timeline-item .timeline-content .timeline-card .timeline-text .timeline-item-title{font-size:1.1rem}.development-history .timeline .timeline-item .timeline-content .timeline-card .timeline-text .timeline-item-description{font-size:.9rem}}.about-page{background-color:#fff}.about-page section:not(:last-child){margin-bottom:0}.about-page .container{max-width:1200px;margin:0 auto}.about-page .section-title{font-size:2.25rem;font-weight:700;color:#2c3e50;text-align:center;margin-bottom:1rem;position:relative}.about-page .section-title:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:60px;height:3px;background:#2f6b4f;border-radius:.125rem}@media (max-width: 768px){.about-page .section-title{font-size:1.875rem}}@media (max-width: 576px){.about-page .section-title{font-size:1.5rem}}.about-page .section-subtitle{font-size:1.125rem;color:#6c757d;text-align:center;margin-bottom:1.5rem;font-weight:500}@media (max-width: 768px){.about-page .section-subtitle{font-size:1rem}}@media (max-width: 576px){.about-page .section-subtitle{font-size:.875rem}}.about-page .section-description{font-size:1rem;color:#6c757d;line-height:1.7;text-align:center;max-width:800px;margin:0 auto 2rem}@media (max-width: 768px){.about-page .section-description{font-size:.875rem;margin-bottom:1.5rem}}@media (max-width: 576px){.about-page .section-description{font-size:.75rem;margin-bottom:1rem}}.about-page .card{background:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001f,0 1px 2px #0000003d;border:1px solid #f1f3f4;transition:all .25s ease-out}.about-page .card:hover{box-shadow:0 3px 6px #00000029,0 3px 6px #0000003b;transform:translateY(-2px)}.about-page .btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1.5rem;border:none;border-radius:.25rem;font-size:1rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all .25s ease-out;box-shadow:0 1px 3px #0000001f,0 1px 2px #0000003d}.about-page .btn:hover{transform:translateY(-1px);box-shadow:0 3px 6px #00000029,0 3px 6px #0000003b}.about-page .btn--primary{background-color:#2f6b4f;color:#fff}.about-page .btn--primary:hover{background-color:#4a8b6f}.about-page .btn--secondary{background-color:#f8f9fa;color:#2c3e50;border:1px solid #dee2e6}.about-page .btn--secondary:hover{background-color:#e9ecef}.about-page .grid{display:grid;gap:1.5rem}.about-page .grid--2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.about-page .grid--3{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.about-page .grid--4{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}@media (max-width: 768px){.about-page .grid{gap:1rem}.about-page .grid--2,.about-page .grid--3,.about-page .grid--4{grid-template-columns:1fr}}@media (max-width: 576px){.about-page .grid{gap:.5rem}}.about-page .fade-in{animation:fadeIn .4s ease-out ease-out}.about-page .slide-up{animation:slideUp .4s ease-out ease-out}.about-page .scale-in{animation:scaleIn .25s ease-out ease-out}.cases-hero{position:relative;height:100vh;min-height:600px;overflow:hidden;background:#000}.cases-hero .carousel{width:100%;height:100%}.case-filter{background:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001f,0 1px 2px #0000003d;margin-bottom:2rem;transition:all .25s ease-out;z-index:100;position:relative}.case-filter__container{padding:1.5rem}.case-filter__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid #f0f0f0}.case-filter__header-actions{display:flex;gap:10px;align-items:center}.case-filter__title{font-size:1.25rem;font-weight:600;color:#2c3e50;margin:0}.case-filter__clear{background:none;border:1px solid #dee2e6;color:#6c757d;padding:.5rem 1rem;border-radius:.25rem;cursor:pointer;font-size:.875rem;font-weight:500;transition:all .15s ease-out}.case-filter__clear:hover{background:#e9ecef;border-color:#ced4da;color:#2c3e50}.case-filter__mobile-toggle{display:none;background:#2f6b4f;border:none;color:#fff;padding:.5rem 1rem;border-radius:.25rem;cursor:pointer;font-size:.875rem;font-weight:500;transition:all .15s ease-out;min-width:60px;box-shadow:0 1px 3px #0000001f,0 1px 2px #0000003d}.case-filter__mobile-toggle:hover{background:#4a8b6f;transform:translateY(-1px);box-shadow:0 3px 6px #00000029,0 3px 6px #0000003b}.case-filter__mobile-toggle:active{transform:translateY(0);box-shadow:0 1px 3px #0000001f,0 1px 2px #0000003d}@media (max-width: 768px){.case-filter__mobile-toggle{display:block}}.case-filter__content{display:flex;flex-direction:column;gap:1.5rem;transition:all .4s ease-out}@media (max-width: 768px){.case-filter__content{max-height:0;overflow:hidden;opacity:0;transform:translateY(-10px)}.case-filter--mobile-expanded .case-filter__content{max-height:1000px;opacity:1;transform:translateY(0)}}.case-filter__section-title{font-size:1rem;font-weight:600;color:#2c3e50;margin:0 0 1rem}.case-filter__options{display:flex;flex-wrap:wrap;gap:.5rem}.case-filter__option-button{background:#e9ecef;border:1px solid #dee2e6;color:#6c757d;padding:.5rem 1rem;border-radius:1rem;cursor:pointer;font-size:.875rem;font-weight:500;transition:all .15s ease-out;white-space:nowrap;box-shadow:0 1px 2px #0000000a}.case-filter__option-button:hover{background:#e9ecef;border-color:#ced4da;color:#2c3e50;transform:translateY(-1px);box-shadow:0 2px 4px #00000014}.case-filter__option-button--active{background:#2f6b4f;border-color:#2f6b4f;color:#fff;box-shadow:0 1px 3px #0000001f,0 1px 2px #0000003d}.case-filter__option-button--active:hover{background:#4a8b6f;border-color:#4a8b6f;transform:translateY(-1px);box-shadow:0 3px 6px #00000029,0 3px 6px #0000003b}@media (max-width: 768px){.case-filter{margin-bottom:1.5rem;border-radius:.25rem;box-shadow:0 1px 3px #0000001f,0 1px 2px #0000003d}.case-filter__container{padding:1rem}.case-filter__header{flex-direction:row;align-items:center;gap:1rem;margin-bottom:1rem}.case-filter__title{font-size:1.125rem;flex:1}.case-filter__header-actions{gap:.5rem}.case-filter__content{gap:1rem}.case-filter__options{gap:.25rem}.case-filter__option-button{padding:.25rem .5rem;font-size:.75rem}}@media (max-width: 576px){.case-filter__container{padding:.5rem}.case-filter__options{flex-direction:column}.case-filter__option-button{width:100%;text-align:center}}.loading-container{display:flex;justify-content:center;align-items:center;padding:1.5rem}.loading-content{display:flex;flex-direction:column;align-items:center;gap:1rem}.loading-content--sm .loading-spinner,.loading-content--sm .loading-dots,.loading-content--sm .loading-pulse{transform:scale(.6)}.loading-content--sm .loading-text{font-size:.875rem}.loading-content--md .loading-spinner,.loading-content--md .loading-dots,.loading-content--md .loading-pulse{transform:scale(.8)}.loading-content--lg .loading-spinner,.loading-content--lg .loading-dots,.loading-content--lg .loading-pulse{transform:scale(1.25)}.loading-content--lg .loading-text{font-size:1.125rem}.loading-text{font-size:.875rem;color:#ffffffe6;font-weight:500;margin-top:.5rem;text-align:center;letter-spacing:.5px}.loading-spinner{position:relative;width:40px;height:40px}.loading-spinner .spinner-ring{position:absolute;width:100%;height:100%;border:2px solid rgba(255,255,255,.2);border-top-color:#fff;border-radius:50%;animation:spin 1.2s linear infinite}.loading-spinner .spinner-ring:nth-child(1){animation-delay:0s}.loading-spinner .spinner-ring:nth-child(2){animation-delay:.4s;border-top-color:#fffc}.loading-spinner .spinner-ring:nth-child(3){animation-delay:.8s;border-top-color:#fff9}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-dots{display:flex;gap:6px}.loading-dots .dot{width:6px;height:6px;background-color:#fff;border-radius:50%;animation:dotPulse 1.4s ease-in-out infinite both}.loading-dots .dot:nth-child(1){animation-delay:0s}.loading-dots .dot:nth-child(2){animation-delay:.2s}.loading-dots .dot:nth-child(3){animation-delay:.4s}@keyframes dotPulse{0%,80%,to{transform:scale(.8);opacity:.5}40%{transform:scale(1);opacity:1}}.loading-pulse .pulse-circle{width:40px;height:40px;background-color:#fff;border-radius:.25rem;animation:pulse 1.4s ease-in-out infinite}@keyframes pulse{0%{transform:scale(.9);opacity:1}50%{transform:scale(1.1);opacity:.7}to{transform:scale(.9);opacity:1}}.case-list--loading,.case-list--empty{display:flex;justify-content:center;align-items:center;min-height:400px}.case-list__empty-content{text-align:center;color:#666}.case-list__empty-icon{font-size:4rem;margin-bottom:20px}.case-list__empty-title{font-size:1.5rem;font-weight:600;margin-bottom:10px;color:#333}.case-list__empty-description{font-size:1rem;line-height:1.6;max-width:400px;margin:0 auto}.case-list__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:30px;margin-bottom:40px}@media (max-width: 768px){.case-list__grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px}}@media (max-width: 480px){.case-list__grid{grid-template-columns:1fr;gap:15px}}.case-list__loading-more{display:flex;flex-direction:column;align-items:center;gap:15px;padding:40px 0;color:#666}.case-list__no-more{text-align:center;padding:40px 0;color:#999;border-top:1px solid #f0f0f0}.case-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0000001a;transition:all .3s ease;cursor:pointer}.case-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #00000026}.case-card__image-container{position:relative;width:100%;height:250px;overflow:hidden}.case-card__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.case-card:hover .case-card__image{transform:scale(1.05)}.case-card__featured-badge{position:absolute;top:15px;right:15px;background:linear-gradient(135deg,#ff6b6b,#ee5a24);color:#fff;padding:4px 12px;border-radius:20px;font-size:.8rem;font-weight:600;box-shadow:0 2px 8px #ff6b6b4d}.case-card__status{position:absolute;bottom:15px;left:15px;padding:4px 12px;border-radius:20px;font-size:.8rem;font-weight:600;color:#fff}.case-card__status--completed{background:linear-gradient(135deg,#00b894,#00a085)}.case-card__status--in-progress{background:linear-gradient(135deg,#fdcb6e,#e17055)}.case-card__status--planning{background:linear-gradient(135deg,#74b9ff,#0984e3)}.case-card__content{padding:20px}.case-card__title{font-size:1.2rem;font-weight:600;color:#333;margin:0 0 8px;line-height:1.4}.case-card__subtitle{font-size:.9rem;color:#666;margin:0 0 12px;line-height:1.4}.case-card__description{font-size:.9rem;color:#666;line-height:1.6;margin:0 0 15px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.case-card__meta{display:flex;flex-direction:column;gap:6px;margin-bottom:15px}.case-card__meta-item{display:flex;justify-content:space-between;align-items:center;font-size:.85rem}.case-card__meta-label{color:#999;font-weight:500}.case-card__meta-value{color:#333;font-weight:600}.case-card__tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:15px}.case-card__tag{background:#f8f9fa;color:#666;padding:4px 8px;border-radius:12px;font-size:.75rem;font-weight:500}.case-card__tag--more{background:#e9ecef;color:#999}.case-card__stats{display:flex;justify-content:space-between;align-items:center;padding-top:15px;border-top:1px solid #f0f0f0}.case-card__stat{display:flex;align-items:center;gap:4px;font-size:.85rem;color:#666}.case-card__stat-icon{font-size:.9rem}.case-card__stat-value{font-weight:600}@media (max-width: 768px){.case-card__image-container{height:200px}.case-card__content{padding:15px}.case-card__title{font-size:1.1rem}.case-card__meta{gap:4px}.case-card__meta-item{font-size:.8rem}}@media (max-width: 480px){.case-card__image-container{height:180px}.case-card__content{padding:12px}.case-card__title{font-size:1rem}.case-card__description{font-size:.85rem}}.cases-page{min-height:100vh;background:#f8f9fa}.cases-page--loading{display:flex;justify-content:center;align-items:center;min-height:100vh}.cases-page__main{padding:40px 0}.cases-page__container{max-width:1400px;margin:0 auto;padding:0 20px}.cases-page__layout{display:grid;grid-template-columns:300px 1fr;gap:30px;align-items:start}@media (max-width: 1024px){.cases-page__layout{grid-template-columns:280px 1fr;gap:20px}}@media (max-width: 768px){.cases-page__layout{grid-template-columns:1fr;gap:20px}}.cases-page__sidebar{position:relative;z-index:10}@media (max-width: 768px){.cases-page__sidebar{order:1}}.cases-page__content{min-height:600px}@media (max-width: 768px){.cases-page__content{order:2}}.case-detail{min-height:100vh;background:#f8f9fa}.case-detail--loading,.case-detail--error{display:flex;justify-content:center;align-items:center;min-height:100vh}.case-detail__error-content{text-align:center;color:#666}.case-detail__error-content h2{font-size:2rem;margin-bottom:20px;color:#333}.case-detail__error-content p{font-size:1.1rem;margin-bottom:30px}.case-detail__container{max-width:1200px;margin:0 auto;padding:20px}.case-detail__back-button{background:#fff;border:1px solid #ddd;color:#666;padding:10px 20px;border-radius:8px;cursor:pointer;font-size:.9rem;margin-bottom:30px;transition:all .2s ease}.case-detail__back-button:hover{background:#f5f5f5;border-color:#999}.case-detail__header{background:#fff;border-radius:12px;padding:40px;margin-bottom:30px;box-shadow:0 4px 20px #0000001a;display:grid;grid-template-columns:1fr 400px;gap:40px;align-items:start}@media (max-width: 768px){.case-detail__header{grid-template-columns:1fr;padding:30px 20px;gap:30px}}.case-detail__header-content{display:flex;flex-direction:column;gap:20px}.case-detail__badges{display:flex;gap:10px;flex-wrap:wrap}.case-detail__featured-badge{background:linear-gradient(135deg,#ff6b6b,#ee5a24);color:#fff;padding:6px 16px;border-radius:20px;font-size:.8rem;font-weight:600}.case-detail__status{padding:6px 16px;border-radius:20px;font-size:.8rem;font-weight:600;color:#fff}.case-detail__status--completed{background:linear-gradient(135deg,#00b894,#00a085)}.case-detail__status--in-progress{background:linear-gradient(135deg,#fdcb6e,#e17055)}.case-detail__status--planning{background:linear-gradient(135deg,#74b9ff,#0984e3)}.case-detail__title{font-size:2.5rem;font-weight:700;color:#333;margin:0;line-height:1.2}@media (max-width: 768px){.case-detail__title{font-size:2rem}}.case-detail__subtitle{font-size:1.2rem;color:#666;margin:0;line-height:1.4}.case-detail__description{font-size:1rem;color:#666;line-height:1.6;margin:0}.case-detail__meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px}.case-detail__meta-item{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#f8f9fa;border-radius:8px}.case-detail__meta-label{color:#999;font-weight:500;font-size:.9rem}.case-detail__meta-value{color:#333;font-weight:600;font-size:.9rem}.case-detail__tags{display:flex;flex-wrap:wrap;gap:8px}.case-detail__tag{background:#e9ecef;color:#666;padding:6px 12px;border-radius:16px;font-size:.8rem;font-weight:500}.case-detail__stats{display:flex;gap:30px}.case-detail__stat{display:flex;align-items:center;gap:8px;color:#666}.case-detail__stat-icon{font-size:1.2rem}.case-detail__stat-value{font-weight:600;font-size:1.1rem}.case-detail__stat-label{font-size:.9rem}.case-detail__header-image{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 8px 30px #00000026}.case-detail__cover-image{width:100%;height:300px;-o-object-fit:cover;object-fit:cover}.case-detail__content{background:#fff;border-radius:12px;padding:40px;margin-bottom:30px;box-shadow:0 4px 20px #0000001a}@media (max-width: 768px){.case-detail__content{padding:30px 20px}}.case-detail__content-text,.case-detail__content-image,.case-detail__content-gallery{margin-bottom:40px}.case-detail__content-text:last-child,.case-detail__content-image:last-child,.case-detail__content-gallery:last-child{margin-bottom:0}.case-detail__content-title{font-size:1.5rem;font-weight:600;color:#333;margin:0 0 20px}.case-detail__content-description{font-size:1rem;color:#666;line-height:1.8;margin:0}.case-detail__content-img{width:100%;height:auto;border-radius:8px;margin-bottom:15px}.case-detail__content-caption{font-size:.9rem;color:#999;text-align:center;margin:0;font-style:italic}.case-detail__gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:15px;margin-bottom:15px}.case-detail__gallery-img{width:100%;height:200px;-o-object-fit:cover;object-fit:cover;border-radius:8px}.case-detail__section-title{font-size:1.5rem;font-weight:600;color:#333;margin:0 0 20px}.case-detail__client-feedback{background:#fff;border-radius:12px;padding:40px;margin-bottom:30px;box-shadow:0 4px 20px #0000001a}@media (max-width: 768px){.case-detail__client-feedback{padding:30px 20px}}.case-detail__feedback-content{background:#f8f9fa;border-radius:8px;padding:30px}.case-detail__feedback-header{margin-bottom:20px}.case-detail__client-name{font-size:1.2rem;font-weight:600;color:#333;margin:0 0 10px}.case-detail__rating{display:flex;gap:2px}.case-detail__star{font-size:1.2rem;opacity:.3}.case-detail__star--filled{opacity:1}.case-detail__feedback-text{font-size:1rem;color:#666;line-height:1.6;margin:0;font-style:italic}.case-detail__design-team{background:#fff;border-radius:12px;padding:40px;margin-bottom:30px;box-shadow:0 4px 20px #0000001a}@media (max-width: 768px){.case-detail__design-team{padding:30px 20px}}.case-detail__team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.case-detail__team-member{background:#f8f9fa;border-radius:8px;padding:20px;text-align:center}.case-detail__team-role{display:block;font-size:.9rem;color:#999;margin-bottom:8px}.case-detail__team-name{display:block;font-size:1.1rem;font-weight:600;color:#333}.case-detail__timeline{background:#fff;border-radius:12px;padding:40px;margin-bottom:30px;box-shadow:0 4px 20px #0000001a}@media (max-width: 768px){.case-detail__timeline{padding:30px 20px}}.case-detail__timeline-list{position:relative;padding-left:30px}.case-detail__timeline-list:before{content:"";position:absolute;left:15px;top:0;bottom:0;width:2px;background:#e9ecef}.case-detail__timeline-item{position:relative;margin-bottom:30px}.case-detail__timeline-item:last-child{margin-bottom:0}.case-detail__timeline-marker{position:absolute;left:-22px;top:5px;width:12px;height:12px;background:#007bff;border-radius:50%;border:3px solid white;box-shadow:0 0 0 3px #e9ecef}.case-detail__timeline-content{background:#f8f9fa;border-radius:8px;padding:20px}.case-detail__timeline-phase{font-size:1.1rem;font-weight:600;color:#333;margin:0 0 8px}.case-detail__timeline-dates{font-size:.9rem;color:#666;margin-bottom:10px}.case-detail__timeline-description{font-size:.9rem;color:#666;line-height:1.6;margin:0}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}::-webkit-search-decoration{-webkit-appearance:none}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.static{position:static}.flex-grow{flex-grow:1}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}*{box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px}body{font-family:Inter,PingFang SC,Microsoft YaHei,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;color:#2c3e50;background-color:#fff;margin:0;padding:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.container{max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (min-width: 768px){.container{padding-left:1rem;padding-right:1rem}}@media (min-width: 992px){.container{padding-left:1rem;padding-right:1rem}}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.w-full{width:100%}.h-full{height:100%}.min-h-screen{min-height:100vh}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1.5rem;border:none;border-radius:.25rem;font-size:1rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all .25s ease-out;box-shadow:0 1px 3px #0000001f,0 1px 2px #0000003d}.btn:hover{transform:translateY(-1px);box-shadow:0 3px 6px #00000029,0 3px 6px #0000003b}.btn:active{transform:translateY(0);box-shadow:0 1px 3px #0000001f,0 1px 2px #0000003d}.btn--primary{background-color:#2f6b4f;color:#fff}.btn--primary:hover{background-color:#4a8b6f}.btn--secondary{background-color:#f8f9fa;color:#2c3e50;border:1px solid #dee2e6}.btn--secondary:hover{background-color:#e9ecef}.btn--outline{background-color:transparent;color:#2f6b4f;border:2px solid #2f6b4f;box-shadow:none}.btn--outline:hover{background-color:#2f6b4f;color:#fff;box-shadow:0 1px 3px #0000001f,0 1px 2px #0000003d}.btn--flat{background-color:transparent;color:#2c3e50;box-shadow:none}.btn--flat:hover{background-color:#e9ecef}.card{background-color:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001f,0 1px 2px #0000003d;padding:1.5rem;transition:all .25s ease-out;border:1px solid #f1f3f4}.card:hover{box-shadow:0 3px 6px #00000029,0 3px 6px #0000003b;transform:translateY(-2px)}.title{font-weight:600;line-height:1.2;color:#2c3e50}.title--h1{font-size:2.25rem;font-weight:700}@media (min-width: 992px){.title--h1{font-size:3rem}}.title--h2{font-size:1.875rem;font-weight:600}@media (min-width: 992px){.title--h2{font-size:2.25rem}}.title--h3{font-size:1.5rem;font-weight:600}@media (min-width: 992px){.title--h3{font-size:1.875rem}}.fade-in{animation:fadeIn .4s ease-out ease-out}.slide-up{animation:slideUp .4s ease-out ease-out}.scale-in{animation:scaleIn .25s ease-out ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.divider{height:1px;background-color:#dee2e6;margin:1.5rem 0}.tag{display:inline-flex;align-items:center;padding:.25rem .5rem;background-color:#e9ecef;color:#6c757d;border-radius:.125rem;font-size:.875rem;font-weight:500}.tag--primary{background-color:#2f6b4f;color:#fff}.tag--success{background-color:#28a745;color:#fff}.tag--warning{background-color:#ffc107;color:#2c3e50}.tag--error{background-color:#dc3545;color:#fff}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}
