﻿*{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:"Open Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;font-size:1rem;line-height:1.6;color:#333;background-color:#fff;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:"Merriweather",Georgia,"Times New Roman",serif;font-weight:700;line-height:1.3;margin-bottom:1rem;color:#333}h1{font-size:2rem}@media screen and (min-width: 768px){h1{font-size:2.5rem}}@media screen and (min-width: 992px){h1{font-size:3rem}}h2{font-size:1.75rem}@media screen and (min-width: 768px){h2{font-size:2rem}}@media screen and (min-width: 992px){h2{font-size:2.25rem}}h3{font-size:1.5rem}@media screen and (min-width: 768px){h3{font-size:1.75rem}}h4{font-size:1.25rem}@media screen and (min-width: 768px){h4{font-size:1.5rem}}h5{font-size:1.125rem}h6{font-size:1rem;font-weight:600}p{margin-bottom:1rem}a{color:#1a5280;text-decoration:none;transition:all .3s ease}a:hover{color:rgb(17.3896103896,54.8441558442,85.6103896104);text-decoration:underline}ul,ol{margin-bottom:1rem;padding-left:2rem}ul li,ol li{margin-bottom:.5rem}img{max-width:100%;height:auto;vertical-align:middle}button{cursor:pointer;font-family:"Open Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif}[hidden]{display:none !important}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.skip-to-content{position:absolute;top:-100px;left:0;min-height:44px;padding:.5rem 1rem;background-color:#1a5280;color:#fff;z-index:100;transition:all .3s ease}.skip-to-content:focus{top:0}.container{width:100%;max-width:1280px;margin-right:auto;margin-left:auto;padding-right:1rem;padding-left:1rem}section{padding:2rem 0}@media screen and (min-width: 768px){section{padding:3rem 0}}.section-header{margin-bottom:2rem;text-align:center}.section-header p{max-width:700px;margin-left:auto;margin-right:auto;color:#555}.section-cta{margin-top:2rem;text-align:center}.btn{display:inline-block;min-height:44px;padding:.5rem 2rem;background-color:#1a5280;color:#fff;font-weight:600;text-align:center;border:2px solid #1a5280;border-radius:8px;transition:all .3s ease;cursor:pointer;line-height:1.4}.btn:hover{background-color:rgb(17.3896103896,54.8441558442,85.6103896104);border-color:rgb(17.3896103896,54.8441558442,85.6103896104);text-decoration:none;color:#fff}.btn:focus{outline:none;box-shadow:0 0 0 3px rgba(26,82,128,.3)}.btn-primary{background-color:#1a5280;border-color:#1a5280;color:#fff;padding:1rem 2.4rem}.btn-primary:hover{background-color:rgb(17.3896103896,54.8441558442,85.6103896104);border-color:rgb(17.3896103896,54.8441558442,85.6103896104)}.btn-secondary{background-color:#e58f20;border-color:#e58f20;color:#fff}.btn-secondary:hover{background-color:hsl(33.807106599,79.1164658635%,41.1764705882%);border-color:hsl(33.807106599,79.1164658635%,41.1764705882%)}.btn-outline{background-color:rgba(0,0,0,0);border-color:#1a5280;color:#1a5280}.btn-outline:hover{background-color:#1a5280;color:#fff}.btn-text{display:inline-flex;align-items:center;min-height:44px;background:none;border:none;padding:0 .25rem;font-weight:600;color:#1a5280;position:relative}.btn-text .arrow{display:inline-block;transition:transform .2s ease;margin-left:2px}.btn-text:hover{text-decoration:none;color:rgb(17.3896103896,54.8441558442,85.6103896104)}.btn-text:hover .arrow{transform:translateX(3px)}.btn-full{display:block;width:100%}.form-group{margin-bottom:1rem}@media screen and (min-width: 768px){.form-row{display:flex;margin-left:-0.5rem;margin-right:-0.5rem}.form-row .form-group{flex:1;padding-left:.5rem;padding-right:.5rem}}label{display:block;margin-bottom:.25rem;font-weight:600}input[type=text],input[type=email],input[type=tel],input[type=password],input[type=number],input[type=search],textarea,select{width:100%;min-height:44px;padding:.5rem 1rem;font-family:"Open Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;font-size:1rem;border:1px solid #ccc;border-radius:4px;background-color:#fff;transition:all .3s ease}input[type=text]:focus,input[type=email]:focus,input[type=tel]:focus,input[type=password]:focus,input[type=number]:focus,input[type=search]:focus,textarea:focus,select:focus{outline:none;border-color:#1a5280;box-shadow:0 0 0 3px rgba(26,82,128,.1)}textarea{min-height:120px;resize:vertical}.search-input-group{position:relative}.search-input-group input[type=search]{padding-right:44px}.search-input-group .search-button{position:absolute;right:0;top:0;height:100%;width:44px;display:flex;align-items:center;justify-content:center;background:none;border:none;color:#888;transition:all .3s ease}.search-input-group .search-button:hover{color:#1a5280}.checkbox-group,.radio-group{display:flex;align-items:center;margin-bottom:.5rem}.checkbox-group input[type=checkbox],.checkbox-group input[type=radio],.radio-group input[type=checkbox],.radio-group input[type=radio]{flex:0 0 44px;width:44px;height:44px;margin-right:.5rem}.checkbox-group label,.radio-group label{margin-bottom:0;font-weight:400}.contact-consent{display:grid;grid-template-columns:44px minmax(0, 1fr);column-gap:.5rem;align-items:center}.contact-consent input[type=checkbox]{margin-right:0}.contact-consent .form-help{grid-column:2;margin-top:.25rem}.form-help a,.sidebar a[href^="tel:"],.sidebar a[href^="mailto:"],.contact-page .contact-info a[href^="tel:"],.contact-page .contact-info a[href^="mailto:"]{display:inline-flex;align-items:center;min-height:44px}.badge{display:inline-block;padding:.25rem .5rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#fff;background-color:#1a5280;border-radius:4px}.card{background-color:#fff;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.05);overflow:hidden;transition:all .3s ease}.card:hover{box-shadow:0 5px 15px rgba(0,0,0,.1);transform:translateY(-3px)}.site-header{position:relative;padding:1rem 0;background-color:#fff;box-shadow:0 1px 6px rgba(0,0,0,.05);z-index:100}.header-inner{display:flex;align-items:center;justify-content:space-between}.logo{display:inline-flex;align-items:center;min-height:44px;padding:.25rem 0;max-width:180px}.logo img{display:block;height:auto}.main-nav .menu{display:none;position:absolute;top:100%;left:0;width:100%;background-color:#fff;box-shadow:0 5px 10px rgba(0,0,0,.1);list-style:none;padding:1rem;margin:0;z-index:1}.main-nav .menu.active{display:block}.main-nav .menu li{margin-bottom:.5rem}.main-nav .menu a{display:block;min-height:44px;padding:.65rem 0;font-weight:600}.main-nav .menu a.active{color:#1a5280}.main-nav .menu a[aria-current=page]{color:rgb(17.3896103896,54.8441558442,85.6103896104)}.main-nav .menu .cta-item{margin-top:1rem}@media screen and (min-width: 992px){.main-nav .menu{display:flex;position:static;width:auto;box-shadow:none;padding:0}.main-nav .menu li{margin:0 .5rem;margin-bottom:0}.main-nav .menu a{display:inline-flex;align-items:center;min-height:44px}.main-nav .menu .cta-item{margin-top:0;margin-left:1rem}}.menu-toggle{display:block;width:44px;height:44px;background:rgba(26,82,128,.06);border-radius:4px;border:none;padding:12px;position:relative}.menu-toggle .hamburger{position:relative;display:block;width:100%;height:2px;background-color:#333;transition:all .3s ease}.menu-toggle .hamburger::before,.menu-toggle .hamburger::after{content:"";position:absolute;width:100%;height:2px;background-color:#333;transition:all .3s ease}.menu-toggle .hamburger::before{top:-6px}.menu-toggle .hamburger::after{bottom:-6px}.menu-toggle[aria-expanded=true] .hamburger{background-color:rgba(0,0,0,0)}.menu-toggle[aria-expanded=true] .hamburger::before{top:0;transform:rotate(45deg)}.menu-toggle[aria-expanded=true] .hamburger::after{bottom:0;transform:rotate(-45deg)}@media screen and (min-width: 992px){.menu-toggle{display:none}}.hero,.hero-section{padding:3rem 0;background:linear-gradient(135deg, rgba(26, 82, 128, 0.08), rgba(229, 143, 32, 0.08)),#f6f6f6}.hero .container,.hero-section .container{display:grid;gap:2rem}@media screen and (min-width: 992px){.hero .container,.hero-section .container{grid-template-columns:minmax(0, 1.05fr) minmax(340px, 0.95fr);align-items:center}}.hero .hero-content,.hero-section .hero-content{text-align:center}@media screen and (min-width: 992px){.hero .hero-content,.hero-section .hero-content{text-align:left}}.hero h1,.hero-section h1{max-width:780px;margin-left:auto;margin-right:auto}@media screen and (min-width: 992px){.hero h1,.hero-section h1{margin-left:0;margin-right:0}}.hero .hero-image,.hero-section .hero-image{max-width:620px;margin:0 auto}.hero .hero-image img,.hero-section .hero-image img{display:block;width:100%;filter:drop-shadow(0 16px 28px rgba(26, 82, 128, 0.16))}.hero .lead,.hero .hero-lead,.hero-section .lead,.hero-section .hero-lead{max-width:720px;margin-left:auto;margin-right:auto;font-size:1.2rem;margin-bottom:1.5rem}@media screen and (min-width: 768px){.hero .lead,.hero .hero-lead,.hero-section .lead,.hero-section .hero-lead{font-size:1.4rem}}@media screen and (min-width: 992px){.hero .lead,.hero .hero-lead,.hero-section .lead,.hero-section .hero-lead{margin-left:0;margin-right:0}}.hero .hero-proof,.hero-section .hero-proof{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:.5rem;max-width:560px;margin:0 auto 1.5rem}.hero .hero-proof div,.hero-section .hero-proof div{padding:1rem;border:1px solid rgba(26,82,128,.12);border-radius:8px;background:hsla(0,0%,100%,.72)}.hero .hero-proof span,.hero .hero-proof small,.hero-section .hero-proof span,.hero-section .hero-proof small{display:block}.hero .hero-proof span,.hero-section .hero-proof span{color:rgb(17.3896103896,54.8441558442,85.6103896104);font-family:"Merriweather",Georgia,"Times New Roman",serif;font-size:1.65rem;font-weight:700;line-height:1}.hero .hero-proof small,.hero-section .hero-proof small{margin-top:.25rem;color:#555;line-height:1.35}@media screen and (min-width: 992px){.hero .hero-proof,.hero-section .hero-proof{margin-left:0;margin-right:0}}.hero .hero-cta,.hero-section .hero-cta{display:flex;flex-direction:column;align-items:stretch;gap:.5rem}@media screen and (min-width: 576px){.hero .hero-cta,.hero-section .hero-cta{flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center}}@media screen and (min-width: 992px){.hero .hero-cta,.hero-section .hero-cta{justify-content:flex-start}}.hero .hero-cta .btn,.hero-section .hero-cta .btn{margin:0}.hero .hero-research-link,.hero-section .hero-research-link{display:inline-flex;align-items:center;min-height:44px;margin-top:.5rem;color:rgb(151.5325301205,93.0939759036,17.6674698795);font-weight:700}.hero .hero-research-link .arrow,.hero-section .hero-research-link .arrow{margin-left:.25rem;transition:transform .2s ease}.hero .hero-research-link:hover,.hero-section .hero-research-link:hover{text-decoration:none}.hero .hero-research-link:hover .arrow,.hero-section .hero-research-link:hover .arrow{transform:translateX(3px)}.value-props{display:grid;grid-template-columns:repeat(1, 1fr);gap:1.5rem}@media screen and (min-width: 768px){.value-props{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.5rem}}.value-prop{text-align:center;padding:1rem}.value-prop .value-prop-icon{width:60px;height:60px;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;background-color:rgba(26,82,128,.1);border-radius:50%}.value-prop .value-prop-icon svg{width:30px;height:30px;stroke:#1a5280}.value-prop h3{margin-bottom:.5rem}.welcome-content{max-width:860px;margin:0 auto;color:#555;font-size:1.0625rem}.welcome-content .welcome-cta{margin-top:2rem;text-align:center}.why-choose-us{background-color:#fff}.benefits-grid{display:grid;grid-template-columns:repeat(1, 1fr);gap:1.5rem}@media screen and (min-width: 768px){.benefits-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:1.5rem}}@media screen and (min-width: 992px){.benefits-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.5rem}}.benefit-card{padding:1.5rem}.benefit-card h3{font-size:1.25rem;margin-bottom:.5rem}.benefit-card p{margin-bottom:0;color:#555}.section-footer{margin-top:2rem;text-align:center}.services-section{background-color:#f6f6f6}.services-grid{display:grid;grid-template-columns:repeat(1, 1fr);gap:1rem}@media screen and (min-width: 768px){.services-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:1rem}}@media screen and (min-width: 992px){.services-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:1rem}}.services-intro,.intro-content{max-width:820px;margin:0 auto 2rem;color:#555;font-size:1.0625rem}.service-card{display:flex;flex-direction:column;background-color:#fff;border:1px solid rgba(26,82,128,.08);border-top:4px solid rgba(229,143,32,.75);border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.05);overflow:hidden;transition:all .3s ease;padding:1.5rem}.service-card:hover{box-shadow:0 5px 15px rgba(0,0,0,.1);transform:translateY(-3px)}.service-card .service-card-inner{padding:1.5rem}.service-card h2{margin-bottom:.5rem;color:#333;font-size:1.75rem}.service-card p{color:#555;margin-bottom:1rem}.service-card .btn,.service-card .btn-text{margin-top:auto;align-self:flex-start}.service-card .service-features{list-style:none;padding:0;margin:1rem 0 1.5rem}.service-card .service-features li{position:relative;padding-left:1.5rem;margin-bottom:.5rem;color:#555}.service-card .service-features li::before{content:"✓";position:absolute;left:0;top:0;color:#28a745;font-weight:700;font-size:1.1em}.service-card .service-features li:last-child{margin-bottom:0}.service-process{background-color:#fff}.process-steps{display:grid;grid-template-columns:repeat(1, 1fr);gap:2rem}@media screen and (min-width: 768px){.process-steps{display:grid;grid-template-columns:repeat(2, 1fr);gap:2rem}}@media screen and (min-width: 992px){.process-steps{display:grid;grid-template-columns:repeat(5, 1fr);gap:1rem}}.process-step{display:flex;align-items:flex-start;gap:1.5rem;padding:1.5rem;background-color:#f6f6f6;border-radius:8px;transition:all .3s ease}.process-step:hover{background-color:rgba(26,82,128,.05);transform:translateY(-2px)}.process-step .step-number{flex-shrink:0;width:50px;height:50px;display:flex;align-items:center;justify-content:center;background-color:#1a5280;color:#fff;font-size:1.25rem;font-weight:700;border-radius:50%;box-shadow:0 2px 8px rgba(26,82,128,.2)}.process-step .step-content{flex:1}.process-step .step-content h3{margin-bottom:.5rem;color:#333;font-size:1.25rem}.process-step .step-content p{color:#555;margin:0;line-height:1.6}@media screen and (min-width: 992px){.process-step{display:block;padding:1.5rem}.process-step .step-number{margin-bottom:1rem}}.services-page .services-grid{max-width:920px;margin:0 auto}@media screen and (min-width: 992px){.services-page .services-grid{grid-template-columns:repeat(2, minmax(0, 1fr));gap:1.5rem}}.results-section{background-color:#1a5280;color:#fff;text-align:center}.results-section h2,.results-section p{color:#fff}.stats-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:1rem;margin-top:2rem}@media screen and (min-width: 768px){.stats-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:1rem}}.stat-item .stat{display:block;font-size:2.5rem;font-weight:700;color:#e58f20;margin-bottom:.25rem}@media screen and (min-width: 768px){.stat-item .stat{font-size:3rem}}.stat-item .stat-label{font-size:1rem}.insights-section{background-color:#fff}.insights-filters{margin-bottom:2rem}@media screen and (min-width: 768px){.insights-filters{display:flex;justify-content:space-between;align-items:center}}.insights-filters .filter-group{margin-bottom:1rem}@media screen and (min-width: 768px){.insights-filters .filter-group{margin-bottom:0}}.insights-grid{display:grid;grid-template-columns:repeat(1, 1fr);gap:2rem}@media screen and (min-width: 768px){.insights-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:2rem}}@media screen and (min-width: 992px){.insights-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:2rem}}.insight-card{border-radius:8px;background-color:#fff;box-shadow:0 2px 10px rgba(0,0,0,.05);overflow:hidden;transition:all .3s ease}.insight-card:hover{box-shadow:0 5px 15px rgba(0,0,0,.1);transform:translateY(-3px)}.insight-card .insight-image{display:block;width:100%;height:200px;overflow:hidden}.insight-card .insight-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.insight-card .insight-image:hover img{transform:scale(1.05)}.insight-card h3,.insight-card h2{font-size:1.25rem;margin:.5rem 0}.insight-card h3 a,.insight-card h2 a{color:#333}.insight-card h3 a:hover,.insight-card h2 a:hover{color:#1a5280;text-decoration:none}.insight-card .insight-meta{padding:1rem 1rem 0;display:flex;justify-content:space-between;font-size:.875rem;color:#888}.insight-card .insight-category{color:#1a5280;font-weight:600}.insight-card .insight-footer{padding:0 1rem 1rem;display:flex;align-items:center;justify-content:space-between;margin-top:.5rem}.insight-card .insight-author{font-size:.875rem;color:#888}.insight-card p{padding:0 1rem;color:#555;font-size:.9375rem}.resources-section{background-color:#f6f6f6}.resources-filters{margin-bottom:2rem}@media screen and (min-width: 768px){.resources-filters{display:flex;gap:1.5rem}}.resources-filters .filter-group{margin-bottom:1rem}@media screen and (min-width: 768px){.resources-filters .filter-group{flex:1;margin-bottom:0}}.resources-grid{display:grid;grid-template-columns:repeat(1, 1fr);gap:1.5rem}@media screen and (min-width: 768px){.resources-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:1.5rem}}@media screen and (min-width: 992px){.resources-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.5rem}}.resource-card{border-radius:8px;background-color:#fff;box-shadow:0 2px 10px rgba(0,0,0,.05);overflow:hidden;transition:all .3s ease}.resource-card:hover{box-shadow:0 5px 15px rgba(0,0,0,.1);transform:translateY(-3px)}.resource-card .resource-image{display:block;position:relative}.resource-card .resource-image img{width:100%;display:block}.resource-card .resource-image .resource-type{position:absolute;top:.5rem;left:.5rem;background-color:rgba(26,82,128,.9);color:#fff;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600}.resource-card .resource-content{padding:1rem}.resource-card .resource-content h2,.resource-card .resource-content h3{font-size:1.25rem;margin-bottom:.5rem}.resource-card .resource-content h2 a,.resource-card .resource-content h3 a{color:#333}.resource-card .resource-content h2 a:hover,.resource-card .resource-content h3 a:hover{color:#1a5280;text-decoration:none}.resource-card .resource-content p{color:#555;margin-bottom:1.5rem;font-size:.9375rem}.featured-resource-section{background-color:#f6f6f6}.featured-resource-section .featured-resource{background-color:#fff;border-radius:8px;box-shadow:0 5px 15px rgba(0,0,0,.1);overflow:hidden}@media screen and (min-width: 768px){.featured-resource-section .featured-resource{display:flex}}.featured-resource-section .featured-resource .featured-resource-content{padding:2rem}@media screen and (min-width: 768px){.featured-resource-section .featured-resource .featured-resource-content{flex:1}}@media screen and (min-width: 768px){.featured-resource-section .featured-resource .featured-resource-image{flex:1;min-height:300px}}.featured-resource-section .featured-resource .featured-resource-image img{width:100%;height:100%;object-fit:cover}.featured-resource-section .featured-resource .badge{margin-bottom:1rem;background-color:#e58f20}.featured-resource-section .featured-resource p{margin-bottom:1.5rem}.testimonials-section{background-color:#fff}.testimonials-slider{max-width:700px;margin:0 auto}.testimonial{text-align:center}.testimonial blockquote{font-size:1.125rem;font-style:italic;margin-bottom:1.5rem;position:relative}.testimonial blockquote::before{content:'"';font-size:4rem;color:rgba(26,82,128,.2);position:absolute;top:-20px;left:-10px;font-family:Georgia,serif}@media screen and (min-width: 768px){.testimonial blockquote{font-size:1.25rem}}.testimonial cite{display:block;font-style:normal}.testimonial cite .name{display:block;font-weight:700;color:#333}.testimonial cite .title{display:block;color:#888;font-size:.875rem}.cta-section{background-color:#1a5280;padding:2rem 0;text-align:center}.cta-section .cta-content{max-width:600px;margin:0 auto}.cta-section .cta-content h2{color:#fff;margin-bottom:.5rem}.cta-section .cta-content p{color:hsla(0,0%,100%,.9);margin-bottom:1.5rem}.cta-section .cta-content .btn-primary{background-color:#e58f20;border-color:#e58f20}.cta-section .cta-content .btn-primary:hover{background-color:hsl(33.807106599,79.1164658635%,41.1764705882%);border-color:hsl(33.807106599,79.1164658635%,41.1764705882%)}.page-header{background:linear-gradient(135deg, rgba(26, 82, 128, 0.07), rgba(229, 143, 32, 0.06)),#f6f6f6;padding:2rem 0;text-align:center}@media screen and (min-width: 768px){.page-header{padding:3rem 0}}.page-header .lead{max-width:700px;margin-left:auto;margin-right:auto;font-size:1.125rem}@media screen and (min-width: 768px){.page-header .lead{font-size:1.25rem}}.page-header+.content-section,.page-header+.services-overview,.page-header+.contact-section{padding-top:2rem}.content-wrapper{display:grid;gap:2rem}@media screen and (min-width: 992px){.content-wrapper{grid-template-columns:minmax(0, 1fr) 340px;align-items:start}}.main-content{min-width:0}.sidebar{display:grid;gap:1.5rem}.sidebar>*{padding:1.5rem;border:1px solid rgba(26,82,128,.08);border-radius:8px;background-color:#fff;box-shadow:0 2px 10px rgba(0,0,0,.05)}.sidebar .about-image{padding:0;overflow:hidden}.sidebar .about-image img{display:block;width:100%}.sidebar .cta-box{background:linear-gradient(180deg, rgba(26, 82, 128, 0.06), rgba(255, 255, 255, 0.98))}.sidebar .stats-box{display:grid;gap:1rem}.sidebar .stat{margin-bottom:0}.sidebar .stat-number{display:block;color:hsl(33.807106599,79.1164658635%,41.1764705882%);font-family:"Merriweather",Georgia,"Times New Roman",serif;font-size:1.8rem;font-weight:700}.sidebar .stat-label{display:block;color:#555}.policy-content{max-width:820px;margin:0 auto;padding:2rem;border:1px solid rgba(26,82,128,.08);border-radius:8px;background-color:#fff;box-shadow:0 2px 10px rgba(0,0,0,.05)}.policy-content h2{margin-top:2rem;font-size:1.5rem}.policy-content a{display:inline-flex;align-items:center;min-height:44px}.pagination{margin-top:2rem}.pagination ul{list-style:none;padding:0;margin:0;display:flex;justify-content:center;align-items:center;flex-wrap:wrap}.pagination ul li{margin:.25rem}.pagination a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background-color:#fff;border:1px solid #ccc;color:#333;font-weight:600;transition:all .3s ease}.pagination a:hover{background-color:#f6f6f6;text-decoration:none}.pagination a[aria-current=page]{background-color:#1a5280;color:#fff;border-color:#1a5280}.pagination a svg{width:16px;height:16px;stroke:currentColor}.site-footer{background-color:#333;color:#fff;padding:2rem 0 1rem}.footer-inner{margin-bottom:2rem}@media screen and (min-width: 992px){.footer-inner{display:flex;justify-content:space-between}}.footer-info{margin-bottom:2rem}@media screen and (min-width: 992px){.footer-info{flex:1;margin-bottom:0;padding-right:2rem}}.footer-info .footer-logo{display:block;margin-bottom:1rem;max-width:150px;filter:brightness(0) invert(1)}.footer-info address{font-style:normal;margin-bottom:1rem;color:hsla(0,0%,100%,.8)}.footer-info p{color:hsla(0,0%,100%,.8)}.footer-info a{color:#fff;display:inline-flex;align-items:center;min-height:44px}.footer-info a:hover{color:#e58f20}.social-links{list-style:none;padding:0;margin:1.5rem 0 0;display:flex}.social-links li{margin-right:.5rem;margin-bottom:0}.social-links a{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background-color:hsla(0,0%,100%,.1);border-radius:50%;transition:all .3s ease}.social-links a svg{width:18px;height:18px;fill:#fff}.social-links a:hover{background-color:rgb(128.6623376623,183.9350649351,229.3376623377);text-decoration:none}.footer-nav{display:grid;grid-template-columns:repeat(auto-fill, minmax(180px, 1fr));gap:2rem}@media screen and (min-width: 992px){.footer-nav{flex:2}}.footer-nav h3{color:#fff;font-size:1.125rem;margin-bottom:1rem}.footer-nav ul{list-style:none;padding:0;margin:0}.footer-nav a{color:hsla(0,0%,100%,.8);display:flex;align-items:center;min-height:44px;padding:.25rem 0}.footer-nav a:hover{color:#fff;text-decoration:none}.footer-bottom{padding-top:1rem;border-top:1px solid hsla(0,0%,100%,.1);font-size:.875rem;color:hsla(0,0%,100%,.7)}@media screen and (min-width: 768px){.footer-bottom{display:flex;justify-content:space-between;align-items:center}}.footer-bottom p{margin-bottom:1rem}@media screen and (min-width: 768px){.footer-bottom p{margin-bottom:0}}.footer-bottom .footer-links a{display:inline-flex;align-items:center;min-height:44px;color:hsla(0,0%,100%,.7)}.footer-bottom .footer-links a:hover{color:#fff}.contact-page .contact-section{padding:2rem 0}@media screen and (min-width: 768px){.contact-page .contact-section{padding:3rem 0}}.contact-page .contact-grid{display:grid;grid-template-columns:repeat(1, 1fr);gap:2rem}@media screen and (min-width: 992px){.contact-page .contact-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:2rem}}@media screen and (min-width: 992px){.contact-page .contact-form-container{order:1}}@media screen and (min-width: 992px){.contact-page .contact-info-container{order:2}}.contact-page .contact-form .form-group{margin-bottom:1rem}.contact-page .contact-form .required{color:#d92626}.contact-page .contact-form .form-help{font-size:.875rem;color:#888;margin-top:.25rem;margin-bottom:0}.contact-page .contact-form .form-submit{margin-top:1.5rem}.contact-page .form-success{text-align:center;padding:2rem;background-color:rgba(40,167,69,.1);border-radius:8px;border:1px solid rgba(40,167,69,.2)}.contact-page .form-success svg{color:#28a745;margin-bottom:1rem}.contact-page .form-success h3{color:#28a745;margin-bottom:.5rem}.contact-page .form-success p{margin:0;color:#555}.contact-page .contact-info{background-color:#f6f6f6;padding:2rem;border-radius:8px;margin-bottom:1.5rem}.contact-page .contact-info h2{margin-bottom:1.5rem}.contact-page .contact-info .info-item{display:flex;align-items:flex-start;margin-bottom:1.5rem}.contact-page .contact-info .info-item:last-child{margin-bottom:0}.contact-page .contact-info .info-item .info-icon{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background-color:rgba(26,82,128,.1);border-radius:50%;margin-right:1rem}.contact-page .contact-info .info-item .info-icon svg{width:20px;height:20px;stroke:#1a5280}.contact-page .contact-info .info-item div{flex:1}.contact-page .contact-info .info-item div h3{margin-bottom:.25rem;font-size:1.125rem}.contact-page .contact-info .info-item div p{margin-bottom:.25rem}.contact-page .contact-info .info-item div p:last-child{margin-bottom:0}.contact-page .contact-info .info-item div p.text-muted{color:#888;font-size:.875rem}.contact-page .contact-info .info-item div a{color:#1a5280;font-weight:600}.contact-page .contact-info .info-item div a:hover{text-decoration:underline}.contact-page .contact-info .info-item div address{font-style:normal;line-height:1.5}.contact-page .contact-info .office-map{margin-top:1.5rem;border-radius:8px;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,.05)}.contact-page .contact-info .office-map .map-link{display:block;text-decoration:none;color:inherit}.contact-page .contact-info .office-map .map-link:hover{text-decoration:none}.contact-page .contact-info .office-map .map-placeholder{background:linear-gradient(135deg, #f6f6f6 0%, rgb(233.25, 233.25, 233.25) 100%);padding:2rem;text-align:center;min-height:250px;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:all .3s ease;cursor:pointer}.contact-page .contact-info .office-map .map-placeholder:hover{background:linear-gradient(135deg, rgba(26, 82, 128, 0.05) 0%, rgba(26, 82, 128, 0.1) 100%);transform:translateY(-2px)}.contact-page .contact-info .office-map .map-placeholder svg{color:#1a5280;margin-bottom:1rem}.contact-page .contact-info .office-map .map-placeholder h4{margin-bottom:.5rem;color:#333;font-size:1.25rem}.contact-page .contact-info .office-map .map-placeholder p{margin-bottom:1rem;color:#555;font-size:1rem}.contact-page .contact-info .office-map .map-placeholder .map-cta{color:#1a5280;font-weight:600;font-size:.875rem;text-transform:uppercase;letter-spacing:.5px}.contact-page .contact-social{background-color:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.05)}.contact-page .contact-social h3{margin-bottom:1rem;font-size:1.125rem}.contact-page .contact-social .social-links{display:flex;flex-direction:column;gap:.5rem;list-style:none;padding:0;margin:0}.contact-page .contact-social .social-links a{display:flex;align-items:center;padding:.5rem 1rem;background-color:#f6f6f6;border-radius:4px;color:#333;font-weight:600;transition:all .3s ease}.contact-page .contact-social .social-links a:hover{background-color:rgba(26,82,128,.1);color:#1a5280;text-decoration:none;transform:translateX(2px)}.contact-page .contact-social .social-links a svg{width:20px;height:20px;margin-right:.5rem;flex-shrink:0}.faq-section{background-color:#f6f6f6}.faq-section .faq-grid{display:grid;grid-template-columns:repeat(1, 1fr);gap:1.5rem}@media screen and (min-width: 768px){.faq-section .faq-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:1.5rem}}.faq-section .faq-item{background-color:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.05)}.faq-section .faq-item h3{margin-bottom:1rem;color:#333;font-size:1.125rem}.faq-section .faq-item p{margin:0;color:#555;line-height:1.6}.industries-grid{display:grid;grid-template-columns:repeat(1, 1fr);gap:1.5rem}@media screen and (min-width: 768px){.industries-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:1.5rem}}@media screen and (min-width: 1200px){.industries-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.5rem}}.industry-card,.benefit-card,.approach-step{background-color:#fff;border:1px solid rgba(26,82,128,.08);border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.05)}.industry-card{display:flex;flex-direction:column;padding:1.5rem}.industry-card h2,.industry-card h3{font-size:1.35rem;margin-bottom:.5rem}.industry-card p{color:#555}.industry-card .industry-icon{width:58px;height:58px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;border-radius:8px;background:rgba(26,82,128,.08)}.industry-card .industry-cta{margin-top:auto;padding-top:1rem}.industry-card .industry-cta .btn{width:100%}.approach-steps{display:grid;grid-template-columns:repeat(1, 1fr);gap:1.5rem}@media screen and (min-width: 768px){.approach-steps{display:grid;grid-template-columns:repeat(2, 1fr);gap:1.5rem}}@media screen and (min-width: 992px){.approach-steps{display:grid;grid-template-columns:repeat(4, 1fr);gap:1.5rem}}.approach-step{padding:1.5rem}.approach-step .step-number{width:44px;height:44px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;border-radius:50%;background:#e58f20;color:#fff;font-weight:700}.approach-step h3{font-size:1.2rem;margin-bottom:.5rem}.approach-step p{margin-bottom:0;color:#555}.stip-page{background:radial-gradient(circle at top left, rgba(229, 143, 32, 0.18), transparent 30%),linear-gradient(180deg, #f7f3ea 0%, #fdfcf9 45%, #eef3f8 100%)}.stip-shell{padding:2rem 0 3rem}.stip-hero{max-width:760px;margin-bottom:2rem}.stip-page.stip-signed-in .stip-shell{padding-top:1.5rem}.stip-page.stip-signed-in .stip-hero{display:none}.stip-page.stip-signed-in .stip-account{margin-bottom:1.5rem;padding:1.5rem}.stip-page.stip-signed-in .stip-account h2{font-size:1.5rem;margin-bottom:.25rem}.stip-account{display:grid;gap:1.5rem;margin-bottom:2rem;padding:2rem;border:1px solid rgba(26,82,128,.08);background:hsla(0,0%,100%,.82);backdrop-filter:blur(10px)}@media screen and (min-width: 768px){.stip-account{grid-template-columns:minmax(0, 1fr) auto;align-items:center}}.stip-account-copy,.stip-account-meta{margin-bottom:0}.stip-account-meta{color:rgb(17.3896103896,54.8441558442,85.6103896104);font-weight:600}.stip-account-actions{display:flex;flex-wrap:wrap;gap:.5rem}.stip-kicker,.stip-eyebrow{margin-bottom:.5rem;color:hsl(33.807106599,79.1164658635%,41.1764705882%);font-size:.875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.stip-lead{color:#555;font-size:1.125rem}.stip-grid{display:grid;gap:2rem}@media screen and (min-width: 992px){.stip-grid{grid-template-columns:minmax(320px, 420px) minmax(0, 1fr);align-items:start}}.stip-sidebar{display:grid;gap:1.5rem}.stip-form,.stip-panel,.stip-empty{padding:2rem;border:1px solid rgba(26,82,128,.08);background:hsla(0,0%,100%,.88);backdrop-filter:blur(10px)}.stip-form-header{display:grid;gap:1rem;margin-bottom:1.5rem}.stip-form-header p{color:#555;margin-bottom:0}.stip-current-prompt{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(26,82,128,.08)}.stip-current-question{margin-bottom:.25rem;color:#333;font-weight:600;line-height:1.45}.stip-current-filters{margin-bottom:0;color:#888;font-size:.9rem}.stip-form-header-action{width:100%}@media screen and (min-width: 768px){.stip-form-header-action{width:auto;white-space:nowrap}}.stip-form-fields{display:grid;gap:0}.stip-question-summary{display:grid;gap:1rem}.stip-question-summary h2{margin-bottom:0;font-size:1.5rem;line-height:1.25}.stip-summary-filters{display:grid;gap:.5rem;margin:0;padding:1rem 0;border-top:1px solid rgba(26,82,128,.08);border-bottom:1px solid rgba(26,82,128,.08)}.stip-summary-filters div{display:grid;gap:.15rem}.stip-summary-filters dt{color:#888;font-size:.78rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.stip-summary-filters dd{margin:0;color:#333;font-weight:600}.stip-preview-filters{display:grid;gap:.5rem;margin:1rem 0}@media screen and (min-width: 768px){.stip-preview-filters{grid-template-columns:repeat(2, minmax(0, 1fr))}}.stip-preview-filters div{display:grid;gap:.1rem}.stip-preview-filters dt{color:#888;font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.stip-preview-filters dd{margin:0;color:#333;font-weight:600}.stip-empty-preview{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(26,82,128,.08)}.stip-empty-preview h3{margin-bottom:.5rem;font-size:1.25rem}.stip-answer-preview{display:flex;flex-wrap:wrap;gap:.5rem}.stip-answer-preview span{display:inline-flex;padding:.35rem .7rem;border-radius:999px;background:rgba(26,82,128,.08);color:rgb(17.3896103896,54.8441558442,85.6103896104);font-size:.85rem;font-weight:600}.stip-summary-actions{display:grid;gap:.5rem}.stip-summary-actions .btn{width:100%}.stip-advanced-controls{margin-bottom:1.5rem;border:1px solid rgba(26,82,128,.1);border-radius:8px;background:hsla(0,0%,100%,.68)}.stip-advanced-controls summary{padding:1rem;color:rgb(17.3896103896,54.8441558442,85.6103896104);cursor:pointer;font-weight:600}.stip-advanced-controls summary:focus{outline:3px solid rgba(26,82,128,.16);outline-offset:2px}.stip-advanced-controls .form-row,.stip-advanced-controls .checkbox-group{margin-left:1rem;margin-right:1rem}.stip-advanced-controls .form-row{margin-top:.5rem}.stip-advanced-controls .checkbox-group:last-child{margin-bottom:1rem}.stip-presets,.stip-history-tools{margin-bottom:1.5rem}.stip-section-label{margin-bottom:.5rem;color:#555;font-size:.9rem;font-weight:600}.stip-chip-row{display:flex;flex-wrap:wrap;gap:.5rem}.stip-chip{padding:.45rem .8rem;border:1px solid rgba(26,82,128,.16);border-radius:999px;background:hsla(0,0%,100%,.92);color:rgb(17.3896103896,54.8441558442,85.6103896104);font-size:.875rem;font-weight:600}.stip-chip:hover,.stip-chip:focus,.stip-chip.is-active{border-color:rgba(26,82,128,.36);background:rgba(26,82,128,.08);outline:none}.stip-clarification-chip{text-align:left}.stip-clarification-chip.is-active{border-color:hsla(33.807106599,79.1164658635%,41.1764705882%,.5);background:rgba(229,143,32,.22);color:rgb(133.2626506024,81.8698795181,15.5373493976);box-shadow:0 0 0 3px rgba(229,143,32,.12)}.stip-chip-resolved{border-color:rgba(40,167,69,.22);background:rgba(40,167,69,.1);color:rgb(32.115942029,134.084057971,55.4)}.stip-chip-open{border-color:rgba(229,143,32,.2);background:rgba(229,143,32,.1);color:rgb(151.5325301205,93.0939759036,17.6674698795)}.stip-recent-filters{margin:.5rem 0 0;color:#888;font-size:.875rem}.stip-panel-header{display:flex;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.stip-panel-header p{color:#555;margin-bottom:0}.stip-callout{margin-bottom:1.5rem;padding:1.5rem;border-radius:8px;background:linear-gradient(180deg, rgba(229, 143, 32, 0.12), rgba(255, 255, 255, 0.95));border:1px solid rgba(229,143,32,.18)}.stip-callout h3{font-size:1.125rem;margin-bottom:.5rem}.stip-callout ol{margin-bottom:0}.stip-request-form{margin-bottom:1rem}.stip-success{padding:1.5rem;border:1px solid rgba(40,167,69,.18);border-radius:8px;background:rgba(40,167,69,.08)}.stip-success h3{color:#28a745;margin-bottom:.5rem}.stip-success p{margin-bottom:0;color:#555}.stip-source-submit-form{display:grid;gap:1rem}.stip-source-submit-result{margin-top:1.5rem;padding:1.5rem;border-radius:8px;border:1px solid rgba(40,167,69,.18);background:rgba(40,167,69,.08)}.stip-source-submit-result.is-quarantined,.stip-source-submit-result.is-error{border-color:rgba(217,38,38,.18);background:rgba(217,38,38,.08)}.stip-source-submit-result h3{margin-bottom:.5rem}.stip-source-submit-result dl{display:grid;gap:.25rem;margin-bottom:1rem}.stip-source-submit-result div{overflow-wrap:anywhere}.stip-source-submit-result dt{font-weight:600;color:#1a5280}.stip-source-submit-result dd{margin:0;color:#555}.stip-source-submit-result ul{margin-bottom:0}.stip-output,.stip-results{display:grid;gap:1.5rem}.stip-transcript{display:grid;gap:.5rem;margin-bottom:1.5rem}.stip-thread-facts{margin-bottom:1rem}.stip-message{padding:1rem;border-radius:8px;border:1px solid rgba(26,82,128,.08)}.stip-message-user{background:rgba(229,143,32,.08)}.stip-message-assistant{background:linear-gradient(180deg, rgba(26, 82, 128, 0.05), rgba(255, 255, 255, 0.96))}.stip-message-role,.stip-message-meta{margin-bottom:.25rem;font-size:.85rem;color:#888}.stip-message-body{margin-bottom:0;color:#333}.stip-follow-up-form{padding-top:1rem;border-top:1px solid rgba(26,82,128,.08)}.stip-answer-head{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem}@media screen and (min-width: 768px){.stip-answer-head{flex-direction:row;justify-content:space-between;align-items:flex-start}}.stip-status-cluster{display:flex;flex-wrap:wrap;gap:.5rem}.stip-answer-question,.stip-answer-meta{margin-bottom:0}.stip-answer-question{color:#555;font-size:1rem}.stip-answer-meta{margin-top:.25rem;color:#888;font-size:.9rem}.stip-quality-banner{margin-top:.5rem;display:inline-flex;padding:.45rem .8rem;border-radius:8px;background:rgba(26,82,128,.08);color:rgb(17.3896103896,54.8441558442,85.6103896104);font-size:.875rem;font-weight:600}.stip-quality-banner.mixed_authority{background:rgba(229,143,32,.16);color:rgb(151.5325301205,93.0939759036,17.6674698795)}.stip-quality-banner.unverified{background:rgba(217,38,38,.08);color:#d92626}.stip-pill{display:inline-flex;align-items:center;padding:.4rem .8rem;border-radius:999px;background:rgba(26,82,128,.12);color:rgb(17.3896103896,54.8441558442,85.6103896104);font-size:.875rem;font-weight:600}.stip-pill-muted{background:rgba(229,143,32,.15);color:rgb(165.234939759,101.5120481928,19.265060241)}.stip-columns{display:grid;gap:1.5rem}@media screen and (min-width: 768px){.stip-columns{grid-template-columns:repeat(2, minmax(0, 1fr))}}.stip-citations{display:grid;gap:1rem}.stip-citation{padding:1.5rem;border-radius:8px;background:linear-gradient(180deg, rgba(26, 82, 128, 0.04), rgba(255, 255, 255, 0.96));border:1px solid rgba(26,82,128,.1)}.stip-citation-title{display:inline-block;margin-bottom:.5rem;font-family:"Merriweather",Georgia,"Times New Roman",serif;font-size:1.125rem;font-weight:700}.stip-citation-support{margin-bottom:.5rem;color:#333}.stip-citation-excerpt{margin-bottom:0;color:#555;font-size:.95rem}.stip-history-panel{min-height:220px}.stip-history-empty{color:#555}.stip-history-list{display:grid;gap:.5rem}.stip-history-item{width:100%;display:grid;gap:.25rem;padding:1rem;text-align:left;border:1px solid rgba(26,82,128,.12);border-radius:8px;background:linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(26, 82, 128, 0.04));transition:all .15s ease}.stip-history-item:hover,.stip-history-item:focus{border-color:rgba(26,82,128,.28);box-shadow:0 0 0 3px rgba(26,82,128,.08);transform:translateY(-1px);outline:none}.stip-history-item.is-active{border-color:rgba(26,82,128,.34);box-shadow:0 0 0 3px rgba(26,82,128,.12);background:linear-gradient(180deg, rgba(26, 82, 128, 0.08), rgba(255, 255, 255, 0.98))}.stip-history-question{font-weight:600;color:#333}.stip-history-meta{color:#888;font-size:.85rem}.stip-history-summary{color:#555;font-size:.95rem}[data-stip-debug]{margin:0;padding:1.5rem;overflow-x:auto;border-radius:4px;background:#13202d;color:#d8e8f5;font-size:.875rem}@media(max-width: 576px){.hidden-xs{display:none !important}}@media(min-width: 576px)and (max-width: 768px){.hidden-sm{display:none !important}}@media(min-width: 768px)and (max-width: 992px){.hidden-md{display:none !important}}@media(min-width: 992px){.hidden-lg{display:none !important}}/*# sourceMappingURL=main.css.map */
