@charset "UTF-8";:root{--color-black: #000000;--color-black-rgb: 0, 0, 0;--color-black-soft: #0f0f0f;--color-black-soft-rgb: 15, 15, 15;--color-gray-dark: #1a1a1a;--color-gray: #4a4a4a;--color-gray-medium: #6b6b6b;--color-gray-light: #9ca3af;--color-gray-lighter: #e5e7eb;--color-white-soft: #f9fafb;--color-white: #ffffff;--color-white-rgb: 255, 255, 255;--color-gray-lighter-rgb: 229, 231, 235;--color-blue-primary: #0d4f8c;--color-blue-primary-rgb: 13, 79, 140;--color-blue-light: #1a6cb8;--color-blue-light-rgb: 26, 108, 184;--color-blue-dark: #0a3d6e;--color-blue-dark-rgb: 10, 61, 110;--color-accent: #1a4d6e;--color-accent-rgb: 26, 77, 110;--color-accent-light: #2d6a8f;--color-accent-light-rgb: 45, 106, 143;--color-bg-primary: var(--color-white);--color-bg-secondary: #f7f6f3;--color-bg-card: var(--color-white);--color-bg-dark: var(--color-black-soft);--color-text-primary: var(--color-black);--color-text-secondary: var(--color-gray-medium);--color-text-light: var(--color-gray-light);--color-input-bg: var(--color-white);--color-input-border: rgba(0, 0, 0, .06);--color-input-placeholder: var(--color-gray-light);--border-thick: 2px solid rgba(0, 0, 0, .1);--border-medium: 1px solid rgba(0, 0, 0, .08);--border-thin: 1px solid rgba(0, 0, 0, .06);--border-accent: 1px solid var(--color-blue-primary);--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);--bg-gradient: linear-gradient(180deg, #faf9f7 0%, #f3f1ec 100%);--color-success: #10b981;--color-error: #ef4444;--color-warning: #f59e0b;--color-info: var(--color-blue-primary);--font-family-primary: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-weight-regular: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--font-weight-extrabold: 800;--spacing-xs: .5rem;--spacing-sm: .875rem;--spacing-md: 1.25rem;--spacing-lg: 1.5rem;--spacing-xl: 2.5rem;--spacing-xxl: 3rem;--transition-fast: .15s cubic-bezier(.4, 0, .2, 1);--transition-normal: .3s cubic-bezier(.4, 0, .2, 1);--transition-slow: .5s cubic-bezier(.4, 0, .2, 1);--transition-bounce: .4s cubic-bezier(.68, -.55, .265, 1.55)}html{color-scheme:light}@media (prefers-color-scheme: dark){:root{--color-bg-primary: #ffffff;--color-bg-secondary: #f7f6f3;--color-bg-card: #ffffff;--color-text-primary: #1a1a1a;--color-text-secondary: #5c5c5c;--color-text-light: #8a8a8a;--color-blue-primary: #0d4f8c;--color-blue-primary-rgb: 13, 79, 140;--color-blue-light: #1a6cb8;--color-blue-light-rgb: 26, 108, 184;--color-blue-dark: #0a3d6e;--color-blue-dark-rgb: 10, 61, 110;--color-accent: #1a4d6e;--color-accent-rgb: 26, 77, 110;--color-accent-light: #2d6a8f;--color-accent-light-rgb: 45, 106, 143;--border-thick: 2px solid rgba(0, 0, 0, .08);--border-medium: 1px solid rgba(0, 0, 0, .07);--border-thin: 1px solid rgba(0, 0, 0, .06);--bg-gradient: linear-gradient(180deg, #faf9f7 0%, #f3f1ec 100%)}}html{scroll-behavior:smooth}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}}html,body{margin:0;padding:0}body{position:relative;background-color:var(--color-bg-primary);color:var(--color-text-primary)}main[id=main-content]{scroll-margin-top:0}*:focus-visible{outline:2px solid var(--color-blue-primary);outline-offset:2px;border-radius:2px}*:focus:not(:focus-visible){outline:none}a{color:var(--color-blue-primary);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}a:visited{color:var(--color-blue-dark)}a:hover{color:var(--color-blue-light);text-decoration-thickness:2px}a:focus-visible{background-color:#0066cc1a;outline:2px solid var(--color-blue-primary);outline-offset:2px}button,.button,.form-button,.hero__button{min-height:44px;min-width:44px}button:focus-visible,.button:focus-visible,.form-button:focus-visible,.hero__button:focus-visible{outline:3px solid var(--color-blue-primary);outline-offset:2px;box-shadow:0 0 0 4px #06c3}input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid var(--color-blue-primary);outline-offset:2px;border-color:var(--color-blue-primary);box-shadow:0 0 0 3px #0066cc1a}.service-card:focus-visible,.card:focus-visible{outline:2px solid var(--color-blue-primary);outline-offset:4px;box-shadow:0 0 0 4px #0066cc1a}.skip-link{position:absolute;top:-100px;left:-9999px;background:var(--color-blue-primary);color:var(--color-white);padding:var(--spacing-sm) var(--spacing-md);text-decoration:none;z-index:10000;border-radius:0 0 4px;opacity:0;pointer-events:none;transition:opacity var(--transition-fast),top var(--transition-fast);font-weight:var(--font-weight-medium)}.skip-link:focus{top:0;left:0;opacity:1;pointer-events:auto;color:var(--color-white)}.dark .skip-link:focus{color:var(--color-white)}.form-error{color:var(--color-error);font-weight:var(--font-weight-medium);display:block;margin-top:var(--spacing-xs)}.form-input--error{border-color:var(--color-error);background-color:#ef44440d}.form-input--error:focus-visible{outline-color:var(--color-error);box-shadow:0 0 0 3px #ef44441a}.form-input--success{border-color:var(--color-success);background-color:#10b9810d}.icon-decorative{aria-hidden:true}@media (prefers-contrast: high){*{border-width:2px!important}a{text-decoration:underline!important}button,.button{border:2px solid currentColor!important}}.dark a:focus-visible{background-color:#ffffff1a}.dark button:focus-visible,.dark .button:focus-visible{outline-color:var(--color-accent);box-shadow:0 0 0 4px #4fc3f74d}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.global-toast-container{position:fixed;top:20px;right:20px;z-index:99999999;display:flex;flex-direction:column;gap:12px;pointer-events:none;overflow:visible;max-height:none}.toast{min-width:300px;max-width:400px;padding:16px 20px;background-color:var(--color-white);border:var(--border-thick);box-shadow:0 4px 12px #00000026;display:flex;align-items:center;gap:12px;pointer-events:auto;animation:toastSlideIn .3s ease;position:relative}.toast--success{border-color:var(--color-gray-dark)}.toast--error{border-color:var(--color-black)}.toast--warning{border-color:var(--color-gray)}.toast--info{border-color:var(--color-gray-dark)}.toast__icon{flex-shrink:0;font-size:20px}.toast--success .toast__icon{color:var(--color-gray-dark)}.toast--error .toast__icon{color:var(--color-black)}.toast--warning .toast__icon{color:var(--color-gray)}.toast--info .toast__icon{color:var(--color-gray-dark)}.toast__message{flex:1;font-weight:var(--font-weight-bold);color:var(--color-text-primary);font-size:14px;line-height:1.4}.toast__close{flex-shrink:0;background:none;border:none;cursor:pointer;font-size:18px;color:var(--color-text-secondary);padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;transition:color var(--transition-fast)}.toast__close:hover{color:var(--color-black)}.toast--removing{animation:toastSlideOut .3s ease forwards}@keyframes toastSlideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes toastSlideOut{0%{transform:translate(0);opacity:1}to{transform:translate(100%);opacity:0}}.dark .toast{background-color:var(--color-gray-dark);border-color:#ffffff1a}.dark .toast__message{color:var(--color-white)}.dark .toast__close{color:var(--color-gray-lighter)}.dark .toast__close:hover,.dark .toast--success .toast__icon,.dark .toast--error .toast__icon,.dark .toast--warning .toast__icon,.dark .toast--info .toast__icon{color:var(--color-white)}@media screen and (max-width: 768px){.global-toast-container{top:10px;right:10px;left:10px}.toast{min-width:auto;max-width:none}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}:root{--easing-smooth: cubic-bezier(.25, .46, .45, .94);--easing-bounce: cubic-bezier(.34, 1.56, .64, 1);--easing-ease-out-quart: cubic-bezier(.25, 1, .5, 1)}.fade-in{opacity:1;will-change:opacity;visibility:visible}.fade-in.animate-in{animation:fadeIn .9s var(--easing-smooth) forwards}.slide-up{opacity:1;transform:none;will-change:opacity,transform;visibility:visible}.slide-up.animate-in{animation:slideUp .9s var(--easing-smooth) forwards}.stagger-animation{opacity:1;transform:none;will-change:opacity,transform;visibility:visible}.stagger-animation.animate-in{animation:fadeInUp .9s var(--easing-smooth) forwards}.reveal-on-scroll{opacity:1;transform:none;will-change:opacity,transform;visibility:visible}.reveal-on-scroll.animate-in{animation:fadeInUp .8s var(--easing-smooth) forwards}.page-loading{opacity:0;transition:opacity var(--transition-normal) ease-in}.page-loaded{opacity:1;transition:opacity var(--transition-normal) ease-in}.page-exiting{opacity:0;transition:opacity var(--transition-fast) ease-out}.fade-in.animate-in,.slide-up.animate-in,.stagger-animation.animate-in{animation-fill-mode:forwards}@keyframes numberFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.hero__stats-item-number[data-count],.stats__number[data-count]{opacity:0;transform:translateY(8px);transition:none}.hero__stats-item-number.counting,.stats__number.counting{animation:numberFadeIn .5s ease-out forwards}@media (prefers-reduced-motion: reduce){.fade-in,.slide-up,.stagger-animation,.reveal-on-scroll,.fade-in.animate-in,.slide-up.animate-in,.stagger-animation.animate-in,.reveal-on-scroll.animate-in{opacity:1;transform:none;animation:none;will-change:auto}.page-loading,.page-loaded,.page-exiting{opacity:1;transition:none}.hero__stats-item-number,.stats__number{animation:none}.hero__stats-item-number:before,.stats__number:before{animation:none}}.nav{position:fixed;top:0;left:0;right:0;background-color:rgba(var(--color-white-rgb),.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:var(--border-thin);z-index:1000;transition:all var(--transition-normal)}.nav--sticky{box-shadow:var(--shadow-md);background-color:rgba(var(--color-white-rgb),.98)}.nav__container{max-width:1200px;margin:0 auto;padding:0 var(--spacing-md);display:flex;align-items:center;justify-content:space-between;height:70px}.nav__logo{font-size:1.5rem;font-weight:var(--font-weight-extrabold);letter-spacing:-.02em;color:var(--color-text-primary);text-decoration:none;background:linear-gradient(135deg,var(--color-blue-primary),var(--color-accent));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-menu{display:flex;list-style:none;gap:var(--spacing-lg);margin:0;padding:0}.nav-link{font-weight:var(--font-weight-medium);letter-spacing:-.01em;color:var(--color-text-secondary);text-decoration:none;position:relative;padding:var(--spacing-xs) var(--spacing-sm);transition:all var(--transition-normal);display:inline-flex;align-items:center;height:40px;box-sizing:border-box}.nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:linear-gradient(90deg,var(--color-blue-primary),var(--color-accent));transition:width var(--transition-normal);border-radius:2px}.nav-link:hover,.nav-link--active{color:var(--color-blue-primary)}.nav-link:hover:after,.nav-link--active:after{width:100%}.nav-hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:var(--spacing-xs);width:30px;height:30px;justify-content:center}.nav-hamburger span{display:block;width:100%;height:3px;background-color:var(--color-text-primary);transition:all var(--transition-normal)}.nav-hamburger--active span:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.nav-hamburger--active span:nth-child(2){opacity:0}.nav-hamburger--active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}@media screen and (max-width: 768px){.nav-hamburger{display:flex}.nav-menu{position:fixed;top:70px;left:0;right:0;background-color:var(--color-bg-primary);flex-direction:column;padding:var(--spacing-lg);border-bottom:var(--border-thick);transform:translateY(-100%);opacity:0;visibility:hidden;transition:all var(--transition-normal);max-height:calc(100vh - 70px);overflow-y:auto}.nav-menu--open{transform:translateY(0);opacity:1;visibility:visible}.nav-link{height:auto;padding:var(--spacing-md) 0;border-bottom:var(--border-thin)}.nav-link:last-child{border-bottom:none}}.dark .nav{background-color:rgba(var(--color-black-soft-rgb),.95);border-color:#ffffff1a}.dark .nav--sticky{background-color:rgba(var(--color-black-soft-rgb),.98)}.dark .nav-link,.dark .nav-link:hover,.dark .nav-link--active{color:var(--color-white)}@media screen and (max-width: 768px){.dark .nav-menu,.dark .nav-link{border-color:#ffffff1a}}.footer{padding:var(--spacing-xl) 0;background-color:var( --color-bg-secondary );color:var(--color-text-primary);text-align:center;border-top:var(--border-medium)}.footer__container{max-width:1200px;margin:0 auto;padding:0 var(--spacing-md);display:flex;flex-direction:column;gap:var(--spacing-lg);align-items:center}.footer__social{display:flex;gap:var(--spacing-md);flex-wrap:wrap;justify-content:center;align-items:center}.footer__social-link{display:flex;align-items:center;justify-content:center;width:44px;height:44px;color:var(--color-text-secondary);background-color:var(--color-bg-card);border:var(--border-thin);border-radius:50%;text-decoration:none;font-size:1.25rem;transition:all var(--transition-normal)}.footer__social-link:hover{color:var(--color-white);background-color:var( --color-blue-primary );border-color:var(--color-blue-primary);transform:translateY(-3px);box-shadow:var(--shadow-md)}.footer__social-link:focus-visible{outline:2px solid var(--color-blue-primary);outline-offset:2px}.footer__social-link[aria-label=WhatsApp]:hover{background-color:#25d366;border-color:#25d366}.footer__social-link[aria-label=LinkedIn]:hover{background-color:#0077b5;border-color:#0077b5}.footer__social-link[aria-label=Facebook]:hover{background-color:#1877f2;border-color:#1877f2}.footer__social-link[aria-label=Instagram]:hover{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);border-color:transparent}.footer__dark-mode-toggle{position:relative;cursor:pointer}.footer__dark-mode-toggle .dark-mode-toggle__icon--sun,.footer__dark-mode-toggle .dark-mode-toggle__icon--moon{font-size:1.25rem;transition:opacity var(--transition-fast),transform var(--transition-normal);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.footer__dark-mode-toggle .dark-mode-toggle__icon--sun.hidden,.footer__dark-mode-toggle .dark-mode-toggle__icon--moon.hidden{opacity:0;transform:translate(-50%,-50%) rotate(-90deg) scale(.5);pointer-events:none}.footer__dark-mode-toggle .dark-mode-toggle__icon--sun:not(.hidden),.footer__dark-mode-toggle .dark-mode-toggle__icon--moon:not(.hidden){opacity:1;transform:translate(-50%,-50%) rotate(0) scale(1)}.footer__dark-mode-toggle:hover{color:var(--color-white);background-color:var(--color-blue-primary);border-color:var(--color-blue-primary)}.footer__copyright{margin:0;font-size:.875rem;color:var(--color-text-secondary);font-weight:var(--font-weight-regular)}@media screen and (max-width: 768px){.footer{padding:var(--spacing-lg) 0}.footer__container{gap:var(--spacing-md)}.footer__social{gap:var(--spacing-sm)}.footer__social-link{width:40px;height:40px;font-size:1.125rem}.footer__copyright{font-size:.8125rem}}.scroll-to-top{position:fixed;bottom:var(--spacing-lg);right:var(--spacing-lg);width:48px;height:48px;background:linear-gradient(135deg,var(--color-blue-primary),var(--color-blue-light));color:var(--color-white);border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-lg);opacity:0;visibility:hidden;transform:translateY(20px) scale(.8);transition:all var(--transition-normal);z-index:9999;font-size:1.25rem}.scroll-to-top--visible{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.scroll-to-top:hover:not(:disabled){background:linear-gradient(135deg,var(--color-blue-dark),var(--color-blue-primary));transform:translateY(-4px) scale(1.05);box-shadow:var(--shadow-xl)}.scroll-to-top:active:not(:disabled){transform:translateY(-2px) scale(1.02);box-shadow:var(--shadow-lg)}.scroll-to-top:focus-visible{outline:2px solid var(--color-blue-primary);outline-offset:3px;box-shadow:0 0 0 4px rgba(var(--color-blue-primary-rgb),.2),var(--shadow-lg)}.scroll-to-top:disabled{opacity:.5;cursor:not-allowed;transform:translateY(0) scale(1)}.scroll-to-top i{display:block;transition:transform var(--transition-normal)}.scroll-to-top:hover:not(:disabled) i{transform:translateY(-2px)}@media screen and (max-width: 768px){.scroll-to-top{width:44px;height:44px;bottom:var(--spacing-md);right:var(--spacing-md);font-size:1.125rem}}@media (prefers-reduced-motion: reduce){.scroll-to-top:hover:not(:disabled){transform:translateY(0) scale(1)}.scroll-to-top i{transition:none}}.services,.about,.benefits{animation:none!important;background-size:auto!important}.contact-cta{animation:none!important}.services:before,.services:after,.about:before,.about:after,.contact-cta:before,.contact-cta:after{display:none!important}.hero__button--primary:not(.hero__button--whatsapp),.contact-cta__actions .hero__button--primary:not(.hero__button--whatsapp){background:var(--color-blue-primary)!important;background-image:none!important;text-shadow:none;box-shadow:0 2px 10px #0d4f8c38}.hero__button--primary:not(.hero__button--whatsapp):hover:not(:disabled),.contact-cta__actions .hero__button--primary:not(.hero__button--whatsapp):hover:not(:disabled){background:var(--color-blue-dark)!important;filter:none}.form-button:not(:disabled):hover{background:var(--color-blue-dark)!important;background-image:none!important}.section-title h2:after{background:var(--color-blue-primary)!important;opacity:1;width:48px;height:2px}.service-card,.benefit-card{border-radius:6px;box-shadow:0 1px 3px #0000000f}.service-card:hover,.benefit-card:hover{box-shadow:0 4px 14px #0d4f8c1a}.footer{background-color:#eef1f4;border-top:1px solid rgba(13,79,140,.12)}.nav--sticky{box-shadow:0 1px #0d4f8c14}body:has(main.page-home) .nav{transform:translateZ(0);transition:transform .6s cubic-bezier(.25,.46,.45,.94)!important;backface-visibility:hidden}.nav.nav--hidden{transform:translate3d(0,-100%,0)}body:has(main.page-home) .nav.nav--hidden{transform:translate3d(0,-100%,0)}@media (prefers-reduced-motion: reduce){body:has(main.page-home) .nav{transition:none!important;transform:translateZ(0)}.nav.nav--hidden{transform:translate3d(0,-100%,0)}}.nav__logo{color:var(--color-blue-dark);font-weight:700;letter-spacing:-.02em}body{text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}.section{padding-top:clamp(2.5rem,4vw,4rem);padding-bottom:clamp(2.5rem,4vw,4rem)}.section-title p{max-width:52rem}.nav-link--active{color:var(--color-blue-dark)!important;font-weight:600}.nav-link--active:after{height:2px;background:var(--color-blue-primary)}.hero.hero--home{height:calc(100dvh - 70px);height:calc(100vh - 70px);min-height:calc(100dvh - 70px);min-height:calc(100vh - 70px);padding-top:1.5rem!important;box-sizing:border-box;overflow:hidden;background-image:radial-gradient(ellipse 80% 80% at 50% 50%,#02193266,#000f23a6,#000814d9),linear-gradient(180deg,#000c1cb8,#02162d8c 40%,#041c36b3),url(https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?auto=format&fit=crop&w=1920&q=80);background-size:cover;background-position:center;background-repeat:no-repeat}.hero.hero--home .hero__content{max-width:56rem}.hero.hero--home .hero__title{font-size:clamp(2.15rem,5vw,3.4rem);line-height:1.14;margin-bottom:1rem}.hero.hero--home .hero__subtitle{font-size:clamp(1.05rem,2.1vw,1.35rem)}.hero.hero--home .hero__description{max-width:44rem;font-size:1.03rem;line-height:1.75}@media (max-width: 767px){.hero.hero--home{padding-left:max(1.25rem,env(safe-area-inset-left,0px));padding-right:max(1.25rem,env(safe-area-inset-right,0px));padding-bottom:max(1.25rem,env(safe-area-inset-bottom,0px))}.hero.hero--home .hero__title{text-shadow:0 2px 28px rgba(0,10,24,.55),0 1px 3px rgba(0,0,0,.35)}.hero.hero--home .hero__subtitle,.hero.hero--home .hero__description{text-shadow:0 1px 20px rgba(0,12,28,.5)}}@supports (text-wrap: balance){.hero.hero--home .hero__title{text-wrap:balance}}.hero.hero--page{min-height:clamp(20rem,44vh,30rem)}.hero.hero--page .hero__content{max-width:48rem;padding-top:1rem}.hero.hero--page .hero__title{font-size:clamp(1.9rem,3.8vw,2.7rem)}.service-card,.benefit-card,.services__group,.page-contact-channel-card,.contact-form{border-color:#0d4f8c1f!important;box-shadow:0 8px 24px #08233d0f}.service-card:hover,.benefit-card:hover,.services__group:hover,.page-contact-channel-card:hover{transform:translateY(-3px);box-shadow:0 14px 32px #092c4c1f}.services__group{border-radius:10px}.services__group:after{opacity:.3}.service-card__title{font-size:1.35rem;min-height:auto}.service-card__description{font-size:.98rem}.contact-form{border-radius:10px}.form-input,.form-select,.form-textarea{border-color:#0b3a6624}.form-input:focus,.form-select:focus,.form-textarea:focus{box-shadow:0 0 0 3px #0d4f8c24}.form-label{color:#0f345a}.service-card__link{text-underline-offset:3px}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:400;line-height:1.75;color:var(--color-text-primary);background-color:var(--color-bg-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;letter-spacing:-.01em}h1,h2,h3,h4,h5,h6{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;line-height:1.25;color:var(--color-text-primary);margin-bottom:1.25rem;letter-spacing:-.02em}h1{font-size:2.5rem;font-weight:800;line-height:1.1}@media screen and (max-width: 767px){h1{font-size:2.5rem}}h2{font-size:2rem;font-weight:700}@media screen and (max-width: 767px){h2{font-size:2rem}}h3{font-size:1.75rem;font-weight:600}@media screen and (max-width: 767px){h3{font-size:1.75rem}}h4{font-size:1.5rem;font-weight:600}p{margin-bottom:1.25rem;color:var(--color-text-secondary);text-transform:none}a{color:var(--color-text-primary);text-decoration:none;transition:color .3s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1)}a:hover{color:var(--color-blue-primary)}a:focus{outline:2px solid var(--color-blue-primary);outline-offset:2px;border-radius:2px}a:focus:not(:focus-visible){outline:none}a:focus-visible{outline:2px solid var(--color-blue-primary);outline-offset:2px}@media (prefers-reduced-motion: reduce){a{transition:none}}img{max-width:100%;height:auto;display:block}*{text-transform:none}ul,ol{list-style:none}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;background:var(--color-bg-primary);background-image:var(--bg-gradient);background-size:200% 200%;animation:gradientShift 15s ease infinite;padding:2.5rem 1.25rem;padding-top:calc(70px + 2.5rem);overflow:hidden}.hero:before{content:"";position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,rgba(var(--color-blue-primary-rgb),.08) 0%,transparent 70%);border-radius:50%;z-index:0;animation:float 20s ease-in-out infinite}.hero:after{content:"";position:absolute;bottom:-30%;left:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(var(--color-accent-rgb),.06) 0%,transparent 70%);border-radius:50%;z-index:0;animation:float 15s ease-in-out infinite reverse}@media screen and (max-width: 767px){.hero{min-height:80vh;padding:1.5rem 1.25rem;padding-top:calc(70px + 1.5rem)}.hero:before,.hero:after{width:300px;height:300px}}.hero--page{min-height:50vh;padding-top:calc(70px + 3rem)!important;padding-bottom:4rem;padding-left:1.25rem;padding-right:1.25rem;align-items:flex-start;justify-content:flex-start;position:relative}.hero--page:after{content:"";position:absolute;bottom:0;left:0;right:0;height:150px;background:linear-gradient(to bottom,transparent 0%,rgba(var(--color-bg-secondary-rgb, 249, 250, 251),.3) 40%,var(--color-bg-secondary) 100%);z-index:1;pointer-events:none}.hero--page:before{content:"";position:absolute;top:15%;right:3%;width:300px;height:300px;background:radial-gradient(circle,rgba(var(--color-blue-primary-rgb),.08) 0%,rgba(var(--color-blue-primary-rgb),.04) 40%,transparent 70%);border-radius:50%;z-index:0;animation:float 25s ease-in-out infinite}@media screen and (max-width: 767px){.hero--page{min-height:40vh;padding-top:calc(70px + 2rem)!important;padding-bottom:3rem}}.hero__content{max-width:1400px;margin:0 auto;padding:0 1.25rem}@media screen and (min-width: 1024px){.hero__content{padding:0 1.5rem}}.hero__content{text-align:center;z-index:2;position:relative;max-width:1000px;padding:1.5rem 0}.hero--page .hero__content{padding:2.5rem 0 3rem;text-align:center}@media screen and (max-width: 767px){.hero--page .hero__content{padding:1.5rem 0 2.5rem}}.hero__title{font-size:3.5rem;font-weight:800;color:var(--color-text-primary);margin-bottom:1.5rem;line-height:1.1;letter-spacing:-.03em;animation:fadeInDown .8s ease-out}.hero__title strong{display:block;margin-top:.875rem;background:linear-gradient(135deg,var(--color-blue-primary),var(--color-accent));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:fadeInDown .8s ease-out .2s both}@media screen and (max-width: 767px){.hero__title{font-size:2.5rem}}@media (prefers-reduced-motion: reduce){.hero__title,.hero__title strong{animation:none}}.hero__subtitle{font-size:1.75rem;font-weight:600;color:var(--color-text-secondary);margin-bottom:1.25rem;animation:fadeInUp .8s ease-out .3s both;position:relative}.hero__subtitle:after{content:"";display:block;width:80px;height:4px;background:linear-gradient(90deg,var(--color-blue-primary),var(--color-accent));margin:1.25rem auto 0;border-radius:2px;animation:fadeInUp .8s ease-out .4s both}.hero--page .hero__subtitle{font-size:1.25rem;text-align:center;margin-bottom:1.5rem}.hero--page .hero__subtitle:after{margin:1.25rem auto 0;width:60px}@media screen and (max-width: 767px){.hero__subtitle{font-size:1.5rem}.hero--page .hero__subtitle{font-size:1.125rem}}@media (prefers-reduced-motion: reduce){.hero__subtitle{animation:none}.hero__subtitle:after{animation:none}}.hero__description{font-size:1.125rem;color:var(--color-text-secondary);max-width:700px;margin:0 auto 2.5rem;line-height:1.8;animation:fadeInUp .8s ease-out .4s both;font-weight:400}@media screen and (max-width: 767px){.hero__description{font-size:1rem;line-height:1.7}}@media (prefers-reduced-motion: reduce){.hero__description{animation:none}}.hero__actions{display:flex;gap:1.25rem;justify-content:center;flex-wrap:wrap;animation:fadeInUp .8s ease-out .5s both;margin-top:2.5rem}@media screen and (max-width: 767px){.hero__actions{flex-direction:column;align-items:stretch;margin-top:1.5rem}}@media (prefers-reduced-motion: reduce){.hero__actions{animation:none}}.hero__actions .stagger-animation{animation:fadeInUp .6s ease-out both}.hero__actions .stagger-animation:nth-child(1){animation-delay:.6s}.hero__actions .stagger-animation:nth-child(2){animation-delay:.7s}@media (prefers-reduced-motion: reduce){.hero__actions .stagger-animation{animation:none}}.hero__stats{display:flex;justify-content:center;gap:3rem;margin-top:3rem;padding-top:2.5rem;border-top:var(--border-medium);animation:fadeInUp .8s ease-out .8s both}@media screen and (max-width: 767px){.hero__stats{flex-direction:column;gap:1.5rem;margin-top:2.5rem;padding-top:1.5rem}}.hero__stats-item{text-align:center;padding:1.25rem;border-radius:8px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.hero__stats-item:hover{transform:translateY(-4px)}.hero__stats-item:hover .hero__stats-item-number{transform:scale(1.05)}.hero__stats-item:hover .hero__stats-item-label{color:var(--color-blue-primary)}.hero__stats-item-number{font-size:3rem;font-weight:800;color:var(--color-blue-primary);display:block;line-height:1;margin-bottom:.875rem;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;backface-visibility:hidden;-webkit-font-smoothing:antialiased}.hero__stats-item-label{font-size:1rem;color:var(--color-text-secondary);font-weight:500;transition:color .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;gap:.5rem}.hero__stats-item-label i{font-size:1rem;color:var(--color-blue-primary);opacity:.7;transition:all .3s cubic-bezier(.4,0,.2,1)}.hero__stats-item:hover .hero__stats-item-label i{opacity:1;transform:scale(1.2);color:var(--color-blue-primary)}@media (prefers-reduced-motion: reduce){.hero__stats{animation:none}}.hero__button{border:1px solid rgba(0,0,0,.08);border-radius:6px;font-weight:500;letter-spacing:-.01em;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 2px #0000000d;cursor:pointer;position:relative;overflow:hidden}.hero__button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border-color:var(--color-blue-primary)}.hero__button:active:not(:disabled){transform:translateY(0);box-shadow:0 1px 2px #0000000d}.hero__button:focus{outline:2px solid var(--color-blue-primary);outline-offset:2px}.hero__button:focus:not(:focus-visible){outline:none}.hero__button:focus-visible{outline:2px solid var(--color-blue-primary);outline-offset:2px}.hero__button:disabled{opacity:.6;cursor:not-allowed;transform:none!important;box-shadow:none;pointer-events:none}.hero__button{padding:1.25rem 2.5rem;font-size:1rem;cursor:pointer;display:inline-flex;align-items:center;gap:.875rem;text-decoration:none;position:relative;overflow:hidden;min-height:52px}.hero__button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s cubic-bezier(.4,0,.2,1)}.hero__button:hover:before{left:100%}.hero__button--primary{background:linear-gradient(135deg,var(--color-blue-primary),var(--color-blue-light))!important;color:var(--color-white)!important;border:none;box-shadow:var(--shadow-md);font-weight:600;text-shadow:0 1px 2px rgba(0,0,0,.2)}.hero__button--primary i{color:var(--color-white)!important;filter:drop-shadow(0 1px 1px rgba(0,0,0,.2))}.hero__button--primary,.hero__button--primary:link,.hero__button--primary:visited{color:var(--color-white)!important}.hero__button--primary:hover:not(:disabled){background:linear-gradient(135deg,var(--color-blue-dark),var(--color-blue-primary))!important;transform:translateY(-2px) scale(1.02);box-shadow:var(--shadow-lg);color:var(--color-white)!important}.hero__button--primary:hover:not(:disabled) i{color:var(--color-white)!important}.hero__button--primary:active:not(:disabled){transform:translateY(0) scale(.98);color:var(--color-white)!important}.hero__button--primary:active:not(:disabled) i{color:var(--color-white)!important}.hero__button--primary:focus,.hero__button--primary:focus-visible{color:var(--color-white)!important}.hero__button--primary:focus i,.hero__button--primary:focus-visible i{color:var(--color-white)!important}.hero__button--secondary{background-color:var(--color-bg-card);color:var(--color-text-primary);border-color:rgba(var(--color-blue-primary-rgb),.2)}.hero__button--secondary:hover:not(:disabled){background-color:rgba(var(--color-blue-primary-rgb),.05);border-color:var(--color-blue-primary);color:var(--color-blue-primary);transform:translateY(-2px)}.hero__button--secondary:active:not(:disabled){transform:translateY(0)}@media screen and (max-width: 767px){.hero__button{width:100%;justify-content:center;padding:.875rem 1.25rem;font-size:.875rem;min-height:44px;gap:.5rem}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translate(0) rotate(0)}33%{transform:translate(30px,-30px) rotate(5deg)}66%{transform:translate(-20px,20px) rotate(-5deg)}}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.dark .hero__stats-item-number{color:var(--color-blue-light)}.dark .hero:before{background:radial-gradient(circle,rgba(var(--color-blue-primary-rgb),.04) 0%,transparent 70%)}.dark .hero:after{background:radial-gradient(circle,rgba(var(--color-accent-rgb),.03) 0%,transparent 70%)}.dark .hero__button--secondary{background-color:var(--color-gray-dark);border-color:#fff3;color:var(--color-white)}.dark .hero__button--secondary i{color:var(--color-white)}.dark .hero__button--secondary:hover:not(:disabled){background-color:#ffffff1a;border-color:var(--color-white);color:var(--color-white)}.dark .hero__button--secondary:hover:not(:disabled) i{color:var(--color-white)}.dark .hero__button--secondary:active:not(:disabled),.dark .hero__button--secondary:focus,.dark .hero__button--secondary:focus-visible{color:var(--color-white)}.dark .hero__button--secondary:active:not(:disabled) i,.dark .hero__button--secondary:focus i,.dark .hero__button--secondary:focus-visible i{color:var(--color-white)}.hero.hero--home{background-color:#0f172a;background-image:linear-gradient(180deg,#00000073,#001830d1),url(https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?auto=format&fit=crop&w=1920&q=80);background-size:cover;background-position:center;background-repeat:no-repeat;animation:none;padding-top:2.5rem!important}.hero.hero--home:before,.hero.hero--home:after{display:none}.hero.hero--home .hero__title{color:#fff}.hero.hero--home .hero__title strong{background:none;-webkit-text-fill-color:#e8f1ff;color:#e8f1ff}.hero.hero--home .hero__subtitle{color:#ffffffeb}.hero.hero--home .hero__subtitle:after{background:linear-gradient(90deg,#fffffff2,#ffffff59)}.hero.hero--home .hero__description{color:#ffffffe6}.hero.hero--home .hero__button--secondary{background-color:#ffffff1f;border-color:#ffffff73;color:#fff}.hero.hero--home .hero__button--secondary,.hero.hero--home .hero__button--secondary:link,.hero.hero--home .hero__button--secondary:visited,.hero.hero--home .hero__button--secondary i{color:#fff}.hero.hero--home .hero__button--secondary:hover:not(:disabled){background-color:#ffffff38;border-color:#fff;color:#fff}@media (prefers-reduced-motion: reduce){.hero.hero--home .hero__title,.hero.hero--home .hero__subtitle,.hero.hero--home .hero__description,.hero.hero--home .hero__actions{animation:none}}.services{padding:3rem 0;background-color:var(--color-bg-primary);background-image:var(--bg-gradient);background-size:200% 200%;animation:gradientShift 20s ease infinite;position:relative;overflow:hidden}.services:before{content:"";position:absolute;top:10%;right:-5%;width:400px;height:400px;background:radial-gradient(circle,rgba(var(--color-blue-primary-rgb),.06) 0%,transparent 70%);border-radius:50%;z-index:0;animation:float 25s ease-in-out infinite}.services:after{content:"";position:absolute;bottom:15%;left:-5%;width:350px;height:350px;background:radial-gradient(circle,rgba(var(--color-accent-rgb),.05) 0%,transparent 70%);border-radius:50%;z-index:0;animation:float 20s ease-in-out infinite reverse}@media screen and (max-width: 767px){.services{padding:2.5rem 0}.services:before,.services:after{width:250px;height:250px}}.services__container{max-width:1400px;margin:0 auto;padding:0 1.25rem}@media screen and (min-width: 1024px){.services__container{padding:0 1.5rem}}.services__container{position:relative;z-index:1}.services__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem}@media screen and (max-width: 767px){.services__grid{grid-template-columns:1fr;gap:1.25rem}}.services__group{background-color:var(--color-bg-card);border:var(--border-medium);border-radius:16px;padding:3rem;box-shadow:var(--shadow-md);margin-bottom:3rem;position:relative;overflow:hidden}.services__group:last-child{margin-bottom:0}.services__group:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(var(--color-blue-primary-rgb),.04),rgba(var(--color-accent-rgb),.03));opacity:.6;pointer-events:none;z-index:0}.services__group>*{position:relative;z-index:1}.services__group ul{margin:0 0 1.25rem;padding-left:1.25rem;color:var(--color-text-secondary);line-height:1.65}.services__group ul li{margin-bottom:.5rem}@media screen and (min-width: 768px) and (max-width: 1023px){.services__group{padding:2.5rem}}@media screen and (max-width: 767px){.services__group{padding:1.5rem}}.services__group-header{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.25rem}.services__group-header h3{font-size:1.5rem;font-weight:600;letter-spacing:-.01em;color:var(--color-text-primary);margin:0;line-height:1.3}.services__group-header p{color:#6b6b6b;max-width:720px;line-height:1.5;margin:0;font-size:.875rem;display:block;opacity:1}html.dark .services__group-header p{color:#e5e7eb}.services__badge{display:inline-flex;align-items:center;gap:.25rem;align-self:flex-start;padding:.375rem .875rem;border-radius:999px;background:rgba(var(--color-blue-primary-rgb),.12);border:1px solid rgba(var(--color-blue-primary-rgb),.2);font-size:.8rem;font-weight:600;color:var(--color-blue-primary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:0}.services__badge i{font-size:.75rem}.service-card{border:var(--border-medium);border-radius:8px;background-color:var(--color-bg-card);box-shadow:var(--shadow-sm);transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden;min-height:0;box-sizing:border-box}.service-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:rgba(var(--color-blue-primary-rgb),.3)}@media (prefers-reduced-motion: reduce){.service-card{transition:none}.service-card:hover{transform:none}}.service-card{padding:2.5rem;text-align:center;display:flex;flex-direction:column;align-items:center;overflow:hidden;min-height:0;cursor:pointer;min-height:320px;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.service-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg)}.service-card:hover .service-card__icon{color:var(--color-blue-primary);transform:scale(1.1)}.service-card:hover .service-card__icon i{transform:rotate(5deg)}.service-card:hover .service-card__icon:before{opacity:1;transform:scale(1.2)}.service-card:hover .service-card__title{color:var(--color-blue-primary)}.service-card:hover .service-card__description{color:var(--color-text-primary)}.service-card:hover .service-card__link{transform:translate(4px);color:var(--color-blue-dark)}.service-card:focus-within{outline:2px solid var(--color-blue-primary);outline-offset:2px}@media (prefers-reduced-motion: reduce){.service-card{transition:none}.service-card:hover{transform:none}.service-card .service-card__icon{transition:none}.service-card .service-card__icon:hover{transform:none}}.service-card__badge{display:inline-flex;align-items:center;justify-content:center;padding:.25rem .875rem;border-radius:999px;font-size:.75rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;background:rgba(var(--color-blue-primary-rgb),.08);color:var(--color-blue-primary);border:1px solid rgba(var(--color-blue-primary-rgb),.2);margin-bottom:1.25rem}.service-card__icon{font-size:3.5rem;color:var(--color-blue-primary);margin-bottom:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;width:5rem;height:5rem;flex-shrink:0;position:relative}.service-card__icon i{display:block;transition:transform .3s cubic-bezier(.4,0,.2,1)}.service-card__icon:before{content:"";position:absolute;width:100%;height:100%;border-radius:50%;background:rgba(var(--color-blue-primary-rgb),.1);opacity:0;transform:scale(.8);transition:all .3s cubic-bezier(.4,0,.2,1);z-index:-1}.service-card__title{font-size:1.625rem;font-weight:700;margin-bottom:1.25rem;letter-spacing:-.01em;color:var(--color-text-primary);transition:color .3s cubic-bezier(.4,0,.2,1);word-wrap:break-word;overflow-wrap:break-word;width:100%;line-height:1.4;text-align:center;min-height:4rem;display:flex;align-items:center;justify-content:center}@media screen and (max-width: 767px){.service-card__title{font-size:1.375rem;min-height:3.5rem}}.service-card__description{color:var(--color-text-secondary);line-height:1.75;margin-bottom:1.25rem;flex:1;transition:color .3s cubic-bezier(.4,0,.2,1);word-wrap:break-word;overflow-wrap:break-word;width:100%;font-size:1rem;text-align:center}.service-card__features{list-style:none;text-align:left;width:100%}.service-card__features li{color:var(--color-text-secondary);position:relative;padding:.5rem 0 .5rem .875rem;transition:color .3s cubic-bezier(.4,0,.2,1);font-size:.875rem}.service-card__features li:before{content:"✓";position:absolute;left:0;font-weight:700;color:var(--color-blue-primary);font-size:.875rem}.service-card:hover .service-card__features li{color:var(--color-text-primary)}.service-card__meta{width:100%;margin-top:1.25rem;padding-top:1.25rem;border-top:var(--border-thin);display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.875rem}.service-card__meta span{display:inline-flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--color-text-secondary)}.service-card__meta span i{color:var(--color-blue-primary);font-size:.9rem}@media screen and (max-width: 767px){.service-card__meta{grid-template-columns:1fr}}.service-card__link{margin-top:1.25rem;width:100%;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;color:var(--color-blue-primary);font-weight:600;text-decoration:none;padding:.875rem 0}.service-card__link:hover{text-decoration:underline}.service-card__link:focus-visible{outline:2px solid var(--color-blue-primary);outline-offset:2px;border-radius:4px}.service-card__link.hero__button{width:100%;justify-content:center}.services__cta{text-align:center;margin-top:3rem}@media screen and (max-width: 767px){.services__cta{margin-top:2.5rem}}.dark .services:before{background:radial-gradient(circle,rgba(var(--color-blue-primary-rgb),.03) 0%,transparent 70%)}.dark .services:after{background:radial-gradient(circle,rgba(var(--color-accent-rgb),.02) 0%,transparent 70%)}.about{background-color:var(--color-bg-secondary);padding:3rem 0;position:relative;overflow:hidden;background-image:var(--bg-gradient);background-size:100% 100%;animation:none}.about:before{content:"";position:absolute;top:-20%;right:-10%;width:420px;height:420px;background:radial-gradient(circle,rgba(var(--color-blue-primary-rgb),.04) 0%,transparent 70%);border-radius:50%;z-index:0;animation:none}.about:after{content:"";position:absolute;bottom:-20%;left:-10%;width:340px;height:340px;background:radial-gradient(circle,rgba(var(--color-accent-rgb),.03) 0%,transparent 70%);border-radius:50%;z-index:0;animation:none}.about:first-of-type{padding-top:2.5rem;margin-top:-80px}.about:first-of-type:before{content:"";position:absolute;top:-40px;left:50%;transform:translate(-50%);width:3px;height:80px;background:linear-gradient(to bottom,rgba(var(--color-blue-primary-rgb),.5) 0%,rgba(var(--color-blue-primary-rgb),.3) 30%,rgba(var(--color-blue-primary-rgb),.15) 60%,transparent 100%);z-index:1;animation:none;border-radius:2px}.about:first-of-type:after{content:"";position:absolute;top:0;left:5%;right:5%;height:2px;background:linear-gradient(to right,transparent 0%,rgba(var(--color-blue-primary-rgb),.15) 15%,rgba(var(--color-blue-primary-rgb),.25) 30%,rgba(var(--color-blue-primary-rgb),.25) 70%,rgba(var(--color-blue-primary-rgb),.15) 85%,transparent 100%);z-index:1;animation:none}.about--secondary{background-color:var(--color-bg-primary);background-image:var(--bg-gradient);background-size:100% 100%;animation:none}@media screen and (max-width: 767px){.about{padding:2.5rem 0}.about:first-of-type{padding-top:1.5rem;margin-top:-30px}.about:first-of-type:before{height:40px;top:-20px}.about:before,.about:after{width:300px;height:300px}}@media (prefers-reduced-motion: reduce){.about:before,.about:after{opacity:.85}}.about__container{max-width:1400px;margin:0 auto;padding:0 1.25rem}@media screen and (min-width: 1024px){.about__container{padding:0 1.5rem}}.about__container{position:relative;z-index:2}.about__content{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:start;overflow:visible}.about__content--single{grid-template-columns:1fr;max-width:800px;margin:0 auto}@media screen and (min-width: 768px) and (max-width: 1023px){.about__content{gap:1.5rem;grid-template-columns:1fr}.about__content--single{max-width:100%}}@media screen and (max-width: 767px){.about__content{grid-template-columns:1fr;gap:1.25rem}}.about__image-wrapper{display:flex;flex-direction:column}@media screen and (max-width: 767px){.about__image-wrapper{gap:1.25rem}}.about__image-center{display:flex;justify-content:center;align-items:center;margin:3rem 0;width:100%}@media screen and (max-width: 767px){.about__image-center{margin:2.5rem 0}}.about__mvp-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:3rem}@media screen and (min-width: 768px) and (max-width: 1023px){.about__mvp-grid{grid-template-columns:1fr;gap:2.5rem;margin-bottom:2.5rem}}@media screen and (max-width: 767px){.about__mvp-grid{grid-template-columns:1fr;gap:2.5rem;margin-bottom:2.5rem}}.about__mvp-item{text-align:center}@media screen and (max-width: 767px){.about__mvp-item{text-align:left;padding:1.25rem 0}}.about__mvp-title{font-size:1.75rem;font-weight:700;margin-bottom:1.5rem;color:var(--color-text-primary);letter-spacing:-.02em;line-height:1.3}@media screen and (max-width: 767px){.about__mvp-title{font-size:1.5rem;margin-bottom:1.25rem}}.about__mvp-text{color:var(--color-text-secondary);line-height:1.75;font-size:1.0625rem;text-align:left;max-width:65ch;margin:0 auto}@media screen and (max-width: 767px){.about__mvp-text{text-align:left;font-size:1rem;line-height:1.7;max-width:100%}}.about__mvp-image-wide{width:100%;margin:3rem 0}.about__mvp-image-wide .about__image{width:100%;padding-bottom:40%;max-width:100%}@media screen and (min-width: 768px) and (max-width: 1023px){.about__mvp-image-wide{margin:2.5rem 0}.about__mvp-image-wide .about__image{padding-bottom:50%}}@media screen and (max-width: 767px){.about__mvp-image-wide{margin:1.5rem 0}.about__mvp-image-wide .about__image{padding-bottom:60%}}.about__text{display:flex;flex-direction:column;gap:1.25rem}.about__text h2{font-size:2rem;font-weight:800;margin:0;letter-spacing:-.02em;line-height:1.3;color:var(--color-text-primary)}.about__text h3{font-size:1.5rem;font-weight:600;margin:0;line-height:1.4;color:var(--color-text-primary)}.about__text p{color:var(--color-text-secondary);line-height:1.75;margin-bottom:1.5rem;font-size:1.0625rem;text-align:left;max-width:70ch;margin-left:auto;margin-right:auto}@media screen and (max-width: 767px){.about__text p{font-size:1rem;line-height:1.7;max-width:100%}}.about__image{position:relative;width:100%;height:0;padding-bottom:75%;overflow:hidden;border-radius:12px;border:var(--border-medium);box-shadow:var(--shadow-md);transition:all .3s cubic-bezier(.4,0,.2,1);margin:0;padding-top:0}.about__image-center .about__image{max-width:800px;margin:0 auto}.about__image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:all .3s cubic-bezier(.4,0,.2,1);display:block}.about__image:hover{transform:translateY(-6px);box-shadow:var(--shadow-xl);border-color:rgba(var(--color-blue-primary-rgb),.4)}.about__image:hover img{transform:scale(1.05);filter:brightness(1.05)}.about__image:hover:after{opacity:1}.about__image:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(var(--color-blue-primary-rgb),.05),rgba(var(--color-accent-rgb),.05));border-radius:12px;z-index:1;opacity:0;transition:opacity .3s cubic-bezier(.4,0,.2,1);pointer-events:none}.about__image:before{content:"";position:absolute;top:-10px;right:-10px;width:100%;height:100%;background:linear-gradient(135deg,rgba(var(--color-blue-primary-rgb),.1),rgba(var(--color-accent-rgb),.1));border-radius:12px;z-index:-1;opacity:0;transition:opacity .3s cubic-bezier(.4,0,.2,1)}.about__image:hover:before{opacity:1}.about__footer{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;align-items:center;padding-top:1.5rem;border-top:var(--border-thin);margin-top:2.5rem}@media screen and (min-width: 768px) and (max-width: 1023px){.about__footer{gap:1.25rem}}@media screen and (max-width: 767px){.about__footer{grid-template-columns:1fr;gap:1.25rem;margin-top:1.5rem}}.about__actions{display:flex;align-items:center;height:100%}.about__actions a{height:100%;display:flex;align-items:center;justify-content:center;gap:.875rem;padding:.875rem 2.5rem;min-height:40px;min-width:260px;font-size:1.125rem;font-weight:600;line-height:1.4}.about__actions a i{font-size:1.375rem}@media screen and (min-width: 768px) and (max-width: 1023px){.about__actions a{min-width:220px;font-size:1.0625rem;padding:.5rem 1.5rem;min-height:38px}.about__actions a i{font-size:1.25rem}}@media screen and (max-width: 767px){.about__actions a{min-height:auto;min-width:100%;width:100%;font-size:1rem;padding:1.25rem 1.5rem}.about__actions a i{font-size:1rem}}@media screen and (max-width: 767px){.about__actions{justify-content:center}}.about__highlights{display:flex;flex-direction:row;justify-content:flex-end;gap:1.25rem;align-items:center}@media screen and (min-width: 768px) and (max-width: 1023px){.about__highlights{justify-content:center;flex-wrap:wrap;gap:.875rem}}@media screen and (max-width: 767px){.about__highlights{flex-direction:column;gap:.875rem;align-items:stretch}}.about__highlight-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.25rem;padding:.5rem .875rem;flex:1;transition:all .3s cubic-bezier(.4,0,.2,1);min-height:40px;justify-content:center}.about__highlight-item i{font-size:2rem;color:var(--color-blue-primary);flex-shrink:0;transition:all .3s cubic-bezier(.4,0,.2,1);margin-bottom:.25rem}.about__highlight-item div{display:flex;flex-direction:column;gap:.25rem}.about__highlight-item div strong{font-size:.9375rem;font-weight:600;color:var(--color-text-primary);display:block}.about__highlight-item div span{font-size:.8125rem;color:var(--color-text-secondary)}.about__highlight-item:hover{transform:translateY(-4px)}.about__highlight-item:hover i{color:var(--color-accent);transform:scale(1.1)}@media screen and (min-width: 768px) and (max-width: 1023px){.about__highlight-item{flex:0 0 calc(50% - .875rem);min-height:auto}.about__highlight-item i{font-size:2rem}}@media screen and (max-width: 767px){.about__highlight-item{flex-direction:row;text-align:left;gap:.875rem;min-height:auto;justify-content:flex-start}.about__highlight-item i{font-size:1.75rem;margin-bottom:0}}.about__values{margin-top:2.5rem;display:grid;grid-template-columns:repeat(5,1fr);gap:1.25rem}@media screen and (min-width: 768px) and (max-width: 1023px){.about__values{grid-template-columns:repeat(3,1fr);gap:1.25rem}}@media screen and (max-width: 767px){.about__values{grid-template-columns:1fr;gap:1.25rem}}.about__values-list{list-style:disc;margin-left:1.5rem;margin-top:1.25rem;color:var(--color-text-secondary)}.about__values-list li{margin-bottom:.875rem;line-height:1.7}.about__values-list li strong{color:var(--color-text-primary);font-weight:600}.about__value{padding:1.5rem;border:var(--border-medium);border-radius:12px;background-color:var(--color-bg-card);box-shadow:var(--shadow-sm);transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden;min-height:0;text-align:center;position:relative}.about__value:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(var(--color-blue-primary-rgb),.03),rgba(var(--color-accent-rgb),.03));opacity:0;transition:opacity .3s cubic-bezier(.4,0,.2,1);z-index:0}.about__value:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg);border-color:rgba(var(--color-blue-primary-rgb),.3)}.about__value:hover:before{opacity:1}.about__value:hover .about__value-icon{transform:scale(1.15) rotate(5deg);color:var(--color-blue-primary)}.about__value h4{font-size:1.125rem;font-weight:600;margin-bottom:.875rem;letter-spacing:-.01em;color:var(--color-text-primary);word-wrap:break-word;overflow-wrap:break-word;position:relative;z-index:1}.about__value p{color:var(--color-text-secondary);font-size:.875rem;line-height:1.6;word-wrap:break-word;overflow-wrap:break-word;margin:0;position:relative;z-index:1}@media screen and (max-width: 767px){.about__value{padding:1.5rem}}@media screen and (min-width: 768px) and (max-width: 1023px){.about__value{padding:1.25rem}.about__value h4{font-size:1rem}.about__value p{font-size:.8125rem}}.about__value-icon{font-size:2.5rem;color:var(--color-blue-primary);margin-bottom:.875rem;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;z-index:1;display:inline-block}@media screen and (min-width: 768px) and (max-width: 1023px){.about__value-icon{font-size:2.25rem}}@media screen and (max-width: 767px){.about__value-icon{font-size:2rem}}.about--history .about-history__grid{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:start}@media screen and (min-width: 768px) and (max-width: 1023px){.about--history .about-history__grid{grid-template-columns:1fr;gap:1.5rem}}@media screen and (max-width: 767px){.about--history .about-history__grid{grid-template-columns:1fr;gap:1.25rem}}.about--history .about-history__content{display:flex;flex-direction:column;gap:1.5rem}.about--history .about-history__header h2{font-size:2rem;font-weight:800;color:var(--color-text-primary);margin:0;margin-bottom:.875rem;line-height:1.2;letter-spacing:-.02em;text-align:left}.about--history .about-history__header p{font-size:1.125rem;color:var(--color-text-secondary);margin:0;line-height:1.5;text-align:left}.about--history .about-history__text{display:flex;flex-direction:column;gap:1.25rem}.about--history .about-history__text p{color:var(--color-text-secondary);line-height:1.75;font-size:1.0625rem;text-align:left;margin:0}@media screen and (max-width: 767px){.about--history .about-history__text p{font-size:1rem;line-height:1.7}}.about--history .about-history__image{position:sticky;top:calc(70px + 1.5rem);align-self:start;width:100%;height:0;padding-bottom:100%;max-height:calc(100vh - 70px - 3rem);overflow:hidden;border-radius:12px;border:var(--border-medium);box-shadow:var(--shadow-md);background-color:var(--color-bg-card)}.about--history .about-history__image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s cubic-bezier(.4,0,.2,1)}.about--history .about-history__image:hover img{transform:scale(1.05)}.about--history .about-history__image:hover{box-shadow:var(--shadow-xl);border-color:rgba(var(--color-blue-primary-rgb),.4)}@media screen and (min-width: 768px) and (max-width: 1023px){.about--history .about-history__image{position:relative;top:auto;max-height:none;padding-bottom:75%}}@media screen and (max-width: 767px){.about--history .about-history__image{position:relative;top:auto;max-height:none;padding-bottom:75%}}.dark .about:after{background:radial-gradient(circle,rgba(var(--color-accent-rgb),.02) 0%,transparent 70%)}main.page-sobre{--sobre-section-min-h: clamp(34rem, 78vh, 52rem)}main.page-sobre .hero.hero--page{min-height:clamp(32rem,88vh,58rem);align-items:center;justify-content:center;padding-top:calc(70px + clamp(2.75rem,6vw,4.5rem))!important;padding-bottom:clamp(3.75rem,9vw,6rem)!important}@media screen and (max-width: 767px){main.page-sobre .hero.hero--page{min-height:clamp(24rem,62vh,42rem);align-items:flex-start;justify-content:flex-start;padding-top:calc(70px + clamp(1.75rem,4vw,2.5rem))!important;padding-bottom:clamp(2.75rem,7vw,4rem)!important}}main.page-sobre .page-sobre__hero-inner{max-width:40rem;margin-inline:auto;text-align:center}main.page-sobre .page-sobre__kicker{margin:0 0 .875rem;font-size:.8125rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--color-blue-primary)}main.page-sobre .hero.hero--page .hero__title.page-sobre__hero-title{font-size:clamp(2.35rem,5.5vw,3.5rem);font-weight:800;letter-spacing:-.045em;line-height:1.06;margin-bottom:0;color:var(--color-text-primary);text-wrap:balance;font-feature-settings:"kern" 1,"liga" 1}main.page-sobre .hero.hero--page .hero__title.page-sobre__hero-title:after{content:"";display:block;width:3.25rem;height:3px;margin:1.125rem auto 0;border-radius:2px;background:linear-gradient(90deg,var(--color-blue-primary),var(--color-accent))}main.page-sobre .page-sobre__lead{margin:2.5rem 0 0;font-size:1.1875rem;line-height:1.72;color:var(--color-text-secondary);font-weight:400;max-width:38rem;margin-inline:auto;letter-spacing:-.01em}main.page-sobre .page-sobre__trust{padding:1.25rem 0;background:var(--color-bg-primary);border-top:1px solid rgba(var(--color-blue-primary-rgb),.08);border-bottom:1px solid rgba(var(--color-blue-primary-rgb),.08)}main.page-sobre .page-sobre__trust-inner{max-width:min(72rem,100%)}main.page-sobre .page-sobre__trust-list{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr) auto minmax(0,1fr);align-items:center;justify-items:center;column-gap:clamp(.5rem,2vw,1.25rem);row-gap:0;margin:0;padding:0;list-style:none;font-size:.8125rem;line-height:1.35;color:var(--color-text-secondary);text-align:center}main.page-sobre .page-sobre__trust-list li:not(.page-sobre__trust-sep){min-width:0;text-wrap:balance}main.page-sobre .page-sobre__trust-sep{width:1px;height:1.125rem;background:rgba(var(--color-blue-primary-rgb),.22);flex-shrink:0;justify-self:center}@media screen and (max-width: 767px){main.page-sobre .page-sobre__trust-list{grid-template-columns:1fr;row-gap:1.25rem;justify-items:stretch;text-align:center}main.page-sobre .page-sobre__trust-sep{display:none}}main.page-sobre .page-sobre__eyebrow{margin:0 0 .625rem;font-size:.6875rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--color-blue-primary);line-height:1.3}main.page-sobre .page-sobre__title-block{margin-bottom:1.5rem}main.page-sobre .page-sobre__title-block .page-sobre__h2{margin-bottom:0}main.page-sobre .page-sobre__title-block--left{text-align:left}main.page-sobre .page-sobre__h2{font-size:clamp(1.875rem,4.5vw,2.625rem);font-weight:800;letter-spacing:-.042em;color:var(--color-text-primary);margin:0;line-height:1.12;font-feature-settings:"kern" 1,"liga" 1;text-wrap:balance}main.page-sobre .page-sobre__h3{font-size:1.125rem;font-weight:700;color:var(--color-blue-primary);margin:2.5rem 0 .875rem;letter-spacing:-.028em;line-height:1.35}main.page-sobre .page-sobre__h3:first-of-type{margin-top:2.5rem}main.page-sobre .page-sobre__section-head{text-align:center;max-width:40rem;margin:0 auto 3rem}main.page-sobre .page-sobre__section-head .page-sobre__eyebrow{margin-bottom:.75rem}main.page-sobre .page-sobre__section-head .page-sobre__h2{margin-bottom:1.25rem}main.page-sobre .page-sobre__section-head .page-sobre__h2:after{content:"";display:block;width:2.75rem;height:3px;margin:1rem auto 0;border-radius:2px;background:linear-gradient(90deg,var(--color-blue-primary),var(--color-accent))}main.page-sobre .page-sobre__title-block--left .page-sobre__h2:after{content:"";display:block;width:2.75rem;height:3px;margin:1rem 0 0;border-radius:2px;background:linear-gradient(90deg,var(--color-blue-primary),var(--color-accent))}main.page-sobre .page-sobre__section-lead{margin:0;font-size:1.125rem;line-height:1.68;color:var(--color-text-secondary);font-weight:400;letter-spacing:-.012em}main.page-sobre .page-sobre__story{background-color:var(--color-bg-secondary)}main.page-sobre .page-sobre__story-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.35fr);gap:clamp(2.5rem,4vw,3rem);align-items:stretch}@media (max-width: 1023px){main.page-sobre .page-sobre__story-grid{grid-template-columns:1fr;gap:2.5rem}}main.page-sobre .page-sobre__story-copy{min-width:0}main.page-sobre .page-sobre__prose{margin:0 0 .875rem;font-size:1rem;line-height:1.66;color:var(--color-text-secondary);max-width:none;letter-spacing:-.011em}main.page-sobre .page-sobre__prose--last{margin-bottom:0}main.page-sobre .page-sobre__figure{margin:0;position:static;display:flex;flex-direction:column}@media (max-width: 1023px){main.page-sobre .page-sobre__figure{order:-1}}main.page-sobre .page-sobre__figure-frame{border-radius:12px;overflow:hidden;border:1px solid rgba(var(--color-blue-primary-rgb),.12);box-shadow:var(--shadow-md);background:var(--color-bg-card);height:100%;min-height:28rem}main.page-sobre .page-sobre__figure-frame img{display:block;width:100%;height:100%;object-fit:cover}@media (max-width: 1023px){main.page-sobre .page-sobre__figure-frame{min-height:auto}main.page-sobre .page-sobre__figure-frame img{height:auto}}main.page-sobre .page-sobre__caption{margin-top:1.25rem;font-size:.8125rem;line-height:1.55;color:var(--color-text-secondary);font-style:normal;letter-spacing:.02em;font-weight:500}main.page-sobre .page-sobre__process{padding-top:3rem;padding-bottom:3rem}main.page-sobre .page-sobre__steps{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}@media (max-width: 1023px){main.page-sobre .page-sobre__steps{grid-template-columns:1fr;gap:1.25rem}}@media screen and (min-width: 768px) and (max-width: 1023px){main.page-sobre .page-sobre__steps{gap:2.5rem}}main.page-sobre .page-sobre__step{display:grid;grid-template-columns:auto minmax(0,1fr);gap:1.25rem;align-items:start;padding:1.5rem;background:var(--color-bg-card);border:1px solid rgba(var(--color-blue-primary-rgb),.1);border-radius:12px;box-shadow:var(--shadow-sm);min-width:0}@media screen and (max-width: 767px){main.page-sobre .page-sobre__step{padding:1.25rem;gap:.875rem}}main.page-sobre .page-sobre__step-body{min-width:0}main.page-sobre .page-sobre__step-num{font-size:clamp(1.625rem,3vw,1.875rem);font-weight:800;letter-spacing:-.05em;color:rgba(var(--color-blue-primary-rgb),.38);line-height:1;font-variant-numeric:tabular-nums}main.page-sobre .page-sobre__step-title{font-size:1.1875rem;font-weight:700;margin:0 0 .875rem;color:var(--color-text-primary);letter-spacing:-.032em;line-height:1.25;overflow-wrap:anywhere}main.page-sobre .page-sobre__step-body p{margin:0;font-size:.9375rem;line-height:1.68;color:var(--color-text-secondary);letter-spacing:-.01em;overflow-wrap:anywhere}main.page-sobre .page-sobre__commit{background:var(--color-bg-primary);border-top:1px solid rgba(var(--color-blue-primary-rgb),.06)}main.page-sobre .page-sobre__commit-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media screen and (max-width: 767px){main.page-sobre .page-sobre__commit-grid{grid-template-columns:1fr}}main.page-sobre .page-sobre__commit-item{margin:0;padding:1.5rem;padding-left:calc(1.5rem + 3px);border-left:3px solid var(--color-blue-primary);background:linear-gradient(90deg,rgba(var(--color-blue-primary-rgb),.04) 0%,transparent 100%);border-radius:0 12px 12px 0}main.page-sobre .page-sobre__commit-title{font-size:1.125rem;font-weight:700;margin:0 0 .875rem;color:var(--color-text-primary);letter-spacing:-.03em;line-height:1.3}main.page-sobre .page-sobre__commit-item p{margin:0;font-size:.9375rem;line-height:1.68;color:var(--color-text-secondary);letter-spacing:-.01em}@media screen and (min-width: 1024px){main.page-sobre .page-sobre__story,main.page-sobre .page-sobre__process,main.page-sobre .page-sobre__commit{min-height:var(--sobre-section-min-h);display:grid;align-items:center}}main.page-sobre .contact.contact-cta.page-sobre__cta{animation:none;min-height:clamp(28rem,85vh,90vh);display:flex;align-items:center;justify-content:center;position:relative;padding-top:clamp(3rem,8vw,5rem);padding-bottom:clamp(3rem,8vw,5rem);border-top:none;background-color:#e8edf2;background-image:linear-gradient(180deg,#ffffff61,#f7f9fc7a 55%,#f0f4f88c),url(https://images.unsplash.com/photo-1507679799987-c73779587ccf?auto=format&fit=crop&w=1920&q=60);background-size:cover;background-position:center;background-repeat:no-repeat}main.page-sobre .contact.contact-cta.page-sobre__cta:before,main.page-sobre .contact.contact-cta.page-sobre__cta:after{display:none}main.page-sobre .contact.contact-cta.page-sobre__cta .contact-cta__container{position:relative;z-index:1}main.page-sobre .contact.contact-cta.page-sobre__cta .contact-cta__title{font-size:clamp(2rem,3.6vw,2.8rem);font-weight:800;letter-spacing:-.04em;line-height:1.12;margin-bottom:1.25rem;color:var(--color-text-primary);text-shadow:0 0 1px rgba(255,255,255,.9),0 1px 18px rgba(255,255,255,.65)}main.page-sobre .contact.contact-cta.page-sobre__cta .contact-cta__description{font-size:clamp(1.05rem,1.5vw,1.3rem);line-height:1.65;letter-spacing:-.012em;margin-bottom:2.5rem;max-width:40rem;margin-left:auto;margin-right:auto;text-shadow:0 0 1px rgba(255,255,255,.85)}main.page-sobre .contact.contact-cta.page-sobre__cta .contact-cta__actions{justify-content:center;flex-wrap:wrap;gap:1.25rem}main.page-sobre .contact.contact-cta.page-sobre__cta .contact-cta__note{margin-top:2.5rem;max-width:36rem;margin-left:auto;margin-right:auto;text-shadow:0 0 1px rgba(255,255,255,.8)}@media screen and (max-width: 767px){main.page-sobre .contact.contact-cta.page-sobre__cta{min-height:auto}}@media (max-width: 1023px){main.page-sobre .contact.contact-cta.page-sobre__cta .contact-cta__container{padding-left:clamp(1rem,4vw,1.5rem);padding-right:clamp(1rem,4vw,1.5rem)}main.page-sobre .contact.contact-cta.page-sobre__cta{background-image:linear-gradient(180deg,#ffffff73,#f7f9fc85,#eef4fa94),url(https://images.unsplash.com/photo-1507679799987-c73779587ccf?auto=format&fit=crop&w=1920&q=60);background-size:cover;background-position:center}}@media (max-width: 390px){main.page-sobre .hero.hero--page .hero__content{padding-left:.875rem;padding-right:.875rem}main.page-sobre .page-sobre__lead{font-size:1rem}main.page-sobre .contact-cta__container{padding-left:1.25rem;padding-right:1.25rem}}@media (prefers-reduced-motion: reduce){main.page-sobre .hero.hero--page .slide-up,main.page-sobre .stagger-animation{animation:none!important;opacity:1!important;transform:none!important}}.benefits{padding:3rem 0;background-color:var(--color-bg-primary);position:relative;overflow:hidden}.benefits:before{content:"";position:absolute;top:20%;left:-5%;width:300px;height:300px;background:radial-gradient(circle,rgba(var(--color-blue-primary-rgb),.03) 0%,transparent 70%);border-radius:50%;z-index:0}@media screen and (max-width: 767px){.benefits{padding:2.5rem 0}}.benefits__container{max-width:1400px;margin:0 auto;padding:0 1.25rem}@media screen and (min-width: 1024px){.benefits__container{padding:0 1.5rem}}.benefits__container{position:relative;z-index:1}.benefits__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem}@media screen and (min-width: 768px) and (max-width: 1023px){.benefits__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media screen and (max-width: 767px){.benefits__grid{grid-template-columns:1fr;gap:1.25rem}}.benefit-card{border:var(--border-medium);border-radius:8px;background-color:var(--color-bg-card);box-shadow:var(--shadow-sm);transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden;min-height:0;box-sizing:border-box}.benefit-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:rgba(var(--color-blue-primary-rgb),.3)}.benefit-card:focus-within{outline:2px solid var(--color-blue-primary);outline-offset:2px}@media (prefers-reduced-motion: reduce){.benefit-card{transition:none}.benefit-card:hover{transform:none}}.benefit-card{padding:2.5rem;text-align:center;display:flex;flex-direction:column;align-items:center;transition:all .3s cubic-bezier(.4,0,.2,1);background:linear-gradient(135deg,var(--color-bg-card) 0%,rgba(var(--color-blue-primary-rgb),.02) 100%);position:relative;overflow:hidden}.benefit-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(var(--color-blue-primary-rgb),.03),rgba(var(--color-accent-rgb),.02));opacity:0;transition:opacity .3s cubic-bezier(.4,0,.2,1);z-index:0}.benefit-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-xl);border-color:rgba(var(--color-blue-primary-rgb),.3)}.benefit-card:hover:before{opacity:1}.benefit-card:hover .benefit-card__icon{color:var(--color-blue-primary);transform:scale(1.1)}.benefit-card:hover .benefit-card__icon i{transform:rotate(5deg)}.benefit-card:hover .benefit-card__icon:before{opacity:1;transform:scale(1.2)}.benefit-card:hover .benefit-card__number{color:var(--color-blue-primary);transform:scale(1.1)}.benefit-card:hover .benefit-card__title{color:var(--color-blue-primary)}.benefit-card>*{position:relative;z-index:1}.benefit-card__icon{font-size:3.5rem;color:var(--color-blue-primary);margin-bottom:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;width:5rem;height:5rem;flex-shrink:0;position:relative}.benefit-card__icon i{display:block;transition:transform .3s cubic-bezier(.4,0,.2,1)}.benefit-card__icon:before{content:"";position:absolute;width:100%;height:100%;border-radius:50%;background:rgba(var(--color-blue-primary-rgb),.1);opacity:0;transform:scale(.8);transition:all .3s cubic-bezier(.4,0,.2,1);z-index:-1}.benefit-card__number{font-size:2rem;font-weight:800;color:var(--color-blue-primary);margin-bottom:.5rem;line-height:1;transition:all .3s cubic-bezier(.4,0,.2,1);letter-spacing:-.02em}.benefit-card__title{font-size:1.25rem;font-weight:600;margin-bottom:.875rem;color:var(--color-text-primary);letter-spacing:-.01em;transition:color .3s cubic-bezier(.4,0,.2,1)}.benefit-card__description{color:var(--color-text-secondary);line-height:1.7;font-size:1rem;text-align:center;flex:1}.dark .benefits:before{background:radial-gradient(circle,rgba(var(--color-blue-primary-rgb),.02) 0%,transparent 70%)}main.page-servicos section[id],main.page-servicos article[id]{scroll-margin-top:90px}@media screen and (max-width: 767px){main.page-servicos .hero.hero--page{min-height:auto;padding-bottom:2.5rem}}main.page-servicos .services__grid{margin-top:2.5rem;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;align-items:stretch}@media (max-width: 1023px){main.page-servicos .services__grid{grid-template-columns:1fr}}main.page-servicos .services__grid .services__group{margin-bottom:0;height:100%;display:flex;flex-direction:column;border:1px solid rgba(var(--color-blue-primary-rgb),.14);box-shadow:0 8px 20px #08233d12;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1),border-color .3s cubic-bezier(.4,0,.2,1)}main.page-servicos .services__grid .services__group:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--color-blue-primary),var(--color-blue-light));opacity:.9;z-index:1}main.page-servicos .services__grid .services__group:hover{transform:translateY(-2px);border-color:rgba(var(--color-blue-primary-rgb),.3);box-shadow:0 12px 26px #08233d1f}main.page-servicos .services__group>p:last-child{margin-top:auto;margin-bottom:0;padding-top:.875rem;display:flex}main.page-servicos .services__group{padding:1.5rem;border-radius:12px}@media screen and (max-width: 767px){main.page-servicos .services__group{padding:1.5rem;margin-bottom:2.5rem}}@media (max-width: 390px){main.page-servicos .services__group{padding:1.25rem}}main.page-servicos .services__group-header{margin-bottom:1.25rem}main.page-servicos .services__group-header h3{font-size:clamp(1.25rem,1.25vw,1.45rem);line-height:1.2;margin:0 0 .5rem;overflow-wrap:anywhere;word-break:normal;-webkit-hyphens:auto;hyphens:auto}main.page-servicos .services__group-header p{max-width:none;font-size:.96rem;line-height:1.5;color:var(--color-text-secondary);margin:0}@media (max-width: 390px){main.page-servicos .services__group-header p{font-size:.92rem}}main.page-servicos .services__badge{max-width:100%;white-space:normal;line-height:1.2;font-size:.7rem;font-weight:700;letter-spacing:.06em;margin-bottom:.5rem}main.page-servicos .services__group ul{list-style:none;padding-left:1rem;margin-bottom:1.25rem;display:grid;gap:.35rem;font-size:.96rem;line-height:1.5}main.page-servicos .services__group ul li{position:relative;padding-left:1rem}main.page-servicos .services__group ul li:before{content:"";position:absolute;left:0;top:.58em;width:.4rem;height:.4rem;border-radius:50%;background:var(--color-blue-primary);opacity:.9}@media (max-width: 390px){main.page-servicos .services__group ul{padding-left:.95rem;font-size:.92rem}}main.page-servicos .service-card__link{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;align-self:flex-start;padding:.58rem .9rem;border-radius:8px;background-color:rgba(var(--color-blue-primary-rgb),.1);border:1px solid rgba(var(--color-blue-primary-rgb),.28);font-size:.9rem;font-weight:600;color:var(--color-blue-dark);text-decoration:none;width:100%;transition:background-color .15s cubic-bezier(.4,0,.2,1),border-color .15s cubic-bezier(.4,0,.2,1),color .15s cubic-bezier(.4,0,.2,1),transform .15s cubic-bezier(.4,0,.2,1)}main.page-servicos .service-card__link:hover:not(:disabled){background-color:var(--color-blue-primary);border-color:var(--color-blue-primary);color:var(--color-white);transform:translateY(-1px)}@media screen and (max-width: 767px){main.page-servicos .service-card__link{padding:.55rem .85rem}}.contact-cta{background:var(--bg-gradient);background-size:200% 200%;animation:gradientShift 20s ease infinite;position:relative;overflow:hidden;padding:3rem 0;z-index:0}.contact-cta:before{content:"";position:absolute;top:-20%;right:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(var(--color-blue-primary-rgb),.06) 0%,transparent 70%);border-radius:50%;z-index:0;animation:float 25s ease-in-out infinite}.contact-cta:after{content:"";position:absolute;bottom:-20%;left:-10%;width:400px;height:400px;background:radial-gradient(circle,rgba(var(--color-accent-rgb),.05) 0%,transparent 70%);border-radius:50%;z-index:0;animation:float 20s ease-in-out infinite reverse}@media screen and (max-width: 767px){.contact-cta{padding:2.5rem 0}.contact-cta:before,.contact-cta:after{width:300px;height:300px}}@media (prefers-reduced-motion: reduce){.contact-cta{animation:none;background-size:100% 100%}.contact-cta:before,.contact-cta:after{animation:none}}.contact-cta__container{max-width:1400px;margin:0 auto;padding:0 1.25rem}@media screen and (min-width: 1024px){.contact-cta__container{padding:0 1.5rem}}.contact-cta__container{text-align:center;max-width:900px;margin:0 auto;position:relative;z-index:1}.contact-cta__title{font-size:2.25rem;font-weight:800;margin-bottom:1.25rem;letter-spacing:-.02em;color:var(--color-text-primary);line-height:1.2}@media screen and (max-width: 767px){.contact-cta__title{font-size:1.75rem}}.contact-cta__description{font-size:1.125rem;line-height:1.8;color:var(--color-text-secondary);margin-bottom:2.5rem}@media screen and (max-width: 767px){.contact-cta__description{font-size:1rem}}.contact-cta__note{margin-top:1.5rem;font-size:.9375rem;line-height:1.6;color:var(--color-text-secondary);margin-bottom:0}.contact-cta__actions{display:flex;gap:1.25rem;justify-content:center;flex-wrap:wrap}@media screen and (max-width: 767px){.contact-cta__actions{flex-direction:column;align-items:stretch}}.contact-cta__actions--stacked{flex-direction:column;align-items:stretch;max-width:22rem;margin-left:auto;margin-right:auto}.contact-cta__actions--stacked .hero__button{width:100%;justify-content:center}.hero__button--whatsapp{background:linear-gradient(135deg,#25d366,#20ba5a);color:var(--color-white);border:none;box-shadow:var(--shadow-md);font-weight:600}.hero__button--whatsapp,.hero__button--whatsapp:link,.hero__button--whatsapp:visited{color:var(--color-white)}.hero__button--whatsapp:hover:not(:disabled){background:linear-gradient(135deg,#20ba5a,#1da851);transform:translateY(-2px);box-shadow:var(--shadow-lg);color:var(--color-white)}.hero__button--whatsapp i{font-size:1.125rem;color:var(--color-white)}@media (prefers-reduced-motion: reduce){.hero__button--whatsapp:hover:not(:disabled){transform:none}}.contact-hero__actions{justify-content:center}.page-contact>section+section{border-top:1px solid rgba(11,45,78,.14);box-shadow:inset 0 1px #ffffff8c}.page-contact .section{padding-top:clamp(2.7rem,4.4vw,4rem);padding-bottom:clamp(2.7rem,4.4vw,4rem)}.contact-hero__meta{margin:.9rem auto 0;max-width:42rem;text-align:center;font-size:.95rem;line-height:1.6;color:#e8f2fceb}.page-contact-channels{background:linear-gradient(180deg,#f8fafc,#f2f6fa)}#contato.section{background:linear-gradient(180deg,#fff,#f9fbfe)}.page-contact-channels__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;margin-top:1.5rem}@media screen and (min-width: 768px) and (max-width: 1023px){.page-contact-channels__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width: 767px){.page-contact-channels__grid{grid-template-columns:1fr}}.page-contact-channel-card{border:1px solid rgba(13,79,140,.12);border-radius:12px;padding:1.5rem;background:linear-gradient(180deg,#fff,#fbfcfe);box-shadow:0 8px 26px #08233d14;display:flex;flex-direction:column;gap:.875rem;min-height:100%;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1),border-color .3s cubic-bezier(.4,0,.2,1)}.page-contact-channel-card:hover{transform:translateY(-2px);box-shadow:0 12px 32px #092c4c1c;border-color:#0d4f8c33}.page-contact-channel-card h3{margin:0;font-size:1.0625rem;font-weight:600;color:var(--color-text-primary)}.page-contact-channel-card p{margin:0;font-size:.875rem;color:var(--color-text-secondary);line-height:1.55}.page-contact-channel-card .hero__button{margin-top:auto;min-height:44px;width:100%;justify-content:center}.page-contact-channel-card__icon{width:44px;height:44px;border-radius:8px;background:rgba(var(--color-blue-primary-rgb),.1);color:var(--color-blue-primary);display:grid;place-items:center;font-size:1.125rem}.page-contact-channel-card__actions{display:grid;grid-template-columns:1fr;gap:.875rem;margin-top:auto}.contact-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);gap:3rem;align-items:start}@media screen and (max-width: 767px){.contact-layout{grid-template-columns:1fr;gap:2.5rem}}.contact-layout__info{background:#fff;border:1px solid rgba(13,79,140,.12);border-radius:12px;padding:1.5rem;box-shadow:0 8px 24px #08233d0f}.contact-layout__info h3{margin:0 0 .5rem;font-size:1.15rem;font-weight:700;color:var(--color-text-primary)}.contact-layout__info p{margin:0 0 1.25rem;color:var(--color-text-secondary);line-height:1.6}.contact-layout__info ul{list-style:none;padding:0;margin:0}.contact-layout__info li{display:flex;align-items:flex-start;gap:.875rem;margin-bottom:1.25rem;font-size:.875rem;color:var(--color-text-primary)}.contact-layout__info li i{color:var(--color-blue-primary);margin-top:2px}.contact-layout__info li a{color:var(--color-blue-primary);text-decoration:none}.contact-layout__info li a:hover{text-decoration:underline}.contact-layout__info-list{display:grid;grid-template-columns:1fr;gap:.5rem}.contact-layout__info-list li{border-bottom:1px solid rgba(13,79,140,.12);padding:.45rem 0;margin-bottom:0}.contact-layout__info-list li i{width:1rem;text-align:center;margin-top:.1rem}.contact-layout__info-list li:last-child{border-bottom:0}.contact-layout__map{background:linear-gradient(180deg,#fff,#f8fbff);border:1px solid rgba(13,79,140,.12);border-radius:12px;padding:.875rem;box-shadow:0 8px 24px #08233d0f;display:flex;flex-direction:column;gap:.875rem}.contact-layout__map iframe{width:100%;min-height:320px;border:0;border-radius:10px}.contact-layout__map p{margin:0;font-size:.875rem;color:var(--color-text-secondary)}.contact-layout__map p a{color:var(--color-blue-primary);font-weight:600;text-decoration:none}.contact-layout__map p a:hover{text-decoration:underline}@media (prefers-reduced-motion: reduce){.page-contact-channel-card{transition:none}.page-contact-channel-card:hover{transform:none}}@media screen and (max-width: 767px){.page-contact-channels .container,#contato .container{padding-left:max(1.25rem,env(safe-area-inset-left,0px));padding-right:max(1.25rem,env(safe-area-inset-right,0px))}.contact-hero__meta{font-size:.89rem;margin-top:.8rem}.contact-layout{gap:1.5rem}.contact-layout__info{padding:1.25rem}.page-contact>section+section{border-top-color:#0b2d4e38}}.testimonials{padding:3rem 0;background-color:var(--color-bg-secondary)}.testimonials__container{max-width:1400px;margin:0 auto;padding:0 1.25rem}@media screen and (min-width: 1024px){.testimonials__container{padding:0 1.5rem}}.testimonials__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:2.5rem}@media screen and (max-width: 767px){.testimonials__grid{grid-template-columns:1fr;gap:1.25rem}}.testimonial-card{padding:2.5rem;background:var(--color-bg-card);border:1px solid rgba(13,79,140,.08);border-radius:8px;box-shadow:0 4px 12px #0000000a;position:relative}.testimonial-card:before{content:'"';position:absolute;top:.875rem;left:1.25rem;font-size:2.5rem;font-weight:700;color:rgba(var(--color-blue-primary-rgb),.2);font-family:Georgia,serif;line-height:1}.testimonial__quote{font-size:1rem;line-height:1.65;color:var(--color-text-primary);margin:0 0 1.25rem;padding-left:1.25rem}.testimonial__author{font-size:.875rem;font-weight:600;color:var(--color-text-primary);margin:0}.testimonial__role{font-size:.75rem;color:var(--color-text-secondary);margin:0}.section--warm{background-color:#f0ebe3}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:center}@media screen and (max-width: 767px){.two-col{grid-template-columns:1fr;gap:1.5rem}}.two-col--reverse .two-col__text{order:2}.two-col--reverse .two-col__image{order:1}@media screen and (max-width: 767px){.two-col--reverse .two-col__text,.two-col--reverse .two-col__image{order:unset}}.two-col__image img{width:100%;height:auto;object-fit:cover;border-radius:8px;box-shadow:0 4px 16px #00000014}.intro-block{max-width:1400px;margin:0 auto;padding:0 1.25rem}@media screen and (min-width: 1024px){.intro-block{padding:0 1.5rem}}.intro-block{max-width:48rem;margin:0 auto;padding:2.5rem 0 1.25rem}.intro-block p{font-size:1.0625rem;line-height:1.75;color:var(--color-text-secondary);margin:0}@media screen and (max-width: 767px){.intro-block{padding:1.5rem 1.25rem .875rem}}.intro-section{max-width:1400px;margin:0 auto;padding:0 1.25rem}@media screen and (min-width: 1024px){.intro-section{padding:0 1.5rem}}.intro-section{padding:3rem 0}.intro-section__content{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:center}@media screen and (max-width: 767px){.intro-section__content{grid-template-columns:1fr;gap:1.5rem}}.intro-section__text p{font-size:1.0625rem;line-height:1.75;color:var(--color-text-secondary);margin:0}@media screen and (max-width: 767px){.intro-section__image{order:-1}}.intro-section__image img{width:100%;height:100%;min-height:280px;object-fit:cover;border-radius:8px;box-shadow:0 4px 16px #00000014}.lead-magnet-card{max-width:36rem;margin:0 auto;padding:3rem;text-align:center;background:var(--color-bg-card);border:1px solid rgba(13,79,140,.12);border-radius:10px;box-shadow:0 8px 24px #08233d0f}.lead-magnet-card__icon{width:4rem;height:4rem;margin:0 auto 1.25rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(var(--color-blue-primary-rgb),.1);color:var(--color-blue-primary);font-size:1.5rem}.lead-magnet-card__title{font-size:1.5rem;font-weight:700;margin:0 0 .875rem;color:var(--color-text-primary)}.lead-magnet-card__description{font-size:1rem;line-height:1.6;color:var(--color-text-secondary);margin:0 0 1.5rem}.lead-magnet .container{max-width:1400px;margin:0 auto;padding:0 1.25rem}@media screen and (min-width: 1024px){.lead-magnet .container{padding:0 1.5rem}}.services__cta-inline{text-align:center;margin-top:2.5rem}.feature-section{position:relative;overflow:hidden}.feature-section__container{max-width:1400px;margin:0 auto;padding:0 1.25rem}@media screen and (min-width: 1024px){.feature-section__container{padding:0 1.5rem}}.feature-section__container{position:relative;z-index:1}.feature-section__content{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(1.5rem,3vw,2.5rem);align-items:center}@media screen and (max-width: 767px){.feature-section__content{grid-template-columns:1fr}}.feature-section__text,.feature-section__image{min-width:0}.feature-section__image img{width:100%;height:100%;min-height:280px;object-fit:cover;border-radius:8px;box-shadow:0 8px 24px #08233d1a}.feature-section--img-left .feature-section__text{order:2}.feature-section--img-left .feature-section__image,.feature-section--img-right .feature-section__text{order:1}.feature-section--img-right .feature-section__image{order:2}.feature-section--dark{background-color:#1e293b;color:#fffffff2}.feature-section--dark .feature-section__text,.feature-section--dark .feature-section__title,.feature-section--dark .feature-section__description{color:#fffffff2}.feature-section--bg-image{background-size:cover;background-position:center;background-repeat:no-repeat}.feature-section--bg-image:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#051323b8,#05132373);z-index:0}@media (max-width: 767px){.feature-section--img-left .feature-section__text,.feature-section--img-left .feature-section__image,.feature-section--img-right .feature-section__text,.feature-section--img-right .feature-section__image{order:unset}}body:has(main.page-home){background-color:#0a1628}main.page-home{padding-top:70px}main.page-home section[id]{scroll-margin-top:5.5rem}.page-home .section{padding-top:clamp(2.75rem,4.5vw,4.5rem);padding-bottom:clamp(2.75rem,4.5vw,4.5rem)}.page-home section+section{border-top:1px solid rgba(11,45,78,.14)}.page-home .section-title h2{font-size:clamp(2rem,4vw,3rem);line-height:1.12;letter-spacing:-.02em}.page-home .section-title p{font-size:clamp(1.05rem,1.7vw,1.35rem);line-height:1.62}@supports (text-wrap: balance){.page-home .section-title h2,.page-home #intro .section-title--intro h2{text-wrap:balance}}.page-home #intro.intro-section{min-height:100vh;display:flex;align-items:stretch;width:100%;max-width:none;margin:0;padding:0;background-color:#1e293b}.page-home #intro .intro-section__content{width:100%;max-width:none;margin:0;grid-template-columns:6.5fr 3.5fr;gap:0;align-items:stretch;min-height:100vh}.page-home #intro .intro-section__text{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;width:100%;max-width:none;margin:0;padding:clamp(2rem,4.5vw,4.5rem) clamp(1.5rem,5vw,7rem) clamp(2rem,4.5vw,4.5rem) clamp(1.5rem,5vw,7rem)}.page-home #intro .section-title--intro{text-align:left;margin-bottom:1rem}.page-home #intro .section-title--intro h2{color:#fff}.page-home #intro .section-title--intro h2:after{margin-left:0;background:#c2ddfaf2}.page-home #intro .section-title--intro p{margin-left:0;margin-right:0;max-width:58ch;color:#b6d3f0f5;font-size:clamp(1.05rem,1.9vw,1.4rem);font-weight:600;line-height:1.45}.page-home #intro .intro-section__body{margin:0;max-width:62ch;font-size:clamp(1.18rem,2.2vw,1.55rem);line-height:1.58;color:#fffffff5;font-weight:500;letter-spacing:-.01em}.page-home #intro .intro-section__micro-cta a,.page-home #sobre .about__micro-cta a{display:inline-flex;align-items:center;gap:.55rem;margin-top:1rem;color:#eaf3ff;font-weight:600;text-decoration:none}.page-home #intro .intro-section__micro-cta a:hover,.page-home #sobre .about__micro-cta a:hover{text-decoration:none}.page-home #intro .intro-section__micro-cta .hero__button{padding:.8rem 1.15rem;border-color:#c9e0faa6;background-color:#ffffff14;color:#f5f9ff}.page-home #intro .intro-section__micro-cta .hero__button i{color:#d5e8ff}.page-home #intro .intro-section__micro-cta .hero__button:hover:not(:disabled){background-color:#ffffff2e;border-color:#fffffff2;color:#fff}.page-home #intro .intro-section__image{height:100%;position:relative;overflow:hidden;border-left:1px solid rgba(255,255,255,.12)}.page-home #intro .intro-section__image img{width:100%;height:100%;min-height:100%;border-radius:0;box-shadow:0 14px 34px #020c1c59;object-fit:cover;transition:transform .45s cubic-bezier(.25,.46,.45,.94),filter .45s ease}.page-home #intro .intro-section__image:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#0d4f8c29,#0d4f8c0f 45%,#0d4f8c1f);pointer-events:none;opacity:.72;transition:opacity .35s ease}.page-home #intro .intro-section__image:hover img{transform:scale(1.04);filter:saturate(1.05) contrast(1.04)}.page-home #intro .intro-section__image:hover:after{opacity:.42}.page-home #servicos{min-height:100vh;display:flex;align-items:center;background-color:#f8fafc;padding-top:0;padding-bottom:0;overflow:hidden;width:100%;max-width:none;margin:0}.page-home #servicos .services__container{width:100%;max-width:none;margin:0;padding-left:0;padding-right:0}.page-home .services__layout{display:grid;grid-template-columns:minmax(280px,3fr) minmax(0,7fr);gap:clamp(1rem,2.2vw,2.2rem);align-items:stretch;min-height:100vh}.page-home .services__visual{position:relative;height:100%;align-self:stretch;overflow:hidden;border-radius:0}.page-home .services__visual img{width:100%;height:100%;min-height:100%;object-fit:cover;border-radius:0;box-shadow:none}.page-home .services__visual:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#07172a6b,#07172a1a 38%,#07172a42),linear-gradient(90deg,#08182c1f,#08182c00 45%);pointer-events:none}.page-home .services__content{display:flex;flex-direction:column;justify-content:center;padding:clamp(2rem,5vw,4rem) clamp(1rem,2.8vw,2.5rem);width:100%}.page-home #servicos .section-title{text-align:left;margin-bottom:1rem}.page-home #servicos .section-title h2:after{margin-left:0}.page-home #servicos .section-title p{margin-left:0;margin-right:0;max-width:64ch}.page-home .services-carousel{display:grid;grid-template-columns:auto 1fr auto;gap:.75rem;align-items:center;margin-top:.25rem}.page-home .services-carousel__viewport{overflow:hidden;border-radius:12px;position:relative;padding:.15rem .25rem;touch-action:pan-y pinch-zoom}.page-home .services-carousel__viewport:before,.page-home .services-carousel__viewport:after{content:"";position:absolute;top:0;bottom:0;width:52px;z-index:2;pointer-events:none}.page-home .services-carousel__viewport:before{left:0;background:linear-gradient(90deg,#f8fafcf2,#f8fafc00)}.page-home .services-carousel__viewport:after{right:0;background:linear-gradient(270deg,#f8fafcf2,#f8fafc00)}.page-home .services-carousel__track{display:flex;gap:1rem;transition:transform .45s cubic-bezier(.25,.46,.45,.94);will-change:transform}@media (prefers-reduced-motion: reduce){.page-home .services-carousel__track{transition-duration:.35s!important;transition-timing-function:ease-out!important}}.page-home .services-carousel__slide{min-width:48%;margin:0;filter:saturate(.98)}.page-home #servicos .services-carousel__slide.service-card{border-radius:12px;border:1px solid rgba(13,79,140,.11);box-shadow:0 4px 22px #09213812,0 1px #ffffffd9 inset;background:linear-gradient(180deg,#fff,#fbfcfe)}.page-home .services-carousel__control{width:2.25rem;height:2.25rem;border-radius:50%;border:1px solid rgba(13,79,140,.2);background:#fff;color:var(--color-blue-primary);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .25s ease}.page-home .services-carousel__control:hover{background:#0d4f8c1a;border-color:var(--color-blue-primary)}.page-home .services-carousel__control:disabled{opacity:.35;cursor:not-allowed;pointer-events:none}.page-home .services-carousel__track>[data-clone=true]{pointer-events:none}.page-home .services-carousel__dots{grid-column:1/-1;display:flex;justify-content:center;gap:.45rem;margin-top:.6rem}.page-home .services-carousel__dot{width:2.75rem;height:2.75rem;min-width:2.75rem;min-height:2.75rem;padding:0;border:none;background:transparent;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;transition:opacity .25s ease}.page-home .services-carousel__dot:before{content:"";width:.5rem;height:.5rem;border-radius:50%;background:#0d4f8c47;transition:width .25s ease,background .25s ease,border-radius .25s ease}.page-home .services-carousel__dot.is-active:before{width:1.4rem;border-radius:999px;background:var(--color-blue-primary)}.page-home .services-carousel__dot:focus-visible{outline:2px solid var(--color-blue-primary);outline-offset:2px}.page-home #lead-magnet{background-color:#f3efe7}.page-home #sobre{min-height:100vh;display:flex;align-items:stretch;background-color:#fff;padding-top:0;padding-bottom:0;width:100%;max-width:none;margin:0}.page-home #sobre .about__container{width:100%;max-width:none;margin:0;padding-left:0;padding-right:0}.page-home #sobre .about__content{grid-template-columns:7fr 3fr;align-items:stretch;min-height:100vh;gap:0}.page-home #sobre .section-title--about{text-align:left;margin-bottom:1.2rem}.page-home #sobre .section-title--about h2:after{margin-left:0}.page-home #sobre .section-title--about p{margin-left:0;margin-right:0;max-width:52ch;font-size:clamp(1rem,1.3vw,1.12rem);line-height:1.6;color:#4a6177}.page-home #sobre .about__kicker{display:inline-flex;align-items:center;gap:.35rem;margin-bottom:.5rem;font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;color:var(--color-blue-primary);font-weight:600;background:#0d4f8c14;border:1px solid rgba(13,79,140,.16);border-radius:999px;padding:.28rem .62rem}.page-home #sobre .about__subheading{margin:.2rem 0 .7rem;font-size:clamp(1.25rem,2.2vw,1.75rem);color:#103454;line-height:1.3}.page-home #sobre .about__text{display:flex;flex-direction:column;justify-content:center;padding:clamp(2rem,5vw,4rem) clamp(1rem,2.8vw,2.5rem);width:100%}.page-home #sobre .about__text p{margin-left:0;margin-right:0;max-width:68ch}.page-home #sobre .about__text .about__highlight{font-size:clamp(1.14rem,1.8vw,1.4rem);line-height:1.65;color:#0a2744;font-weight:500;margin:0 0 .78rem}.page-home #sobre .about__text .about__body{margin:0;font-size:clamp(1.03rem,1.35vw,1.14rem);line-height:1.72;color:#4c6277;max-width:58ch}.page-home #sobre .about__pillars{list-style:none;margin:1.05rem 0 0;padding:0;display:grid;gap:.58rem}.page-home #sobre .about__pillars li{display:inline-flex;align-items:center;gap:.55rem;font-size:clamp(.95rem,1.3vw,1.05rem);color:#24435f;padding:.5rem .7rem;border-radius:999px;border:1px solid rgba(13,79,140,.18);background:#ffffffbf;width:fit-content}.page-home #sobre .about__pillars li i{color:var(--color-blue-primary)}.page-home #sobre .about__actions{margin-top:1.05rem;display:flex;flex-wrap:wrap;gap:.65rem}.page-home #sobre .about__actions .hero__button{padding:.58rem .9rem;font-size:.92rem;min-height:40px}.page-home #sobre .about__microcopy{margin-top:.78rem;font-size:.9rem;color:#486177;display:inline-flex;align-items:center;gap:.45rem;border-left:3px solid rgba(13,79,140,.28);padding:.4rem 0 .4rem .7rem;background:linear-gradient(90deg,#0d4f8c12,#0d4f8c00);border-radius:0 6px 6px 0}.page-home #sobre .about__microcopy i{color:var(--color-blue-primary);font-size:.85rem}.page-home #sobre .about__image{height:100%;border-radius:0;overflow:hidden;position:relative}.page-home #sobre .about__image-wrapper{height:100%}.page-home #sobre .about__image img{width:100%;height:100%;min-height:100%;object-fit:cover}.page-home #sobre .about__image:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#06192e24,#06192e00 40%,#06192e2e);pointer-events:none}.page-home #diferenciais{min-height:100vh;display:flex;align-items:center;background:linear-gradient(180deg,#f8fafc,#f3f6fa);width:100%;max-width:none;margin:0}.page-home #diferenciais .benefits__container{width:100%;max-width:none;margin:0;padding-left:0;padding-right:0}.page-home #diferenciais .benefits-panel{display:grid;grid-template-columns:minmax(280px,.75fr) minmax(0,1.25fr);gap:clamp(1rem,2.4vw,2rem);align-items:start}.page-home #diferenciais .benefits-panel__intro{position:sticky;top:calc(70px + 1rem);width:100%;padding:clamp(2rem,5vw,4rem) clamp(1rem,2.8vw,2.5rem)}.page-home #diferenciais .section-title--benefits{text-align:left;margin-bottom:1rem}.page-home #diferenciais .section-title--benefits h2:after{margin-left:0}.page-home #diferenciais .section-title--benefits p{margin-left:0;margin-right:0;max-width:56ch}.page-home #diferenciais .benefits-panel__trust-strip{display:flex;flex-wrap:nowrap;gap:.65rem;margin-bottom:1rem}.page-home #diferenciais .benefits-panel__trust-strip span{display:inline-flex;align-items:center;gap:.5rem;width:fit-content;font-size:.96rem;font-weight:600;color:#173754;border:1px solid rgba(13,79,140,.28);background:linear-gradient(135deg,#fffffff5,#e3f0fccc);border-radius:999px;padding:.6rem .92rem;box-shadow:0 8px 18px #0a2d4e14;white-space:nowrap;line-height:1}.page-home #diferenciais .benefits-panel__trust-strip i{color:var(--color-blue-primary);font-size:.98rem}.page-home #diferenciais .benefits__cta{margin-top:0}.page-home #diferenciais .benefits__footer-cta{display:flex;justify-content:center;margin-top:1.1rem}.page-home #diferenciais .benefits-panel__right{display:grid;gap:.9rem}.page-home #diferenciais .benefits-panel__media-card{border-radius:12px;overflow:hidden;border:1px solid rgba(13,79,140,.14);box-shadow:0 10px 30px #0921381a}.page-home #diferenciais .benefits-panel__media-card img{width:100%;height:210px;object-fit:cover;display:block}.page-home #diferenciais .benefits__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}.page-home #diferenciais .benefit-card{min-height:0;text-align:left;align-items:flex-start;padding:1.15rem 1rem}.page-home #diferenciais .benefit-card__icon{margin-bottom:.7rem}.page-home #diferenciais .benefit-card__title{font-size:1.05rem;margin-bottom:.45rem}.page-home #diferenciais .benefit-card__description{font-size:.93rem;line-height:1.55;text-align:left}.page-home #depoimentos{background-color:#f8fafc}.page-home #depoimentos .testimonial-card{border-radius:12px;border-color:#0d4f8c1a;box-shadow:0 6px 26px #08233d12;transition:box-shadow .25s ease,border-color .25s ease}.page-home #depoimentos .testimonial-card:hover{border-color:#0d4f8c29;box-shadow:0 10px 32px #092c4c1a}@media (prefers-reduced-motion: reduce){.page-home #depoimentos .testimonial-card{transition:none}.page-home #depoimentos .testimonial-card:hover{box-shadow:0 6px 26px #08233d12}}.page-home .testimonial-card__avatar{width:2.75rem;height:2.75rem;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:rgba(var(--color-blue-primary-rgb),.12);color:var(--color-blue-primary);font-weight:700;margin-bottom:.875rem}.page-home #contato.contact-cta{min-height:90vh;display:flex;align-items:center;position:relative;background-color:#e8edf2;background-image:linear-gradient(180deg,#ffffff61,#f7f9fc7a 55%,#f0f4f88c),url(https://images.unsplash.com/photo-1507679799987-c73779587ccf?auto=format&fit=crop&w=1920&q=60);background-size:cover;background-position:center}.page-home .contact-cta__title{font-size:clamp(2rem,3.6vw,2.8rem)}.page-home .contact-cta__description{font-size:clamp(1.05rem,1.5vw,1.3rem)}.page-home #contato .contact-cta__title{color:#fffffffa;font-weight:800;letter-spacing:-.03em;line-height:1.14;text-shadow:0 2px 22px rgba(0,14,34,.58),0 1px 3px rgba(0,0,0,.45)}.page-home #contato .contact-cta__description{color:#fffffff0;font-size:clamp(1.05rem,1.4vw,1.22rem);font-weight:500;line-height:1.65;letter-spacing:-.01em;max-width:42rem;margin-left:auto;margin-right:auto;text-shadow:0 1px 20px rgba(0,12,28,.52),0 1px 2px rgba(0,0,0,.38)}.page-home #contato .contact-cta__note{color:#ffffffe0;font-size:clamp(.95rem,1.05vw,1rem);font-weight:500;line-height:1.6;max-width:40rem;margin-left:auto;margin-right:auto;text-shadow:0 1px 16px rgba(0,12,28,.46),0 1px 2px rgba(0,0,0,.32)}.page-home #contato .contact-cta__actions .hero__button--secondary{background-color:#fffffff5;border-color:rgba(var(--color-blue-primary-rgb),.28);color:var(--color-blue-dark);box-shadow:0 8px 22px #061c3429}.page-home #contato .contact-cta__actions .hero__button--secondary i{color:var(--color-blue-dark)}.page-home #contato .contact-cta__actions .hero__button--secondary:hover:not(:disabled),.page-home #contato .contact-cta__actions .hero__button--secondary:focus-visible{background-color:#fff;border-color:var(--color-blue-primary);color:var(--color-blue-primary);box-shadow:0 10px 26px #06203e38;transform:translateY(-2px)}.page-home .home-progress{position:fixed;top:0;left:0;height:3px;width:0;background:linear-gradient(90deg,var(--color-blue-primary),var(--color-blue-light));z-index:1200;transition:width .15s linear}@media (max-width: 1023px){.page-home #intro.intro-section{padding-left:max(1.25rem,env(safe-area-inset-left,0px));padding-right:max(1.25rem,env(safe-area-inset-right,0px));padding-top:1.5rem;padding-bottom:2rem}.page-home #intro .intro-section__text{padding-left:0;padding-right:0}.page-home #servicos,.page-home #sobre,.page-home #diferenciais{padding-top:1.75rem;padding-bottom:2rem}.page-home #servicos .services__container,.page-home #sobre .about__container,.page-home #diferenciais .benefits__container{padding-left:max(1.25rem,env(safe-area-inset-left,0px));padding-right:max(1.25rem,env(safe-area-inset-right,0px))}.page-home #servicos .services__content,.page-home #sobre .about__text,.page-home #diferenciais .benefits-panel__intro,.page-home #diferenciais .benefits-panel__right{padding-left:0;padding-right:0}.page-home #depoimentos .testimonials__container,.page-home #contato .contact-cta__container{padding-left:max(1.25rem,env(safe-area-inset-left,0px));padding-right:max(1.25rem,env(safe-area-inset-right,0px))}.page-home #intro .intro-section__content,.page-home .services__layout,.page-home #sobre .about__content{grid-template-columns:1fr;min-height:auto}.page-home #diferenciais .benefits-panel{grid-template-columns:1fr}.page-home #diferenciais .benefits-panel__intro{position:static}.page-home #diferenciais .benefits-panel__media-card img{height:250px}.page-home .services__visual{position:static;height:auto;border-radius:12px;overflow:hidden}.page-home .services__visual img{min-height:300px;height:300px}.page-home #sobre .about__image{border-radius:12px;overflow:hidden}.page-home #sobre .about__image img{border-radius:12px}.page-home .services-carousel__slide{min-width:62%}}@media screen and (max-width: 767px){.page-home .section{padding-top:clamp(2.25rem,6vw,3.25rem);padding-bottom:clamp(2.25rem,6vw,3.25rem)}.page-home section+section{border-top-color:#0b2d4e38}.page-home #intro.intro-section,.page-home #servicos,.page-home #sobre,.page-home #diferenciais,.page-home #contato.contact-cta{min-height:auto}.page-home #intro.intro-section{padding-top:1.75rem;padding-bottom:2.25rem}.page-home #servicos,.page-home #sobre,.page-home #diferenciais{padding-top:2rem;padding-bottom:2.25rem}.page-home .section-title h2{font-size:clamp(1.75rem,8vw,2.3rem)}.page-home #intro .intro-section__content{grid-template-columns:1fr;gap:1.1rem;min-height:auto}.page-home #intro .intro-section__text{max-width:none;padding:1.25rem 0 .75rem}.page-home #intro .intro-section__body{font-size:clamp(1.02rem,5vw,1.22rem)}.page-home #intro .section-title--intro p{font-size:clamp(.95rem,4.2vw,1.12rem)}.page-home #intro .intro-section__image{min-height:320px;border-left:0;margin-inline:0;border-radius:12px;overflow:hidden}.page-home #intro .intro-section__image img{min-height:320px;border-radius:12px}.page-home .services__visual{border-radius:12px;overflow:hidden;margin-inline:0}.page-home #sobre .about__image{border-radius:12px;overflow:hidden}.page-home #sobre .about__image img{border-radius:12px}.page-home .home-progress{height:2px}.page-home .services-carousel{grid-template-columns:1fr;gap:.75rem}.page-home .services-carousel__control{display:none}.page-home .services-carousel__slide{min-width:100%}.page-home .services-carousel__dots{gap:.25rem;margin-top:.75rem}.page-home .service-card__link{min-height:2.75rem;display:inline-flex;align-items:center}.page-home #diferenciais .benefits-panel__trust-strip{flex-wrap:wrap}.page-home #diferenciais .benefits__grid{grid-template-columns:1fr}.page-home #diferenciais .benefits-panel__trust-strip span{width:auto;border-radius:10px;font-size:.94rem;padding:.5rem .82rem}.page-home #diferenciais .benefits__footer-cta{justify-content:center}.page-home #diferenciais .benefits__footer-cta .hero__button{min-height:2.75rem}.page-home #sobre .about__pillars li{width:100%;border-radius:10px}.page-home #sobre .about__actions{flex-direction:column;gap:.75rem}.page-home #sobre .about__actions .hero__button{width:100%;justify-content:center;font-size:.92rem;min-height:2.75rem}.page-home #sobre .about__image img{min-height:280px;height:280px}.page-home .services-carousel__viewport:before,.page-home .services-carousel__viewport:after{display:none}.page-home .contact-cta__actions .hero__button,.page-home .services__cta-inline .hero__button{min-height:2.75rem}main.page-home .hero .hero__button{min-height:2.75rem}.page-home #contato.contact-cta{background-image:linear-gradient(180deg,#ffffff73,#f7f9fc85,#eef4fa94),url(https://images.unsplash.com/photo-1507679799987-c73779587ccf?auto=format&fit=crop&w=1920&q=60)}.page-home .section-title{margin-bottom:1.85rem}.page-home .section-title p{line-height:1.68}.page-home .home-progress{opacity:.88}.page-home #diferenciais .benefits-panel__media-card{box-shadow:0 8px 28px #09213817}.page-home #servicos .section-title{margin-bottom:1.15rem}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.container{max-width:1400px;margin:0 auto;padding:0 1.25rem}@media screen and (min-width: 1024px){.container{padding:0 1.5rem}}.section{padding:2.5rem 0}@media screen and (max-width: 767px){.section{padding:1.5rem 0}}.section-title{text-align:center;margin-bottom:3rem;position:relative}.section-title h2{font-weight:800;letter-spacing:-.03em;font-size:2.25rem;line-height:1.2;margin-bottom:.875rem;color:var(--color-text-primary)}.section-title h2:after{content:"";display:block;width:48px;height:2px;background:var(--color-blue-primary);margin:.875rem auto 0;border-radius:1px;transition:width .35s ease;opacity:1}.section-title h2:hover:after{width:64px}@media screen and (max-width: 767px){.section-title h2{font-size:1.75rem}}@media (prefers-reduced-motion: reduce){.section-title h2:after{transition:none}}.section-title p{font-size:1.0625rem;font-weight:400;color:var(--color-text-secondary);line-height:1.75;max-width:42rem;margin:0 auto}
