@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";@keyframes fadeInScaleUp{0%{opacity:0;transform:translateY(20px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes slideInFromLeft{0%{transform:translateX(-100%);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes slideInFromRight{0%{transform:translateX(100%);opacity:0}}@keyframes fadeInScale{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@keyframes glow{0%{box-shadow:0 0 5px rgba(13,115,105,.5)}50%{box-shadow:0 0 20px rgba(13,115,105,.8)}to{box-shadow:0 0 5px rgba(13,115,105,.5)}}@keyframes technoGradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.animate-fade-in-scale-up{animation:fadeInScaleUp .8s ease-out forwards;opacity:0}.animate-slide-in-left{animation:slideInFromLeft .8s ease-out}.animate-slide-in-right{animation:slideInFromRight .8s ease-out}.animate-fade-scale{animation:fadeInScale .6s ease-out}.animate-pulse-slow{animation:pulse 3s ease-in-out infinite}.animate-float{animation:float 6s ease-in-out infinite}.animate-glow{animation:glow 2s ease-in-out infinite}.animate-spin-slow{animation:spin 3s linear infinite}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-400{animation-delay:.4s}.delay-500{animation-delay:.5s}.delay-600{animation-delay:.6s}.delay-700{animation-delay:.7s}.delay-800{animation-delay:.8s}.delay-900{animation-delay:.9s}.delay-1000{animation-delay:1s}.stagger-fade>*{opacity:0;transform:translateY(20px);transition:all .6s ease-out}.stagger-fade.visible>:first-child{animation-delay:.1s;opacity:1;transform:translateY(0)}.stagger-fade.visible>:nth-child(2){animation-delay:.2s;opacity:1;transform:translateY(0)}.stagger-fade.visible>:nth-child(3){animation-delay:.3s;opacity:1;transform:translateY(0)}.stagger-fade.visible>:nth-child(4){animation-delay:.4s;opacity:1;transform:translateY(0)}.stagger-fade.visible>:nth-child(5){animation-delay:.5s;opacity:1;transform:translateY(0)}.stagger-fade.visible>:nth-child(6){animation-delay:.6s;opacity:1;transform:translateY(0)}.spinner{width:40px;height:40px;border:4px solid rgba(18,153,144,.2);border-top-color:#129990;border-radius:50%;animation:spin 1s linear infinite}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px}body,html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;font-weight:400;line-height:1.6;color:#1f2937;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh}.guda-layout{background:linear-gradient(135deg,#111827,#0a5d56);color:#f3f4f6;font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased}.guda-layout,.page-container{min-height:100vh}.main-content>*+*{margin-top:0}.content-sections{background-color:#fff}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin-bottom:1rem;color:#1f2937}h1{font-size:3rem}@media(min-width:768px){h1{font-size:4rem}}h2{font-size:2.5rem}@media(min-width:768px){h2{font-size:3rem}}h3{font-size:2rem}@media(min-width:768px){h3{font-size:2.5rem}}h4{font-size:1.5rem}@media(min-width:768px){h4{font-size:2rem}}h5{font-size:1.25rem}@media(min-width:768px){h5{font-size:1.5rem}}h6{font-size:1.125rem}@media(min-width:768px){h6{font-size:1.25rem}}p{margin-bottom:1rem;line-height:1.6}a{color:#129990;text-decoration:none;transition:color .3s}a:hover{color:#f97316}img{max-width:100%;height:auto;display:block}ol,ul{margin-bottom:1rem;padding-left:1.5rem}li{margin-bottom:.5rem}.container{max-width:1200px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.container{padding:0 2rem}}.section{padding:5rem 0}@media(min-width:768px){.section{padding:6rem 0}}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,1fr)}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.grid-cols-4{grid-template-columns:repeat(4,1fr)}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.text-gradient{background:linear-gradient(135deg,#129990,#f97316);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-size:200% 200%}.m-0{margin:0}.m-1{margin:.25rem}.m-2{margin:.5rem}.m-3{margin:.75rem}.m-4{margin:1rem}.m-6{margin:1.5rem}.m-8{margin:2rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.rounded{border-radius:.25rem}.rounded-md{border-radius:.375rem}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.bg-gradient-animated{background:linear-gradient(-45deg,#129990,#0d7369,#17a085,#f97316);background-size:400% 400%;animation:technoGradient 8s ease infinite}.rounded-elements *{border-radius:.5rem}::selection{background-color:rgba(18,153,144,.2);color:#1f2937}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f3f4f6}::-webkit-scrollbar-thumb{background:#129990;border-radius:9999px}::-webkit-scrollbar-thumb:hover{background:hsl(176,78.9473684211%,23.5294117647%)}.mt-0{margin-top:0}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:1rem}.mt-4{margin-top:1.5rem}.mt-5{margin-top:2rem}.mt-6{margin-top:3rem}.mt-8{margin-top:4rem}.mt-10{margin-top:5rem}.mt-12{margin-top:6rem}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:1rem}.mb-4{margin-bottom:1.5rem}.mb-5{margin-bottom:2rem}.mb-6{margin-bottom:3rem}.mb-8{margin-bottom:4rem}.mb-10{margin-bottom:5rem}.mb-12{margin-bottom:6rem}.ml-0{margin-left:0}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:1rem}.ml-4{margin-left:1.5rem}.mr-0{margin-right:0}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:1rem}.mr-4{margin-right:1.5rem}.p-0{padding:0}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:1rem}.p-4{padding:1.5rem}.p-5{padding:2rem}.pt-0{padding-top:0}.pt-1{padding-top:.25rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:1rem}.pt-4{padding-top:1.5rem}.pt-5{padding-top:2rem}.pt-6{padding-top:3rem}.pt-8{padding-top:4rem}.pt-10{padding-top:5rem}.pt-12{padding-top:6rem}.pb-0{padding-bottom:0}.pb-1{padding-bottom:.25rem}.pb-2{padding-bottom:.5rem}.pb-3{padding-bottom:1rem}.pb-4{padding-bottom:1.5rem}.pb-5{padding-bottom:2rem}.pb-6{padding-bottom:3rem}.pb-8{padding-bottom:4rem}.pb-10{padding-bottom:5rem}.pb-12{padding-bottom:6rem}.pl-0{padding-left:0}.pl-1{padding-left:.25rem}.pl-2{padding-left:.5rem}.pl-3{padding-left:1rem}.pl-4{padding-left:1.5rem}.pr-0{padding-right:0}.pr-1{padding-right:.25rem}.pr-2{padding-right:.5rem}.pr-3{padding-right:1rem}.pr-4{padding-right:1.5rem}.flex{display:flex}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.flex-1{flex:1 1}.flex-auto{flex:auto}.flex-initial{flex:initial}.flex-none{flex:none}.flex-grow{flex-grow:1}.flex-shrink{flex-shrink:1}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-evenly{justify-content:space-evenly}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-justify{text-align:justify}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}.text-5xl{font-size:3rem}.font-thin{font-weight:300}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-black{font-weight:900}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.hidden{display:none}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:-webkit-sticky;position:sticky}.inset-0{top:0;right:0;bottom:0;left:0}.top-0{top:0}.right-0{right:0}.bottom-0{bottom:0}.left-0{left:0}.text-white{color:#fff}.text-black{color:#000}.text-primary{color:#129990}.text-secondary{color:#0d7369}.text-accent{color:#f97316}.text-gray{color:#1f2937}.bg-white{background-color:#fff}.bg-black{background-color:#000}.bg-primary{background-color:#129990}.bg-secondary{background-color:#0d7369}.bg-accent{background-color:#f97316}.bg-gray-light{background-color:#f3f4f6}.w-full{width:100%}.w-auto{width:auto}.w-screen{width:100vw}.h-full{height:100%}.h-auto{height:auto}.h-screen{height:100vh}@media(max-width:768px){.sm-hidden{display:none}.sm-block{display:block}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}:focus-visible{outline:2px solid #129990;outline-offset:2px}.btn-primary,.positions-section .position-card .position-apply-btn{font-weight:600;padding:.75rem 2rem;border-radius:50px;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);transition:all .3s ease-in-out;transform:scale(1);cursor:pointer;border:none;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;text-align:center;vertical-align:top;min-height:48px;line-height:1.2;background-color:#f97316;color:#fff}.btn-primary:hover,.positions-section .position-card .position-apply-btn:hover{background-color:#ea580c;transform:scale(1.05)}.btn-secondary,.positions-section .position-card .position-learn-more{font-weight:600;padding:.75rem 2rem;border-radius:50px;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);transform:scale(1);border:none;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;text-align:center;vertical-align:top;min-height:48px;line-height:1.2;color:#fff;border:2px solid #fff;background-color:rgba(0,0,0,0)}.btn-secondary:hover,.positions-section .position-card .position-learn-more:hover{background-color:#fff;color:#1f2937;transform:scale(1.05)}.btn-guda{position:relative;overflow:hidden;transition:all .3s ease-in-out;background:linear-gradient(135deg,#129990,#0d7369);color:#fff;border:none;border-radius:.5rem;padding:.75rem 1.5rem;font-weight:500;cursor:pointer}.btn-guda:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease-in-out}.btn-guda:hover:before{left:100%}.btn-guda:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,0,0,.2)}.btn-secondary,.positions-section .position-card .position-learn-more{position:relative;overflow:hidden;transition:all .3s ease-in-out;background:rgba(0,0,0,0);color:#129990;border:2px solid #129990;border-radius:.5rem;padding:.75rem 1.5rem;font-weight:500;cursor:pointer}.btn-secondary:hover,.positions-section .position-card .position-learn-more:hover{background:#129990;color:#fff;transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,0,0,.2)}.benefits-section .benefit-card,.card-hover,.contact-info-section .contact-info-card,.office-section .office-card,.positions-section .position-card,.team-section .team-card{transition:all .3s ease-in-out;cursor:pointer}.benefits-section .benefit-card:hover,.card-hover:hover,.contact-info-section .contact-info-card:hover,.office-section .office-card:hover,.positions-section .position-card:hover,.team-section .team-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(0,0,0,.1)}.hover-lift{transition:transform .3s ease-in-out,box-shadow .3s ease-in-out}.hover-lift:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.15)}.hover-scale{transition:transform .3s ease-in-out}.hover-scale:hover{transform:scale(1.05)}.card-hover-effect{transition:all .3s ease-in-out;position:relative;overflow:hidden}.card-hover-effect:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);transition:left .5s ease-in-out}.card-hover-effect:hover:before{left:100%}.card-hover-effect:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(0,0,0,.1)}.text-shadow{text-shadow:0 2px 4px rgba(0,0,0,.1)}.text-shadow-dark{text-shadow:0 2px 4px rgba(0,0,0,.5)}.transition-all-ease{transition:all .3s cubic-bezier(.4,0,.2,1)}.service-card{background-color:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);transition:all .3s;border:1px solid #f3f4f6}.service-card:hover{transform:translateY(-.5rem);box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}.service-card .service-icon{display:inline-block;margin-bottom:1.5rem;transition:color .3s}.service-card .service-icon.icon-blue{color:rgb(14.9514563107,139.0485436893,128.5825242718)}.service-card .service-icon.icon-green{color:#059669}.service-card .service-icon.icon-purple{color:#7c3aed}.service-card .service-icon.icon-orange{color:#f97316}.service-card .service-icon.icon-teal{color:#0d9488}.service-card .service-icon.icon-red{color:#dc2626}.service-card .service-icon:hover.icon-blue{color:#0a5d56}.service-card .service-icon:hover.icon-green{color:#047857}.service-card .service-icon:hover.icon-purple{color:#6d28d9}.service-card .service-icon:hover.icon-orange{color:#ea580c}.service-card .service-icon:hover.icon-teal{color:#0f766e}.service-card .service-icon:hover.icon-red{color:#b91c1c}.service-card .service-title{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:1rem}@media(min-width:768px){.service-card .service-title{font-size:1.5rem}}.service-card .service-description{color:#6b7280;line-height:1.6}.insight-card{background-color:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);transition:all .3s}.insight-card:hover{transform:translateY(-.5rem);box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}.insight-card .insight-image img{width:100%;height:12rem;object-fit:cover}.insight-card .insight-content{padding:1.5rem}.insight-card .insight-content .insight-title{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:.75rem}.insight-card .insight-content .insight-description{color:#6b7280;line-height:1.6;margin-bottom:1rem}.insight-card .insight-content .insight-link{color:#f97316;font-weight:500;text-decoration:none;transition:color .3s}.insight-card .insight-content .insight-link:hover{color:#ea580c}.service-detail-card{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 10px 30px rgba(0,0,0,.1);transition:transform .3s;border:1px solid rgba(18,153,144,.1)}.service-detail-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(0,0,0,.15)}.service-detail-card .service-detail-icon{font-size:2.5rem;margin-bottom:1rem}.service-detail-card .service-detail-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.service-detail-card .service-detail-description{color:#374151;line-height:1.6;margin-bottom:1.5rem}.service-detail-card .service-detail-features{list-style:none;padding:0;margin-bottom:2rem}.service-detail-card .service-detail-features li{padding:.5rem 0;color:#374151}.service-detail-card .service-detail-features li:before{content:"•";color:#129990;font-weight:700;margin-right:.5rem}.service-detail-card .service-detail-link{color:#129990;font-weight:600;text-decoration:none;transition:color .3s}.service-detail-card .service-detail-link:hover{color:#f97316}.mission-card{text-align:center;padding:2rem;border-radius:1rem;background:linear-gradient(145deg,#f3f4f6,#ffffff);box-shadow:0 10px 30px rgba(0,0,0,.1)}.mission-card .mission-title{font-size:1.5rem;font-weight:700;color:#129990;margin-bottom:1rem}.mission-card .mission-text{color:#1f2937;line-height:1.6}.mission-card .values-list{list-style:none;padding:0}.mission-card .values-list li{padding:.5rem 0;color:#1f2937}.mission-card .values-list li:before{content:"✓";color:#129990;font-weight:700;margin-right:.5rem}.team-card{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 10px 30px rgba(0,0,0,.1);transition:transform .3s;text-align:center;max-width:350px;width:100%}.team-card:hover{transform:translateY(-5px)}.team-card .team-image{display:flex;justify-content:center;align-items:center;margin-bottom:1rem}.team-card .team-image img{width:120px;height:120px;border-radius:50%;object-fit:cover}.team-card .team-name{font-size:1.3rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.team-card .team-role{font-size:1rem;color:#129990;font-weight:500;margin-bottom:1rem}.team-card .team-bio{color:#374151;line-height:1.6;font-size:.95rem}.contact-info-card{text-align:center;padding:2rem;border-radius:1rem;background:#fff;box-shadow:0 10px 30px rgba(0,0,0,.1);border:1px solid rgba(18,153,144,.1)}.contact-info-card .contact-info-icon{font-size:2.5rem;margin-bottom:1rem}.contact-info-card .contact-info-title{font-size:1.3rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.contact-info-card .contact-info-text{font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.contact-info-card .contact-info-text a{color:#129990;text-decoration:none}.contact-info-card .contact-info-text a:hover{color:#f97316}.contact-info-card .contact-info-description{color:#374151;line-height:1.6;font-size:.95rem}.office-card{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 10px 30px rgba(0,0,0,.1)}.office-card .office-name{font-size:1.3rem;font-weight:600;color:#129990;margin-bottom:1rem}.office-card .office-address p{color:#374151;margin-bottom:.25rem;line-height:1.5}.offer-card{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 10px 30px rgba(0,0,0,.1);border:1px solid rgba(18,153,144,.1)}.offer-card h3{font-size:1.3rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.offer-card p{color:#374151;line-height:1.6;margin-bottom:1rem}.offer-card ul{list-style:none;padding:0}.offer-card ul li{padding:.25rem 0;color:#374151}.offer-card ul li:before{content:"•";color:#129990;font-weight:700;margin-right:.5rem}.benefit-card{background:#fff;border-radius:1rem;padding:2rem;text-align:center;box-shadow:0 10px 30px rgba(0,0,0,.1)}.benefit-card .benefit-icon{font-size:2.5rem;margin-bottom:1rem}.benefit-card .benefit-title{font-size:1.3rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.benefit-card .benefit-description{color:#374151;line-height:1.6}.position-card{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 10px 30px rgba(0,0,0,.1);border:1px solid rgba(18,153,144,.1)}.position-card .position-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;flex-wrap:wrap;gap:1rem}.position-card .position-title{font-size:1.4rem;font-weight:600;color:#1f2937;margin:0}.position-card .position-meta{display:flex;gap:1rem;flex-wrap:wrap}.position-card .position-meta span{background:rgba(18,153,144,.1);color:#129990;padding:.25rem .75rem;border-radius:1rem;font-size:.85rem;font-weight:500}.position-card .position-location{color:#374151;margin-bottom:1rem;font-size:.95rem}.position-card .position-description{color:#374151;line-height:1.6;margin-bottom:1.5rem}.position-card .position-actions{display:flex;gap:1rem;flex-wrap:wrap}.position-card .position-apply-btn{font-weight:600;padding:.75rem 2rem;border-radius:50px;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);transition:all .3s ease-in-out;transform:scale(1);cursor:pointer;border:none;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;text-align:center;vertical-align:top;min-height:48px;line-height:1.2}.position-card .position-apply-btn:hover{transform:scale(1.05)}.position-card .position-apply-btn{background-color:#129990;color:#fff;font-size:.9rem;padding:.5rem 1.5rem}.position-card .position-apply-btn:hover{background-color:#0a5d56}.position-card .position-learn-more{color:#129990;text-decoration:none;font-weight:500;padding:.5rem 1rem;transition:color .3s}.position-card .position-learn-more:hover{color:#f97316}.feature-card{background:#fff;border-radius:1rem;padding:2rem;text-align:center;box-shadow:0 10px 30px rgba(0,0,0,.1)}.feature-card .feature-icon{font-size:2.5rem;margin-bottom:1rem}.feature-card .feature-title{font-size:1.3rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.feature-card .feature-description{color:#374151;line-height:1.6}.case-study-card{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 10px 30px rgba(0,0,0,.1)}.case-study-card .case-study-title{font-size:1.4rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.case-study-card .case-study-client{font-size:.9rem;color:#129990;font-weight:500;margin-bottom:1.5rem}.case-study-card .case-study-section{margin-bottom:1.5rem}.case-study-card .case-study-section h4{font-size:1.1rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.case-study-card .case-study-section p{color:#374151;line-height:1.6;font-size:.95rem}.case-study-card .case-study-section ul{list-style:none;padding:0}.case-study-card .case-study-section ul li{color:#374151;line-height:1.6;font-size:.95rem;padding:.25rem 0}.case-study-card .case-study-section ul li:before{content:"✓";color:#129990;font-weight:700;margin-right:.5rem}.form-input,.form-textarea{width:100%;padding:.75rem 1rem;border:2px solid rgba(18,153,144,.2);border-radius:.5rem;font-size:1rem;transition:all .3s ease-in-out;background-color:#fff;color:#1f2937}.form-input:focus,.form-textarea:focus{border-color:#129990;box-shadow:0 0 0 3px rgba(18,153,144,.1);outline:none}.form-textarea{min-height:120px;resize:vertical}.form-group{margin-bottom:1.5rem;text-align:left}.form-group label{display:block;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem 1rem;border:1px solid hsla(0,0%,100%,.2);border-radius:.5rem;background-color:hsla(0,0%,100%,.1);color:#fff;font-size:1rem;transition:all .3s}.form-group input::placeholder,.form-group select::placeholder,.form-group textarea::placeholder{color:hsla(0,0%,100%,.6)}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#f97316;background-color:hsla(0,0%,100%,.15)}.form-submit{width:100%;font-weight:600;padding:.75rem 2rem;border-radius:50px;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);transition:all .3s ease-in-out;transform:scale(1);cursor:pointer;border:none;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;text-align:center;vertical-align:top;min-height:48px;line-height:1.2}.form-submit:hover{transform:scale(1.05)}.form-submit{background-color:#f97316;color:#fff;font-size:1.125rem}.form-submit:hover{background-color:#ea580c;transform:scale(1.02)}.newsletter-section{padding:4rem 1rem;background-color:#0a5d56;color:#fff}.newsletter-section .newsletter-container{max-width:1200px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.newsletter-section .newsletter-container{padding:0 1.5rem}}.newsletter-section .newsletter-container{max-width:800px;text-align:center}.newsletter-section .newsletter-title{font-size:2rem;font-weight:700;margin-bottom:1rem;color:#fff!important}@media(min-width:768px){.newsletter-section .newsletter-title{font-size:2.5rem}}.newsletter-section .newsletter-subtitle{font-size:1.1rem;margin-bottom:2rem;opacity:.9}.newsletter-form{display:flex;flex-direction:column;align-items:center;max-width:550px;margin:0 auto 1.5rem}.newsletter-form .newsletter-input-group{display:flex;width:100%;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem;align-items:center;justify-content:center}@media(min-width:640px){.newsletter-form .newsletter-input-group{flex-wrap:nowrap;justify-content:space-between}}.newsletter-input{flex:1 1;min-width:250px;padding:.75rem 1rem;border:none;border-radius:.5rem;font-size:1rem;height:2.75rem}.newsletter-input:focus{outline:none;box-shadow:0 0 0 2px hsla(0,0%,100%,.3)}.newsletter-input.error{border:1px solid #ef4444}.newsletter-button{font-weight:600;padding:.75rem 2rem;border-radius:50px;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);transition:all .3s ease-in-out;transform:scale(1);border:none;text-decoration:none;text-align:center;vertical-align:top;min-height:48px;line-height:1.2}.newsletter-button:hover{transform:scale(1.05)}.newsletter-button{background-color:#f97316;color:#fff;white-space:nowrap;padding:.75rem 1.5rem;font-size:1rem;border-radius:.5rem;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;height:100%;min-height:2.75rem;align-self:stretch}@media(max-width:639px){.newsletter-button{width:100%;margin-top:0}}.newsletter-button:hover{background-color:#ea580c}.newsletter-button:disabled{opacity:.7;cursor:not-allowed}.newsletter-button .loading-spinner{display:inline-block;width:1rem;height:1rem;border:2px solid hsla(0,0%,100%,.3);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite}.newsletter-disclaimer{font-size:.85rem;opacity:.7;margin-top:1rem}.error-message{color:#ef4444;font-size:.85rem;margin-top:.5rem}.success-message{background-color:rgb(12.4757281553,116.0242718447,107.2912621359);padding:2rem;border-radius:.75rem;text-align:center}.success-message .success-title{color:#fff;font-size:1.75rem;margin-bottom:1rem}.success-message .success-text{color:#fff;opacity:.9;margin-bottom:1.5rem}.form-group select{width:100%;border:1px solid hsla(0,0%,100%,.2);border-radius:.5rem;background-color:hsla(0,0%,100%,.1);color:#fff;font-size:1rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3e%3cpath d='M7 10l5 5 5-5z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 1rem center;background-size:1.5rem;padding:.75rem 2.5rem .75rem 1rem;cursor:pointer;transition:all .3s}.form-group select:focus{outline:none;border-color:#f97316;background-color:hsla(0,0%,100%,.15)}.form-group select.error{border:1px solid #ef4444}.form-group select option{background-color:#0a5d56;color:#fff;padding:.5rem}.header-main{background-color:#fff;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);position:-webkit-sticky;position:sticky;top:0;z-index:50;padding:1rem;border-radius:0 0 .75rem .75rem}.header-main .header-container{max-width:1200px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.header-main .header-container{padding:0 1.5rem}}.header-main .header-container{display:flex;align-items:center;justify-content:space-between}.header-main .logo{font-size:1.875rem;font-weight:800;color:#0a5d56;text-decoration:none;transition:all .3s;border-radius:.375rem;padding:.5rem}.header-main .logo:hover{color:rgb(14.9514563107,139.0485436893,128.5825242718)}.header-main .logo .logo-dot{color:#f97316}.header-main .nav-desktop{display:none}@media(min-width:768px){.header-main .nav-desktop{display:block}}.header-main .nav-desktop .nav-list{display:flex;align-items:center;justify-content:center;gap:1.5rem;list-style:none}.header-main .nav-desktop .nav-item{position:relative}.header-main .nav-desktop .nav-item .nav-link{font-size:1.125rem;font-weight:500;color:#374151;text-decoration:none;transition:all .3s;padding:.5rem .75rem;border-radius:.375rem;display:flex;align-items:center;justify-content:center;gap:.25rem}.header-main .nav-desktop .nav-item .nav-link:hover{color:rgb(14.9514563107,139.0485436893,128.5825242718)}.header-main .nav-desktop .nav-item .nav-link .nav-chevron{width:1rem;height:1rem}.header-main .nav-desktop .nav-item .nav-cta{color:#fff;background-color:rgb(14.9514563107,139.0485436893,128.5825242718);padding:.5rem 1rem;border-radius:50px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.header-main .nav-desktop .nav-item .nav-cta:hover{background-color:rgb(12.4757281553,116.0242718447,107.2912621359)}.header-main .nav-desktop .nav-item .dropdown{position:absolute;left:50%;transform:translateX(-50%);margin-top:.5rem;width:16rem;background-color:#fff;border-radius:.375rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -1px rgba(0,0,0,.05);border:1px solid #e5e7eb;opacity:0;visibility:hidden;transition:all .3s;z-index:50}.header-main .nav-desktop .nav-item .dropdown .dropdown-content{padding:.5rem 0}.header-main .nav-desktop .nav-item .dropdown .dropdown-link{display:block;padding:.5rem 1rem;font-size:.875rem;color:#374151;text-decoration:none;transition:all .15s}.header-main .nav-desktop .nav-item .dropdown .dropdown-link:hover{background-color:#f9fafb;color:rgb(14.9514563107,139.0485436893,128.5825242718)}.header-main .nav-desktop .nav-item:hover .dropdown{opacity:1;visibility:visible}.header-main .mobile-menu-btn{display:block;padding:.5rem;color:#374151;background:rgba(0,0,0,0);border:none;border-radius:.375rem;transition:color .3s;cursor:pointer}@media(min-width:768px){.header-main .mobile-menu-btn{display:none}}.header-main .mobile-menu-btn:hover{color:rgb(14.9514563107,139.0485436893,128.5825242718)}.header-main .mobile-menu-btn .menu-icon{width:2rem;height:2rem}.mobile-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(17,24,39,.95);display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:50;transition:transform .3s ease-in-out}.mobile-overlay.mobile-overlay-hidden{transform:translateX(100%)}.mobile-overlay.mobile-overlay-visible{transform:translateX(0)}.mobile-overlay .mobile-close-btn{position:absolute;top:1.5rem;right:1.5rem;color:#fff;font-size:2.5rem;background:rgba(0,0,0,0);border:none;cursor:pointer;z-index:51}.mobile-overlay .mobile-nav .mobile-nav-list{display:flex;flex-direction:column;align-items:center;gap:1.5rem;list-style:none}.mobile-overlay .mobile-nav .mobile-nav-link{color:#fff;font-size:1.5rem;font-weight:600;text-decoration:none;padding:.75rem 1.5rem;border-radius:.375rem;transition:all .3s}.mobile-overlay .mobile-nav .mobile-nav-link:hover{background-color:hsla(0,0%,100%,.1)}.footer-main{background-color:#1f2937;color:#fff;padding:3rem 1rem 1.5rem}.footer-main .footer-container{max-width:1200px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.footer-main .footer-container{padding:0 1.5rem}}.footer-main .footer-container .footer-content{display:grid;grid-template-columns:repeat(1,1fr);grid-gap:2rem;gap:2rem;margin-bottom:2rem}@media(min-width:768px){.footer-main .footer-container .footer-content{grid-template-columns:repeat(2,1fr);gap:3rem}}@media(min-width:1024px){.footer-main .footer-container .footer-content{grid-template-columns:repeat(4,1fr)}}.footer-main .footer-container .footer-section .footer-title{font-size:1.125rem;font-weight:600;margin-bottom:1rem}.footer-main .footer-container .footer-section .footer-links{list-style:none}.footer-main .footer-container .footer-section .footer-links li{margin-bottom:.5rem}.footer-main .footer-container .footer-section .footer-links li a{color:#d1d5db;text-decoration:none;transition:color .3s}.footer-main .footer-container .footer-section .footer-links li a:hover{color:#f97316}.footer-main .footer-container .footer-section .footer-text{color:#d1d5db;line-height:1.6}.footer-main .footer-container .footer-bottom{border-top:1px solid #374151;padding-top:1.5rem;text-align:center;color:#9ca3af}@media(min-width:768px){.footer-main .footer-container .footer-bottom{display:flex;align-items:center;justify-content:space-between;text-align:left}}.hero-section{position:relative;background:linear-gradient(135deg,#0a5d56,#111827);color:#fff;padding:5rem 1rem;overflow:hidden}@media(min-width:768px){.hero-section{padding:7rem 0}}@media(min-width:1024px){.hero-section{padding:8rem 0}}.hero-section .hero-background{position:absolute;inset:0;z-index:0;opacity:.1;background-size:cover;background-position:50%}.hero-section .hero-container{max-width:1200px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.hero-section .hero-container{padding:0 1.5rem}}.hero-section .hero-container{text-align:center;position:relative;z-index:10}.hero-section .hero-title{font-size:2.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.3)}@media(min-width:640px){.hero-section .hero-title{font-size:3rem}}@media(min-width:768px){.hero-section .hero-title{font-size:3.75rem;margin-bottom:1.5rem}}@media(min-width:1024px){.hero-section .hero-title{font-size:4.5rem}}.hero-section .hero-subtitle{font-size:1.125rem;font-weight:300;margin-bottom:2rem}@media(min-width:768px){.hero-section .hero-subtitle{font-size:1.25rem;margin-bottom:2.5rem}}.hero-section .hero-buttons{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}@media(min-width:640px){.hero-section .hero-buttons{flex-direction:row;gap:1.5rem}}.hero-section .hero-buttons .btn-primary,.hero-section .hero-buttons .btn-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:48px;vertical-align:top}.services-section{padding:5rem 1rem;background-color:#fff}@media(min-width:768px){.services-section{padding:6rem 2rem}}.services-section .services-container{max-width:1200px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.services-section .services-container{padding:0 1.5rem}}.services-section .services-container{text-align:center}.services-section .services-title{font-size:2.25rem;font-weight:700;color:#1f2937;margin-bottom:1rem}@media(min-width:768px){.services-section .services-title{font-size:3rem}}.services-section .services-subtitle{font-size:1.125rem;color:#374151;margin-bottom:3rem;max-width:42rem;margin-left:auto;margin-right:auto}@media(min-width:768px){.services-section .services-subtitle{font-size:1.25rem;margin-bottom:4rem}}.services-section .services-grid{display:grid;grid-template-columns:repeat(1,1fr);grid-gap:2rem;gap:2rem}@media(min-width:768px){.services-section .services-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.services-section .services-grid{grid-template-columns:repeat(3,1fr)}}.services-section .service-card{background-color:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);transition:all .3s;border:1px solid #f3f4f6}.services-section .service-card:hover{transform:translateY(-.5rem);box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}.services-section .service-card .service-icon{display:inline-block;margin-bottom:1.5rem;transition:color .3s}.services-section .service-card .service-icon.icon-blue,.services-section .service-card .service-icon.icon-green{color:#129990}.services-section .service-card .service-icon.icon-orange{color:#f97316}.services-section .service-card .service-icon.icon-purple,.services-section .service-card .service-icon.icon-teal{color:#129990}.services-section .service-card .service-icon.icon-red{color:#b91c1c}.services-section .service-card .service-title{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:1rem}@media(min-width:768px){.services-section .service-card .service-title{font-size:1.5rem}}.services-section .service-card .service-description{color:#374151;line-height:1.6}.about-section{padding:5rem 1rem;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}@media(min-width:768px){.about-section{padding:6rem 2rem}}.about-section .about-container{max-width:1200px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.about-section .about-container{padding:0 1.5rem}}.about-section .about-container{display:grid;grid-template-columns:1fr;grid-gap:3rem;gap:3rem;align-items:center}@media(min-width:1024px){.about-section .about-container{grid-template-columns:1fr 1fr;gap:4rem}}.about-section .about-content .about-title{font-size:2.25rem;font-weight:700;color:#1f2937;margin-bottom:1.5rem}@media(min-width:768px){.about-section .about-content .about-title{font-size:3rem}}.about-section .about-content .about-text{color:#374151;line-height:1.8;margin-bottom:1.5rem;font-size:1.125rem}.about-section .about-image{text-align:center}.about-section .about-image img{max-width:100%;height:auto;border-radius:1rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -1px rgba(0,0,0,.05)}.insights-section{padding:5rem 1rem;background-color:#fff}@media(min-width:768px){.insights-section{padding:6rem 2rem}}.insights-section .insights-container{max-width:1200px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.insights-section .insights-container{padding:0 1.5rem}}.insights-section .insights-container{text-align:center}.insights-section .insights-title{font-size:2.25rem;font-weight:700;color:#1f2937;margin-bottom:1rem}@media(min-width:768px){.insights-section .insights-title{font-size:3rem}}.insights-section .insights-subtitle{font-size:1.125rem;color:#374151;margin-bottom:3rem;max-width:42rem;margin-left:auto;margin-right:auto}@media(min-width:768px){.insights-section .insights-subtitle{font-size:1.25rem;margin-bottom:4rem}}.insights-section .insights-grid{display:grid;grid-template-columns:repeat(1,1fr);grid-gap:2rem;gap:2rem}@media(min-width:768px){.insights-section .insights-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.insights-section .insights-grid{grid-template-columns:repeat(3,1fr)}}.insights-section .insight-card{background-color:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);transition:all .3s}.insights-section .insight-card:hover{transform:translateY(-.5rem);box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}.insights-section .insight-card .insight-image img{width:100%;height:12rem;object-fit:cover}.insights-section .insight-card .insight-content{padding:1.5rem}.insights-section .insight-card .insight-content .insight-title{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:.75rem}.insights-section .insight-card .insight-content .insight-description{color:#374151;line-height:1.6;margin-bottom:1rem}.insights-section .insight-card .insight-content .insight-link{color:#f97316;font-weight:500;text-decoration:none;transition:color .3s}.insights-section .insight-card .insight-content .insight-link:hover{color:#ea580c}.contact-section{padding:5rem 1rem;background:linear-gradient(135deg,#0a5d56,#111827);color:#fff}@media(min-width:768px){.contact-section{padding:6rem 2rem}}.contact-section .contact-container{max-width:1200px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.contact-section .contact-container{padding:0 1.5rem}}.contact-section .contact-container{text-align:center}.contact-section .contact-title{font-size:2.25rem;font-weight:700;margin-bottom:1rem;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.3)}@media(min-width:768px){.contact-section .contact-title{font-size:3rem}}.contact-section .contact-subtitle{font-size:1.125rem;opacity:.9;margin-bottom:3rem;max-width:42rem;margin-left:auto;margin-right:auto}@media(min-width:768px){.contact-section .contact-subtitle{font-size:1.25rem;margin-bottom:4rem}}.contact-section .contact-form{max-width:32rem;margin:0 auto}.contact-section .contact-form .form-group{margin-bottom:1.5rem;text-align:left}.contact-section .contact-form .form-group label{display:block;font-weight:500;margin-bottom:.5rem}.contact-section .contact-form .form-group input,.contact-section .contact-form .form-group textarea{width:100%;padding:.75rem 1rem;border:1px solid hsla(0,0%,100%,.2);border-radius:.5rem;background-color:hsla(0,0%,100%,.1);color:#fff;font-size:1rem;transition:all .3s}.contact-section .contact-form .form-group input::placeholder,.contact-section .contact-form .form-group textarea::placeholder{color:hsla(0,0%,100%,.6)}.contact-section .contact-form .form-group input:focus,.contact-section .contact-form .form-group textarea:focus{border-color:#f97316;background-color:hsla(0,0%,100%,.15);box-shadow:0 0 0 3px rgba(249,115,22,.2)}.contact-section .contact-form .form-group textarea{min-height:8rem;resize:vertical}.contact-section .contact-form .form-submit{width:100%;font-weight:600;padding:.75rem 2rem;border-radius:50px;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);transition:all .3s;transform:scale(1);cursor:pointer;border:none;text-decoration:none;display:inline-block;text-align:center;background-color:#f97316;color:#fff;font-size:1.125rem}.contact-section .contact-form .form-submit:hover{transform:scale(1.05);background-color:#ea580c;transform:scale(1.02)}.about-hero-section{padding:6rem 1rem 4rem;background:linear-gradient(135deg,#0a5d56,#111827);color:#fff;text-align:center}.about-hero-section .about-hero-container{max-width:1200px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.about-hero-section .about-hero-container{padding:0 1.5rem}}.about-hero-section .about-hero-title{font-size:3rem;font-weight:800;margin-bottom:1.5rem;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.3)}@media(min-width:768px){.about-hero-section .about-hero-title{font-size:4rem}}.about-hero-section .about-hero-subtitle{font-size:1.25rem;opacity:.9;max-width:48rem;margin:0 auto}@media(min-width:768px){.about-hero-section .about-hero-subtitle{font-size:1.5rem}}.mission-section{padding:5rem 1rem;background-color:#fff}.mission-section .mission-container{max-width:1200px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.mission-section .mission-container{padding:0 1.5rem}}.mission-section .mission-grid{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem}@media(min-width:768px){.mission-section .mission-grid{grid-template-columns:repeat(3,1fr)}}.mission-section .mission-card{text-align:center;padding:2rem;border-radius:1rem;background:linear-gradient(145deg,#f3f4f6,#ffffff);box-shadow:0 10px 30px rgba(0,0,0,.1)}.mission-section .mission-card .mission-title{font-size:1.5rem;font-weight:700;color:#129990;margin-bottom:1rem}.mission-section .mission-card .mission-text{color:#1f2937;line-height:1.6}.mission-section .mission-card .values-list{list-style:none;padding:0}.mission-section .mission-card .values-list li{padding:.5rem 0;color:#1f2937}.mission-section .mission-card .values-list li:before{content:"✓";color:#129990;font-weight:700;margin-right:.5rem}.story-section{padding:5rem 1rem;background-color:#f3f4f6}.story-section .story-container{max-width:1200px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.story-section .story-container{padding:0 1.5rem}}.story-section .story-container{display:grid;grid-template-columns:1fr;grid-gap:3rem;gap:3rem;align-items:center}@media(min-width:1024px){.story-section .story-container{grid-template-columns:1fr 1fr}}.story-section .story-title{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:2rem}.story-section .story-text{color:#374151;line-height:1.7;margin-bottom:1.5rem;font-size:1.1rem}.story-section .story-image img{width:100%;border-radius:1rem}.team-section{padding:5rem 1rem;background-color:#fff}.team-section .team-container{max-width:1200px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.team-section .team-container{padding:0 1.5rem}}.team-section .team-container{text-align:center}.team-section .team-title{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.team-section .team-subtitle{font-size:1.2rem;color:#374151;margin-bottom:3rem;max-width:40rem;margin-left:auto;margin-right:auto}.team-section .team-grid{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem}@media(min-width:768px){.team-section .team-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.team-section .team-grid{grid-template-columns:repeat(3,1fr)}}.team-section .team-card{background:#fff;border-radius:1rem;padding:2rem;text-align:center;box-shadow:0 10px 30px rgba(0,0,0,.1);border:1px solid rgba(18,153,144,.1)}.team-section .team-card .team-image img{width:80px;height:80px;border-radius:50%;object-fit:cover;margin-bottom:1rem}.team-section .team-card .team-name{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.team-section .team-card .team-role{font-size:1rem;color:#129990;font-weight:500;margin-bottom:1rem}.team-section .team-card .team-bio{color:#374151;line-height:1.6;font-size:.95rem}.about-cta-section{padding:5rem 1rem;background:linear-gradient(135deg,#129990,#0a5d56);color:#fff;text-align:center}.about-cta-section .about-cta-container{max-width:1200px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.about-cta-section .about-cta-container{padding:0 1.5rem}}.about-cta-section .about-cta-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#fff}.about-cta-section .about-cta-text{font-size:1.2rem;opacity:.9;margin-bottom:2rem;max-width:40rem;margin-left:auto;margin-right:auto}.about-cta-section .about-cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.services-hero-section{padding:6rem 1rem 4rem;background:linear-gradient(135deg,#0a5d56,#111827);color:#fff;text-align:center}.services-hero-section .services-hero-container{max-width:1200px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.services-hero-section .services-hero-container{padding:0 1.5rem}}.services-hero-section .services-hero-title{font-size:3rem;font-weight:800;margin-bottom:1.5rem;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.3)}@media(min-width:768px){.services-hero-section .services-hero-title{font-size:4rem}}.services-hero-section .services-hero-subtitle{font-size:1.25rem;opacity:.9;max-width:48rem;margin:0 auto}@media(min-width:768px){.services-hero-section .services-hero-subtitle{font-size:1.5rem}}.services-grid-section{padding:5rem 1rem;background-color:#fff}.services-grid-section .services-grid-container{max-width:1200px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.services-grid-section .services-grid-container{padding:0 1.5rem}}.services-grid-section .services-grid{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem}@media(min-width:768px){.services-grid-section .services-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.services-grid-section .services-grid{grid-template-columns:repeat(3,1fr)}}.services-grid-section .service-detail-card{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 10px 30px rgba(0,0,0,.1);transition:transform .3s;border:1px solid rgba(18,153,144,.1)}.services-grid-section .service-detail-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(0,0,0,.15)}.services-grid-section .service-detail-card .service-detail-icon{font-size:2.5rem;margin-bottom:1rem}.services-grid-section .service-detail-card .service-detail-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.services-grid-section .service-detail-card .service-detail-description{color:#374151;line-height:1.6;margin-bottom:1.5rem}.services-grid-section .service-detail-card .service-detail-features{list-style:none;padding:0;margin-bottom:2rem}.services-grid-section .service-detail-card .service-detail-features li{padding:.5rem 0;color:#374151}.services-grid-section .service-detail-card .service-detail-features li:before{content:"•";color:#129990;font-weight:700;margin-right:.5rem}.services-grid-section .service-detail-card .service-detail-link{color:#129990;font-weight:600;text-decoration:none;transition:color .3s}.services-grid-section .service-detail-card .service-detail-link:hover{color:#f97316}.process-section{padding:5rem 1rem;background-color:#f3f4f6}.process-section .process-container{max-width:1200px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.process-section .process-container{padding:0 1.5rem}}.process-section .process-container{text-align:center}.process-section .process-title{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.process-section .process-subtitle{font-size:1.2rem;color:#374151;margin-bottom:3rem;max-width:40rem;margin-left:auto;margin-right:auto}.process-section .process-steps{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem}@media(min-width:768px){.process-section .process-steps{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.process-section .process-steps{grid-template-columns:repeat(4,1fr)}}.process-section .process-step{text-align:center}.process-section .process-step .process-number{width:3rem;height:3rem;background:#129990;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;margin:0 auto 1rem}.process-section .process-step .process-step-title{font-size:1.2rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.process-section .process-step .process-step-text{color:#374151;line-height:1.6;font-size:.95rem}.services-cta-section{padding:5rem 1rem;background:linear-gradient(135deg,#129990,#0a5d56);color:#fff;text-align:center}.services-cta-section .services-cta-container{max-width:1200px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.services-cta-section .services-cta-container{padding:0 1.5rem}}.services-cta-section .services-cta-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#fff}.services-cta-section .services-cta-text{font-size:1.2rem;opacity:.9;margin-bottom:2rem;max-width:40rem;margin-left:auto;margin-right:auto}.services-cta-section .services-cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.service-hero-section{padding:6rem 1rem 4rem;background:linear-gradient(135deg,#0a5d56,#111827);color:#fff}.service-hero-section .service-hero-container{max-width:1200px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.service-hero-section .service-hero-container{padding:0 1.5rem}}.service-hero-section .service-hero-container{display:grid;grid-template-columns:1fr;grid-gap:3rem;gap:3rem;align-items:center}@media(min-width:1024px){.service-hero-section .service-hero-container{grid-template-columns:1fr 1fr}}.service-hero-section .service-hero-title{font-size:3rem;font-weight:800;margin-bottom:1.5rem;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.3)}@media(min-width:768px){.service-hero-section .service-hero-title{font-size:4rem}}.service-hero-section .service-hero-subtitle{font-size:1.25rem;opacity:.9;margin-bottom:2rem;line-height:1.6}@media(min-width:768px){.service-hero-section .service-hero-subtitle{font-size:1.4rem}}.service-hero-section .service-hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.service-hero-section .service-hero-image img{width:100%;border-radius:1rem}.service-offer-section{padding:5rem 1rem;background-color:#fff}.service-offer-section .service-offer-container{max-width:1200px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.service-offer-section .service-offer-container{padding:0 1.5rem}}.service-offer-section .service-offer-title{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:3rem;text-align:center}.service-offer-section .service-offer-grid{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem}@media(min-width:768px){.service-offer-section .service-offer-grid{grid-template-columns:repeat(2,1fr)}}.service-offer-section .offer-card{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 10px 30px rgba(0,0,0,.1);border:1px solid rgba(18,153,144,.1)}.service-offer-section .offer-card h3{font-size:1.3rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.service-offer-section .offer-card p{color:#374151;line-height:1.6;margin-bottom:1rem}.service-offer-section .offer-card ul{list-style:none;padding:0}.service-offer-section .offer-card ul li{padding:.25rem 0;color:#374151}.service-offer-section .offer-card ul li:before{content:"•";color:#129990;font-weight:700;margin-right:.5rem}.service-cta-section{padding:5rem 1rem;background:linear-gradient(135deg,#129990,#0a5d56);color:#fff;text-align:center}.service-cta-section .service-cta-container{max-width:1200px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.service-cta-section .service-cta-container{padding:0 1.5rem}}.service-cta-section .service-cta-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#fff}.service-cta-section .service-cta-text{font-size:1.2rem;opacity:.9;margin-bottom:2rem;max-width:40rem;margin-left:auto;margin-right:auto}.service-cta-section .service-cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.contact-hero-section{padding:6rem 1rem 4rem;background:linear-gradient(135deg,#0a5d56,#111827);color:#fff;text-align:center}.contact-hero-section .contact-hero-container{max-width:1200px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.contact-hero-section .contact-hero-container{padding:0 1.5rem}}.contact-hero-section .contact-hero-title{font-size:3rem;font-weight:800;margin-bottom:1.5rem;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.3)}@media(min-width:768px){.contact-hero-section .contact-hero-title{font-size:4rem}}.contact-hero-section .contact-hero-subtitle{font-size:1.25rem;opacity:.9;max-width:48rem;margin:0 auto}@media(min-width:768px){.contact-hero-section .contact-hero-subtitle{font-size:1.5rem}}.contact-info-section{padding:5rem 1rem;background-color:#fff}.contact-info-section .contact-info-container{max-width:1200px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.contact-info-section .contact-info-container{padding:0 1.5rem}}.contact-info-section .contact-info-grid{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem}@media(min-width:768px){.contact-info-section .contact-info-grid{grid-template-columns:repeat(3,1fr)}}.contact-info-section .contact-info-card{text-align:center;padding:2rem;border-radius:1rem;background:#fff;border:1px solid rgba(18,153,144,.1);transition:all .3s ease-in-out}.contact-info-section .contact-info-card .contact-info-icon{font-size:3rem;margin-bottom:1rem;display:block}.contact-info-section .contact-info-card .contact-info-title{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.contact-info-section .contact-info-card .contact-info-text{color:#129990;font-weight:600;margin-bottom:1rem}.contact-info-section .contact-info-card .contact-info-text a{color:inherit;text-decoration:none}.contact-info-section .contact-info-card .contact-info-text a:hover{color:#f97316}.contact-info-section .contact-info-card .contact-info-description{color:#374151;line-height:1.6;font-size:.95rem}.office-section{padding:5rem 1rem;background-color:#f3f4f6}.office-section .office-container{max-width:1200px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.office-section .office-container{padding:0 1.5rem}}.office-section .office-container{text-align:center}.office-section .office-title{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:3rem}.office-section .office-grid{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem}@media(min-width:768px){.office-section .office-grid{grid-template-columns:repeat(2,1fr)}}.office-section .office-card{background:#fff;padding:2rem;border-radius:1rem;text-align:center;border:1px solid rgba(18,153,144,.1);transition:all .3s ease-in-out}.office-section .office-card .office-name{font-size:1.5rem;font-weight:600;color:#129990;margin-bottom:1rem}.office-section .office-card .office-address{color:#374151;line-height:1.6}.office-section .office-card .office-address p{margin-bottom:.25rem}.faq-section{padding:5rem 1rem;background-color:#fff}.faq-section .faq-container{max-width:1200px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.faq-section .faq-container{padding:0 1.5rem}}.faq-section .faq-title{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:3rem;text-align:center}.faq-section .faq-grid{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem}@media(min-width:1024px){.faq-section .faq-grid{grid-template-columns:repeat(2,1fr)}}.faq-section .faq-item{padding:2rem;border-radius:1rem;background:#f3f4f6;border:1px solid rgba(18,153,144,.1)}.faq-section .faq-item .faq-question{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.faq-section .faq-item .faq-answer{color:#374151;line-height:1.6;margin-bottom:0}.careers-hero-section{padding:6rem 1rem 4rem;background:linear-gradient(135deg,#0a5d56,#111827);color:#fff;text-align:center}.careers-hero-section .careers-hero-container{max-width:1200px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.careers-hero-section .careers-hero-container{padding:0 1.5rem}}.careers-hero-section .careers-hero-title{font-size:3rem;font-weight:800;margin-bottom:1.5rem;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.3)}@media(min-width:768px){.careers-hero-section .careers-hero-title{font-size:4rem}}.careers-hero-section .careers-hero-subtitle{font-size:1.25rem;opacity:.9;max-width:48rem;margin:0 auto}@media(min-width:768px){.careers-hero-section .careers-hero-subtitle{font-size:1.5rem}}.culture-section{padding:5rem 1rem;background-color:#fff}.culture-section .culture-container{max-width:1200px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.culture-section .culture-container{padding:0 1.5rem}}.culture-section .culture-container{display:grid;grid-template-columns:1fr;grid-gap:4rem;gap:4rem;align-items:center}@media(min-width:1024px){.culture-section .culture-container{grid-template-columns:1fr 1fr}}.culture-section .culture-content .culture-title{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:1.5rem}.culture-section .culture-content .culture-text{font-size:1.125rem;color:#374151;line-height:1.6;margin-bottom:2.5rem}.culture-section .culture-content .culture-values{display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem}@media(min-width:768px){.culture-section .culture-content .culture-values{grid-template-columns:1fr 1fr}}@media(min-width:1024px){.culture-section .culture-content .culture-values{grid-template-columns:1fr}}.culture-section .culture-content .culture-value h3{font-size:1.125rem;font-weight:600;color:#129990;margin-bottom:.5rem}.culture-section .culture-content .culture-value p{color:#374151;line-height:1.6;font-size:.95rem}.culture-section .culture-image img{width:100%;height:auto;border-radius:1rem;box-shadow:0 10px 30px rgba(0,0,0,.1)}.benefits-section{padding:5rem 1rem;background-color:#f3f4f6}.benefits-section .benefits-container{max-width:1200px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.benefits-section .benefits-container{padding:0 1.5rem}}.benefits-section .benefits-container{text-align:center}.benefits-section .benefits-title{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:3rem}.benefits-section .benefits-grid{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem}@media(min-width:768px){.benefits-section .benefits-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.benefits-section .benefits-grid{grid-template-columns:repeat(3,1fr)}}.benefits-section .benefit-card{background:#fff;padding:2rem;border-radius:1rem;text-align:center;transition:all .3s ease-in-out;border:1px solid rgba(18,153,144,.1)}.benefits-section .benefit-card .benefit-icon{font-size:3rem;margin-bottom:1rem;display:block}.benefits-section .benefit-card .benefit-title{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.benefits-section .benefit-card .benefit-description{color:#374151;line-height:1.6;font-size:.95rem}.positions-section{padding:5rem 1rem;background-color:#fff}.positions-section .positions-container{max-width:1200px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.positions-section .positions-container{padding:0 1.5rem}}.positions-section .positions-title{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem;text-align:center}.positions-section .positions-subtitle{font-size:1.125rem;color:#374151;text-align:center;margin-bottom:3rem;max-width:40rem;margin-left:auto;margin-right:auto}.positions-section .positions-list{display:grid;grid-gap:2rem;gap:2rem}.positions-section .position-card{background:#fff;border:1px solid rgba(18,153,144,.15);border-radius:1rem;padding:2rem;transition:all .3s ease-in-out}.positions-section .position-card .position-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;flex-wrap:wrap;gap:1rem}.positions-section .position-card .position-title{font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.positions-section .position-card .position-meta{display:flex;gap:1rem;flex-wrap:wrap}.positions-section .position-card .position-department,.positions-section .position-card .position-type{background:rgba(18,153,144,.1);color:#129990;padding:.25rem .75rem;border-radius:.5rem;font-size:.875rem;font-weight:500}.positions-section .position-card .position-location{color:#374151;font-size:1rem;margin-bottom:1rem}.positions-section .position-card .position-description{color:#374151;line-height:1.6;margin-bottom:1.5rem}.positions-section .position-card .position-actions{display:flex;gap:1rem;flex-wrap:wrap}.positions-section .position-card .position-apply-btn,.positions-section .position-card .position-learn-more{text-decoration:none}.process-timeline{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem}@media(min-width:768px){.process-timeline{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.process-timeline{grid-template-columns:repeat(4,1fr)}}.process-timeline .process-step{text-align:center;position:relative}.process-timeline .process-step .process-step-number{width:4rem;height:4rem;background:#129990;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.5rem;margin:0 auto 1.5rem;border:4px solid #fff;box-shadow:0 4px 12px rgba(18,153,144,.3)}.process-timeline .process-step .process-step-content h3{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.process-timeline .process-step .process-step-content p{color:#374151;line-height:1.6;font-size:.95rem}@media(min-width:1024px){.process-timeline .process-step:not(:last-child):after{content:"";position:absolute;top:2rem;left:calc(100% - 1rem);width:2rem;height:2px;background:linear-gradient(90deg,#129990,rgba(18,153,144,.3));z-index:-1}}.careers-cta-section{padding:5rem 1rem;background:linear-gradient(135deg,#129990,#0a5d56);color:#fff;text-align:center}.careers-cta-section .careers-cta-container{max-width:1200px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.careers-cta-section .careers-cta-container{padding:0 1.5rem}}.careers-cta-section .careers-cta-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#fff}.careers-cta-section .careers-cta-text{font-size:1.2rem;opacity:.9;margin-bottom:2rem;max-width:40rem;margin-left:auto;margin-right:auto}.careers-cta-section .careers-cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.insights-hero-section{padding:6rem 1rem 4rem;background:linear-gradient(135deg,#0a5d56,#111827);color:#fff;text-align:center}.insights-hero-section .insights-hero-container{max-width:1200px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.insights-hero-section .insights-hero-container{padding:0 1.5rem}}.insights-hero-section .insights-hero-container{max-width:900px}.insights-hero-section .insights-hero-title{font-size:3rem;font-weight:800;margin-bottom:1.5rem;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.3)}@media(min-width:768px){.insights-hero-section .insights-hero-title{font-size:4rem}}.insights-hero-section .insights-hero-subtitle{font-size:1.25rem;margin-bottom:2rem;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.6;opacity:.9}.insights-filter-section{padding:2rem 1rem;background-color:#fff;border-bottom:1px solid #ddd}.insights-filter-section .insights-filter-container{max-width:1200px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.insights-filter-section .insights-filter-container{padding:0 1.5rem}}.insights-filter-section .insights-categories{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}@media(min-width:768px){.insights-filter-section .insights-categories{justify-content:center}}.insights-filter-section .category-filter{padding:.5rem 1rem;background-color:#f3f4f6;border-radius:2rem;border:none;font-size:.9rem;font-weight:500;color:#374151;cursor:pointer;transition:all .3s}.insights-filter-section .category-filter:hover{background-color:#ddd;color:#1f2937}.insights-filter-section .category-filter.active{background-color:#129990;color:#fff}.featured-article-section{padding:4rem 1rem;background-color:#f3f4f6}.featured-article-section .featured-article-container{max-width:1200px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.featured-article-section .featured-article-container{padding:0 1.5rem}}.featured-article-section .featured-article{display:flex;flex-direction:column;background-color:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.1)}@media(min-width:768px){.featured-article-section .featured-article{flex-direction:row}}.featured-article-section .featured-article-image{position:relative;flex:1 1}.featured-article-section .featured-article-image img{width:100%;height:100%;object-fit:cover}.featured-article-section .featured-article-image .featured-badge{position:absolute;top:1rem;left:1rem;background-color:#f97316;color:#fff;padding:.5rem 1rem;border-radius:2rem;font-size:.9rem;font-weight:600}.featured-article-section .featured-article-content{flex:1 1;padding:2rem;display:flex;flex-direction:column}@media(min-width:768px){.featured-article-section .featured-article-content{padding:3rem}}.featured-article-section .featured-article-meta{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem;font-size:.9rem}.featured-article-section .featured-article-meta .featured-category{color:#129990;font-weight:600}.featured-article-section .featured-article-meta .featured-date,.featured-article-section .featured-article-meta .featured-read-time{color:#374151}.featured-article-section .featured-article-title{font-size:1.8rem;font-weight:700;margin-bottom:1rem;color:#1f2937}@media(min-width:768px){.featured-article-section .featured-article-title{font-size:2.2rem}}.featured-article-section .featured-article-description{color:#374151;font-size:1.1rem;line-height:1.6;margin-bottom:1.5rem}.featured-article-section .featured-article-link{color:#129990;font-weight:600;font-size:1.1rem;text-decoration:none;transition:color .3s;margin-top:auto}.featured-article-section .featured-article-link:hover{color:#0a5d56;text-decoration:underline}.insights-articles-section{padding:4rem 1rem;background-color:#fff}.insights-articles-section .insights-articles-container{max-width:1200px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.insights-articles-section .insights-articles-container{padding:0 1.5rem}}.insights-articles-section .insights-articles-title{text-align:center;font-size:2.2rem;font-weight:700;margin-bottom:2.5rem;color:#1f2937}.insights-articles-section .insights-articles-grid{display:grid;grid-template-columns:repeat(1,1fr);grid-gap:2rem;gap:2rem}@media(min-width:640px){.insights-articles-section .insights-articles-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.insights-articles-section .insights-articles-grid{grid-template-columns:repeat(3,1fr)}}.insight-article-card{background-color:#fff;border-radius:.75rem;overflow:hidden;box-shadow:0 5px 20px rgba(0,0,0,.05);transition:transform .3s,box-shadow .3s;height:100%;display:flex;flex-direction:column}.insight-article-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.1)}.insight-article-card .insight-article-image img{width:100%;height:200px;object-fit:cover}.insight-article-card .insight-article-content{padding:1.5rem;display:flex;flex-direction:column;flex:1 1}.insight-article-card .insight-article-meta{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:.75rem;font-size:.85rem}.insight-article-card .insight-article-meta .insight-category{color:#129990;font-weight:600}.insight-article-card .insight-article-meta .insight-date,.insight-article-card .insight-article-meta .insight-read-time{color:#374151}.insight-article-card .insight-article-title{font-size:1.4rem;font-weight:700;margin-bottom:.75rem;line-height:1.4;color:#1f2937}.insight-article-card .insight-article-description{color:#374151;font-size:1rem;line-height:1.6;margin-bottom:1.5rem;flex:1 1}.insight-article-card .insight-article-link{color:#129990;font-weight:600;text-decoration:none;transition:color .3s;margin-top:auto}.insight-article-card .insight-article-link:hover{color:#0a5d56;text-decoration:underline}.article-hero-section{padding:5rem 1rem 3rem;background-color:#0a5d56;color:#fff}.article-hero-section .article-hero-container{max-width:900px;max-width:1200px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.article-hero-section .article-hero-container{padding:0 1.5rem}}.article-hero-section .article-breadcrumb{margin-bottom:1.5rem;font-size:.95rem}.article-hero-section .article-breadcrumb .breadcrumb-link{color:#17a085;text-decoration:none;transition:color .3s}.article-hero-section .article-breadcrumb .breadcrumb-link:hover{color:#fff;text-decoration:underline}.article-hero-section .article-breadcrumb .breadcrumb-separator{margin:0 .5rem;color:hsla(0,0%,100%,.6)}.article-hero-section .article-breadcrumb .breadcrumb-current{color:hsla(0,0%,100%,.8)}.article-hero-section .article-meta{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.article-hero-section .article-meta .article-category{background-color:#f97316;color:#fff;padding:.25rem .75rem;border-radius:2rem;font-size:.9rem;font-weight:500}.article-hero-section .article-meta .article-date,.article-hero-section .article-meta .article-read-time{color:hsla(0,0%,100%,.8);font-size:.9rem}.article-hero-section .article-title{font-size:2.5rem;font-weight:800;margin-bottom:1rem;line-height:1.2;color:#fff}@media(min-width:768px){.article-hero-section .article-title{font-size:3.5rem}}.article-hero-section .article-subtitle{font-size:1.2rem;margin-bottom:2rem;line-height:1.6;opacity:.9}@media(min-width:768px){.article-hero-section .article-subtitle{font-size:1.35rem}}.article-hero-section .article-image{margin-top:2rem;margin-bottom:-3rem;border-radius:.75rem;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.2)}.article-hero-section .article-image img{width:100%;height:auto;display:block}.article-content-section{padding:5rem 1rem 4rem;background-color:#fff}.article-content-section.dark-theme{background-color:#f3f4f6}.article-content-section .article-content-container{max-width:900px;max-width:1200px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.article-content-section .article-content-container{padding:0 1.5rem}}.article-content-section .article-content{background-color:#fff;padding:3rem;border-radius:1rem;box-shadow:0 5px 20px rgba(0,0,0,.08);margin-bottom:2rem}@media(max-width:639px){.article-content-section .article-content{padding:2rem 1.5rem}}.article-content-section .article-content h2{font-size:2rem;font-weight:700;margin:2rem 0 1.25rem;color:#1f2937}.article-content-section .article-content h2:first-child{margin-top:0}.article-content-section .article-content h3{font-size:1.5rem;font-weight:600;margin:1.75rem 0 1rem;color:#1f2937}.article-content-section .article-content h4{font-size:1.25rem;font-weight:600;margin:1.5rem 0 1rem;color:#1f2937}.article-content-section .article-content h5{font-size:1.125rem;font-weight:600;margin:1.25rem 0 .75rem;color:#1f2937}.article-content-section .article-content p{font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem;color:#374151}.article-content-section .article-content ol,.article-content-section .article-content ul{margin-bottom:1.5rem;padding-left:1.5rem}.article-content-section .article-content ol li,.article-content-section .article-content ul li{font-size:1.1rem;line-height:1.7;margin-bottom:.75rem;color:#374151}.article-content-section .article-content strong{color:#1f2937;font-weight:600}.article-content-section .article-content a{color:#129990;text-decoration:none;transition:color .3s}.article-content-section .article-content a:hover{color:#0a5d56;text-decoration:underline}.article-content-section .article-content img{max-width:100%;height:auto;border-radius:.5rem;margin:1.5rem 0}.article-content-section .article-content blockquote{border-left:4px solid #129990;padding:1rem 1.5rem;margin:1.5rem 0;background-color:#f3f4f6;font-style:italic}.article-content-section .article-content blockquote p{margin-bottom:0}.article-content-section .article-content code{background-color:#f3f4f6;padding:.2rem .4rem;border-radius:.25rem;font-family:monospace;font-size:.9em;color:#1f2937}.article-content-section .article-content pre{background-color:#1f2937;color:#fff;padding:1.25rem;border-radius:.5rem;overflow-x:auto;margin:1.5rem 0}.article-content-section .article-content pre code{background-color:rgba(0,0,0,0);color:#fff;padding:0}.article-content-section .content-card{background-color:#f3f4f6;border:1px solid rgba(18,153,144,.2);border-radius:.75rem;padding:1.5rem;margin:2rem 0}.article-content-section .content-card h4{color:#1f2937;margin-top:0;margin-bottom:1.25rem;font-size:1.25rem;font-weight:600}.article-content-section .content-card .content-grid{display:grid;grid-template-columns:repeat(1,1fr);grid-gap:1.5rem;gap:1.5rem}@media(min-width:768px){.article-content-section .content-card .content-grid{grid-template-columns:repeat(3,1fr)}}.article-content-section .content-card .grid-item{background-color:#fff;padding:1.25rem;border-radius:.5rem;box-shadow:0 2px 8px rgba(0,0,0,.05)}.article-content-section .content-card .grid-item h5{color:#129990;margin-top:0;margin-bottom:.75rem;font-size:1.1rem}.article-content-section .content-card .grid-item p{margin-bottom:0;font-size:1rem}.article-content-section .highlight-card{background-color:rgba(18,153,144,.1);border-left:4px solid #129990;border-radius:.5rem;padding:1.5rem;margin:2rem 0}.article-content-section .highlight-card h4{color:#129990;margin-top:0;margin-bottom:1rem;font-size:1.25rem;font-weight:600}.article-content-section .highlight-card ul{list-style-type:none;padding-left:0;margin-bottom:0}.article-content-section .highlight-card ul li{display:flex;align-items:flex-start;margin-bottom:.75rem}.article-content-section .highlight-card ul li:last-child{margin-bottom:0}.article-content-section .highlight-card ul li .checkmark{color:#129990;font-weight:700;margin-right:.75rem;font-size:1.1rem}.article-author{background-color:#fff;border-radius:1rem;padding:2rem;margin-bottom:2rem;box-shadow:0 5px 20px rgba(0,0,0,.08)}.article-author .author-info{display:flex;flex-direction:column;align-items:center;text-align:center}@media(min-width:640px){.article-author .author-info{flex-direction:row;align-items:center;text-align:left}}.article-author .author-image{width:80px;height:80px;border-radius:50%;object-fit:cover;margin-bottom:1rem}@media(min-width:640px){.article-author .author-image{margin-bottom:0;margin-right:1.5rem}}.article-author .author-details{flex:1 1}.article-author .author-name{font-size:1.25rem;font-weight:600;margin-bottom:.25rem;color:#1f2937}.article-author .author-title{font-size:1rem;color:#129990;margin-bottom:.75rem}.article-author .author-bio{font-size:.95rem;line-height:1.6;color:#374151;margin-bottom:0}.back-to-insights{margin-top:2rem}.back-to-insights .back-link{display:inline-flex;align-items:center;color:#129990;font-weight:600;text-decoration:none;font-size:1.1rem;transition:color .3s}.back-to-insights .back-link:hover{color:#0a5d56;text-decoration:underline}.privacy-hero-section{padding:6rem 1rem 4rem;background:linear-gradient(135deg,#0a5d56,#111827);color:#fff;text-align:center}.privacy-hero-section .privacy-hero-container{max-width:900px;max-width:1200px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.privacy-hero-section .privacy-hero-container{padding:0 1.5rem}}.privacy-hero-section .privacy-hero-title{font-size:3rem;font-weight:800;margin-bottom:1.5rem;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.3)}@media(min-width:768px){.privacy-hero-section .privacy-hero-title{font-size:4rem}}.privacy-hero-section .privacy-hero-subtitle{font-size:1.25rem;margin-bottom:1rem;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.6;opacity:.9}.privacy-hero-section .privacy-updated{font-size:.9rem;opacity:.8;margin-top:1rem}.privacy-content-section{padding:3rem 1rem 5rem;background-color:#fff}.privacy-content-section .privacy-content-container{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem;max-width:1200px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.privacy-content-section .privacy-content-container{padding:0 1.5rem}}@media(min-width:1024px){.privacy-content-section .privacy-content-container{grid-template-columns:3fr 1fr}}.privacy-content-section .privacy-content{color:#1f2937}.privacy-content-section .privacy-content h2{font-size:1.8rem;font-weight:700;color:#1f2937;margin-top:2.5rem;margin-bottom:1rem}.privacy-content-section .privacy-content h2:first-child{margin-top:0}.privacy-content-section .privacy-content h3{font-size:1.4rem;font-weight:600;margin-top:2rem;margin-bottom:.8rem;color:#1f2937}.privacy-content-section .privacy-content p{font-size:1.05rem;line-height:1.7;margin-bottom:1.5rem;color:#374151}.privacy-content-section .privacy-content ul{margin-bottom:1.5rem;padding-left:1.5rem}.privacy-content-section .privacy-content ul li{margin-bottom:.6rem;color:#374151;line-height:1.6;font-size:1.05rem}.privacy-content-section .privacy-content ul li::marker{color:#129990}.privacy-content-section .privacy-content a{color:#129990;text-decoration:none;transition:color .3s;font-weight:500}.privacy-content-section .privacy-content a:hover{color:#0a5d56;text-decoration:underline}.privacy-content-section .privacy-section{margin-bottom:3rem}.privacy-content-section .privacy-section:last-child{margin-bottom:0}.privacy-content-section .contact-details{background-color:#f3f4f6;padding:1.5rem;border-radius:.75rem;margin-top:1.5rem}.privacy-content-section .contact-details p{margin-bottom:.75rem}.privacy-content-section .contact-details p:last-child{margin-bottom:0}.privacy-content-section .contact-details strong{color:#1f2937;font-weight:600}.privacy-toc{background-color:#f3f4f6;padding:2rem;border-radius:.75rem;position:-webkit-sticky;position:sticky;top:8rem;height:-moz-fit-content;height:fit-content}.privacy-toc h3{font-size:1.3rem;font-weight:600;margin-bottom:1.25rem;color:#1f2937;border-bottom:1px solid rgba(10,93,86,.2);padding-bottom:.75rem}.privacy-toc ul{list-style:none;padding:0}.privacy-toc ul li{margin-bottom:.75rem;font-size:.95rem}.privacy-toc ul li:last-child{margin-bottom:0}.privacy-toc ul li a{color:#374151;text-decoration:none;transition:color .3s;display:block;padding:.4rem 0;border-radius:.25rem}.privacy-toc ul li a:hover{color:#129990}@media(max-width:1023px){.privacy-toc{position:static;margin-top:3rem}}.privacy-cta-section{padding:5rem 1rem;background:linear-gradient(135deg,#129990,#0a5d56);color:#fff;text-align:center}.privacy-cta-section .privacy-cta-container{max-width:800px;max-width:1200px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.privacy-cta-section .privacy-cta-container{padding:0 1.5rem}}.privacy-cta-section .privacy-cta-title{font-size:2.2rem;font-weight:700;margin-bottom:1rem;color:#fff}.privacy-cta-section .privacy-cta-text{font-size:1.15rem;opacity:.9;margin-bottom:2rem;max-width:40rem;margin-left:auto;margin-right:auto;line-height:1.6}.privacy-cta-section .privacy-cta-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.job-application-section{padding:4rem 1rem;background-color:#fff;min-height:100vh}.job-application-section .job-application-container{max-width:900px;max-width:1200px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.job-application-section .job-application-container{padding:0 1.5rem}}.job-application-section .job-application-title{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem;text-align:center}@media(min-width:768px){.job-application-section .job-application-title{font-size:3rem}}.job-application-section .job-application-subtitle{font-size:1.2rem;color:#374151;text-align:center;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.6}.job-application-form{background:#fff;border-radius:1rem;box-shadow:0 10px 30px rgba(0,0,0,.1);padding:2.5rem;border:1px solid rgba(18,153,144,.1)}@media(min-width:768px){.job-application-form{padding:3rem}}.form-section{margin-bottom:3rem}.form-section:last-of-type{margin-bottom:2rem}.form-section .form-section-title{font-size:1.5rem;font-weight:600;color:#129990;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid rgba(18,153,144,.2)}@media(min-width:768px){.form-section .form-section-title{font-size:1.75rem}}.form-row{display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem;margin-bottom:1.5rem}@media(min-width:768px){.form-row{grid-template-columns:1fr 1fr}}.form-row:last-child{margin-bottom:0}.job-application-form .form-group{margin-bottom:1.5rem}.job-application-form .form-group label{display:block;font-weight:600;margin-bottom:.75rem;color:#1f2937;font-size:1rem}.job-application-form .form-group input,.job-application-form .form-group select,.job-application-form .form-group textarea{width:100%;padding:1rem 1.25rem;border:2px solid rgba(18,153,144,.2);border-radius:.75rem;background-color:#fff;color:#1f2937;font-size:1rem;transition:all .3s;font-family:inherit}.job-application-form .form-group input:focus,.job-application-form .form-group select:focus,.job-application-form .form-group textarea:focus{outline:none;border-color:#129990;box-shadow:0 0 0 3px rgba(18,153,144,.1);background-color:rgba(18,153,144,.02)}.job-application-form .form-group input::placeholder,.job-application-form .form-group select::placeholder,.job-application-form .form-group textarea::placeholder{color:rgba(55,65,81,.7)}.job-application-form .form-group input.error,.job-application-form .form-group select.error,.job-application-form .form-group textarea.error{border-color:#ef4444;background-color:rgba(239,68,68,.05)}.job-application-form .form-group input[type=date]{color:#1f2937}.job-application-form .form-group input[type=date]::-webkit-calendar-picker-indicator{color:#129990;cursor:pointer}.job-application-form .form-group input[type=number]{-moz-appearance:textfield}.job-application-form .form-group input[type=number]::-webkit-inner-spin-button,.job-application-form .form-group input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.job-application-form .form-group input[type=file]{padding:.75rem;border:2px dashed rgba(18,153,144,.3);background-color:rgba(18,153,144,.02);cursor:pointer;transition:all .3s}.job-application-form .form-group input[type=file]:hover{border-color:#129990;background-color:rgba(18,153,144,.05)}.job-application-form .form-group input[type=file]:focus{border-style:solid}.job-application-form .form-group input[type=file]::-webkit-file-upload-button{background-color:#129990;color:#fff;border:none;padding:.5rem 1rem;border-radius:.5rem;font-weight:500;margin-right:1rem;cursor:pointer;-webkit-transition:background-color .3s;transition:background-color .3s}.job-application-form .form-group input[type=file]::file-selector-button{background-color:#129990;color:#fff;border:none;padding:.5rem 1rem;border-radius:.5rem;font-weight:500;margin-right:1rem;cursor:pointer;transition:background-color .3s}.job-application-form .form-group input[type=file]::-webkit-file-upload-button:hover{background-color:#0a5d56}.job-application-form .form-group input[type=file]::file-selector-button:hover{background-color:#0a5d56}.job-application-form .form-group textarea{min-height:120px;resize:vertical;line-height:1.6}.checkbox-group{display:flex;align-items:flex-start;gap:.75rem;margin-top:1rem}.checkbox-group input[type=checkbox]{width:auto;margin:0;transform:scale(1.2);accent-color:#129990;cursor:pointer}.checkbox-group label{margin:0;font-weight:500;color:#374151;cursor:pointer;line-height:1.5;flex:1 1}.form-help{display:block;font-size:.875rem;color:#374151;margin-top:.5rem;line-height:1.4}.job-application-form .error-message{color:#ef4444;font-size:.875rem;margin-top:.5rem;display:flex;align-items:center;gap:.5rem}.job-application-form .error-message:before{content:"⚠";font-size:1rem}.job-application-form .error-message.global-error{background-color:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.3);border-radius:.5rem;padding:1rem;margin-top:1.5rem;font-size:1rem}.job-application-form .error-message.global-error:before{content:"❌"}.job-application-form .form-submit{width:100%;padding:1.25rem 2rem;background-color:#129990;color:#fff;border:none;border-radius:.75rem;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center;gap:.75rem;margin-top:2rem}.job-application-form .form-submit:hover:not(:disabled){background-color:#0a5d56;transform:translateY(-2px);box-shadow:0 8px 25px rgba(18,153,144,.3)}.job-application-form .form-submit:active{transform:translateY(0)}.job-application-form .form-submit:disabled{opacity:.7;cursor:not-allowed;transform:none}.job-application-form .form-submit .loading-spinner{display:inline-block;width:1.25rem;height:1.25rem;border:2px solid hsla(0,0%,100%,.3);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite}.job-application-section .success-message{background:linear-gradient(135deg,#f3f4f6,#ffffff);padding:3rem 2rem;border-radius:1rem;text-align:center;border:2px solid rgba(18,153,144,.2);box-shadow:0 10px 30px rgba(0,0,0,.1)}.job-application-section .success-message .success-title{color:#129990;font-size:2rem;font-weight:700;margin-bottom:1.5rem}@media(min-width:768px){.job-application-section .success-message .success-title{font-size:2.5rem}}.job-application-section .success-message .success-text{color:#374151;font-size:1.125rem;line-height:1.6;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.job-application-section .success-message .btn-secondary{padding:1rem 2rem;font-size:1rem;font-weight:600;border-radius:.75rem;transition:all .3s}.job-application-section .success-message .btn-secondary:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(249,115,22,.3)}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media(max-width:639px){.job-application-section{padding:2rem 1rem}.job-application-section .job-application-form{padding:1.5rem}.job-application-section .form-section .form-section-title{font-size:1.25rem}}@media print{.job-application-section{background:#fff}.job-application-section .job-application-form{box-shadow:none;border:1px solid #ccc}.job-application-section .form-submit{display:none}}