:root{--color-navy:#0d1b2a;--color-green:#00b67a;--color-teal:#00a5b5;--color-blue:#3b7dd8;--color-white:#fff;--color-light-gray:#f5f7fa;--color-dark-gray:#333;--color-text:#1a1a1a;--color-text-light:#5a6577;--gradient-brand:linear-gradient(135deg, #00b67a 0%, #00a5b5 50%, #3b7dd8 100%);--gradient-brand-hover:linear-gradient(135deg, #00a06a 0%, #0095a5 50%, #2b6dc8 100%);--gradient-dark:linear-gradient(135deg, #0d1b2a 0%, #162d44 50%, #1a3550 100%);--font-sans:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif}*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;height:100%}body{font-family:var(--font-sans);color:var(--color-text);background-color:var(--color-white);line-height:1.6}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;font-family:inherit;transition:all .3s}.nav{background-color:var(--color-navy);color:var(--color-white);z-index:1000;justify-content:space-between;align-items:center;height:70px;padding:0 2rem;transition:box-shadow .3s,padding .3s;display:flex;position:fixed;top:0;left:0;right:0}.nav.scrolled{height:65px;padding:.5rem 2rem;box-shadow:0 2px 20px #00000026}.nav-logo{align-items:center;gap:.75rem;display:flex}.nav-logo-icon{width:40px;height:40px}.nav-brand{letter-spacing:.5px;font-size:1.4rem;font-weight:700}.nav-brand-accent{color:#00b67a}.nav-middle{flex:1;justify-content:center;align-items:center;gap:3rem;display:flex}.nav-link{color:var(--color-white);font-size:.95rem;transition:color .3s;position:relative}.nav-link:hover{color:var(--color-green)}.nav-link:after{content:"";background:var(--gradient-brand);width:0;height:2px;transition:width .3s;position:absolute;bottom:-5px;left:0}.nav-link:hover:after{width:100%}.nav-right{align-items:center;gap:1.5rem;display:flex}.nav-search{color:var(--color-white);cursor:pointer;background-color:#0000;border:1px solid #ffffff4d;border-radius:4px;padding:.5rem 1rem;font-size:1.2rem;transition:all .3s}.nav-search:hover{background:var(--gradient-brand);border-color:#0000}.btn-cta{background:var(--gradient-brand);color:var(--color-white);border-radius:4px;padding:.75rem 1.5rem;font-weight:600;transition:all .3s}.btn-cta:hover{background:var(--gradient-brand-hover);transform:translateY(-1px);box-shadow:0 4px 12px #00b67a4d}.hero{background:var(--gradient-dark);color:var(--color-white);text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:600px;margin-top:70px;padding:5rem 2rem;display:flex;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:radial-gradient(#00b67a14 0%,#0000 70%);width:60%;height:200%;position:absolute;top:-50%;right:-20%}.hero:after{content:"";pointer-events:none;background:radial-gradient(#3b7dd814 0%,#0000 70%);width:60%;height:200%;position:absolute;bottom:-50%;left:-20%}.hero-tag{background:var(--gradient-brand);color:var(--color-white);text-transform:uppercase;letter-spacing:.5px;z-index:1;border-radius:25px;margin-bottom:1.5rem;padding:.5rem 1.5rem;font-size:.85rem;font-weight:600;display:inline-block;position:relative}.hero h1{z-index:1;max-width:800px;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;font-size:3.5rem;font-weight:700;line-height:1.2;position:relative}.hero-highlight{background:var(--gradient-brand);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero p{color:#ffffffd9;z-index:1;max-width:700px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:1.2rem;line-height:1.8;position:relative}.hero-buttons{z-index:1;flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-bottom:3rem;display:flex;position:relative}.btn-primary{background:var(--gradient-brand);color:var(--color-white);border-radius:4px;padding:1rem 2.5rem;font-size:1rem;font-weight:600;transition:all .3s}.btn-primary:hover{background:var(--gradient-brand-hover);transform:translateY(-2px);box-shadow:0 5px 20px #00b67a4d}.btn-secondary{color:var(--color-white);background-color:#0000;border:2px solid #fff6;border-radius:4px;padding:1rem 2.5rem;font-size:1rem;font-weight:600;transition:all .3s}.btn-secondary:hover{background-color:var(--color-white);color:var(--color-navy);border-color:var(--color-white)}.hero-stats{z-index:1;flex-wrap:wrap;justify-content:center;gap:3rem;display:flex;position:relative}.hero-stat{text-align:center}.hero-stat-number{background:var(--gradient-brand);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:700}.hero-stat-label{color:#ffffffb3;margin-top:.5rem;font-size:.95rem}.services{background-color:var(--color-white);padding:5rem 2rem}.section-container{max-width:1200px;margin:0 auto}.section-header{text-align:center;margin-bottom:3rem}.section-title{color:var(--color-navy);margin-bottom:1rem;font-size:2.5rem;font-weight:700}.section-subtitle{color:var(--color-text-light);max-width:600px;margin:0 auto;font-size:1.1rem}.services-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:2rem;display:grid}.service-card{color:#fff;cursor:pointer;background-position:50%;background-size:cover;border-radius:12px;flex-direction:column;justify-content:flex-end;min-height:340px;text-decoration:none;transition:all .4s;display:flex;position:relative;overflow:hidden}.service-card:hover{transform:translateY(-6px);box-shadow:0 20px 50px #0000004d}.service-card-content{z-index:1;padding:1.75rem;position:relative}.service-card h3{color:#fff;margin-bottom:.6rem;font-size:1.25rem;font-weight:700;line-height:1.3}.service-card p{color:#ffffffd9;margin-bottom:1rem;font-size:.88rem;line-height:1.6}.service-link{color:var(--color-green);align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;transition:gap .3s,color .3s;display:inline-flex}.service-card:hover .service-link{color:var(--color-teal);gap:.75rem}.sectors{background-color:var(--color-light-gray);padding:5rem 2rem}.sectors-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.sector-card{background-color:var(--color-white);text-align:center;border:1px solid #e8ecf1;border-radius:8px;padding:2.5rem;transition:all .3s}.sector-card:hover{background:var(--gradient-dark);color:var(--color-white);transform:translateY(-5px);box-shadow:0 10px 30px #00000026}.sector-card h3{margin-bottom:1rem;font-size:1.3rem;font-weight:700}.sector-card p{color:var(--color-text-light);font-size:.95rem;line-height:1.7}.sector-card:hover p{color:#ffffffd9}.feature-split{background-color:var(--color-white);padding:5rem 2rem}.feature-split-content{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.feature-split-text h2{color:var(--color-navy);margin-bottom:1.5rem;font-size:2.2rem;font-weight:700}.feature-split-text p{color:var(--color-text-light);margin-bottom:2rem;font-size:1rem;line-height:1.8}.feature-checklist{list-style:none}.feature-checklist li{color:var(--color-text);align-items:center;gap:.75rem;padding:.75rem 0;font-size:.95rem;display:flex}.feature-checklist li:before{content:"✓";color:var(--color-green);font-size:1.2rem;font-weight:700}.feature-split-image{background:var(--gradient-dark);color:#fff9;border-radius:12px;justify-content:center;align-items:center;min-height:400px;font-size:1rem;display:flex;position:relative;overflow:hidden}.feature-split-image:before{content:"";pointer-events:none;background:radial-gradient(circle at 30% 70%,#00b67a26 0%,#0000 60%),radial-gradient(circle at 70% 30%,#3b7dd826 0%,#0000 60%);position:absolute;inset:0}@media (max-width:768px){.feature-split-content{grid-template-columns:1fr;gap:2rem}}.insights{background-color:var(--color-light-gray);padding:5rem 2rem}.insights-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.insight-card{background-color:var(--color-white);border-radius:8px;transition:all .3s;overflow:hidden;box-shadow:0 2px 8px #0000000d}.insight-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.insight-card-image{background:var(--gradient-dark);height:180px;color:var(--color-white);justify-content:center;align-items:center;font-size:2rem;display:flex;position:relative;overflow:hidden}.insight-card-image:before{content:"";pointer-events:none;background:radial-gradient(circle at 100% 100%,#00b67a33 0%,#0000 60%);position:absolute;inset:0}.insight-card-content{padding:2rem}.insight-category{background:var(--gradient-brand);color:var(--color-white);text-transform:uppercase;border-radius:20px;margin-bottom:1rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}.insight-card h3{color:var(--color-navy);margin-bottom:.75rem;font-size:1.2rem;font-weight:700;line-height:1.4}.insight-card p{color:var(--color-text-light);font-size:.9rem;line-height:1.6}.insight-article-content{color:var(--color-text);font-size:1.05rem;line-height:1.8}.insight-article-content h2{color:var(--color-navy);margin-top:2.5rem;margin-bottom:1rem;font-size:1.6rem;font-weight:700}.insight-article-content p{color:var(--color-text);margin-bottom:1.25rem}.insight-article-content ul{margin-bottom:1.25rem;padding-left:1.5rem}.insight-article-content li{color:var(--color-text);margin-bottom:.5rem;line-height:1.7}.insight-article-content strong{color:var(--color-navy);font-weight:600}.insights-page-hero{background:var(--gradient-dark);color:var(--color-white);margin-top:70px;padding:4rem 2rem 2rem}.insights-tabs{justify-content:center;gap:.5rem;margin-top:2rem;display:flex}.insights-tab{color:#fffc;background:#ffffff1a;border:1px solid #fff3;border-radius:25px;padding:.6rem 1.5rem;font-size:.9rem;font-weight:500;transition:all .3s}.insights-tab:hover{color:#fff;background:#fff3}.insights-tab.active{background:var(--gradient-brand);color:#fff;border-color:#0000}.insights-articles-section{background-color:var(--color-white);padding:4rem 2rem}.insights-news-section{background-color:var(--color-light-gray);padding:4rem 2rem}.testimonial{background:var(--gradient-dark);color:var(--color-white);text-align:center;padding:5rem 2rem;position:relative;overflow:hidden}.testimonial:before{content:"";pointer-events:none;background:radial-gradient(circle at 20%,#00b67a1a 0%,#0000 50%),radial-gradient(circle at 80%,#3b7dd81a 0%,#0000 50%);position:absolute;inset:0}.testimonial-content{z-index:1;max-width:800px;margin:0 auto;position:relative}.testimonial-quote{margin-bottom:1.5rem;font-size:1.5rem;font-style:italic;font-weight:500;line-height:1.8}.testimonial-quote:before{content:"“";background:var(--gradient-brand);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:3rem;display:block}.testimonial-author{margin-bottom:.25rem;font-size:1rem;font-weight:600}.testimonial-role{color:#fff9;font-size:.9rem}.cta-section{background:var(--gradient-brand);color:var(--color-white);text-align:center;padding:4rem 2rem}.cta-section h2{margin-bottom:1.5rem;font-size:2.2rem;font-weight:700}.cta-section p{opacity:.95;max-width:600px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.1rem;line-height:1.7}.cta-buttons{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.cta-buttons .btn-primary{background-color:var(--color-white);color:var(--color-navy)}.cta-buttons .btn-primary:hover{background-color:var(--color-navy);color:var(--color-white);box-shadow:0 5px 20px #0003}.cta-buttons .btn-secondary{border-color:var(--color-white);color:var(--color-white)}.cta-buttons .btn-secondary:hover{background-color:var(--color-white);color:var(--color-navy)}.footer{background-color:var(--color-navy);color:var(--color-white);padding:4rem 2rem 2rem}.footer-container{max-width:1200px;margin:0 auto}.footer-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem;display:grid}.footer-column h4{text-transform:uppercase;letter-spacing:.5px;margin-bottom:1rem;font-size:1rem;font-weight:700}.footer-column ul{list-style:none}.footer-column li{margin-bottom:.75rem}.footer-column a{color:#ffffffb3;font-size:.9rem;transition:color .3s}.footer-column a:hover{color:var(--color-green)}.footer-brand p{color:#ffffffb3;margin-top:1rem;font-size:.9rem;line-height:1.6}.footer-bottom{color:#fff9;border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:2rem;font-size:.85rem;display:flex}.footer-bottom-links{flex-wrap:wrap;gap:2rem;display:flex}.footer-bottom-links a{color:#fff9;transition:color .3s}.footer-bottom-links a:hover{color:var(--color-green)}.service-hero{color:var(--color-white);text-align:center;background-position:50%;background-size:cover;flex-direction:column;justify-content:center;align-items:center;min-height:350px;margin-top:70px;padding:6rem 2rem 4rem;display:flex}.service-back-link{color:#fffc;margin-bottom:1.5rem;font-size:.9rem;text-decoration:none;transition:color .3s;display:inline-block}.service-back-link:hover{color:var(--color-green)}.service-hero h1{max-width:800px;margin-bottom:1rem;font-size:2.8rem;font-weight:700;line-height:1.2}.service-hero-tagline{color:#ffffffe6;max-width:700px;font-size:1.2rem;line-height:1.6}.service-section{padding:4rem 2rem}.service-section-alt{background-color:var(--color-light-gray)}.service-container{max-width:900px;margin:0 auto}.service-section-title{color:var(--color-navy);margin-bottom:1.5rem;font-size:2rem;font-weight:700}.service-overview-text{color:var(--color-text-light);font-size:1.05rem;line-height:1.9}.service-cover-list{padding:0;list-style:none}.service-cover-list li{color:var(--color-text);border-bottom:1px solid #e8ecf1;align-items:flex-start;gap:.75rem;padding:.75rem 0;font-size:1rem;line-height:1.6;display:flex}.service-cover-list li:before{content:"✓";color:var(--color-green);flex-shrink:0;margin-top:.15rem;font-size:1.1rem;font-weight:700}.service-steps{flex-direction:column;gap:2rem;display:flex}.service-step{align-items:flex-start;gap:1.5rem;display:flex}.service-step-number{background:var(--gradient-brand);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;flex-shrink:0;width:3rem;font-size:2rem;font-weight:700}.service-step-content h3{color:var(--color-navy);margin-bottom:.5rem;font-size:1.2rem;font-weight:700}.service-step-content p{color:var(--color-text-light);font-size:.95rem;line-height:1.7}.service-why-list{padding:0;list-style:none}.service-why-list li{color:var(--color-text);border-bottom:1px solid #e8ecf1;align-items:flex-start;gap:.75rem;padding:1rem 0;font-size:1rem;line-height:1.7;display:flex}.service-why-list li:before{content:"★";color:var(--color-green);flex-shrink:0;margin-top:.2rem;font-size:1rem}@media (max-width:768px){.nav{height:60px;padding:0 1rem}.nav-middle{display:none}.nav-brand{font-size:1.2rem}.hero{min-height:500px;margin-top:60px;padding:3rem 1rem}.hero h1{font-size:2rem}.hero p{font-size:1rem}.hero-buttons{flex-direction:column;align-items:center}.btn-primary,.btn-secondary{width:100%;max-width:300px}.section-title{font-size:1.8rem}.services-grid,.sectors-grid,.insights-grid{grid-template-columns:1fr}.hero-stats{flex-direction:column;gap:2rem}.footer-bottom{flex-direction:column;align-items:flex-start}.footer-bottom-links{gap:1rem}.service-hero h1{font-size:1.8rem}.service-hero-tagline{font-size:1rem}.service-step{flex-direction:column;gap:.5rem}.service-card{min-height:280px}}@media (max-width:480px){.nav-search{display:none}.nav-right{gap:1rem}.hero h1{font-size:1.5rem}.hero p{font-size:.95rem}.section-title,.cta-section h2{font-size:1.5rem}}.news-ticker{color:#ffffffd9;z-index:999;background:#0a1420;border-bottom:1px solid #00b67a33;align-items:center;height:36px;display:flex;position:fixed;top:70px;left:0;right:0;overflow:hidden}.news-ticker~.hero{margin-top:106px}.news-ticker-label{background:var(--gradient-brand);color:#fff;text-transform:uppercase;letter-spacing:1px;white-space:nowrap;flex-shrink:0;align-items:center;height:100%;padding:0 1rem;font-size:.7rem;font-weight:700;display:flex}.news-ticker-track{flex:1;position:relative;overflow:hidden}.news-ticker-scroll{white-space:nowrap;animation:120s linear infinite tickerScroll;display:flex}.news-ticker-item{color:#ffffffbf;white-space:nowrap;align-items:center;padding:0 2rem;font-size:.8rem;text-decoration:none;transition:color .2s;display:inline-flex}.news-ticker-item:hover{color:var(--color-green)}.news-ticker-source{color:var(--color-green);text-transform:uppercase;background:#00b67a26;border-radius:3px;margin-right:.5rem;padding:.15rem .5rem;font-size:.65rem;font-weight:600}@keyframes tickerScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.nav-linkedin{color:#ffffffb3;align-items:center;transition:color .3s;display:flex}.nav-linkedin:hover{color:#0077b5}.sectors-grid-photo{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.sector-card-photo{color:#fff;cursor:pointer;background-position:50%;background-size:cover;border-radius:12px;flex-direction:column;justify-content:flex-end;min-height:280px;text-decoration:none;transition:all .4s;display:flex;position:relative;overflow:hidden}.sector-card-photo:hover{transform:translateY(-6px);box-shadow:0 20px 50px #0000004d}.sector-card-photo-content{z-index:1;padding:1.5rem;position:relative}.sector-card-photo-content h3{color:#fff;margin-bottom:.5rem;font-size:1.3rem;font-weight:700}.sector-card-photo-content p{color:#ffffffd9;font-size:.85rem;line-height:1.6}@media (max-width:900px){.sectors-grid-photo{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.sectors-grid-photo{grid-template-columns:1fr}}.insights-grid-compact{grid-template-columns:repeat(6,1fr);gap:1rem;display:grid}.insight-card-compact{color:#fff;background-position:50%;background-size:cover;border-radius:10px;flex-direction:column;justify-content:flex-end;min-height:220px;text-decoration:none;transition:all .35s;display:flex;position:relative;overflow:hidden}.insight-card-compact:hover{transform:translateY(-4px);box-shadow:0 12px 30px #00000040}.insight-card-compact-content{z-index:1;padding:1rem;position:relative}.insight-card-compact-content .insight-category{margin-bottom:.5rem;padding:.15rem .5rem;font-size:.6rem}.insight-card-compact-content h3{color:#fff;font-size:.85rem;font-weight:700;line-height:1.3}@media (max-width:1100px){.insights-grid-compact{grid-template-columns:repeat(3,1fr)}}@media (max-width:600px){.insights-grid-compact{grid-template-columns:repeat(2,1fr)}.insight-card-compact{min-height:180px}}.case-studies{background-color:var(--color-white);padding:5rem 2rem}.case-studies-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.case-study-card{color:#fff;background-position:50%;background-size:cover;border-radius:10px;flex-direction:column;justify-content:flex-end;min-height:260px;text-decoration:none;transition:all .35s;display:flex;position:relative;overflow:hidden}.case-study-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #00000040}.case-study-card-content{z-index:1;padding:1.25rem;position:relative}.case-study-tag{background:var(--gradient-brand);color:#fff;text-transform:uppercase;letter-spacing:.5px;border-radius:12px;margin-bottom:.5rem;padding:.15rem .6rem;font-size:.65rem;font-weight:600;display:inline-block}.case-study-card-content h3{color:#fff;margin-bottom:.4rem;font-size:.95rem;font-weight:700;line-height:1.3}.case-study-card-content p{color:#fffc;font-size:.8rem;line-height:1.5}@media (max-width:1000px){.case-studies-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.case-studies-grid{grid-template-columns:1fr}}.testimonials{background:var(--gradient-dark);padding:5rem 2rem;position:relative;overflow:hidden}.testimonials:before{content:"";pointer-events:none;background:radial-gradient(circle at 20%,#00b67a14 0%,#0000 50%),radial-gradient(circle at 80%,#3b7dd814 0%,#0000 50%);position:absolute;inset:0}.testimonials-slider{align-items:center;gap:0;max-width:1200px;margin:0 auto;display:flex;position:relative}.testimonials-track{scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;gap:1.5rem;padding:.5rem 0;display:flex;overflow-x:auto}.testimonials-track::-webkit-scrollbar{display:none}.testimonials-arrow{color:#fff;cursor:pointer;z-index:2;background:#ffffff1a;border:2px solid #ffffff4d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.8rem;transition:all .3s;display:flex}.testimonials-arrow:hover{background:#fff3;border-color:#ffffff80}.testimonials-arrow-left{margin-right:1rem}.testimonials-arrow-right{margin-left:1rem}.testimonial-card{scroll-snap-align:start;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;text-align:center;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:16px;flex:0 0 calc(33.333% - 1rem);min-width:300px;padding:2rem}.testimonial-card .testimonial-quote{color:#ffffffe6;margin-bottom:1.5rem;font-size:1.1rem;font-style:italic;line-height:1.8}.testimonial-card .testimonial-author{color:var(--color-green);font-size:1rem;font-weight:600}.testimonial-card .testimonial-role{color:#ffffff80;margin-top:.25rem;font-size:.85rem}.footer-linkedin{color:#ffffffb3;align-items:center;gap:.5rem;margin-top:1rem;font-size:.85rem;transition:color .3s;display:inline-flex}.footer-linkedin:hover{color:#0077b5}.contact-page{background:var(--color-light-gray);min-height:calc(100vh - 70px);margin-top:70px;padding:4rem 2rem}.contact-container{max-width:700px;margin:0 auto}.contact-container h1{color:var(--color-navy);margin-bottom:.75rem;font-size:2.5rem;font-weight:700}.contact-container>p{color:var(--color-text-light);margin-bottom:2.5rem;font-size:1.1rem;line-height:1.7}.contact-form{background:#fff;border-radius:12px;padding:2.5rem;box-shadow:0 4px 20px #0000000f}.form-row{grid-template-columns:1fr 1fr;gap:1.25rem;margin-bottom:1.25rem;display:grid}.form-group{flex-direction:column;display:flex}.form-group.full-width{grid-column:1/-1}.form-group label{color:var(--color-navy);margin-bottom:.4rem;font-size:.85rem;font-weight:600}.form-group input,.form-group textarea{font-size:.95rem;font-family:var(--font-sans);color:var(--color-text);border:1.5px solid #dce1e8;border-radius:6px;padding:.8rem 1rem;transition:border-color .3s}.form-group input:focus,.form-group textarea:focus{border-color:var(--color-teal);outline:none;box-shadow:0 0 0 3px #00a5b51a}.form-group textarea{resize:vertical;min-height:100px}.form-services-heading{color:var(--color-navy);margin:1.5rem 0 .75rem;font-size:.95rem;font-weight:700}.form-services-grid{grid-template-columns:1fr 1fr;gap:.5rem 1.5rem;margin-bottom:2rem;display:grid}.form-checkbox{cursor:pointer;color:var(--color-text);align-items:center;gap:.5rem;font-size:.88rem;display:flex}.form-checkbox input[type=checkbox]{width:18px;height:18px;accent-color:var(--color-green);cursor:pointer}.form-submit{background:var(--gradient-brand);color:#fff;cursor:pointer;border:none;border-radius:6px;width:100%;padding:1rem 2.5rem;font-size:1rem;font-weight:600;transition:all .3s}.form-submit:hover{background:var(--gradient-brand-hover);transform:translateY(-1px);box-shadow:0 5px 20px #00b67a4d}.form-submit:disabled{opacity:.6;cursor:not-allowed;transform:none}.form-success{text-align:center;background:#fff;border-radius:12px;padding:3rem 2rem;box-shadow:0 4px 20px #0000000f}.form-success h2{color:var(--color-green);margin-bottom:1rem;font-size:1.8rem}.form-success p{color:var(--color-text-light);font-size:1.05rem;line-height:1.7}@media (max-width:600px){.form-row,.form-services-grid{grid-template-columns:1fr}}.article-hero{color:#fff;text-align:center;background-position:50%;background-size:cover;flex-direction:column;justify-content:center;align-items:center;min-height:350px;margin-top:70px;padding:6rem 2rem 4rem;display:flex}.article-hero .insight-category,.article-hero .case-study-tag{margin-bottom:1rem;font-size:.8rem}.article-hero h1{max-width:800px;margin-bottom:1rem;font-size:2.8rem;font-weight:700;line-height:1.2}.article-hero p{color:#ffffffe6;max-width:700px;font-size:1.15rem;line-height:1.7}.article-body{max-width:800px;margin:0 auto;padding:3rem 2rem 5rem}.article-body h2{color:var(--color-navy);margin:2.5rem 0 1rem;font-size:1.8rem;font-weight:700}.article-body h3{color:var(--color-navy);margin:2rem 0 .75rem;font-size:1.3rem;font-weight:700}.article-body p{color:var(--color-text-light);margin-bottom:1.25rem;font-size:1.05rem;line-height:1.9}.article-body ul{margin-bottom:1.5rem;padding-left:0;list-style:none}.article-body ul li{color:var(--color-text);align-items:flex-start;gap:.75rem;padding:.5rem 0;font-size:1rem;line-height:1.7;display:flex}.article-body ul li:before{content:"✓";color:var(--color-green);flex-shrink:0;font-weight:700}.article-back{color:#fffc;margin-bottom:1.5rem;font-size:.9rem;text-decoration:none;transition:color .3s;display:inline-block}.article-back:hover{color:var(--color-green)}.article-highlight{background:var(--color-light-gray);border-left:4px solid var(--color-green);border-radius:0 8px 8px 0;margin:2rem 0;padding:1.5rem 2rem}.article-highlight p{color:var(--color-navy);margin:0;font-size:1.1rem;font-weight:500}.article-services-link{flex-wrap:wrap;gap:.5rem;margin-top:2rem;display:flex}.article-services-link a{background:var(--gradient-brand);color:#fff;border-radius:20px;padding:.4rem 1rem;font-size:.8rem;font-weight:600;text-decoration:none;transition:all .3s}.article-services-link a:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00b67a4d}.news-page{min-height:calc(100vh - 70px);margin-top:70px;padding:3rem 2rem}.news-filters{flex-wrap:wrap;gap:.5rem;margin-bottom:2rem;display:flex}.news-filter-btn{background:var(--color-light-gray);color:var(--color-text);cursor:pointer;border:1px solid #0000;border-radius:20px;padding:.5rem 1rem;font-size:.8rem;font-weight:500;transition:all .2s}.news-filter-btn:hover{color:var(--color-green);background:#00b67a1a}.news-filter-btn.active{background:var(--color-green);color:#fff}.news-loading{text-align:center;color:var(--color-text-light);padding:4rem 2rem;font-size:1rem}.news-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.25rem;display:grid}.news-card{background:#fff;border:1px solid #e8ecf1;border-radius:10px;padding:1.5rem;text-decoration:none;transition:all .3s;display:block}.news-card:hover{border-color:var(--color-green);transform:translateY(-2px);box-shadow:0 4px 20px #00b67a1a}.news-card-source{color:var(--color-green);text-transform:uppercase;letter-spacing:.5px;background:#00b67a1a;border-radius:4px;margin-bottom:.75rem;padding:.2rem .6rem;font-size:.7rem;font-weight:600;display:inline-block}.news-card-title{color:var(--color-navy);margin-bottom:.75rem;font-size:.95rem;font-weight:600;line-height:1.5}.news-card-date{color:var(--color-text-light);font-size:.8rem}@media (max-width:768px){.news-grid{grid-template-columns:1fr}.news-filters{justify-content:center}}
