*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;margin:0;padding:0;overflow-x:hidden;scroll-behavior:smooth;scroll-timeline:view()}#root{width:100%;margin:0;padding:0}.App{width:100%;margin:0;padding:0;display:flex;flex-direction:column;min-height:100vh}main{max-width:1200px;margin:0 auto;padding:0 1.5rem;padding-top:0}.section{padding:4rem 0;display:flex;flex-direction:column;gap:1.5rem}.eyebrow{text-transform:uppercase;font-size:.85rem;letter-spacing:.08em;color:#3b82f6;font-weight:600}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 1.8rem;border-radius:999px;border:1px solid transparent;font-family:Inter,sans-serif;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .2s}.btn--primary{background:#efc11d;color:#fff;border:none;text-decoration:none}.btn--primary:hover{background:#1e3a8a;transition:all .3s}.btn--secondary{background:#fff;color:#374151;border:2px solid #e5e7eb;transition:all .3s;text-decoration:none}.btn--secondary:hover{border-color:#1e3a8a;background:#f8fafc}.btn__arrow{font-size:1.2rem;line-height:1}.btn--about{background:#efc11d;color:#fff;border:none;border-radius:999px;border:1px solid #ffffff;padding:1rem 3rem;font-family:Inter,sans-serif;font-weight:600;font-size:1.1rem;text-decoration:none}.btn--about:hover{background-color:#fff;color:#26437b;transition:all .3s;text-decoration:none}@media (max-width: 768px){.btn{width:100%}}.cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.card{background:#fff;border-radius:20px;padding:1.5rem;box-shadow:0 12px 40px #0f172a0f;display:flex;flex-direction:column;gap:.75rem}.card ul{padding-left:1.25rem;margin:0}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.team-card{background:#fff;border-radius:16px;padding:1rem;text-align:center;box-shadow:0 8px 30px #0f172a14}.team-card img{width:120px;height:120px;object-fit:cover;border-radius:999px;margin:0 auto .75rem}.contact-form{background:#fff;border-radius:20px;padding:2rem;display:flex;flex-direction:column;gap:1rem;box-shadow:0 12px 40px #0f172a0d}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}input,textarea{border:1px solid #cbd5f5;border-radius:12px;padding:.75rem 1rem}.navbar{width:100%;padding:.8rem 5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;background-color:#1b2943;position:relative;box-sizing:border-box;font-weight:100}.navbar__brand{display:flex;flex-direction:column;font-weight:600}.navbar__logo-container{width:60px;height:60px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:8px;box-sizing:border-box}.navbar__logo{width:500%;height:130%;object-fit:contain}.navbar__nav{display:flex;gap:2rem}.navbar__link{color:#fff;font-weight:100;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;text-decoration:none;position:relative}.navbar__link:after{content:"";position:absolute;width:100%;height:2px;bottom:-8px;left:0;background-color:#fff;transform:scaleX(0);transform-origin:bottom left;transition:transform .3s ease-out}.navbar__link:hover:after{transform:scaleX(1)}.navbar__cta{background:#efc11d;color:#fff;padding:.6rem 1.7rem;border-radius:800px;border-color:#fff;border-width:2px;border-style:solid;font-weight:200;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;text-decoration:none}.navbar__cta:hover{background-color:#fff;color:#26437b;transition:all .3s}@media (max-width: 768px){.navbar{flex-direction:column}}.footer{background:#1b2943;color:#fff;padding:0;width:100%;margin:0;box-sizing:border-box;position:relative;left:0;right:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.footer__container{width:100%;padding:3rem 5rem;display:grid;grid-template-columns:repeat(5,1fr);gap:3rem;box-sizing:border-box}.footer__column{display:flex;flex-direction:column;gap:1.5rem;color:#9ca3af;margin-top:1rem;margin-left:2rem}.footer__column--brand{gap:1rem}.footer__brand-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.footer__logo{width:60px;height:60px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.footer__logo-container{width:100%;height:100%;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:8px;box-sizing:border-box}.footer__logo-icon{width:500%;height:130%;object-fit:contain}.footer__brand-name{font-size:1.1rem;font-weight:700;color:#fff;margin:0 0 8px 8px}.footer__description{margin:0;line-height:1.6;font-size:.9rem}.footer__social{display:flex;gap:.75rem;margin-top:.5rem}.footer__social-link{width:36px;height:36px;border-radius:50%;background:#efc11d;display:flex;align-items:center;justify-content:center;font-size:.75rem;color:#fff!important;font-weight:600}.footer__social-link:hover{background:#fff;color:#26437b!important;transition:background .3s,color .2s}.footer__social-link svg,.footer__social-link svg path{fill:currentColor;color:currentColor;width:1.5em;height:1.5em;transition:fill .2s,color .2s}.footer__link__map{color:#9ca3af;text-decoration:none}.footer__link__map:hover{color:#fff}.footer__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem;font-size:.9rem}.footer__list--contact{gap:1rem}.footer__contact-item{display:flex;align-items:flex-start;gap:.5rem;text-decoration:none}.footer__contact-icon{font-size:.9rem;line-height:1.5;flex-shrink:0;color:#9ca3af;display:flex;align-items:center;justify-content:center;text-decoration:none}.footer__contact-icon svg{color:#9ca3af!important;fill:#9ca3af!important;width:1em;height:1em;text-decoration:none}.footer__contact-icon svg path{fill:#9ca3af!important;text-decoration:none}.material-symbols-rounded{font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24}.footer__link{color:inherit;text-decoration:none;line-height:1.5;transition:opacity .2s;position:relative}.footer__link:after{content:"";position:absolute;width:100%;height:1px;bottom:-8px;left:0;background-color:#9ca3af;transform:scaleX(0);transform-origin:bottom left;transition:transform .3s ease-out}.footer__link:hover:after{transform:scaleX(1)}.footer__column--map{display:flex;align-items:stretch;padding:0}.footer__map-container{width:100%;height:100%;min-height:200px;border-radius:10px;overflow:hidden;background:#fff}.footer__map{width:100%;height:100%;min-height:200px;border:none;display:block}.footer__blog-description{margin:0;line-height:1.6;font-size:.9rem}.footer__blog-cta{display:inline-flex;align-items:center;justify-content:center;padding:.6rem 1.7rem;border:2px solid #fff;border-radius:800px;background:#efc11d;text-decoration:none;font-weight:600;text-transform:uppercase;width:fit-content;font-size:.9rem;color:#fff!important}.footer__blog-cta svg,.footer__blog-cta svg path{fill:currentColor;color:inherit}.footer__blog-cta:hover{background-color:#fff;color:#26437b!important;transition:all .3s}.footer__copyright{width:100%;padding:0 5rem 2rem;box-sizing:border-box}.footer__copyright-divider{height:1px;background:#fff3;margin-bottom:1.5rem}.footer__copyright-text{display:block;text-align:left;font-size:.9rem;color:#9ca3af}.footer a{color:inherit}@media (max-width: 1024px){.footer__container{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width: 768px){.footer__container{grid-template-columns:repeat(2,1fr);gap:1.25rem}.footer__column--map{grid-column:1 / -1;min-height:220px;order:999}}.hero{flex-direction:row;align-items:center;gap:6rem;padding:5rem 5rem 7.2rem;margin-top:0;background:linear-gradient(135deg,#93c2ff,#f5fafd,#f0f9ff);margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding-left:max(5rem,calc(50vw - 600px + 1.5rem));padding-right:max(5rem,calc(50vw - 600px + 1.5rem));min-height:80vh;box-sizing:border-box;width:100vw;max-width:100vw;scroll-margin-top:0}.hero__content{flex:1;display:flex;flex-direction:column;gap:2rem;max-width:600px}.hero__badge{display:inline-flex;align-items:center;gap:.5rem;background:#dbeafe;padding:.5rem 1rem;border-radius:999px;width:fit-content;font-family:Inter,sans-serif;font-weight:600;font-size:.85rem;color:#26437b}.hero__badge-icon{font-size:1rem;display:inline-flex;align-items:center;line-height:1}.hero__badge-text{letter-spacing:.02em}.hero__title{font-family:League Gothic,sans-serif;font-weight:400;font-size:4.8rem;line-height:1.1;color:#26437b;margin:0}.hero__title-highlight{color:#efc11d}.hero__description{font-family:Montserrat,sans-serif;font-weight:400;font-size:1.1rem;line-height:1.6;color:#64748b;margin:0;max-width:90%}.hero__actions{display:flex;gap:1rem;flex-wrap:wrap;margin-top:.5rem}.hero__stats{display:flex;gap:3rem;margin-top:2rem;padding-top:2rem;border-top:1px solid #e2e8f0}.hero__stat{display:flex;flex-direction:column;gap:.5rem}.hero__stat-number{font-family:Inter,sans-serif;font-weight:600;font-size:2rem;line-height:1}.hero__stat-number--blue{color:#1e3a8a}.hero__stat-number--yellow{color:#efc11d}.hero__stat-label{font-family:Inter,sans-serif;font-weight:600;font-size:.9rem;color:#64748b}.hero__media{flex:1;display:flex;align-items:center;justify-content:center;position:relative;overflow:visible}.hero__image-placeholder{width:100%;max-width:600px;aspect-ratio:3/3;background:#ffffff80;border-radius:16px;border:none;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;z-index:1}.hero__image{width:100%;height:100%;object-fit:cover;border-radius:16px;position:absolute;top:0;left:0;transition:opacity .5s ease-in-out}.hero__image--fade-in{opacity:1}.hero__image--fade-out{opacity:0}.hero__carousel{display:flex;width:100%;height:100%;transition:transform .6s ease-in-out;gap:1.5rem}.hero__carousel-image{width:100%;height:100%;object-fit:cover;border-radius:16px;flex-shrink:0}.hero__dots{position:absolute;left:50%;transform:translate(calc(-50% + 80px));bottom:-40px;display:flex;gap:.75rem;justify-content:center;z-index:15}.hero__dot{width:12px;height:12px;border-radius:50%;background:#1e3a8a40;border:none;cursor:pointer;padding:0;transition:background .2s,transform .18s}.hero__dot--active{background:#1e3a8a;transform:scale(1.05)}@media (max-width: 768px){.hero__dots{bottom:-28px;transform:translate(calc(-50% + 40px))}.hero__dot{width:10px;height:10px}}.hero__testimonial-card{position:absolute;bottom:-15px;left:calc(50% - 320px);background:#fff;border-radius:12px;padding:1rem 1.25rem;box-shadow:0 8px 30px #00000026;display:flex;align-items:center;gap:.75rem;min-width:200px;z-index:20;pointer-events:auto}.hero__testimonial-card:hover{box-shadow:0 12px 35px #0003;transform:translateY(-2px);transition:transform .2s ease-in-out}@media (max-width: 1200px){.hero__testimonial-card{left:max(calc(50% - 320px),20px)}}@media (max-width: 768px){.hero__testimonial-card{position:relative;bottom:auto;left:auto;margin-top:1rem;align-self:flex-start}}.hero__testimonial-avatars{display:flex;margin-right:.25rem}.hero__testimonial-avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#eff6ff,#dbeafe);border:2px solid #fff;margin-left:-8px}.hero__testimonial-avatar:first-child{margin-left:0}.hero__testimonial-info{display:flex;flex-direction:column;gap:.25rem}.hero__testimonial-clients{font-family:Inter,sans-serif;font-weight:600;font-size:.85rem;color:#1e3a8a}.hero__testimonial-rating{display:flex;align-items:center;gap:.5rem}.hero__testimonial-stars{color:#efc11d;font-size:.9rem;letter-spacing:.05em}.hero__testimonial-score{font-family:Inter,sans-serif;font-weight:600;font-size:.8rem;color:#64748b}@media (max-width: 1024px){.hero{flex-direction:column;padding:3rem 2rem 4rem;margin-top:0;padding-left:max(2rem,calc(50vw - 500px + 1.5rem));padding-right:max(2rem,calc(50vw - 500px + 1.5rem))}.hero__title{font-size:2.5rem}.hero__stats{gap:2rem}}@media (max-width: 768px){.hero{padding:2.5rem 1.5rem 3rem;margin-top:0;padding-left:max(1.5rem,calc(50vw - 300px + 1.5rem));padding-right:max(1.5rem,calc(50vw - 300px + 1.5rem));min-height:auto}.hero__testimonial-card{position:relative;bottom:auto;left:auto;margin-top:1rem;align-self:flex-start}.hero__title{font-size:2rem}.hero__description{max-width:100%}.hero__actions{flex-direction:column}.hero__stats{flex-direction:column;gap:1.5rem}}.services{padding:5rem 0;background:#fff}.services__header{text-align:center;margin-bottom:3.5rem;display:flex;flex-direction:column;align-items:center;gap:1.3rem}.services__badge{background:#efc11d;color:#fff;padding:.5rem 1.5rem;border-radius:999px;border:1px solid transparent;font-family:Inter,sans-serif;font-weight:600;font-size:.9rem;display:inline-block;width:fit-content}.services__title{font-family:League Gothic,sans-serif;font-weight:400;font-size:4rem;line-height:1.2;color:#26437b;margin:0;max-width:800px}.services__description{font-family:Montserrat,sans-serif;font-weight:400;font-size:1.1rem;line-height:1.6;color:#64748b;margin:0;max-width:700px}.services__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:4.5rem;max-width:1000px;margin:0 auto}.service-card{background:linear-gradient(135deg,#eff6ff,#fff);border-radius:20px;padding:2rem;display:flex;flex-direction:column;gap:1rem;box-shadow:0 8px 30px #0f172a26;transition:transform .2s,box-shadow .2s}.service-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0f172a40}.service-card__icon{width:60px;height:60px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.8rem;flex-shrink:0}.service-card__icon--blue{background:#1e3a8a;color:#fff}.service-card__icon--blue svg{color:#fff!important;fill:#fff!important}.service-card__icon--blue path{fill:#fff!important}.service-card__icon--yellow{background:#efc11d;color:#fff}.service-card__icon--yellow svg{color:#fff!important;fill:#fff!important}.service-card__icon--yellow path{fill:#fff!important}.service-card__title{font-family:Inter,sans-serif;font-weight:600;font-size:1.5rem;color:#000;font-style:bold;margin:0}.service-card__description{font-family:Inter,sans-serif;font-weight:400;font-size:.95rem;line-height:1.6;color:#64748b;margin:0;padding-bottom:2.5rem;padding-top:1rem;flex-grow:1}.service-card__description strong{font-weight:600;color:#374151}.service-card__link{font-family:Inter,sans-serif;font-weight:600;font-size:.95rem;color:#1e3a8a;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;width:fit-content;transition:color .2s}.service-card__link svg{width:1em;height:1em;display:inline-block}.service-card__link:hover{color:#efc11d}.service-card__link:hover svg{color:#efc11d;fill:#efc11d}@media (max-width: 768px){.services__grid{grid-template-columns:1fr;gap:1.5rem}.services__title{font-size:2rem}}.about{background:linear-gradient(135deg,#0f1a2e,#26437b);padding:5rem 0;color:#fff;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding-left:max(5rem,calc(50vw - 600px + 1.5rem));padding-right:max(5rem,calc(50vw - 600px + 1.5rem));padding-bottom:10rem;width:100vw;max-width:100vw;box-sizing:border-box}.about__company{display:flex;gap:5rem;align-items:center;margin-bottom:5rem}.about__company-content{flex:1;max-width:600px}.about__badge{background:#efc11d;color:#fff;padding:.5rem 1.2rem;border-radius:999px;border-color:#fff;border-width:1px;border-style:solid;font-family:Inter,sans-serif;font-weight:600;font-size:.8rem;display:inline-block;margin-bottom:1.5rem}.about__title{font-family:League Gothic,sans-serif;font-weight:400;font-size:4rem;line-height:1.2;color:#fff;margin:0 0 1.5rem}.about__description{font-family:Montserrat,sans-serif;font-weight:400;font-size:1rem;line-height:1.6;color:#d1d5db;margin:0 0 2rem}.about__features{display:flex;gap:2rem;margin-bottom:2rem}.about__feature{display:flex;align-items:flex-start;gap:1rem}.about__feature-icon{width:50px;height:50px;background:#efc11d;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0;color:#fff}.about__feature-icon svg{color:#fff!important;fill:#fff!important;width:1em;height:1em}.about__feature-icon svg path{fill:#fff!important}.about__feature-text h3{font-family:Inter,sans-serif;font-weight:600;font-size:1rem;color:#fff;margin:0 0 .25rem}.about__feature-text p{font-family:Inter,sans-serif;font-weight:100;font-size:.8rem;color:#9ca3af;margin:0}.about__company-image{flex:1;display:flex;flex-direction:column;align-items:center;gap:1rem}.about__image-placeholder{width:100%;max-width:500px;aspect-ratio:4/3;background:#ffffff1a;border-radius:16px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.about__carousel{display:flex;width:100%;height:100%;gap:1.5rem;transition:transform .6s ease-in-out}.about__carousel-image{width:100%;height:100%;object-fit:cover;border-radius:12px;flex-shrink:0}.about__dots{position:absolute;left:50%;transform:translate(calc(-50% + 80px));bottom:-40px;display:flex;gap:.75rem;z-index:15}@media (max-width: 768px){.about__dots{bottom:-28px;transform:translate(calc(-50% + 40px))}.about__dot{width:10px;height:10px}}.about__numbers{text-align:center;margin-bottom:5rem}.about__section-title{font-family:League Gothic,sans-serif;font-weight:400;font-size:3.6rem;line-height:1.2;color:#fff;margin:2.2rem 0 1rem}.about__stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1000px;margin:0 auto}.about__stat-card{background:#fff;border-radius:16px;padding:2rem;text-align:center;box-shadow:0 8px 30px #0003}.about__stat-number{font-family:Inter,sans-serif;font-weight:600;font-size:3rem;color:#1e3a8a;margin:0 0 .5rem}.about__stat-label{font-family:Inter,sans-serif;font-weight:600;font-size:1rem;color:#64748b}.about__blog{text-align:center;padding-bottom:3rem}.about__section-subtitle{font-family:Montserrat,sans-serif;font-weight:400;font-size:1rem;color:#d1d5db;margin:0 0 2rem}.about__why{text-align:center}.about__benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1200px;margin:3rem auto 0}.about__benefit-card{background:#efc11d;border:1px solid rgba(255,255,255,.2);border-radius:16px;padding:2rem;text-align:center;transition:transform .2s,box-shadow .2s}.about__benefit-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #00000040}.about__benefit-icon{font-size:2.5rem;margin-bottom:1rem;color:#26437b;display:flex;align-items:center;justify-content:center}.about__benefit-icon svg{color:#26437b!important;fill:#26437b!important;width:1em;height:1em}.about__benefit-icon svg path{fill:#26437b!important}.about__benefit-card h3{font-family:Inter,sans-serif;font-weight:600;font-size:1.2rem;color:#26437b;margin:0 0 1rem}.about__benefit-card p{font-family:Inter,sans-serif;font-weight:400;font-size:.9rem;line-height:1.6;color:#26437b;margin:0}@media (max-width: 1024px){.about{padding-left:max(2rem,calc(50vw - 500px + 1.5rem));padding-right:max(2rem,calc(50vw - 500px + 1.5rem))}.about__company{flex-direction:column;gap:2rem}.about__benefits-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width: 768px){.about__company{flex-direction:column;gap:2rem}.about__features{flex-direction:column;gap:1.5rem}.about{padding-left:max(1.5rem,calc(50vw - 300px + 1.5rem));padding-right:max(1.5rem,calc(50vw - 300px + 1.5rem))}.about__stats-grid,.about__benefits-grid{grid-template-columns:1fr;gap:1.5rem}.about__title,.about__section-title{font-size:2rem}}.testimonials{padding:5rem 0 14rem;background:linear-gradient(to right,#eff6ff,#f0f9ff);margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);width:100vw;max-width:100vw;box-sizing:border-box;position:relative;z-index:0;overflow:visible}.testimonials:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:100vw;height:100%;background:linear-gradient(to right,#eff6ff,#93c2ff 200%);z-index:-1;pointer-events:none}.testimonials__header{text-align:center;margin-bottom:3rem;max-width:1200px;margin-left:auto;margin-right:auto;padding:0 max(5rem,calc(50vw - 600px + 1.5rem))}.testimonials__badge{background:#efc11d;color:#fff;padding:.5rem 1.5rem;border-radius:999px;border:1px solid #ffffff;font-family:Inter,sans-serif;font-weight:600;font-size:.9rem;display:inline-block;margin-bottom:1.5rem}.testimonials__title{font-family:League Gothic,sans-serif;font-weight:400;font-size:4rem;line-height:1.2;color:#26437b;margin:0}.testimonials__carousel-container{overflow:hidden;margin:0;width:100vw;padding:2rem 0 3rem;position:relative;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);left:0;right:0}.testimonials__carousel{display:flex;transition:transform .3s ease-out;gap:2rem;cursor:default;padding:0 5rem;width:fit-content;min-width:100%;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.testimonials__carousel.no-transition{transition:none!important}.testimonial-card{min-width:460px;width:460px;flex-shrink:0;background:#fff;border-radius:20px;padding:1.5rem;box-shadow:0 4px 20px #0f172a1a;display:flex;flex-direction:column;gap:1.2rem;min-height:350px;height:auto;cursor:default;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;touch-action:pan-y}.testimonial-card__header{display:flex;align-items:center;gap:1rem}.testimonial-card__icon{width:50px;height:50px;background:#efc11d;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0;color:#fff}.testimonial-card__icon svg{color:#fff!important;fill:#fff!important;width:1.5em;height:1.5em}.testimonial-card__icon svg path{fill:#fff!important}.testimonial-card__category{font-family:Inter,sans-serif;font-weight:600;font-size:1rem;color:#1e3a8a;margin:0}.testimonial-card__quote{font-family:Inter,sans-serif;font-weight:400;font-size:1rem;line-height:1.6;color:#64748b;margin:0;flex-grow:1}.testimonial-card__footer{display:flex;justify-content:space-between;align-items:center;gap:1rem}.testimonial-card__author{display:flex;align-items:center;gap:1rem}.testimonial-card__avatar{width:50px;height:50px;border-radius:50%;background:#eff6ff;display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0;overflow:hidden}.testimonial-card__avatar img{width:100%;height:100%;object-fit:cover;display:block}.testimonial-card__info{display:flex;flex-direction:column;gap:.25rem}.testimonial-card__name{font-family:Inter,sans-serif;font-weight:600;font-size:1rem;color:#1e3a8a}.testimonial-card__role{font-family:Inter,sans-serif;font-weight:400;font-size:.85rem;color:#64748b}.testimonial-card__rating{display:flex;align-items:center}.testimonial-card__stars{color:#efc11d;font-size:1.2rem;letter-spacing:.05em}.testimonials__controls{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-top:3rem;max-width:1200px;margin-left:auto;margin-right:auto;padding:0 max(5rem,calc(50vw - 600px + 1.5rem))}.testimonials__arrow{width:48px;height:48px;border-radius:50%;border:2px solid #1e3a8a;background:#fff;color:#1e3a8a;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s;font-size:1.5rem;font-weight:700;padding:0;flex-shrink:0}.testimonials__arrow:hover{background:#1e3a8a;color:#fff}.testimonials__dots{display:flex;justify-content:center;gap:.75rem}.testimonials__dot{width:12px;height:12px;border-radius:50%;border:none;background:#1e3a8a4d;cursor:pointer;transition:background .3s;padding:0}.testimonials__dot:hover{background:#1e3a8a80}.testimonials__dot--active{background:#1e3a8a}@media (max-width: 1024px){.testimonials{padding-bottom:10rem}.testimonials__header,.testimonials__carousel,.testimonials__controls{padding:0 2rem}.testimonial-card{min-width:380px;width:380px;min-height:300px;height:auto}.testimonials__title{font-size:2.5rem}}@media (max-width: 768px){.testimonials{padding-bottom:8rem}.testimonials__header,.testimonials__carousel,.testimonials__controls{padding:0 1.5rem}.testimonial-card{min-width:320px;width:320px;min-height:320px;height:auto}.testimonials__title{font-size:2rem}.testimonials__arrow{width:40px;height:40px;font-size:1.2rem}}#contato{padding:5rem 0;background:#fff}#contato h2{font-family:League Gothic,sans-serif;font-weight:400;font-size:4rem;line-height:1.2;color:#000;margin:0 0 2rem}#contato label{font-family:Inter,sans-serif;font-weight:600;font-size:.9rem;color:#374151;margin-bottom:.5rem}@media (max-width: 768px){#contato h2{font-size:2rem}}.contact__status{margin:1rem 0;padding:.75rem 1rem;background:#ecfdf5;border:1px solid #d1fae5;color:#065f46;border-radius:8px;font-weight:600}
