*,*::before,*::after{box-sizing:border-box}*{margin:0;padding:0}html{font-size:100%;scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:"Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-weight:700;line-height:1.25;color:#212529;margin-bottom:1rem}h1{font-size:2.25rem}@media (min-width: 768px){h1{font-size:3rem}}@media (min-width: 992px){h1{font-size:3.75rem}}h2{font-size:1.875rem}@media (min-width: 768px){h2{font-size:2.25rem}}h3{font-size:1.5rem}@media (min-width: 768px){h3{font-size:1.875rem}}h4{font-size:1.25rem}@media (min-width: 768px){h4{font-size:1.5rem}}h5{font-size:1.125rem}h6{font-size:1rem}p{margin-bottom:1rem}p:last-child{margin-bottom:0}a{color:#33499F;text-decoration:none;transition:color 150ms ease}a:hover{color:#253673}strong,b{font-weight:600}small{font-size:.875rem}ul,ol{padding-left:1.5rem;margin-bottom:1rem}li{margin-bottom:.5rem}img{max-width:100%;height:auto;display:block}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}button{cursor:pointer;border:none;background:none}input,textarea,select{width:100%;padding:.75rem 1rem;border:1px solid #dee2e6;border-radius:.5rem;background-color:#fff;transition:border-color 150ms ease,box-shadow 150ms ease}input:focus,textarea:focus,select:focus{outline:none;border-color:#33499F;box-shadow:0 0 0 3px rgba(51,73,159,0.1)}input::placeholder,textarea::placeholder,select::placeholder{color:#adb5bd}textarea{min-height:120px;resize:vertical}label{display:block;margin-bottom:.5rem;font-weight:500;color:#212529}table{width:100%;border-collapse:collapse}th,td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid #dee2e6}th{font-weight:600;background-color:#f8f9fa}hr{border:none;border-top:1px solid #dee2e6;margin:2rem 0}::selection{background-color:#33499F;color:#fff}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{from{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{from{opacity:0;transform:scale(0.95)}to{opacity:1;transform:scale(1)}}@keyframes subtleFloat{0%,100%{transform:translate(0, 0) scale(1)}33%{transform:translate(30px, -20px) scale(1.05)}66%{transform:translate(-20px, 15px) scale(0.98)}}@keyframes subtleFloat2{0%,100%{transform:translate(0, 0) scale(1)}33%{transform:translate(-25px, 25px) scale(1.02)}66%{transform:translate(20px, -15px) scale(0.96)}}@keyframes pulseGlow{0%,100%{opacity:0.15}50%{opacity:0.25}}@media (prefers-reduced-motion: reduce){*,*::before,*::after{animation-duration:0.01ms !important;animation-iteration-count:1 !important;transition-duration:0.01ms !important}}.container{width:100%;max-width:1200px;margin:0 auto;padding-left:1rem;padding-right:1rem}@media (min-width: 768px){.container{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width: 992px){.container{padding-left:2rem;padding-right:2rem}}.container--narrow{max-width:800px}.container--wide{max-width:1400px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:1rem;font-weight:600;line-height:1;text-align:center;text-decoration:none;border:2px solid transparent;border-radius:.5rem;cursor:pointer;transition:all 150ms ease}.btn:disabled{opacity:0.6;cursor:not-allowed}.btn--primary{background-color:#33499F;color:#fff;border-color:#33499F;box-shadow:0 4px 14px 0 rgba(51,73,159,0.35)}.btn--primary:hover:not(:disabled){background-color:#253673;border-color:#253673;color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px 0 rgba(51,73,159,0.4)}.btn--secondary{background-color:#C9785D;color:#fff;border-color:#C9785D;box-shadow:0 4px 14px 0 rgba(201,120,93,0.35)}.btn--secondary:hover:not(:disabled){background-color:#A85F47;border-color:#A85F47;transform:translateY(-2px);box-shadow:0 6px 20px 0 rgba(201,120,93,0.4)}.btn--outline{background-color:transparent;color:#33499F;border-color:#33499F}.btn--outline:hover:not(:disabled){background-color:#33499F;color:#fff}.btn--outline-light{background-color:transparent;color:#fff;border-color:#fff}.btn--outline-light:hover:not(:disabled){background-color:#fff;color:#33499F}.btn--ghost{background-color:transparent;color:#33499F;border-color:transparent}.btn--ghost:hover:not(:disabled){background-color:rgba(51,73,159,0.1)}.btn--sm{padding:.5rem 1rem;font-size:.875rem}.btn--lg{padding:1rem 2rem;font-size:1.125rem}.btn--block{display:flex;width:100%}.card{background-color:#fff;border-radius:.75rem;box-shadow:0 1px 3px 0 rgba(51,73,159,0.08),0 1px 2px -1px rgba(51,73,159,0.08);overflow:hidden;transition:transform 300ms ease,box-shadow 300ms ease;border:1px solid rgba(51,73,159,0.08)}.card:hover{transform:translateY(-6px);box-shadow:0 10px 15px -3px rgba(51,73,159,0.1),0 4px 6px -4px rgba(51,73,159,0.08);border-color:rgba(51,73,159,0.15)}.card__image{width:100%;height:200px;object-fit:cover}@media (min-width: 768px){.card__image{height:240px}}.card__content{padding:1.5rem}.card__title{font-size:1.25rem;margin-bottom:.75rem}.card__text{color:#6c757d;margin-bottom:1rem}.card__footer{padding:1rem 1.5rem;background-color:#f8f9fa;border-top:1px solid #e9ecef}.section{padding:5rem 0}@media (min-width: 992px){.section{padding:6rem 0}}.section--alt{background-color:#f8f9fa}.section--dark{background-color:#1a1a1a;color:#fff}.section--dark h1,.section--dark h2,.section--dark h3,.section--dark h4,.section--dark h5,.section--dark h6{color:#fff}.section--primary{background-color:#33499F;color:#fff}.section--primary h1,.section--primary h2,.section--primary h3,.section--primary h4,.section--primary h5,.section--primary h6{color:#fff}.section__header{text-align:center;margin-bottom:3rem}.section__title{margin-bottom:1rem}.section__subtitle{font-size:1.125rem;color:#6c757d;max-width:600px;margin:0 auto}.grid{display:grid;gap:1.5rem}.grid--2{grid-template-columns:1fr}@media (min-width: 768px){.grid--2{grid-template-columns:repeat(2, 1fr)}}.grid--3{grid-template-columns:1fr}@media (min-width: 768px){.grid--3{grid-template-columns:repeat(2, 1fr)}}@media (min-width: 992px){.grid--3{grid-template-columns:repeat(3, 1fr)}}.grid--4{grid-template-columns:1fr}@media (min-width: 576px){.grid--4{grid-template-columns:repeat(2, 1fr)}}@media (min-width: 992px){.grid--4{grid-template-columns:repeat(4, 1fr)}}.form-group{margin-bottom:1.5rem}.form-group__label{display:block;margin-bottom:.5rem;font-weight:500}.form-group__input{width:100%}.form-group__error{margin-top:.5rem;font-size:.875rem;color:#dc3545}.form-group__hint{margin-top:.5rem;font-size:.875rem;color:#adb5bd}.badge{display:inline-flex;align-items:center;padding:.25rem .75rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em;border-radius:9999px}.badge--primary{background-color:#33499F;color:#fff}.badge--secondary{background-color:#C9785D;color:#1a1a1a}.icon{display:inline-flex;align-items:center;justify-content:center}.icon--sm{width:16px;height:16px}.icon--md{width:24px;height:24px}.icon--lg{width:32px;height:32px}.icon--xl{width:48px;height:48px}.testimonial{background-color:#fff;padding:2rem;border-radius:.75rem;box-shadow:0 1px 3px 0 rgba(51,73,159,0.08),0 1px 2px -1px rgba(51,73,159,0.08);border-left:4px solid #C9785D;transition:box-shadow 300ms ease,transform 300ms ease}.testimonial:hover{box-shadow:0 4px 6px -1px rgba(51,73,159,0.1),0 2px 4px -2px rgba(51,73,159,0.08);transform:translateY(-2px)}.testimonial__quote{font-size:1.125rem;font-style:italic;color:#6c757d;margin-bottom:1.5rem;position:relative;padding-left:2rem}.testimonial__quote::before{content:'"';position:absolute;left:0;top:-10px;font-size:3rem;font-family:Georgia, serif;color:#C9785D;opacity:0.6}.testimonial__author{display:flex;align-items:center;gap:1rem}.testimonial__avatar{width:48px;height:48px;border-radius:9999px;object-fit:cover}.testimonial__name{font-weight:600;margin-bottom:.25rem}.testimonial__role{font-size:.875rem;color:#adb5bd}.service-card{background-color:#fff;padding:2rem;border-radius:.75rem;box-shadow:0 1px 3px 0 rgba(51,73,159,0.08),0 1px 2px -1px rgba(51,73,159,0.08);text-align:center;transition:transform 300ms ease,box-shadow 300ms ease,border-color 300ms ease;border:2px solid transparent;position:relative;overflow:hidden}.service-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg, #33499F, #2A9D8F);transform:scaleX(0);transition:transform 300ms ease}.service-card:hover{transform:translateY(-6px);box-shadow:0 10px 15px -3px rgba(51,73,159,0.1),0 4px 6px -4px rgba(51,73,159,0.08)}.service-card:hover::before{transform:scaleX(1)}.service-card__icon{width:72px;height:72px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg, rgba(51,73,159,0.1), rgba(42,157,143,0.1));border-radius:1rem;color:#33499F;transition:background 300ms ease,transform 300ms ease}.service-card__icon svg{width:36px;height:36px}.service-card:hover .service-card__icon{background:linear-gradient(135deg, rgba(51,73,159,0.15), rgba(42,157,143,0.15));transform:scale(1.05)}.service-card__title{font-size:1.25rem;margin-bottom:.75rem}.service-card__description{color:#6c757d;margin-bottom:1rem}.cta{text-align:center;padding:4rem 0}.cta__title{margin-bottom:1rem}.cta__text{font-size:1.125rem;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.cta__buttons{display:flex;flex-direction:column;gap:1rem;justify-content:center}@media (min-width: 576px){.cta__buttons{flex-direction:row}}.whatsapp-float{position:fixed;bottom:1.5rem;right:1.5rem;width:60px;height:60px;background-color:#25d366;color:#fff;border-radius:9999px;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 15px -3px rgba(51,73,159,0.1),0 4px 6px -4px rgba(51,73,159,0.08);z-index:300;transition:transform 150ms ease,box-shadow 150ms ease}.whatsapp-float:hover{transform:scale(1.1);box-shadow:0 20px 25px -5px rgba(51,73,159,0.12),0 8px 10px -6px rgba(51,73,159,0.08);color:#fff}.whatsapp-float svg{width:32px;height:32px}.legal-content h2{font-size:1.875rem;margin-bottom:1.5rem;color:#33499F}.legal-content h3{font-size:1.25rem;margin-top:2rem;margin-bottom:1rem}.legal-content p,.legal-content ul,.legal-content ol{margin-bottom:1rem;color:#6c757d;line-height:1.75}.legal-content ul,.legal-content ol{padding-left:1.5rem}.legal-content li{margin-bottom:.5rem}.legal-content strong{color:#212529}.header{position:fixed;top:0;left:0;right:0;z-index:200;background-color:#fff;box-shadow:0 1px 3px 0 rgba(51,73,159,0.08),0 1px 2px -1px rgba(51,73,159,0.08);transition:background-color 300ms ease,box-shadow 300ms ease}.header__inner{display:flex;align-items:center;justify-content:space-between;padding:1rem 0}.header__logo{display:flex;align-items:center;gap:.75rem;font-family:"Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:1.25rem;font-weight:700;color:#33499F;text-decoration:none}.header__logo img{height:40px;width:auto}@media (min-width: 768px){.header__logo img{height:48px}}.header__nav{display:none}@media (min-width: 992px){.header__nav{display:flex;align-items:center;gap:.25rem}}.header__actions{display:flex;align-items:center;gap:1rem}.header__cta{display:none}@media (min-width: 768px){.header__cta{display:inline-flex}}.header__lang{display:flex;align-items:center;gap:.5rem}.nav__list{display:flex;align-items:center;gap:.25rem;list-style:none;margin:0;padding:0}.nav__item{margin:0}.nav__link{display:block;padding:.5rem 1rem;font-weight:500;color:#212529;text-decoration:none;border-radius:.5rem;transition:color 150ms ease,background-color 150ms ease}.nav__link:hover,.nav__link--active{color:#33499F;background-color:rgba(51,73,159,0.05)}.lang-switch{display:flex;align-items:center;gap:.25rem;padding:.25rem;background-color:#f8f9fa;border-radius:.5rem}.lang-switch__link{padding:.25rem .5rem;font-size:.875rem;font-weight:500;color:#6c757d;text-decoration:none;border-radius:.25rem;transition:all 150ms ease}.lang-switch__link:hover{color:#33499F}.lang-switch__link--active{background-color:#fff;color:#33499F;box-shadow:0 1px 2px 0 rgba(51,73,159,0.06)}.mobile-menu-toggle{display:flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;background:none;border:none;cursor:pointer}@media (min-width: 992px){.mobile-menu-toggle{display:none}}.mobile-menu-toggle span{display:block;width:24px;height:2px;background-color:#212529;position:relative;transition:background-color 150ms ease}.mobile-menu-toggle span::before,.mobile-menu-toggle span::after{content:'';position:absolute;left:0;width:100%;height:2px;background-color:#212529;transition:transform 150ms ease}.mobile-menu-toggle span::before{top:-8px}.mobile-menu-toggle span::after{bottom:-8px}.mobile-menu-toggle.is-active span{background-color:transparent}.mobile-menu-toggle.is-active span::before{transform:translateY(8px) rotate(45deg)}.mobile-menu-toggle.is-active span::after{transform:translateY(-8px) rotate(-45deg)}.mobile-menu{position:fixed;top:72px;left:0;right:0;bottom:0;background-color:#fff;z-index:300;padding:1.5rem;transform:translateX(100%);transition:transform 300ms ease;overflow-y:auto}@media (min-width: 992px){.mobile-menu{display:none}}.mobile-menu.is-open{transform:translateX(0)}.mobile-menu__nav{list-style:none;margin:0;padding:0}.mobile-menu__item{margin-bottom:.5rem}.mobile-menu__link{display:block;padding:1rem;font-size:1.125rem;font-weight:500;color:#212529;text-decoration:none;border-radius:.5rem;transition:all 150ms ease}.mobile-menu__link:hover,.mobile-menu__link--active{color:#33499F;background-color:rgba(51,73,159,0.05)}.mobile-menu__cta{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #dee2e6}.mobile-menu__lang{margin-top:1.5rem;display:flex;justify-content:center}.footer{background-color:#1a1a1a;color:#fff;padding:4rem 0 2rem}.footer a{color:#ced4da;transition:color 150ms ease}.footer a:hover{color:#fff}.footer__grid{display:grid;gap:2rem;margin-bottom:3rem}@media (min-width: 768px){.footer__grid{grid-template-columns:2fr 1fr 1fr}}@media (min-width: 992px){.footer__grid{grid-template-columns:2fr 1fr 1fr 1fr}}.footer__brand p{color:#ced4da;margin-top:1rem}.footer__logo{display:flex;align-items:center;gap:.75rem;font-family:"Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:1.25rem;font-weight:700;color:#fff;text-decoration:none;margin-bottom:1rem}.footer__logo img{height:56px;width:auto;filter:brightness(0) invert(1)}.footer__title{font-size:1rem;font-weight:600;color:#fff;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.025em}.footer__nav{list-style:none;margin:0;padding:0}.footer__nav-item{margin-bottom:.5rem}.footer__contact-item{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.75rem;color:#ced4da}.footer__contact-item svg{flex-shrink:0;margin-top:2px}.footer__social{display:flex;gap:.75rem;margin-top:1.5rem}.footer__social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:rgba(255,255,255,0.1);border-radius:9999px;color:#fff;transition:background-color 150ms ease}.footer__social-link:hover{background-color:#33499F;color:#fff}.footer__bottom{padding-top:2rem;border-top:1px solid rgba(255,255,255,0.1);display:flex;flex-direction:column;gap:1rem;align-items:center;text-align:center}@media (min-width: 768px){.footer__bottom{flex-direction:row;justify-content:space-between;text-align:left}}.footer__copyright{color:#adb5bd;font-size:.875rem;margin:0}.footer__legal{display:flex;align-items:center;gap:1.5rem;font-size:.875rem}.hero{position:relative;min-height:100vh;display:flex;align-items:center;padding:8rem 0 5rem;background-color:#1a1a1a;background-size:cover;background-position:center center;background-repeat:no-repeat;overflow:hidden}@media (min-width: 768px){.hero{background-position:center top}}.hero::before{content:'';position:absolute;inset:0;z-index:1;background:linear-gradient(to right, rgba(26,26,26,0.92) 0%, rgba(26,26,26,0.75) 50%, rgba(26,26,26,0.55) 100%)}.hero::after{content:'';position:absolute;inset:0;z-index:2;background:radial-gradient(ellipse at 10% 90%, rgba(51,73,159,0.15) 0%, transparent 40%);pointer-events:none;animation:pulseGlow 8s ease-in-out infinite}.hero__bg-orb{position:absolute;border-radius:50%;filter:blur(80px);pointer-events:none;z-index:3}.hero__bg-orb--1{width:500px;height:500px;top:-150px;right:-100px;background:rgba(51,73,159,0.12);animation:subtleFloat 20s ease-in-out infinite}.hero__bg-orb--2{width:400px;height:400px;bottom:-100px;left:-150px;background:rgba(201,120,93,0.08);animation:subtleFloat2 25s ease-in-out infinite}.hero__bg-orb--3{width:300px;height:300px;top:50%;right:20%;background:rgba(42,157,143,0.06);animation:subtleFloat 18s ease-in-out infinite reverse}.hero__content{position:relative;z-index:4;max-width:700px}.hero__badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background-color:rgba(201,120,93,0.2);color:#C9785D;font-size:.875rem;font-weight:600;border-radius:9999px;margin-bottom:1.5rem;animation:fadeInUp 0.6s ease-out both;animation-delay:0.1s}.hero__title{color:#fff;margin-bottom:1.5rem;animation:fadeInUp 0.6s ease-out both;animation-delay:0.2s}.hero__text{font-size:1.125rem;color:#dee2e6;margin-bottom:2rem;animation:fadeInUp 0.6s ease-out both;animation-delay:0.35s}@media (min-width: 768px){.hero__text{font-size:1.25rem}}.hero__buttons{display:flex;flex-direction:column;gap:1rem;animation:fadeInUp 0.6s ease-out both;animation-delay:0.5s}@media (min-width: 576px){.hero__buttons{flex-direction:row}}.hero__stats{display:grid;grid-template-columns:repeat(3, 1fr);gap:2rem;margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,0.1);animation:fadeIn 0.8s ease-out both;animation-delay:0.7s}.hero__stat{text-align:center}@media (min-width: 576px){.hero__stat{text-align:left}}.hero__stat-value{font-family:"Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:1.875rem;font-weight:700;color:#C9785D;margin-bottom:.25rem}@media (min-width: 768px){.hero__stat-value{font-size:2.25rem}}.hero__stat-label{font-size:.875rem;color:#ced4da;text-transform:uppercase;letter-spacing:.025em}.page-header{padding:8rem 0 4rem;background-color:#1a1a1a;color:#fff;text-align:center;position:relative;overflow:hidden}.page-header::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 50% 100%, rgba(51,73,159,0.12) 0%, transparent 50%);pointer-events:none}.page-header__title{color:#fff;margin-bottom:1rem;position:relative}.page-header__breadcrumb{display:flex;justify-content:center;gap:.5rem;font-size:.875rem;color:#dee2e6}.page-header__breadcrumb a{color:#dee2e6}.page-header__breadcrumb a:hover{color:#fff}.page-header__breadcrumb span::before{content:'/';margin-right:.5rem}.main{min-height:100vh}.services-grid{display:grid;gap:2rem}@media (min-width: 768px){.services-grid{grid-template-columns:repeat(2, 1fr)}}@media (min-width: 992px){.services-grid{grid-template-columns:repeat(3, 1fr)}}.projects-grid{display:grid;gap:1.5rem}@media (min-width: 768px){.projects-grid{grid-template-columns:repeat(2, 1fr)}}@media (min-width: 992px){.projects-grid{grid-template-columns:repeat(3, 1fr)}}.project-card{position:relative;border-radius:.75rem;overflow:hidden;aspect-ratio:4/3}.project-card__image{width:100%;height:100%;object-fit:cover;transition:transform 500ms ease}.project-card__overlay{position:absolute;inset:0;background:linear-gradient(to top, rgba(26,26,26,0.8) 0%, transparent 60%);display:flex;flex-direction:column;justify-content:flex-end;padding:1.5rem;opacity:0;transition:opacity 300ms ease}.project-card:hover .project-card__image{transform:scale(1.05)}.project-card:hover .project-card__overlay{opacity:1}.project-card__category{font-size:.875rem;color:#C9785D;text-transform:uppercase;letter-spacing:.025em;margin-bottom:.5rem}.project-card__title{font-size:1.25rem;color:#fff;margin-bottom:0}.testimonials-grid{display:grid;gap:1.5rem}@media (min-width: 768px){.testimonials-grid{grid-template-columns:repeat(2, 1fr)}}@media (min-width: 992px){.testimonials-grid{grid-template-columns:repeat(3, 1fr)}}.contact-grid{display:grid;gap:3rem}@media (min-width: 992px){.contact-grid{grid-template-columns:1fr 1fr}}.contact-info__item{display:flex;gap:1rem;margin-bottom:1.5rem}.contact-info__icon{flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background-color:rgba(51,73,159,0.1);border-radius:.5rem;color:#33499F}.contact-info__content h4{font-size:1rem;margin-bottom:.25rem}.contact-info__content p,.contact-info__content a{color:#6c757d;margin:0}.contact-info__content a:hover{color:#33499F}.contact-form{background-color:#f8f9fa;padding:2rem;border-radius:.75rem}@media (min-width: 768px){.contact-form{padding:2.5rem}}.contact-form__title{margin-bottom:1.5rem}.contact-form__row{display:grid;gap:1.5rem}@media (min-width: 768px){.contact-form__row{grid-template-columns:repeat(2, 1fr)}}.quote-form{max-width:800px;margin:0 auto;background-color:#fff;padding:2rem;border-radius:.75rem;box-shadow:0 4px 6px -1px rgba(51,73,159,0.1),0 2px 4px -2px rgba(51,73,159,0.08)}@media (min-width: 768px){.quote-form{padding:3rem}}.quote-form__section{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #dee2e6}.quote-form__section:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.quote-form__section-title{font-size:1.125rem;margin-bottom:1.5rem;color:#33499F}.about-content{display:grid;gap:3rem;align-items:center}@media (min-width: 992px){.about-content{grid-template-columns:1fr 1fr}}.about-image{border-radius:.75rem;overflow:hidden;box-shadow:0 10px 15px -3px rgba(51,73,159,0.1),0 4px 6px -4px rgba(51,73,159,0.08)}.about-image img{width:100%;height:auto}.values-grid{display:grid;gap:1.5rem}@media (min-width: 768px){.values-grid{grid-template-columns:repeat(2, 1fr)}}@media (min-width: 992px){.values-grid{grid-template-columns:repeat(4, 1fr)}}.value-card{text-align:center;padding:1.5rem}.value-card__icon{width:64px;height:64px;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;background-color:rgba(51,73,159,0.1);border-radius:9999px;color:#33499F}.value-card__icon svg{width:28px;height:28px}.value-card__title{font-size:1.125rem;margin-bottom:.5rem}.value-card__text{color:#6c757d;font-size:.875rem;margin:0}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mb-0{margin-bottom:0}.mt-auto{margin-top:auto}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}
