.navbar__logo{display:flex;align-items:center;gap:.5rem;cursor:pointer}.navbar__logo img{height:48px;width:auto}.navbar__logo-text{font-size:1.25rem;font-weight:700;color:#0056b3}.navbar__links{display:flex;align-items:center;gap:1.5rem}@media(max-width:900px){.navbar__links{display:none}}.navbar__link{font-weight:500;color:#4a5568;transition:color .15s ease;padding:.5rem 1rem;border-radius:.375rem}.navbar__link:hover{color:#0056b3;background-color:#0056b30d}.navbar__link--active{color:#0056b3;font-weight:600}@media(min-width:900px){.navbar__mobile-menu{display:none}}.mobile-drawer__list{width:280px;padding:1.5rem}.mobile-drawer__header{display:flex;align-items:center;gap:.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e1e8f0;margin-bottom:1.5rem}.mobile-drawer__header img{height:32px}.mobile-drawer__link{padding:1rem 1.5rem;border-radius:.375rem;font-weight:500}.mobile-drawer__link:hover{background-color:#0056b30d}.footer{background:linear-gradient(135deg,#003d80,#0056b3);color:#fff;padding:4rem 0 2rem}.footer__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.footer__grid{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width:600px){.footer__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:900px){.footer__grid{grid-template-columns:2fr 1fr 1fr 1fr}}.footer__brand-logo{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem}.footer__brand-logo img{height:40px;width:auto}.footer__brand-logo span{font-size:1.25rem;font-weight:700}.footer__brand-description{color:#fffc;line-height:1.7;margin-bottom:1.5rem}.footer__section-title{font-size:1.125rem;font-weight:600;margin-bottom:1.5rem;color:#fff}.footer__links{list-style:none;padding:0;margin:0}.footer__links li{margin-bottom:.5rem}.footer__links a{color:#fffc;transition:color .15s ease}.footer__links a:hover{color:#fff}.footer__contact-item{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:1rem;color:#fffc}.footer__contact-item svg{margin-top:2px;flex-shrink:0}.footer__social{display:flex;gap:1rem;margin-top:1.5rem}.footer__social a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background-color:#ffffff1a;color:#fff;transition:background-color .15s ease}.footer__social a:hover{background-color:#fff3}.footer__divider{border:none;border-top:1px solid rgba(255,255,255,.1);margin:3rem 0 1.5rem}.footer__bottom{display:flex;flex-direction:column;align-items:center;gap:1rem}@media(min-width:900px){.footer__bottom{flex-direction:row;justify-content:space-between}}.footer__copyright{color:#ffffffb3;font-size:.875rem}.footer__legal{display:flex;gap:1.5rem}.footer__legal a{color:#ffffffb3;font-size:.875rem;transition:color .15s ease}.footer__legal a:hover{color:#fff}.home__hero{min-height:calc(100vh - 64px);display:flex;align-items:center;background:linear-gradient(135deg,#0056b308,#00a3e008);position:relative;overflow:hidden}.home__hero:before{content:"";position:absolute;top:-50%;right:-20%;width:800px;height:800px;border-radius:50%;background:radial-gradient(circle,rgba(0,163,224,.08) 0%,transparent 70%)}.home__hero-container{max-width:1200px;margin:0 auto;padding:3rem 1.5rem;display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media(min-width:900px){.home__hero-container{grid-template-columns:1.2fr .8fr;padding:4rem 2rem;gap:4rem}}.home__hero-content{position:relative;z-index:1}.home__hero-badge{display:inline-flex;align-items:center;gap:.5rem;background-color:#00a3e01a;color:#00a3e0;padding:.5rem 1rem;border-radius:50px;font-size:.875rem;font-weight:600;margin-bottom:1.5rem}.home__hero-title{font-size:1.5rem;font-weight:700;color:#0056b3;margin-bottom:1.5rem;line-height:1.3}@media(min-width:600px){.home__hero-title{font-size:1.875rem}}@media(min-width:900px){.home__hero-title{font-size:2.25rem}}.home__hero-title i{font-style:italic;font-weight:500;color:#4a5568;font-size:.7em;display:block;margin-top:1rem;line-height:1.5}.home__hero-subtitle{font-size:1rem;color:#4a5568;line-height:1.8;margin-bottom:1.5rem}@media(min-width:900px){.home__hero-subtitle{font-size:1.125rem}}.home__hero-subtitle:last-of-type{margin-bottom:2rem}.home__hero-actions{display:flex;flex-wrap:wrap;gap:1rem}.home__hero-image{display:none}@media(min-width:900px){.home__hero-image{display:flex;justify-content:center;align-items:center}}.home__hero-image-wrapper{position:relative;width:100%;max-width:400px}.home__hero-image-wrapper:before{content:"";position:absolute;top:-15px;right:-15px;width:100%;height:100%;background:linear-gradient(135deg,#0056b3,#00a3e0);border-radius:1rem;z-index:-1}.home__hero-image img{width:100%;border-radius:1rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.home__stats{background-color:#0056b3;padding:2rem 0}@media(min-width:900px){.home__stats{padding:3rem 0}}.home__stats-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.home__stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media(min-width:900px){.home__stats-grid{grid-template-columns:repeat(4,1fr)}}.home__stats-item{text-align:center;color:#fff}.home__stats-item-value{font-size:1.5rem;font-weight:700;margin-bottom:.25rem}@media(min-width:900px){.home__stats-item-value{font-size:2.25rem}}.home__stats-item-label{font-size:.875rem;opacity:.8}@media(min-width:900px){.home__stats-item-label{font-size:1rem}}.home__services{background-color:#f5f8fc}.home__services-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:600px){.home__services-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1200px){.home__services-grid{grid-template-columns:repeat(3,1fr)}}.home__service-card{background-color:#fff;border-radius:.75rem;padding:2rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:transform .3s ease,box-shadow .3s ease}.home__service-card:hover{transform:translateY(-8px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.home__service-card-icon{width:60px;height:56px;border-radius:.5rem;background:linear-gradient(135deg,#0056b31a,#00a3e01a);display:flex;align-items:center;justify-content:center;margin-bottom:1rem;flex-shrink:0}.home__service-card-icon svg{font-size:26px;color:#0056b3}.home__service-card-title{font-size:1.125rem;font-weight:600;color:#0056b3;margin-bottom:.5rem;line-height:1.3}.home__service-card-description{color:#4a5568;line-height:1.7;font-size:.875rem}.home__painpoints{background:linear-gradient(135deg,#0056b3,#003d80)}.home__painpoints-container{max-width:800px;margin:0 auto}.home__painpoints-content{text-align:center;color:#fff}.home__painpoints-content h2{font-size:1.5rem;font-weight:700;margin-bottom:1rem}@media(min-width:900px){.home__painpoints-content h2{font-size:1.875rem}}.home__painpoints-intro{font-size:1rem;opacity:.9;margin-bottom:2rem}@media(min-width:900px){.home__painpoints-intro{font-size:1.125rem}}.home__painpoints-list{list-style:none;padding:0;margin:0 0 2rem;text-align:left;display:grid;gap:1rem}@media(min-width:600px){.home__painpoints-list{grid-template-columns:repeat(2,1fr)}}.home__painpoints-list li{display:flex;align-items:flex-start;gap:.5rem;background:#ffffff1a;padding:1rem;border-radius:.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:background .15s ease}.home__painpoints-list li:hover{background:#ffffff26}.home__painpoints-list li svg{color:#00a3e0;flex-shrink:0;margin-top:2px}.home__painpoints-list li span{font-size:.875rem;line-height:1.5}@media(min-width:900px){.home__painpoints-list li span{font-size:1rem}}.home__painpoints-cta{margin-top:2rem}.home__painpoints-cta p{font-size:1.125rem;font-weight:500;margin-bottom:1.5rem}@media(min-width:900px){.home__painpoints-cta p{font-size:1.25rem}}.home__why-container{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media(min-width:900px){.home__why-container{grid-template-columns:1fr 1fr;gap:4rem}}.home__why-content h2{font-size:1.5rem;color:#0056b3;margin-bottom:1rem}@media(min-width:900px){.home__why-content h2{font-size:1.875rem;margin-bottom:1.5rem}}.home__why-content>p{color:#4a5568;line-height:1.8;margin-bottom:2rem}.home__why-features{display:flex;flex-direction:column;gap:1rem}.home__why-feature{display:flex;gap:1rem;align-items:flex-start}.home__why-feature-icon{flex-shrink:0;width:40px;height:40px;border-radius:50%;background-color:#00a3e01a;display:flex;align-items:center;justify-content:center}.home__why-feature-icon svg{color:#00a3e0;font-size:20px}.home__why-feature-content h4{font-size:1rem;font-weight:600;color:#0056b3;margin-bottom:.25rem}.home__why-feature-content p{color:#4a5568;font-size:.875rem;margin:0;line-height:1.6}.home__why-image{display:none}@media(min-width:900px){.home__why-image{display:block}}.home__why-image img{width:100%;border-radius:.75rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.home__cta{background:linear-gradient(135deg,#0056b3,#07c);text-align:center}.home__cta h2{font-size:1.875rem;color:#fff;margin-bottom:1rem}@media(min-width:900px){.home__cta h2{font-size:2.25rem}}.home__cta p{color:#ffffffe6;font-size:1.125rem;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.about__hero{background:linear-gradient(135deg,#0056b30d,#00a3e00d);padding:4rem 0;text-align:center}.about__hero h1{font-size:2.25rem;color:#0056b3;margin-bottom:1.5rem}@media(min-width:900px){.about__hero h1{font-size:3rem}}.about__hero p{font-size:1.125rem;color:#4a5568;max-width:700px;margin:0 auto;line-height:1.8}.about__story{display:grid;grid-template-columns:1fr;gap:4rem;align-items:center}@media(min-width:900px){.about__story{grid-template-columns:1fr 1fr}}.about__story-image{order:2}@media(min-width:900px){.about__story-image{order:1}}.about__story-image img{width:100%;border-radius:.75rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.about__story-content{order:1}@media(min-width:900px){.about__story-content{order:2}}.about__story-content h2{font-size:1.875rem;color:#0056b3;margin-bottom:1.5rem}.about__story-content p{color:#4a5568;line-height:1.8;margin-bottom:1.5rem}.about__story-content p:last-child{margin-bottom:0}.about__values{background-color:#f5f8fc}.about__values-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:600px){.about__values-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1200px){.about__values-grid{grid-template-columns:repeat(4,1fr)}}.about__value-card{text-align:center;padding:2rem;background-color:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:transform .3s ease}.about__value-card:hover{transform:translateY(-5px)}.about__value-card-icon{width:70px;height:70px;border-radius:50%;background:linear-gradient(135deg,#0056b3,#00a3e0);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.about__value-card-icon svg{font-size:32px;color:#fff}.about__value-card-title{font-size:1.25rem;font-weight:600;color:#0056b3;margin-bottom:.5rem}.about__value-card-description{color:#4a5568;font-size:.875rem;line-height:1.7}.about__expertise-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:900px){.about__expertise-grid{grid-template-columns:repeat(2,1fr)}}.about__expertise-item{display:flex;gap:1.5rem;padding:2rem;background-color:#f5f8fc;border-radius:.5rem}.about__expertise-item-icon{flex-shrink:0;width:50px;height:50px;border-radius:.375rem;background-color:#0056b31a;display:flex;align-items:center;justify-content:center}.about__expertise-item-icon svg{color:#0056b3}.about__expertise-item-content h4{font-size:1.125rem;font-weight:600;color:#0056b3;margin-bottom:.25rem}.about__expertise-item-content p{color:#4a5568;font-size:.875rem;line-height:1.6;margin:0}.about__cta{background:linear-gradient(135deg,#0056b3,#07c);text-align:center}.about__cta h2{font-size:1.875rem;color:#fff;margin-bottom:1rem}.about__cta p{color:#ffffffe6;font-size:1.125rem;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.services__hero{background:linear-gradient(135deg,#0056b30d,#00a3e00d);padding:3rem 0;text-align:center}@media(min-width:900px){.services__hero{padding:4rem 0}}.services__hero h1{font-size:1.875rem;color:#0056b3;margin-bottom:1rem}@media(min-width:900px){.services__hero h1{font-size:2.25rem;margin-bottom:1.5rem}}.services__hero p{font-size:1rem;color:#4a5568;max-width:700px;margin:0 auto;line-height:1.8;padding:0 1rem}@media(min-width:900px){.services__hero p{font-size:1.125rem}}.services__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:900px){.services__grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media(min-width:1200px){.services__grid{grid-template-columns:repeat(3,1fr)}}.services__card{background-color:#fff;border-radius:.75rem;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;height:100%}@media(min-width:900px){.services__card{padding:2rem}}.services__card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.services__card-icon{width:56px;height:56px;border-radius:.5rem;background:linear-gradient(135deg,#0056b3,#00a3e0);display:flex;align-items:center;justify-content:center;margin-bottom:1rem;flex-shrink:0}.services__card-icon svg{font-size:28px;color:#fff}.services__card-title{font-size:1.125rem;font-weight:600;color:#0056b3;margin-bottom:.5rem;line-height:1.3}.services__card-description{color:#4a5568;line-height:1.7;margin-bottom:1rem;flex-grow:1;font-size:.875rem}.services__card-features{list-style:none;padding:0;margin:0}.services__card-features li{display:flex;align-items:flex-start;gap:.5rem;padding:.25rem 0;color:#4a5568;font-size:.875rem;line-height:1.5}.services__card-features li svg{color:#00a3e0;font-size:18px;margin-top:2px;flex-shrink:0}.services__contract{background:linear-gradient(135deg,#00a3e00d,#0056b30d)}.services__contract-header{text-align:center;max-width:700px;margin:0 auto 3rem}.services__contract-header h2{font-size:1.5rem;color:#0056b3;margin-bottom:1rem}@media(min-width:900px){.services__contract-header h2{font-size:1.875rem}}.services__contract-header>p{color:#4a5568;line-height:1.8;font-size:1rem}@media(min-width:900px){.services__contract-header>p{font-size:1.125rem}}.services__contract-badge{display:inline-flex;align-items:center;gap:.5rem;background-color:#00a3e026;color:#00a3e0;padding:.5rem 1rem;border-radius:50px;font-size:.875rem;font-weight:600;margin-bottom:1.5rem}.services__contract-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:600px){.services__contract-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1200px){.services__contract-grid{grid-template-columns:repeat(4,1fr)}}.services__contract-card{background-color:#fff;border-radius:.75rem;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border-top:4px solid #00a3e0;transition:transform .3s ease,box-shadow .3s ease}.services__contract-card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.services__contract-card h3{font-size:1.125rem;font-weight:600;color:#0056b3;margin-bottom:.5rem}.services__contract-card>p{color:#4a5568;font-size:.875rem;line-height:1.7;margin-bottom:1rem}.services__contract-card-skills{display:flex;flex-wrap:wrap;gap:.25rem}.services__contract-card-skills .MuiChip-root{font-size:.75rem;height:26px;border-color:#0056b34d;color:#0056b3}.services__contract-cta{text-align:center;margin-top:3rem;padding-top:2rem;border-top:1px solid #e1e8f0}.services__contract-cta p{color:#4a5568;font-size:1.125rem;margin-bottom:1.5rem}.services__process{background-color:#f5f8fc}.services__process-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:900px){.services__process-grid{grid-template-columns:repeat(4,1fr)}}.services__process-step{text-align:center;position:relative}@media(min-width:900px){.services__process-step:not(:last-child):after{content:"";position:absolute;top:40px;right:-1.5rem;width:2rem;height:2px;background:linear-gradient(90deg,#00a3e0,transparent)}}.services__process-step-number{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#0056b3,#00a3e0);color:#fff;font-size:1.5rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.services__process-step-title{font-size:1.125rem;font-weight:600;color:#0056b3;margin-bottom:.5rem}.services__process-step-description{color:#4a5568;font-size:.875rem;line-height:1.6}.services__pricing-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:900px){.services__pricing-grid{grid-template-columns:repeat(3,1fr)}}.services__pricing-card{background-color:#fff;border-radius:.75rem;padding:2rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;text-align:center;position:relative;transition:transform .3s ease}.services__pricing-card:hover{transform:translateY(-5px)}.services__pricing-card--featured{background:linear-gradient(135deg,#0056b3,#07c);color:#fff;transform:scale(1.05)}.services__pricing-card--featured:hover{transform:scale(1.05) translateY(-5px)}.services__pricing-card--featured .services__pricing-card-title,.services__pricing-card--featured .services__pricing-card-price,.services__pricing-card--featured .services__pricing-card-period,.services__pricing-card--featured .services__pricing-card-description,.services__pricing-card--featured .services__pricing-card-features li{color:#fff}.services__pricing-card--featured .services__pricing-card-features li svg{color:#33b5e5}.services__pricing-card-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background-color:#00a3e0;color:#fff;padding:.25rem 1.5rem;border-radius:50px;font-size:.75rem;font-weight:600;text-transform:uppercase}.services__pricing-card-title{font-size:1.25rem;font-weight:600;color:#0056b3;margin-bottom:.5rem}.services__pricing-card-price{font-size:2.25rem;font-weight:700;color:#0056b3}.services__pricing-card-period{color:#4a5568;font-size:.875rem;margin-bottom:1.5rem}.services__pricing-card-description{color:#4a5568;font-size:.875rem;line-height:1.6;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e1e8f0}.services__pricing-card-features{list-style:none;padding:0;margin:0 0 2rem;text-align:left}.services__pricing-card-features li{display:flex;align-items:center;gap:.5rem;padding:.5rem 0;color:#4a5568;font-size:.875rem}.services__pricing-card-features li svg{color:#00a3e0;font-size:18px}.services__cta{background:linear-gradient(135deg,#0056b3,#07c);text-align:center}.services__cta h2{font-size:1.875rem;color:#fff;margin-bottom:1rem}.services__cta p{color:#ffffffe6;font-size:1.125rem;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.contact__hero{background:linear-gradient(135deg,#0056b30d,#00a3e00d);padding:4rem 0;text-align:center}.contact__hero h1{font-size:2.25rem;color:#0056b3;margin-bottom:1.5rem}@media(min-width:900px){.contact__hero h1{font-size:3rem}}.contact__hero p{font-size:1.125rem;color:#4a5568;max-width:700px;margin:0 auto;line-height:1.8}.contact__container{display:grid;grid-template-columns:1fr;gap:4rem}@media(min-width:900px){.contact__container{grid-template-columns:1fr 1.5fr}}.contact__info-card{background-color:#f5f8fc;border-radius:.75rem;padding:2rem;margin-bottom:2rem}.contact__info-title{font-size:1.25rem;font-weight:600;color:#0056b3;margin-bottom:1.5rem}.contact__info-items{display:flex;flex-direction:column;gap:1.5rem}.contact__info-item{display:flex;gap:1rem}.contact__info-item-icon{flex-shrink:0;width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#0056b3,#00a3e0);display:flex;align-items:center;justify-content:center}.contact__info-item-icon svg{color:#fff;font-size:20px}.contact__info-item-content h4{font-size:1rem;font-weight:600;color:#0056b3;margin-bottom:.25rem}.contact__info-item-content p,.contact__info-item-content a{color:#4a5568;font-size:.875rem;margin:0}.contact__info-item-content a{transition:color .15s ease}.contact__info-item-content a:hover{color:#0056b3}.contact__info-social{display:flex;gap:1rem;margin-top:1.5rem}.contact__info-social a{width:44px;height:44px;border-radius:50%;background-color:#0056b31a;display:flex;align-items:center;justify-content:center;transition:background-color .15s ease}.contact__info-social a svg{color:#0056b3}.contact__info-social a:hover{background-color:#0056b333}.contact__form{background-color:#fff;border-radius:.75rem;padding:2rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.contact__form-title{font-size:1.5rem;font-weight:600;color:#0056b3;margin-bottom:1.5rem}.contact__form-row{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:1.5rem}@media(min-width:600px){.contact__form-row{grid-template-columns:1fr 1fr}}.contact__form-field{margin-bottom:1.5rem}.contact__form-submit{margin-top:1.5rem}.contact__success{text-align:center;padding:4rem 2rem}.contact__success-icon{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#00a3e0,#33b5e5);display:flex;align-items:center;justify-content:center;margin:0 auto 2rem}.contact__success-icon svg{font-size:40px;color:#fff}.contact__success h3{font-size:1.5rem;color:#0056b3;margin-bottom:1rem}.contact__success p{color:#4a5568;line-height:1.7;max-width:400px;margin:0 auto}.contact__faq{background-color:#f5f8fc}.contact__faq-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:900px){.contact__faq-grid{grid-template-columns:repeat(2,1fr)}}.contact__faq-item{background-color:#fff;border-radius:.5rem;padding:2rem}.contact__faq-item h4{font-size:1.125rem;font-weight:600;color:#0056b3;margin-bottom:.5rem}.contact__faq-item p{color:#4a5568;font-size:.875rem;line-height:1.7;margin:0}.assessment__hero{background:linear-gradient(135deg,#0056b3,#003d80);padding:4rem 0;text-align:center;color:#fff}.assessment__hero-badge{display:inline-flex;align-items:center;gap:.5rem;background-color:#ffffff26;padding:.5rem 1rem;border-radius:50px;font-size:.875rem;font-weight:600;margin-bottom:1.5rem}.assessment__hero h1{font-size:1.875rem;font-weight:700;margin-bottom:1rem}@media(min-width:900px){.assessment__hero h1{font-size:2.25rem}}.assessment__hero>p{font-size:1rem;max-width:700px;margin:0 auto 2rem;opacity:.9;line-height:1.8;padding:0 1rem}@media(min-width:900px){.assessment__hero>p{font-size:1.125rem}}.assessment__hero-price{display:flex;flex-direction:column;align-items:center;margin-bottom:2rem}.assessment__hero-price-amount{font-size:2.25rem;font-weight:700}@media(min-width:900px){.assessment__hero-price-amount{font-size:3rem}}.assessment__hero-price-note{font-size:1rem;opacity:.8;margin-top:.25rem}.assessment__problem{background-color:#f5f8fc}.assessment__problem h2{font-size:1.5rem;color:#0056b3;margin-bottom:1.5rem;text-align:center}@media(min-width:900px){.assessment__problem h2{font-size:1.875rem}}.assessment__problem p{color:#4a5568;line-height:1.8;margin-bottom:1.5rem;font-size:1rem}@media(min-width:900px){.assessment__problem p{font-size:1.125rem}}.assessment__problem p:last-child{margin-bottom:0}.assessment__deliverables-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:600px){.assessment__deliverables-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1200px){.assessment__deliverables-grid{grid-template-columns:repeat(3,1fr)}}.assessment__deliverable-card{background-color:#fff;border-radius:.75rem;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:transform .3s ease,box-shadow .3s ease}.assessment__deliverable-card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.assessment__deliverable-card-icon{width:56px;height:56px;border-radius:.5rem;background:linear-gradient(135deg,#0056b3,#00a3e0);display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.assessment__deliverable-card-icon svg{font-size:28px;color:#fff}.assessment__deliverable-card h3{font-size:1.125rem;font-weight:600;color:#0056b3;margin-bottom:.5rem;line-height:1.3}.assessment__deliverable-card p{color:#4a5568;font-size:.875rem;line-height:1.7;margin:0}.assessment__process{background-color:#f5f8fc}.assessment__process-timeline{max-width:700px;margin:0 auto}.assessment__process-step{display:flex;gap:1.5rem}.assessment__process-step-marker{display:flex;flex-direction:column;align-items:center;flex-shrink:0}.assessment__process-step-number{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#0056b3,#00a3e0);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700}.assessment__process-step-line{width:2px;flex-grow:1;background:linear-gradient(180deg,#00a3e0,#00a3e033);margin:.5rem 0;min-height:40px}.assessment__process-step-content{padding-bottom:2rem;flex-grow:1}.assessment__process-step-content h3{font-size:1.125rem;font-weight:600;color:#0056b3;margin-bottom:.25rem}.assessment__process-step-content p{color:#4a5568;line-height:1.7;font-size:.875rem;margin:0}@media(min-width:900px){.assessment__process-step-content p{font-size:1rem}}.assessment__process-step-duration{display:inline-block;background-color:#00a3e01a;color:#00a3e0;font-size:.75rem;font-weight:600;padding:.25rem .5rem;border-radius:50px;margin-bottom:.25rem}.assessment__process-step:last-child .assessment__process-step-content{padding-bottom:0}.assessment__ideal-list{display:grid;gap:1rem}@media(min-width:900px){.assessment__ideal-list{grid-template-columns:repeat(2,1fr)}}.assessment__ideal-item{display:flex;align-items:flex-start;gap:.5rem;background-color:#fff;padding:1rem;border-radius:.5rem;box-shadow:0 1px 2px #0000000d}.assessment__ideal-item svg{color:#00a3e0;flex-shrink:0;margin-top:2px}.assessment__ideal-item span{color:#4a5568;font-size:.875rem;line-height:1.5}@media(min-width:900px){.assessment__ideal-item span{font-size:1rem}}.assessment__cta{background:linear-gradient(135deg,#0056b3,#003d80);text-align:center;color:#fff}.assessment__cta h2{font-size:1.5rem;font-weight:700;margin-bottom:1rem}@media(min-width:900px){.assessment__cta h2{font-size:1.875rem}}.assessment__cta>p{font-size:1rem;opacity:.9;margin-bottom:2rem;max-width:500px;margin-left:auto;margin-right:auto}@media(min-width:900px){.assessment__cta>p{font-size:1.125rem}}.assessment__cta-buttons{display:flex;flex-direction:column;gap:1rem;align-items:center}@media(min-width:600px){.assessment__cta-buttons{flex-direction:row;justify-content:center}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;color:#1a1a2e;background-color:#fff;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}@media(min-width:1200px){.container{padding:0 2rem}}.section{padding:4rem 0}@media(min-width:900px){.section{padding:6rem 0}}.section-title{font-size:1.875rem;font-weight:700;color:#0056b3;margin-bottom:1.5rem;text-align:center}@media(min-width:900px){.section-title{font-size:2.25rem}}.section-subtitle{font-size:1.125rem;color:#4a5568;text-align:center;max-width:700px;margin:0 auto 3rem}.gradient-text{background:linear-gradient(135deg,#0056b3,#00a3e0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.highlight{color:#00a3e0}.text-center{text-align:center}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mb-5{margin-bottom:3rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mt-5{margin-top:3rem}
