@keyframes zoomBackground{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@keyframes heroRise{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes iconLoadPulse{0%{opacity:0;transform:scale(.8);filter:brightness(.9)}50%{transform:scale(1.25) rotate(5deg);filter:brightness(1.2) drop-shadow(0 4px 8px rgba(240,180,43,.3));color:#2bf0b4}to{opacity:1;transform:scale(1) rotate(0deg);filter:brightness(.9);color:#f0a32b}}@keyframes zoomImage{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;color:#222;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-weight:700}h3,h4,h5,h6{font-weight:600}.brand{padding:.4em;transition:all .5s ease;color:#fff;width:120px;height:auto}.brand:hover{color:#2bf0b4}@media (max-width:768px){.brand{width:100px}}@media (min-width:1367px){.brand{width:150px}}.nav-item{padding:0 .25em;font-size:1.2rem}.nav-item .nav-link{color:#fff!important;font-weight:400!important;transition:color .3s ease}.nav-item:hover .nav-link{color:#2bf0b4!important}.nav-item .nav-link.active{color:#2bf0b4!important;font-weight:600!important;border-bottom:2px solid #2bf0b4;padding-bottom:8px}@media (max-width:991.98px){.navbar-collapse .nav-item .nav-link.active{border-bottom:none}}.navbar-toggler{border:2px solid #2bf0b4!important;border-radius:8px!important;transition:all .3s ease;padding:8px 12px!important;background:0 0!important}.navbar-toggler:hover{border-color:#f0b42b!important;background-color:rgba(43,240,180,.1)!important}.navbar-toggler:focus{box-shadow:0 0 0 .25rem rgba(43,240,180,.25)!important}.navbar-toggler i{color:#fff;font-size:1.2rem;transition:color .3s ease}.navbar-toggler:hover i{color:#f0b42b}.bg-pjuxblue{background-color:#142d41}.btn{border-radius:50px!important;font-weight:600!important}.btn-primary{background-color:#142d41!important;border-color:#142d41!important}.btn-primary:hover,.btn-teal,.btn-teal-outline{background-color:#2bf0b4!important;border-color:#2bf0b4!important;color:#0d1e2b!important}.btn-teal-outline:hover,.btn-teal:hover{background-color:#f0a32b!important;border-color:#f0a32b!important;color:#0d1e2b!important}.btn-teal,.btn-teal-outline{padding:10px 25px!important}.btn-teal-outline{background-color:transparent!important}.btn-orange-outline,.btn-orange-outline:hover,.btn-orange:hover{background-color:#2bf0b4!important;border-color:#2bf0b4!important;color:#0d1e2b!important}.btn-orange-outline{background-color:transparent!important;border-color:#f0a32b!important;border-width:2px!important;padding:10px 25px!important}.btn-orange,.btn-services,.btn-services:hover{background-color:#f0a32b!important;border-color:#f0a32b!important}.btn-orange{border-width:2px!important;color:#0d1e2b!important;padding:10px 25px!important}.btn-services,.btn-services:hover{color:#222!important}.btn-services:hover{background-color:#2bf0b4!important;border-color:#2bf0b4!important}.hero{position:relative;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden;height:90vh}@media (max-width:767.98px){.hero{height:60vh}}@media (min-width:768px) and (max-width:1050px){.hero{height:50vh}}.hero::after,.hero::before{content:"";position:absolute;top:0;left:0}.hero::before{width:100%;height:100%;background:url(../img/pjux-hero.jpg)no-repeat center center;background-size:cover;background-attachment:fixed;z-index:-2;animation:zoomBackground 90s infinite}.hero::after{right:0;bottom:0;background:radial-gradient(ellipse at center,rgba(20,45,65,.2)0,rgba(20,45,65,.5) 60%,rgba(20,45,65,.75) 100%);z-index:-1}.hero-text{text-align:center;color:#142d41;position:relative;z-index:1;background:rgba(255,255,255,.77);backdrop-filter:blur(10px);border-radius:12px;padding:2.5em;border:1px solid rgba(255,255,255,.5);box-shadow:0 8px 32px rgba(0,0,0,.2);animation:heroRise 1.2s ease-out forwards;opacity:0}.hero-text h1{font-size:3rem;font-weight:700;margin-bottom:1rem;color:#142d41;animation:fadeInUp 1s ease-out .3s forwards;opacity:0}.hero-text p{font-size:1.5rem;font-weight:400;color:#142d41;animation:fadeInUp 1s ease-out .5s forwards;opacity:0}.hero-text .btn{animation:fadeInUp 1s ease-out .7s forwards;opacity:0}@media (max-width:767.98px){.hero-text{padding:2em;background:rgba(255,255,255,.9)}.hero-text h1{font-size:2rem}.hero-text p{font-size:1.1rem}}.services-cta{background-color:#142d41;color:#fff;border-bottom:1px solid #2bf0b4;box-shadow:0 4px 8px rgba(43,240,180,.15);padding:3rem 1rem;text-align:center}@media (min-width:992px){.services-cta{padding:4rem 2rem}}.services-cta-headline{padding:0 1rem 1rem;margin-bottom:2rem;font-size:2rem}@media (max-width:767.98px){.services-cta-headline{font-size:1.8rem;padding:0 .5rem .5rem;margin-bottom:0}}.services-grid{display:grid;grid-template-columns:1fr;gap:1rem;margin:0 auto;max-width:1400px}@media (min-width:768px){.services-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin:1rem auto}}.service-card-wrapper{display:flex}.service-card{text-align:center;padding:2rem 1.5rem;flex:1}.service-card .service-icon{color:#f0a32b;font-size:3rem;margin-bottom:1.5rem;cursor:default;filter:brightness(.9);display:block;opacity:0}.service-card .service-icon.icon-animate{animation:iconLoadPulse .8s ease forwards}.service-title{margin-bottom:1rem;font-size:1.75rem;font-weight:600}.service-description{margin:0;font-size:1.2rem}@media (min-width:768px) and (max-width:991.98px){.service-card{padding:1rem}.service-card .service-icon{font-size:2.2rem;padding:.3rem;margin-bottom:.8rem}.service-title{font-size:1.25rem;margin-top:.5rem}.service-description{font-size:.95rem}}@media (min-width:576px) and (max-width:767.98px){.service-description{font-size:.95rem}}@media (max-width:575.98px){.service-description{font-size:.95rem;line-height:1.3}}.services-cta-button{margin-top:2rem}@media (min-width:768px) and (max-width:1199.98px){.approach-content,.work-content{flex-direction:column;align-items:stretch}.approach-image,.approach-text,.work-image,.work-text{width:100%;max-width:100%;padding:1rem}}.approach-image,.approach-text,.work-image,.work-text{min-width:0}.home-approach{padding:3rem 1rem}@media (min-width:992px){.home-approach{padding:4rem 2rem}}.approach-content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;max-width:1400px;margin:0 auto}@media (min-width:992px){.approach-content{flex-direction:row;align-items:flex-start;gap:3rem}}.approach-text{flex:1;order:2}@media (min-width:992px){.approach-text{order:1;padding:2rem}}.approach-image{flex:1;order:1}@media (min-width:992px){.approach-image{order:2;padding:2rem}}.approach-image img:hover,.bio-image img:hover,.service-detail-image img:hover,.values-image img:hover,.work-image img:hover{transform:scale(1.05) translateY(-3px);filter:brightness(1.05);box-shadow:0 8px 25px rgba(43,240,180,.3)}.approach-headline{font-size:2.5rem;margin-bottom:1.5rem;padding-top:0}@media (max-width:767.98px){.approach-headline{font-size:2rem;padding-top:0}}.approach-lead{font-size:1.25rem;margin-bottom:1.5rem;line-height:1.6}.approach-list{list-style:none;padding-left:0;margin-bottom:2rem}.work-cta{padding:3rem 1rem}@media (min-width:992px){.work-cta{padding:4rem 2rem}}.work-content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;max-width:1400px;margin:0 auto}@media (min-width:992px){.work-content{flex-direction:row;align-items:flex-start;gap:3rem}}.work-text{flex:1;order:2}@media (min-width:992px){.work-text{order:2;padding:2rem}}.work-image{flex:1;order:1}@media (min-width:992px){.work-image{order:1;padding:2rem}}.approach-image img,.work-image img{width:100%;height:auto;transition:transform .3s ease,filter .3s ease,box-shadow .3s ease;cursor:pointer;filter:brightness(.95);border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.1)}.footer-links h3,.work-headline{font-size:2.5rem;margin-bottom:1.5rem}@media (max-width:767.98px){.work-headline{font-size:2rem}}.work-lead{font-size:1.25rem;margin-bottom:1.5rem;line-height:1.6}.work-list{list-style:none;padding-left:0;margin-bottom:2rem}.bg-title{background-color:#2bf0b4}.bio-icons i{color:#142d41;transition:transform .3s ease,filter .3s ease,color .3s ease;cursor:pointer;filter:brightness(.9)}.bio-icons i:hover{transform:scale(1.12);filter:brightness(1.1);color:#f0b42b}.footer{background:linear-gradient(180deg,#0d1e2b 0,#142d41 100%);color:#fff;padding:4rem 2rem 2rem}.footer-content{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.1)}@media (min-width:768px){.footer-content{grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem}}.footer-brand{display:flex;flex-direction:column;gap:1rem}.brand-logo{width:140px;height:auto;margin-bottom:1rem}.footer-tagline{font-size:.95rem;line-height:1.6;color:rgba(255,255,255,.8);margin:0}.social-links{display:flex;gap:1rem;margin-top:1rem}.social-links a{color:#2bf0b4;font-size:1.5rem;transition:all .3s ease}.social-links a:hover{color:#f0b42b;transform:translateY(-3px)}.footer-links h3{font-size:1.1rem;color:#2bf0b4;font-weight:600}.footer-links ul{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.75rem}.footer-links a{color:rgba(255,255,255,.8);text-decoration:none;font-size:.95rem;transition:color .3s ease}.footer-links a:hover{color:#2bf0b4}.footer-bottom{max-width:1400px;margin:0 auto;text-align:center;padding-top:2rem}.footer-bottom p{font-size:.9rem;color:rgba(255,255,255,.6);margin:0}.scroll-top{position:fixed;bottom:2rem;right:2rem;width:50px;height:50px;background-color:#2bf0b4;color:#0d1e2b;border:0;border-radius:50%;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgba(43,240,180,.3);transition:all .3s ease;z-index:1000}.scroll-top:hover{background-color:#f0b42b;transform:translateY(-5px);box-shadow:0 6px 16px rgba(240,180,43,.4)}@media (max-width:767.98px){.scroll-top{bottom:1rem;right:1rem;width:45px;height:45px;font-size:1.25rem}}.about-cta{font-size:1.1em}.about-cta,.sub-lead{background-color:#f9fafb}.sub-lead .col-lg-6,.sub-lead .col-xl-7{overflow:hidden}.bio,.services-section{font-size:1.1em}.cta-box{padding:3em}.subCTA{background-color:#1f4e6b;color:#fff;padding:2em 1em}.subCTA h2{font-size:2em;font-weight:600;margin-bottom:.5em}.subCTA p{font-size:1.3em;padding:.5em 0}@media (max-width:1399.98px){.subCTA p{font-size:1.1em}}.values-list{line-height:1;font-size:1em}.client-logo{padding:2em 0}.offwhite-section{background-color:#f9fafb}.client-logo{transition:transform .3s ease,filter .3s ease;cursor:pointer;filter:grayscale(20%) brightness(.9)}.client-logo:hover{transform:scale(1.12);filter:grayscale(0%) brightness(1)}.values-list li{padding:10px 0 14px 35px;font-weight:500;margin-bottom:.2rem;transition:all .3s ease}.bio ul li:before,.service-detail-list li:before,.values-list li:before{content:"✓";position:absolute;left:0;top:50%;transform:translateY(-50%);font-size:1.4rem;color:#2bf0b4;font-weight:700;transition:all .3s ease}.values-list li:hover{transform:translateX(5px);color:#f0b42b}.bio ul li:hover:before,.service-detail-list li:hover:before,.values-list li:hover:before{color:#f0b42b;transform:translateY(-50%) scale(1.1)}.sub-lead h1{font-size:2rem;font-weight:600}.about-lead-text p,.sub-lead p{font-size:1.2rem;line-height:1.6}.sub-lead p{margin-top:.5em}@media (min-width:992px) and (max-width:1199.98px){.sub-lead .row{align-items:stretch;min-height:500px}.sub-lead .col-lg-6:first-child{display:flex;padding:0;height:100%}.services-lead-img,.sub-lead-hero.services-lead{width:100%;height:100%;display:block}.sub-lead-hero.services-lead{min-height:500px;object-fit:cover;object-position:center}}.bio ul{list-style:none;padding-left:0}.services-list li{padding:18px 20px;font-size:1.2rem;font-weight:600;margin-bottom:15px;border-left:4px solid #2bf0b4;background-color:rgba(43,240,180,.08);border-radius:0 8px 8px 0;transition:all .3s ease;color:#142d41}.services-list li:hover{background-color:rgba(240,180,43,.12);border-left-color:#f0b42b;transform:translateX(5px)}.service-detail-list li{position:relative;padding:8px 0 8px 28px;font-weight:500;margin-bottom:8px;transition:all .3s ease}.bio ul li:before,.service-detail-list li:before{font-size:1.2rem}.bio ul li:hover,.service-detail-list li:hover{transform:translateX(5px);color:#f0b42b}@media (min-width:768px) and (max-width:991.98px){.service-card{padding:1rem}.service-card i{font-size:2.2rem;padding:.3rem;margin-bottom:.3rem}.service-card h5{font-size:1rem;margin-top:.5rem}}.sub-lead-hero{animation:zoomImage 90s infinite}@media (min-width:768px) and (max-width:991.98px){.about-lead,.services-lead{aspect-ratio:3/1;object-fit:cover;object-position:center}.about-lead{aspect-ratio:4/3}}.image-wrapper{overflow:hidden;border-radius:8px}.featured-badge{display:inline-block;background-color:#f0a32b;color:#0d1e2b;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.4px;margin-bottom:.8rem;padding:3px 10px;border-radius:0}.bio ul li,.services-list a{font-size:1.1rem;font-weight:500}.bio ul li{position:relative;padding:8px 0 8px 28px;margin-bottom:8px;transition:all .3s ease;color:#142d41}.pjux-seperator hr{border:0;height:2px;background:linear-gradient(90deg,transparent 0,#2bf0b4 20%,#f0b42b 50%,#2bf0b4 80%,transparent 100%);margin:1 rem 0;opacity:.8}.subpage-title{background-color:#142d41;color:#fff;padding:.1rem 0;border-bottom:2px solid #2bf0b4}.portfolio-img{transition:all .6s cubic-bezier(.25,.46,.45,.94)}.portfolio-img:hover{transform:scale(1.02) translateY(-3px);filter:brightness(1.08)}.gradient-section{background:linear-gradient(135deg,rgba(43,240,180,.08)0,rgba(43,240,180,.06) 30%,rgba(240,180,43,.03) 70%,rgba(43,240,180,.02) 100%);color:#142d41}.about-lead-section{width:100%}.about-lead-content{display:flex;flex-direction:column;align-items:center;max-width:1400px;margin:0 auto}@media (min-width:992px){.about-lead-content{flex-direction:row;align-items:stretch;max-width:100%}}.about-lead-image{flex:1;width:100%}@media (min-width:992px){.about-lead-image{flex:1.4}}.about-lead-image img,.services-lead-image img{width:100%;height:100%;object-fit:cover;display:block}.about-lead-text{flex:1;padding:2rem;display:flex;flex-direction:column;justify-content:center}@media (min-width:992px){.about-lead-text{padding:3rem}}.about-consult-content h2,.about-lead-text h1{font-size:2.5rem;margin-bottom:1.5rem}@media (max-width:767.98px){.about-lead-text h1{font-size:2rem}}.about-lead-text p{margin:0}.about-consult-cta{padding:4rem 2rem;background:linear-gradient(135deg,rgba(43,240,180,.1)0,rgba(240,180,43,.1) 100%)}.about-consult-content{max-width:900px;margin:0 auto;text-align:center}@media (max-width:767.98px){.about-consult-content h2{font-size:2rem}}.about-consult-content p{font-size:1.2rem;line-height:1.6;margin-bottom:2rem;color:#4a5568}.about-consult-content .btn,.services-consult-content .btn{display:inline-flex;align-items:center;gap:.5rem}.about-consult-content .btn i,.services-consult-content .btn i{font-size:1.1rem}.services-lead-section{width:100%}.services-lead-content{display:flex;flex-direction:column;align-items:center;max-width:1400px;margin:0 auto}@media (min-width:992px){.services-lead-content{flex-direction:row;align-items:stretch;max-width:100%}}.services-lead-image{flex:1;width:100%}@media (min-width:992px){.services-lead-image{flex:1.4}}.services-lead-text{flex:1;padding:2rem;display:flex;flex-direction:column;justify-content:center;width:100%}@media (min-width:992px){.services-lead-text{padding:3rem;width:auto}}.services-consult-content h2,.services-lead-text h1{font-size:2.5rem;margin-bottom:1.5rem}@media (max-width:767.98px){.services-lead-text h1{font-size:2rem}}.services-consult-content p,.services-lead-text p{font-size:1.2rem;line-height:1.6;margin-bottom:1.5rem}.services-list{list-style:none;padding:0;margin:0}.services-list li{margin-bottom:.75rem}.services-list a{color:#222;text-decoration:none;transition:color .3s ease}.services-list a:hover{color:#f0b42b}.services-consult-cta{padding:4rem 2rem;background:linear-gradient(135deg,rgba(43,240,180,.1)0,rgba(240,180,43,.1) 100%)}.services-consult-content{max-width:900px;margin:0 auto;text-align:center}@media (max-width:767.98px){.services-consult-content h2{font-size:2rem}}.services-consult-content p{margin-bottom:2rem;color:#4a5568}.service-detail-section{padding:4rem 2rem}.service-detail-content{display:flex;flex-direction:column-reverse;align-items:center;max-width:1400px;margin:0 auto;gap:2rem}@media (min-width:992px){.service-detail-content{flex-direction:row;align-items:flex-start;gap:4rem}}.service-detail-text{flex:1}.service-detail-text h2{font-size:2.5rem;margin-bottom:1.5rem}@media (max-width:767.98px){.service-detail-text h2{font-size:2rem}}.service-detail-lead{font-size:1.2rem;line-height:1.6;margin-bottom:1.5rem;color:#4a5568}.service-detail-list{list-style:none;padding:0;margin:0}.service-detail-list li{padding:.75rem 0 .75rem 2rem;font-size:1.1rem;color:#2d3748}.service-detail-list li:last-child{border-bottom:none}.service-detail-list li::before{content:"✓";color:#2bf0b4;font-weight:700;margin-right:.75rem}.service-detail-image{flex:1}.service-detail-image img{width:100%;height:auto;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.1);transition:transform .3s ease,filter .3s ease,box-shadow .3s ease;cursor:pointer;filter:brightness(.95)}@media (min-width:768px) and (max-width:991.98px){.service-detail-image img{width:100%;aspect-ratio:3/1;object-fit:cover;object-position:center}}.service-image{width:100%;height:auto;border-radius:8px;max-width:100%;box-shadow:0 4px 15px rgba(0,0,0,.2)}.service-image:hover{transform:scale(1.02) translateY(-3px);filter:brightness(1.05);box-shadow:0 8px 25px rgba(43,240,180,.3)}@media (min-width:992px){.service-detail-reverse .service-detail-content{flex-direction:row-reverse}}.bio-section{padding:4rem 2rem;background-color:#f8f9fa}.bio-content{display:flex;flex-direction:column-reverse;align-items:center;max-width:1400px;margin:0 auto;gap:2rem}@media (min-width:992px){.bio-content{flex-direction:row;align-items:flex-start;gap:4rem}}.bio-text{flex:1}.bio-text h2,.bio-text p{font-size:2.5rem;margin-bottom:1.5rem}@media (max-width:767.98px){.bio-text h2{font-size:2rem}}.bio-text p{font-size:1.1rem;line-height:1.6}.bio-list{list-style:none;padding:0;margin:0 0 2rem}.bio-list li,.values-list li{padding:.75rem 0 .75rem 2rem;font-size:1.1rem;color:#2d3748;position:relative}.bio-list li::before,.values-list li::before{content:"✓";color:#2bf0b4;font-weight:700;position:absolute;left:0}.bio-list li::before{top:.75rem}.bio-links{display:flex;flex-wrap:wrap;gap:.75rem}.bio-links .btn{display:inline-flex;align-items:center;gap:.5rem}.bio-image{flex:0 0 auto;max-width:400px;width:100%}@media (min-width:768px) and (max-width:991.98px){.bio-image{max-width:250px;align-self:flex-start}}@media (min-width:992px){.bio-image{max-width:350px}}.bio-image figure{margin:0}.bio-image img,.values-image img{width:100%;height:auto;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.1);transition:transform .3s ease,filter .3s ease,box-shadow .3s ease;cursor:pointer;filter:brightness(.95)}.bio-image figcaption{text-align:center;font-size:.9rem;color:#718096;margin-top:.75rem}.values-section{padding:4rem 2rem}.values-content{display:flex;flex-direction:column-reverse;align-items:center;max-width:1400px;margin:0 auto;gap:2rem}@media (min-width:992px){.values-content{flex-direction:row-reverse;align-items:center;gap:4rem}}.values-text{flex:1;width:100%}@media (min-width:992px){.values-text{width:auto}}.approach-lead-text h1,.values-lead,.values-text h2{font-size:2.5rem;margin-bottom:1.5rem}@media (max-width:767.98px){.values-text h2{font-size:2rem}}.values-lead{font-size:1.2rem;line-height:1.6;color:#4a5568}.values-list{list-style:none;padding:0;margin:0}.values-list li::before{top:50%;transform:translateY(-50%)}.values-image{flex:1}@media (min-width:992px){.values-image{flex:1.4}}.clients-section{padding:4rem 2rem;background-color:#f8f9fa}.clients-content{max-width:1200px;margin:0 auto;text-align:center}.clients-content h2{font-size:2.5rem;margin-bottom:1rem}@media (max-width:767.98px){.clients-content h2{font-size:2rem}}.clients-lead{font-size:1.2rem;color:#4a5568;margin-bottom:3rem}.clients-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;align-items:center;justify-items:center}@media (min-width:768px){.clients-grid{grid-template-columns:repeat(4,1fr);gap:2.5rem}}.client-logo{width:100%;max-width:180px;display:flex;align-items:center;justify-content:center}.client-logo img{width:100%;height:auto;filter:opacity(.95);transition:filter .3s ease,transform .3s ease}.client-logo img:hover{filter:opacity(1);transform:scale(1.05)}.approach-lead-section{width:100%}.approach-lead-content{display:flex;flex-direction:column;align-items:center;max-width:1400px;margin:0 auto}@media (min-width:992px){.approach-lead-content{flex-direction:row;align-items:stretch;max-width:100%}}.approach-lead-image{flex:1;width:100%}@media (min-width:992px){.approach-lead-image{flex:1.4}}.approach-lead-image img{width:100%;height:100%;object-fit:cover;display:block}.approach-lead-text{flex:1;padding:2rem;display:flex;flex-direction:column;justify-content:center;width:100%}@media (min-width:992px){.approach-lead-text{padding:3rem;width:auto}}@media (max-width:767.98px){.approach-lead-text h1{font-size:2rem}}.approach-lead-text p{font-size:1.2rem;line-height:1.6;margin:0}.approach-overview{padding:4rem 2rem;background:linear-gradient(135deg,rgba(43,240,180,.1)0,rgba(240,180,43,.1) 100%)}.approach-overview-content{max-width:1200px;margin:0 auto;text-align:center}.approach-overview-content h2{font-size:2.5rem;margin-bottom:1rem}@media (max-width:767.98px){.approach-overview-content h2{font-size:2rem}}.approach-overview-lead{font-size:1.2rem;line-height:1.6;margin-bottom:3rem;color:#4a5568}.approach-steps{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width:768px){.approach-steps{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.approach-steps{grid-template-columns:repeat(4,1fr)}}.approach-step{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease}.approach-step:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(43,240,180,.2)}.step-number{width:50px;height:50px;background:linear-gradient(135deg,#2bf0b4 0,#1ac99b 100%);color:#fff;font-size:1.5rem;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.approach-step h3,.cta-benefit h3{font-size:1.5rem;margin-bottom:1rem;color:#142d41}.approach-step p,.cta-benefit p{font-size:1rem;line-height:1.6;margin:0}.approach-step p{color:#4a5568}.approach-cta{padding:5rem 2rem;background:linear-gradient(135deg,#142d41 0,#0d1f2d 100%);color:#fff}.approach-cta-content{max-width:1100px;margin:0 auto;text-align:center}.approach-cta-content h2,.cta-benefit i{font-size:2.5rem;margin-bottom:1.5rem;color:#fff}@media (max-width:767.98px){.approach-cta-content h2{font-size:2rem}}.approach-cta-lead{font-size:1.2rem;line-height:1.6;margin-bottom:3rem;color:rgba(255,255,255,.9);max-width:900px;margin-left:auto;margin-right:auto}.approach-cta-benefits{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:3rem;text-align:center}@media (min-width:768px){.approach-cta-benefits{grid-template-columns:repeat(3,1fr);gap:2.5rem}}.cta-benefit{background:0 0;padding:2rem 1.5rem;border-radius:8px;border:0;transition:all .3s ease}.cta-benefit:hover{background:0 0;transform:translateY(-3px)}.cta-benefit i{font-size:3rem;color:#f0a32b;display:block;filter:brightness(.9);opacity:1}.cta-benefit:hover i{filter:brightness(1.1);transform:scale(1.1);color:#2bf0b4}.cta-benefit h3{color:#fff;font-weight:600}.cta-benefit p{color:rgba(255,255,255,.85)}.approach-cta .btn{font-size:1.2rem;padding:1rem 2.5rem;margin-top:1rem}.get-started-cta{padding:4rem 2rem;background:linear-gradient(135deg,rgba(43,240,180,.1)0,rgba(240,180,43,.1) 100%)}.get-started-content{max-width:900px;margin:0 auto;text-align:center}.contact-details p,.get-started-content h2{font-size:2.5rem;margin-bottom:1.5rem}@media (max-width:767.98px){.get-started-content h2{font-size:2rem}}.get-started-lead{font-size:1.2rem;line-height:1.6;margin-bottom:2rem;color:#4a5568}.get-started-cta .btn{display:inline-flex;align-items:center;gap:.5rem;font-size:1.2rem;padding:1rem 2.5rem}.get-started-cta .btn i{font-size:1.1rem}.contact-main{padding:4rem 2rem}.contact-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:3rem;padding:2rem 1.5rem}@media (min-width:992px){.contact-container{padding:3rem 0;grid-template-columns:1fr 2fr;gap:4rem}}.contact-form-wrapper h2,.contact-info h2{font-size:2rem;margin-bottom:1.5rem;color:#142d41}.contact-details,.contact-form{padding:0}.contact-details p{font-size:1.1rem;display:flex;align-items:center;gap:.75rem}.contact-details p:last-child{margin-bottom:0}.contact-details i{color:#2bf0b4;font-size:1.2rem}.contact-details a{color:#2d3748;text-decoration:none;transition:color .3s ease}.approach-list li:hover,.contact-details a:hover,.work-list li:hover{color:#2bf0b4}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#2d3748;font-size:1rem}.form-group input,.form-group textarea{width:100%;padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:4px;font-size:1rem;font-family:inherit;transition:border-color .3s ease,box-shadow .3s ease;background-color:#fff}.form-group input:focus,.form-group textarea:focus{outline:0;border-color:#2bf0b4;box-shadow:0 0 0 3px rgba(43,240,180,.1)}.form-group textarea{resize:vertical;min-height:150px}.contact-form .btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem}@media (min-width:768px){.contact-form .btn{width:auto}}.approach-list li,.work-list li{padding:.75rem 0 .75rem 2rem;font-size:1.1rem;color:#2d3748;position:relative;transition:color .3s ease}.approach-list li::before,.work-list li::before{content:"✓";color:#2bf0b4;font-weight:700;position:absolute;left:0;top:50%;transform:translateY(-50%);transition:color .3s ease,transform .3s ease}.approach-list li:hover::before,.work-list li:hover::before{color:#f0b42b;transform:translateY(-50%) scale(1.2)}.honeypot{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.form-message{padding:1rem 1.5rem;margin-bottom:2rem;border-radius:4px;font-size:1rem;transition:opacity .3s ease}.form-message-success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.form-message-error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.contact-form button:disabled,.newsletter-form button:disabled{opacity:.6;cursor:not-allowed}.email-signup{background-color:#1f4e6b;color:#fff;padding:4rem 2rem;text-align:center}.email-signup-container{max-width:500px;margin:0 auto}.email-signup h2{font-size:2.5rem;margin-bottom:1rem;color:#fff}.email-signup p{font-size:1.1em;margin-bottom:2em}.newsletter-form{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem}.newsletter-form input[type=email]{padding:.75rem;border:0;border-radius:8px;font-size:1rem}.newsletter-form button{padding:1rem 2rem;font-size:1rem}#newsletter-message{margin-top:1rem}#newsletter-message .message-success{padding:1rem;background-color:#d4edda;color:#155724;border:1px solid #c3e6cb;border-radius:4px}#newsletter-message .message-error{padding:1rem;background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb;border-radius:4px}@media (min-width:768px){.newsletter-form{flex-direction:row}.newsletter-form input[type=email]{flex:1}.newsletter-form button{flex-shrink:0}}