*{margin:0;padding:0;box-sizing:border-box}ul,ol{list-style:none;list-style-type:none}ul:before,ul:after,ol:before,ol:after{display:none;content:none}ul li:before,ul li:after,ol li:before,ol li:after{display:none;content:none}ul li::marker,ol li::marker{display:none;content:none}html{scroll-behavior:smooth;-webkit-overflow-scrolling:touch}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.content-section,.services-section,.process-section,.team-section,.faq-section{animation:fadeIn .8s ease-out}.fade-in-on-scroll{opacity:0;transform:translateY(40px);transition:all .8s cubic-bezier(.4,0,.2,1)}.fade-in-on-scroll.visible{opacity:1;transform:translateY(0)}.fade-in-on-scroll:nth-child(1){transition-delay:.1s}.fade-in-on-scroll:nth-child(2){transition-delay:.2s}.fade-in-on-scroll:nth-child(3){transition-delay:.3s}.fade-in-on-scroll:nth-child(4){transition-delay:.4s}.fade-in-on-scroll:nth-child(5){transition-delay:.5s}.fade-in-on-scroll:nth-child(6){transition-delay:.6s}:root{--bg-primary: #FFFFFF;--bg-secondary: #F8FAFC;--bg-card: #F0F4F8;--bg-elevated: #E8F0F7;--blue-lightest: #EFF6FF;--blue-lighter: #DBEAFE;--blue-light: #93C5FD;--blue-medium: #60A5FA;--blue-primary: #3943B7;--blue-dark: #2F37A0;--blue-darker: #232A7A;--green-lightest: #F0FDF4;--green-lighter: #DCFCE7;--green-light: #BBF7D0;--green-medium: #86EFAC;--green-primary: #22C55E;--green-dark: #16A34A;--green-darker: #15803D;--orange-lightest: #FFF7ED;--orange-lighter: #FFEDD5;--orange-light: #FED7AA;--orange-medium: #FDBA74;--orange-primary: #F97316;--orange-dark: #EA580C;--orange-darker: #C2410C;--text-primary: #1F2937;--text-secondary: #374151;--text-tertiary: #6B7280;--text-disabled: #9CA3AF;--field-border: #7C8BA1;--field-border-hover: #6B7C93;--danger: #B42318;--mobile-max: 1023px;--desktop-min: 1024px;--desktop-large: 1440px;--spacing-xs: 8px;--spacing-sm: 16px;--spacing-md: 24px;--spacing-lg: 32px;--spacing-xl: 40px;--spacing-2xl: 80px;--spacing-3xl: 120px;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 20px;--radius-2xl: 24px;--radius-full: 9999px;--shadow-sm: 0 2px 8px rgba(0, 0, 0, .04), 0 1px 4px rgba(0, 0, 0, .02);--shadow-md: 0 4px 16px rgba(0, 0, 0, .08), 0 2px 8px rgba(0, 0, 0, .04);--shadow-lg: 0 8px 24px rgba(0, 0, 0, .12), 0 4px 12px rgba(0, 0, 0, .06);--shadow-xl: 0 12px 40px rgba(0, 0, 0, .16), 0 6px 20px rgba(0, 0, 0, .08);--shadow-2xl: 0 20px 60px rgba(0, 0, 0, .2), 0 8px 24px rgba(0, 0, 0, .1);--shadow-blue: 0 4px 20px rgba(57, 67, 183, .28), 0 2px 8px rgba(57, 67, 183, .18);--shadow-green: 0 4px 20px rgba(34, 197, 94, .3), 0 2px 8px rgba(34, 197, 94, .2);--shadow-blue-lg: 0 6px 30px rgba(57, 67, 183, .36), 0 4px 12px rgba(57, 67, 183, .26);--shadow-green-lg: 0 6px 30px rgba(34, 197, 94, .4), 0 4px 12px rgba(34, 197, 94, .3);--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);--hover-opacity: .8;--focus-ring: 0 0 0 3px rgba(57, 67, 183, .18);--focus-ring-blue: 0 0 0 3px rgba(57, 67, 183, .22);--focus-ring-green: 0 0 0 3px rgba(34, 197, 94, .15);--hover-lift: translateY(-2px);--hover-lift-lg: translateY(-4px);--border-width: 1px;--border-width-thick: 2px;--border-color: rgba(57, 67, 183, .1);--border-color-hover: rgba(57, 67, 183, .2);--border-color-focus: var(--blue-primary);--font-heading: "Plus Jakarta Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;--font-body: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;--fs-body: 16px;--fs-body-desktop: 17px;--fs-cta: 16px;--fs-cta-desktop: 17px;--lh-body: 1.75;--lh-heading: 1.15;--ls-body: -.005em;--ls-heading: -.02em;--ls-cta: -.01em}body{font-family:var(--font-body);font-size:var(--fs-body);line-height:var(--lh-body);letter-spacing:var(--ls-body);background-color:var(--bg-primary);color:var(--text-primary);overflow-x:hidden;min-height:100vh}@media screen and (min-width: 1024px){body{font-size:var(--fs-body-desktop)}}.container{width:100%;max-width:var(--desktop-large);margin:0 auto;padding:0 20px}@media screen and (min-width: 1024px){.container{padding:0 var(--spacing-3xl)}}.section{padding:var(--spacing-xl) 20px}@media screen and (min-width: 1024px){.section{padding:var(--spacing-2xl) var(--spacing-3xl)}}.card{background-color:var(--bg-primary);border:var(--border-width) solid var(--border-color);border-radius:var(--radius-lg);padding:var(--spacing-lg);box-shadow:var(--shadow-sm);transition:all var(--transition-normal)}@media screen and (min-width: 1024px){.card{padding:var(--spacing-xl);border-radius:var(--radius-xl)}}.card:hover{border-color:var(--border-color-hover);box-shadow:var(--shadow-md);transform:var(--hover-lift)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--spacing-xs);padding:14px 24px;border:none;border-radius:var(--radius-md);font-family:var(--font-heading);font-weight:600;font-size:var(--fs-cta);letter-spacing:var(--ls-cta);line-height:1.1;cursor:pointer;transition:all var(--transition-normal);text-decoration:none;text-align:center;min-height:48px;touch-action:manipulation}@media screen and (max-width: 1023px){.btn{width:100%;padding:14px 20px;min-height:52px}}@media screen and (min-width: 1024px){.btn{font-size:var(--fs-cta-desktop)}}.btn:focus{outline:none;box-shadow:var(--focus-ring)}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.btn.btn-primary{background-color:var(--blue-primary);color:#fff;box-shadow:var(--shadow-blue)}.btn.btn-primary:hover:not(:disabled){background-color:var(--blue-dark);box-shadow:var(--shadow-blue-lg);transform:var(--hover-lift)}.btn.btn-primary:active:not(:disabled){transform:translateY(0)}.btn.btn-secondary{background-color:transparent;border:var(--border-width-thick) solid var(--blue-primary);color:var(--blue-primary)}.btn.btn-secondary:hover:not(:disabled){background-color:var(--blue-primary);color:#fff;box-shadow:var(--shadow-blue);transform:var(--hover-lift)}.btn.btn-secondary:active:not(:disabled){transform:translateY(0)}.btn.btn-ghost{background-color:transparent;color:var(--text-primary)}.btn.btn-ghost:hover:not(:disabled){background-color:var(--bg-secondary);opacity:var(--hover-opacity)}.input{width:100%;min-height:48px;padding:12px 16px;background-color:#fff;border:var(--border-width-thick) solid var(--field-border);border-radius:var(--radius-md);color:var(--text-primary);font-size:15px;font-family:Inter,sans-serif;transition:all var(--transition-normal)}@media screen and (max-width: 1023px){.input{font-size:16px;min-height:52px;padding:14px 16px;-webkit-appearance:none;-moz-appearance:none;appearance:none}}.input::placeholder{color:var(--text-tertiary);opacity:.6}.input:focus{outline:none;border-color:var(--blue-primary);box-shadow:var(--focus-ring-blue)}.input:hover:not(:focus){border-color:var(--field-border-hover)}.input.error{border-color:var(--danger)}.input.error:focus{box-shadow:0 0 0 3px #b423182e}.input.valid{border-color:var(--green-primary)}.input.valid:focus{box-shadow:var(--focus-ring-green)}.input:disabled{background-color:var(--bg-secondary);color:var(--text-disabled);cursor:not-allowed;opacity:.6}.heading{font-family:Plus Jakarta Sans,sans-serif;font-weight:700;color:var(--text-primary);line-height:1.2;letter-spacing:-.3px;margin:0}.heading.h1{font-size:clamp(32px,8vw,56px);letter-spacing:-.5px;line-height:1.1}@media screen and (min-width: 1024px){.heading.h1{font-size:56px;letter-spacing:-.6px}}.heading.h2{font-size:clamp(28px,7vw,48px);letter-spacing:-.4px}@media screen and (min-width: 1024px){.heading.h2{font-size:48px;letter-spacing:-.5px}}.heading.h3{font-size:clamp(22px,5vw,32px);letter-spacing:-.3px}@media screen and (min-width: 1024px){.heading.h3{font-size:32px;letter-spacing:-.4px}}.heading.h4{font-size:clamp(20px,4vw,24px);letter-spacing:-.2px}@media screen and (min-width: 1024px){.heading.h4{font-size:24px}}header{position:fixed;top:0;left:0;width:100%;z-index:1000;background-color:transparent;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px);padding:20px 0 0;transition:all .3s ease}@media screen and (max-width: 1023px){header{padding:16px 0}}@media screen and (min-width: 1024px){header{padding:35px 0}}header.scrolled{background-color:#ffffffbf;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);box-shadow:0 4px 30px #00000014,0 1px 8px #0000000a;border-bottom:1px solid rgba(255,255,255,.2)}header .header-content{max-width:var(--desktop-large);margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center}@media screen and (min-width: 1024px){header .header-content{padding:0 var(--spacing-3xl)}}header .header-content .logo a{display:inline-block;text-decoration:none}header .header-content .logo img{height:40px;width:auto;display:block}@media screen and (max-width: 1023px){header .header-content .logo img{height:32px}}header .header-content .nav-desktop{display:none}@media screen and (min-width: 1024px){header .header-content .nav-desktop{display:flex;align-items:center;gap:40px;flex-direction:row}header .header-content .nav-desktop .nav-item{color:#fff;font-family:var(--font-heading);font-size:16px;font-weight:500;letter-spacing:-.01em;cursor:pointer;transition:all .3s ease;white-space:nowrap;letter-spacing:-.2px}header .header-content .nav-desktop .nav-item:hover{opacity:.7}header .header-content .nav-desktop .cta-header{padding:12px 24px;background-color:var(--blue-primary);border:none;border-radius:8px;color:#fff;font-weight:600;font-family:Plus Jakarta Sans,sans-serif;font-size:16px;cursor:pointer;transition:all .3s ease;white-space:nowrap;letter-spacing:-.2px;box-shadow:var(--shadow-blue)}header .header-content .nav-desktop .cta-header:hover{background-color:var(--blue-dark);box-shadow:var(--shadow-blue-lg);transform:translateY(-2px)}}header .header-content .header-badge{display:none}@media screen and (min-width: 1024px){header .header-content .header-badge{display:block;text-align:center;padding:8px 0;background-color:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}header .header-content .header-badge span{font-size:12px;font-weight:500;font-family:Plus Jakarta Sans,sans-serif;color:var(--blue-primary);white-space:nowrap}}header .header-content .menu-toggle{display:block;background:none;border:none;cursor:pointer;width:44px;height:44px;color:var(--text-primary);padding:0;flex-shrink:0;transition:opacity .3s ease;touch-action:manipulation}@media screen and (max-width: 1023px){header .header-content .menu-toggle{width:48px;height:48px;min-width:48px;min-height:48px}}@media screen and (min-width: 1024px){header .header-content .menu-toggle{display:none}}header .header-content .menu-toggle:hover{opacity:.8}header .header-content .menu-toggle:active{opacity:.6}header .header-content .menu-toggle svg{width:100%;height:100%;display:block}header .header-content .menu-toggle svg path{fill:#fff;transition:fill .3s ease}header.scrolled .header-content .nav-desktop .nav-item{color:var(--blue-primary)}header.scrolled .header-content .nav-desktop .nav-item:hover{opacity:.7}header.scrolled .header-content .menu-toggle svg path{fill:var(--blue-primary)}header.scrolled .header-content .menu-toggle:hover svg path{fill:var(--blue-dark)}.menu-overlay{display:none}@media screen and (max-width: 1023px){.menu-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;z-index:999}.menu-overlay.active{opacity:1;visibility:visible}}.side-menu{display:none!important}@media screen and (max-width: 1023px){.side-menu{display:flex!important;position:fixed;top:0;right:-100%;width:85%;max-width:320px;height:100%;background-color:var(--bg-card);color:var(--text-primary);transition:right .3s cubic-bezier(.4,0,.2,1);z-index:1001;display:flex;flex-direction:column;padding:70px 24px 24px;box-shadow:-4px 0 20px #00000080}.side-menu.open{right:0}.side-menu .close-btn{position:absolute;top:16px;right:16px;background:#0000000d;border:none;border-radius:8px;color:var(--text-primary);font-size:28px;cursor:pointer;width:48px;height:48px;min-width:48px;min-height:48px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;touch-action:manipulation}.side-menu .close-btn:active{background:#0000001a;transform:scale(.95)}.side-menu nav ul{list-style:none;display:flex;flex-direction:column;gap:8px;margin:0;padding:0}.side-menu nav ul li{margin:0;padding:0;list-style:none}.side-menu nav ul li a{color:var(--blue-primary);text-decoration:none;font-size:18px;font-weight:500;font-family:Plus Jakarta Sans,sans-serif;transition:all .2s ease;display:block;cursor:pointer;padding:12px 16px;border-radius:8px;min-height:48px;display:flex;align-items:center;touch-action:manipulation;letter-spacing:-.2px}.side-menu nav ul li a:hover{background-color:#2563eb1a}.side-menu nav ul li a:active{background-color:#2563eb26;transform:scale(.98)}.side-menu nav ul li .cta-header-mobile{width:100%;padding:14px 20px;background-color:var(--blue-primary);border:none;border-radius:8px;color:#fff;font-weight:600;font-family:Plus Jakarta Sans,sans-serif;font-size:16px;cursor:pointer;transition:all .3s ease;margin-top:8px;touch-action:manipulation}.side-menu nav ul li .cta-header-mobile:hover{background-color:var(--blue-dark);transform:translateY(-2px)}.side-menu nav ul li .cta-header-mobile:active{transform:scale(.98)}}.hero-section{position:relative;width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;background-image:image-set(url(/hero_test.webp) type("image/webp"),url(/hero_test.jpg) type("image/jpeg"));background-image:url(/hero_test.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:scroll;overflow:hidden}.hero-section .hero-decoration{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none;overflow:hidden}.hero-section .hero-decoration .hero-blob{position:absolute;border-radius:50%;filter:blur(80px);opacity:.3;animation:blobFloat 20s ease-in-out infinite}.hero-section .hero-decoration .hero-blob.hero-blob-1{width:500px;height:500px;background:radial-gradient(circle,var(--blue-primary) 0%,transparent 70%);top:-10%;right:-5%;animation-delay:0s}.hero-section .hero-decoration .hero-blob.hero-blob-2{width:400px;height:400px;background:radial-gradient(circle,var(--green-primary) 0%,transparent 70%);bottom:-10%;left:-5%;animation-delay:7s}.hero-section .hero-decoration .hero-blob.hero-blob-3{width:300px;height:300px;background:radial-gradient(circle,rgba(255,255,255,.2) 0%,transparent 70%);top:50%;left:50%;transform:translate(-50%,-50%);animation-delay:14s}@keyframes blobFloat{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-30px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}}@media screen and (max-width: 1023px){.hero-section{min-height:auto;padding:80px 0 60px;background-position:center center;background-image:image-set(url(/hero_test_mobile.webp) type("image/webp"),url(/hero_test_mobile.jpg) type("image/jpeg"));background-image:url(/hero_test_mobile.jpg)}}@media screen and (min-width: 1024px){.hero-section{min-height:100vh}}.hero-section .hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#0006,#0000004d,#00000080),linear-gradient(180deg,#2563eb4d,#2563eb33,#2563eb66);z-index:1}@media screen and (max-width: 1023px){.hero-section .hero-overlay{background:linear-gradient(180deg,#00000073,#00000059,#0000008c),linear-gradient(180deg,#2563eb66,#2563eb4d,#2563eb80)}}.hero-section .hero-content{position:relative;z-index:2;max-width:var(--desktop-large);width:100%;padding:0 20px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:var(--text-primary);gap:var(--spacing-xl);margin:0 auto}@media screen and (max-width: 1023px){.hero-section .hero-content{padding:0 20px 40px;justify-content:flex-start;min-height:auto;gap:var(--spacing-lg)}}@media screen and (min-width: 1024px){.hero-section .hero-content{flex-direction:row;align-items:center;gap:var(--spacing-2xl);text-align:left;padding:120px var(--spacing-3xl) 80px;max-width:var(--desktop-large)}}.hero-section .hero-content .hero-text-block{display:flex;flex-direction:column;align-items:center;width:100%}@media screen and (min-width: 1024px){.hero-section .hero-content .hero-text-block{flex:1;align-items:flex-start;max-width:600px}}.hero-section .hero-content .hero-text-block .hero-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:50px;margin-bottom:var(--spacing-lg);font-size:14px;font-weight:600;font-family:Plus Jakarta Sans,sans-serif;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.3);animation:fadeInUp .6s ease-out}.hero-section .hero-content .hero-text-block .hero-badge .badge-dot{width:8px;height:8px;background:var(--green-primary);border-radius:50%;box-shadow:0 0 12px #22c55ecc;animation:pulseDot 2s ease-in-out infinite}@keyframes pulseDot{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.8}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-section .hero-content .hero-title{font-size:75px;font-weight:700;font-family:Plus Jakarta Sans,sans-serif;line-height:1.2;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.3);margin-bottom:21px;max-width:900px;letter-spacing:-.8px;animation:fadeInUp .8s ease-out .2s both}.hero-section .hero-content .hero-title .gradient-text{background:linear-gradient(135deg,var(--blue-lightest) 0%,var(--blue-light) 50%,var(--blue-medium) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative;display:inline-block}.hero-section .hero-content .hero-title .gradient-text:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--blue-lightest) 0%,var(--blue-light) 50%,var(--blue-medium) 100%);border-radius:2px;opacity:.4}@media screen and (max-width: 1023px){.hero-section .hero-content .hero-title{font-size:clamp(44px,11vw,56px);line-height:1.25;margin-bottom:var(--spacing-md);text-shadow:0 3px 12px rgba(0,0,0,.5),0 1px 4px rgba(0,0,0,.3);max-width:100%;letter-spacing:-.5px}}@media screen and (min-width: 1024px){.hero-section .hero-content .hero-title{text-align:left;margin-bottom:var(--spacing-lg)}}.hero-section .hero-content .hero-subtitle{font-size:24px;font-weight:400;font-family:Inter,sans-serif;line-height:1.6;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.3);margin-bottom:var(--spacing-lg);max-width:800px;animation:fadeInUp .8s ease-out .4s both}@media screen and (max-width: 1023px){.hero-section .hero-content .hero-subtitle{font-size:clamp(18px,5vw,22px);line-height:1.6;margin-bottom:var(--spacing-md);text-shadow:0 2px 8px rgba(0,0,0,.5),0 1px 3px rgba(0,0,0,.3);max-width:100%}}@media screen and (min-width: 1024px){.hero-section .hero-content .hero-subtitle{text-align:left;margin-bottom:var(--spacing-lg)}}.hero-section .hero-content .hero-bullets{list-style:none;padding:0;margin:0 0 var(--spacing-xl) 0;display:flex;flex-direction:column;gap:var(--spacing-md);text-align:left}@media screen and (max-width: 1023px){.hero-section .hero-content .hero-bullets{margin-bottom:var(--spacing-lg);gap:var(--spacing-sm)}}.hero-section .hero-content .hero-bullets li{font-size:18px;font-family:Inter,sans-serif;color:#fffc;text-shadow:0 2px 8px rgba(0,0,0,.3);padding-left:32px;position:relative;line-height:1.6;display:flex;align-items:center;gap:12px;animation:fadeInUp .6s ease-out both}.hero-section .hero-content .hero-bullets li:nth-child(1){animation-delay:.6s}.hero-section .hero-content .hero-bullets li:nth-child(2){animation-delay:.8s}.hero-section .hero-content .hero-bullets li:nth-child(3){animation-delay:1s}@media screen and (max-width: 1023px){.hero-section .hero-content .hero-bullets li{font-size:16px;padding-left:28px}}.hero-section .hero-content .hero-bullets li svg{width:20px;height:20px;flex-shrink:0;color:var(--green-primary);filter:drop-shadow(0 0 8px rgba(34,197,94,.6))}.hero-section .hero-content .hero-bullets li span{flex:1}.hero-section .hero-content .hero-cta-wrapper{display:flex;flex-direction:column;gap:var(--spacing-md);width:100%;align-items:flex-start;margin-bottom:var(--spacing-md);animation:fadeInUp .8s ease-out 1.2s both}@media screen and (max-width: 1023px){.hero-section .hero-content .hero-cta-wrapper{gap:var(--spacing-sm);margin-bottom:var(--spacing-sm)}}@media screen and (min-width: 1024px){.hero-section .hero-content .hero-cta-wrapper{flex-direction:row;align-items:center}}.hero-section .hero-content .hero-cta-wrapper .cta-primary{display:inline-flex;align-items:center;gap:12px;padding:18px 36px;background:linear-gradient(135deg,var(--blue-primary) 0%,var(--blue-dark) 100%);border:none;border-radius:12px;color:#fff;font-family:var(--font-heading);font-weight:600;font-size:var(--fs-cta);letter-spacing:var(--ls-cta);line-height:1.1;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 24px #3943b759,0 4px 12px #3943b740;position:relative;overflow:hidden}@media screen and (min-width: 1024px){.hero-section .hero-content .hero-cta-wrapper .cta-primary{font-size:var(--fs-cta-desktop)}}.hero-section .hero-content .hero-cta-wrapper .cta-primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s ease}.hero-section .hero-content .hero-cta-wrapper .cta-primary:hover{transform:translateY(-3px);box-shadow:0 12px 32px #3943b76b,0 6px 16px #3943b752}.hero-section .hero-content .hero-cta-wrapper .cta-primary:hover:before{left:100%}.hero-section .hero-content .hero-cta-wrapper .cta-primary:hover svg{transform:translate(4px)}.hero-section .hero-content .hero-cta-wrapper .cta-primary svg{width:20px;height:20px;transition:transform .3s ease}.hero-section .hero-content .hero-microcopy{font-size:14px;font-family:Inter,sans-serif;color:#ffffffe6;text-shadow:0 1px 4px rgba(0,0,0,.3);margin:0;text-align:left}@media screen and (max-width: 1023px){.hero-section .hero-content .hero-microcopy{font-size:13px;text-align:center}}.hero-section .hero-content .hero-form-wrapper{width:100%;max-width:500px;position:relative;z-index:3}@media screen and (max-width: 1023px){.hero-section .hero-content .hero-form-wrapper{width:100%;max-width:100%}}@media screen and (min-width: 1024px){.hero-section .hero-content .hero-form-wrapper{flex:0 0 auto;max-width:480px;width:480px}}.hero-section .hero-content .hero-form-wrapper .form-container{background-color:#fffffffa;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:var(--border-width) solid rgba(255,255,255,.3);border-radius:var(--radius-xl);padding:var(--spacing-xl);box-shadow:var(--shadow-2xl)}@media screen and (max-width: 1023px){.hero-section .hero-content .hero-form-wrapper .form-container{padding:var(--spacing-lg);border-radius:var(--radius-lg)}}.hero-section .hero-content .hero-form-wrapper .form-container .form-group,.hero-section .hero-content .hero-form-wrapper .form-container .form-group.form-row{margin-bottom:var(--spacing-md)}@media screen and (min-width: 1024px){.hero-section .hero-content .hero-form-wrapper .form-container .form-group.form-row{display:grid;grid-template-columns:1fr 1fr;gap:var(--spacing-md);align-items:start}}.hero-section .hero-content .hero-form-wrapper .form-container .form-group.form-row>.form-group{display:flex;flex-direction:column}.hero-section .hero-content .hero-form-wrapper .form-container .form-group label{display:block;color:var(--text-primary);font-weight:500;font-family:Inter,sans-serif;font-size:14px;margin-bottom:var(--spacing-xs);transition:color var(--transition-fast)}@media screen and (max-width: 1023px){.hero-section .hero-content .hero-form-wrapper .form-container .form-group label{font-size:13px}}.hero-section .hero-content .hero-form-wrapper .form-container .form-group label .required{color:var(--danger);font-weight:600}.hero-section .hero-content .hero-form-wrapper .form-container .form-group input,.hero-section .hero-content .hero-form-wrapper .form-container .form-group select{width:100%;min-height:48px;padding:12px 16px;background-color:#fff;border:var(--border-width-thick) solid var(--field-border);border-radius:var(--radius-md);color:var(--text-primary);font-size:15px;font-family:Inter,sans-serif;transition:all var(--transition-normal)}@media screen and (max-width: 1023px){.hero-section .hero-content .hero-form-wrapper .form-container .form-group input,.hero-section .hero-content .hero-form-wrapper .form-container .form-group select{font-size:16px;min-height:52px;padding:14px 16px;border-radius:var(--radius-md);-webkit-appearance:none;-moz-appearance:none;appearance:none}}.hero-section .hero-content .hero-form-wrapper .form-container .form-group input::placeholder,.hero-section .hero-content .hero-form-wrapper .form-container .form-group select::placeholder{color:var(--text-tertiary);opacity:.6}.hero-section .hero-content .hero-form-wrapper .form-container .form-group input:hover:not(:focus):not(:disabled),.hero-section .hero-content .hero-form-wrapper .form-container .form-group select:hover:not(:focus):not(:disabled){border-color:var(--field-border-hover)}.hero-section .hero-content .hero-form-wrapper .form-container .form-group input:focus,.hero-section .hero-content .hero-form-wrapper .form-container .form-group select:focus{outline:none;border-color:var(--blue-primary);box-shadow:var(--focus-ring-blue)}.hero-section .hero-content .hero-form-wrapper .form-container .form-group input.error,.hero-section .hero-content .hero-form-wrapper .form-container .form-group select.error{border-color:var(--danger)}.hero-section .hero-content .hero-form-wrapper .form-container .form-group input.error:focus,.hero-section .hero-content .hero-form-wrapper .form-container .form-group select.error:focus{box-shadow:0 0 0 3px #b423182e}.hero-section .hero-content .hero-form-wrapper .form-container .form-group input.valid,.hero-section .hero-content .hero-form-wrapper .form-container .form-group select.valid{border-color:var(--green-primary)}.hero-section .hero-content .hero-form-wrapper .form-container .form-group input.valid:focus,.hero-section .hero-content .hero-form-wrapper .form-container .form-group select.valid:focus{box-shadow:var(--focus-ring-green)}.hero-section .hero-content .hero-form-wrapper .form-container .form-group input:disabled,.hero-section .hero-content .hero-form-wrapper .form-container .form-group select:disabled{background-color:var(--bg-secondary);color:var(--text-disabled);cursor:not-allowed;opacity:.6}.hero-section .hero-content .hero-form-wrapper .form-container .form-group .error-message{color:var(--danger);font-size:12px;font-family:Inter,sans-serif;margin-top:6px;display:none;opacity:0;transform:translateY(-4px);transition:all var(--transition-fast)}.hero-section .hero-content .hero-form-wrapper .form-container .form-group .error-message.show{display:block;opacity:1;transform:translateY(0)}.hero-section .hero-content .hero-form-wrapper .form-container .form-submit{width:100%;height:55px;background-color:var(--blue-primary);border:none;border-radius:var(--radius-md);color:#fff;font-family:var(--font-heading);font-weight:600;font-size:var(--fs-cta);letter-spacing:var(--ls-cta);line-height:1.1;cursor:pointer;transition:all var(--transition-normal);margin-top:var(--spacing-md);box-shadow:var(--shadow-blue);position:relative;overflow:hidden}@media screen and (max-width: 1023px){.hero-section .hero-content .hero-form-wrapper .form-container .form-submit{height:56px;min-height:56px;margin-top:var(--spacing-lg);touch-action:manipulation}}@media screen and (min-width: 1024px){.hero-section .hero-content .hero-form-wrapper .form-container .form-submit{font-size:var(--fs-cta-desktop)}}.hero-section .hero-content .hero-form-wrapper .form-container .form-submit: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 var(--transition-slow)}.hero-section .hero-content .hero-form-wrapper .form-container .form-submit:hover:not(:disabled){background-color:var(--blue-dark);box-shadow:var(--shadow-blue-lg);transform:var(--hover-lift)}.hero-section .hero-content .hero-form-wrapper .form-container .form-submit:hover:not(:disabled):before{left:100%}.hero-section .hero-content .hero-form-wrapper .form-container .form-submit:focus:not(:disabled){outline:none;box-shadow:var(--shadow-blue-lg),var(--focus-ring-blue)}.hero-section .hero-content .hero-form-wrapper .form-container .form-submit:active:not(:disabled){transform:translateY(0)}@media screen and (max-width: 1023px){.hero-section .hero-content .hero-form-wrapper .form-container .form-submit:active:not(:disabled){transform:scale(.98)}}.hero-section .hero-content .hero-form-wrapper .form-container .form-submit:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.hero-section .hero-content .hero-form-wrapper .form-container .form-privacy{text-align:center;margin-top:var(--spacing-md);font-size:12px;font-family:Inter,sans-serif;color:var(--text-tertiary)}.hero-section .hero-content .hero-form-wrapper .form-container .form-success{display:none;text-align:center;padding:var(--spacing-xl);background-color:#2563eb14;border:var(--border-width-thick) solid var(--blue-primary);border-radius:var(--radius-lg);color:var(--text-primary);font-size:16px;font-family:Inter,sans-serif;font-weight:500;opacity:0;transform:translateY(10px);transition:all var(--transition-normal)}.hero-section .hero-content .hero-form-wrapper .form-container .form-success.show{display:block;opacity:1;transform:translateY(0)}.hero-section .hero-content .hero-form-wrapper .form-container .form-success .form-success-download{margin-top:24px;display:flex;justify-content:center}.hero-section .hero-content .hero-form-wrapper .form-container .form-success .form-success-download .download-btn{display:inline-flex;align-items:center;gap:10px;padding:14px 28px;background:linear-gradient(135deg,var(--blue-primary) 0%,var(--blue-dark) 100%);color:#fff;text-decoration:none;border-radius:var(--radius-md);font-weight:600;font-family:Plus Jakarta Sans,sans-serif;font-size:16px;transition:all var(--transition-normal);box-shadow:var(--shadow-blue);letter-spacing:-.2px}.hero-section .hero-content .hero-form-wrapper .form-container .form-success .form-success-download .download-btn:hover{transform:var(--hover-lift);box-shadow:var(--shadow-blue-lg);background:linear-gradient(135deg,var(--blue-dark) 0%,var(--blue-darker) 100%)}.hero-section .hero-content .hero-form-wrapper .form-container .form-success .form-success-download .download-btn:focus{outline:none;box-shadow:var(--shadow-blue-lg),var(--focus-ring-blue)}.hero-section .hero-content .hero-form-wrapper .form-container .form-success .form-success-download .download-btn:active{transform:translateY(0)}.hero-section .hero-content .hero-form-wrapper .form-container .form-success .form-success-download .download-btn svg{width:20px;height:20px;flex-shrink:0}@media screen and (max-width: 1023px){.hero-section .hero-content .hero-form-wrapper .form-container .form-success .form-success-download .download-btn{padding:12px 24px;font-size:15px}.hero-section .hero-content .hero-form-wrapper .form-container .form-success .form-success-download .download-btn svg{width:18px;height:18px}}.hero-section .hero-content .hero-form-wrapper .form-container .form-success .form-success-whatsapp{margin-top:var(--spacing-xl);display:flex;flex-direction:column;align-items:center;gap:var(--spacing-md)}.hero-section .hero-content .hero-form-wrapper .form-container .form-success .form-success-whatsapp .whatsapp-copy{font-size:15px;font-family:Inter,sans-serif;color:var(--text-secondary);line-height:1.6;text-align:center;max-width:500px;margin:0}@media screen and (max-width: 1023px){.hero-section .hero-content .hero-form-wrapper .form-container .form-success .form-success-whatsapp .whatsapp-copy{font-size:14px;line-height:1.5}}.hero-section .hero-content .hero-form-wrapper .form-container .form-success .form-success-whatsapp .whatsapp-btn{display:inline-flex;align-items:center;gap:10px;padding:14px 28px;background:linear-gradient(135deg,#25d366,#128c7e);color:#fff;text-decoration:none;border-radius:var(--radius-md);font-weight:600;font-family:Plus Jakarta Sans,sans-serif;font-size:16px;transition:all var(--transition-normal);box-shadow:0 4px 20px #25d36659,0 2px 8px #25d36640;letter-spacing:-.2px}.hero-section .hero-content .hero-form-wrapper .form-container .form-success .form-success-whatsapp .whatsapp-btn:hover{transform:var(--hover-lift);box-shadow:0 6px 30px #25d36673,0 4px 12px #25d36659;background:linear-gradient(135deg,#128c7e,#075e54)}.hero-section .hero-content .hero-form-wrapper .form-container .form-success .form-success-whatsapp .whatsapp-btn:focus{outline:none;box-shadow:0 0 0 3px #25d36638,0 6px 30px #25d36673}.hero-section .hero-content .hero-form-wrapper .form-container .form-success .form-success-whatsapp .whatsapp-btn:active{transform:translateY(0)}.hero-section .hero-content .hero-form-wrapper .form-container .form-success .form-success-whatsapp .whatsapp-btn svg{width:20px;height:20px;flex-shrink:0}@media screen and (max-width: 1023px){.hero-section .hero-content .hero-form-wrapper .form-container .form-success .form-success-whatsapp .whatsapp-btn{padding:12px 24px;font-size:15px;width:100%;justify-content:center}.hero-section .hero-content .hero-form-wrapper .form-container .form-success .form-success-whatsapp .whatsapp-btn svg{width:18px;height:18px}}button.cta-primary,.cta-primary{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;padding:16px 32px!important;background-color:var(--blue-primary)!important;border:none!important;border-radius:8px!important;color:#fff!important;font-family:var(--font-heading)!important;font-weight:600!important;font-size:var(--fs-cta)!important;letter-spacing:var(--ls-cta)!important;line-height:1.1!important;cursor:pointer!important;transition:all .3s ease!important;text-decoration:none!important;text-align:center!important;min-width:200px!important;appearance:none!important;-webkit-appearance:none!important;-moz-appearance:none!important;width:auto!important;height:auto!important;box-shadow:var(--shadow-blue)!important}@media screen and (max-width: 1023px){button.cta-primary,.cta-primary{width:100%!important;max-width:100%!important;padding:14px 24px!important;min-height:52px!important}}@media screen and (min-width: 1024px){button.cta-primary,.cta-primary{font-size:var(--fs-cta-desktop)!important}}button.cta-primary:hover,.cta-primary:hover{background-color:var(--blue-dark)!important;transform:translateY(-2px)!important;box-shadow:var(--shadow-blue-lg)!important}button.cta-primary:active,.cta-primary:active{transform:translateY(0)!important}a.cta-secondary-hero{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;padding:16px 32px!important;background-color:transparent!important;border:2px solid #FFFFFF!important;border-radius:8px!important;color:#fff!important;font-family:var(--font-heading)!important;font-weight:600!important;font-size:var(--fs-cta)!important;letter-spacing:var(--ls-cta)!important;cursor:pointer!important;transition:all .3s ease!important;text-decoration:none!important;text-align:center!important;min-width:200px!important}@media screen and (max-width: 1023px){a.cta-secondary-hero{width:100%!important;max-width:100%!important;padding:14px 24px!important}}@media screen and (min-width: 1024px){a.cta-secondary-hero{font-size:var(--fs-cta-desktop)!important}}a.cta-secondary-hero:hover{background-color:#ffffff1a!important;transform:translateY(-2px)!important}a.cta-secondary-hero:active{transform:translateY(0)!important}a.cta-secondary,.cta-secondary{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;padding:16px 32px!important;background-color:transparent!important;border:2px solid var(--blue-primary)!important;border-radius:6px!important;color:var(--blue-primary)!important;font-family:var(--font-heading)!important;font-weight:600!important;font-size:var(--fs-cta)!important;letter-spacing:var(--ls-cta)!important;cursor:pointer!important;transition:all .3s ease!important;text-decoration:none!important;text-align:center!important;min-width:200px!important;appearance:none!important;-webkit-appearance:none!important;-moz-appearance:none!important;width:auto!important;height:auto!important}@media screen and (min-width: 1024px){a.cta-secondary,.cta-secondary{font-size:var(--fs-cta-desktop)!important}}@media screen and (max-width: 1023px){a.cta-secondary,.cta-secondary{width:100%!important;max-width:300px!important;display:flex!important}}a.cta-secondary:hover,.cta-secondary:hover{background-color:var(--blue-primary)!important;color:#fff!important;transform:translateY(-2px)!important;box-shadow:0 4px 20px #2563eb4d!important;text-decoration:none!important}a.cta-secondary:active,.cta-secondary:active{transform:translateY(0)!important}a.cta-secondary:visited,.cta-secondary:visited{color:var(--blue-primary)!important;text-decoration:none!important;border-color:var(--blue-primary)!important}a.cta-secondary:link,.cta-secondary:link{text-decoration:none!important;border:2px solid var(--blue-primary)!important}a.cta-secondary svg,.cta-secondary svg{width:14px!important;height:15px!important;flex-shrink:0!important;display:block!important}a.cta-secondary svg path,.cta-secondary svg path{fill:currentColor!important}.sections-background-wrapper{position:relative;width:100%;background-image:image-set(url(/background_wave.webp) type("image/webp"),url(/background_wave.jpg) type("image/jpeg"));background-image:url(/background_wave.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:scroll;overflow:hidden}.sections-background-wrapper:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#ffffffe6;z-index:0;pointer-events:none}.sections-background-wrapper .content-section{position:relative;z-index:1;background-color:transparent!important}#clareza .clareza-image-wrapper{width:100%;max-width:900px;margin:0 auto var(--spacing-xl);border-radius:20px;overflow:hidden;box-shadow:0 12px 40px #0000001a,0 4px 16px #2563eb14;position:relative}#clareza .clareza-image-wrapper:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#2563eb0d,#22c55e0d);pointer-events:none}#clareza .clareza-image-wrapper img{width:100%;height:auto;display:block;object-fit:cover;aspect-ratio:16/9}#clareza .clareza-checklist{list-style:none;padding:0;margin:var(--spacing-xl) 0;display:flex;flex-direction:column;gap:var(--spacing-lg)}@media screen and (min-width: 1024px){#clareza .clareza-checklist{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--spacing-2xl);max-width:100%;margin:var(--spacing-2xl) 0;width:100%}}#clareza .clareza-checklist .clareza-checklist-item{display:flex;align-items:flex-start;gap:var(--spacing-md);padding:var(--spacing-lg);background:linear-gradient(135deg,#fff,#f8fafc);border:var(--border-width-thick) solid var(--border-color);border-radius:var(--radius-lg);transition:all var(--transition-normal);position:relative;box-shadow:var(--shadow-sm)}@media screen and (max-width: 1023px){#clareza .clareza-checklist .clareza-checklist-item{padding:var(--spacing-md);gap:var(--spacing-sm)}}@media screen and (min-width: 1024px){#clareza .clareza-checklist .clareza-checklist-item{flex-direction:column;align-items:center;text-align:center;padding:var(--spacing-3xl) var(--spacing-2xl);border-radius:var(--radius-2xl);gap:var(--spacing-xl)}}#clareza .clareza-checklist .clareza-checklist-item:hover{border-color:var(--blue-primary);box-shadow:var(--shadow-md)}@media screen and (max-width: 1023px){#clareza .clareza-checklist .clareza-checklist-item:hover{transform:translate(4px)}}@media screen and (min-width: 1024px){#clareza .clareza-checklist .clareza-checklist-item:hover{transform:translateY(-4px);box-shadow:0 12px 40px #3943b726,0 4px 16px #3943b71a}}#clareza .clareza-checklist .clareza-checklist-item:hover .check-icon{background-color:var(--blue-primary);color:#fff}@media screen and (max-width: 1023px){#clareza .clareza-checklist .clareza-checklist-item:hover .check-icon{transform:scale(1.05)}}@media screen and (min-width: 1024px){#clareza .clareza-checklist .clareza-checklist-item:hover .check-icon{transform:scale(1.08);background:linear-gradient(135deg,var(--blue-primary) 0%,var(--blue-dark) 100%);box-shadow:0 8px 24px #3943b74d}}@media screen and (max-width: 1023px){#clareza .clareza-checklist .clareza-checklist-item.centered{border-color:var(--blue-primary);border-width:2px;transform:translate(2px) scale(1.01);box-shadow:0 6px 24px #3943b726,0 2px 8px #3943b71a,inset 0 0 0 1px #ffffff80}#clareza .clareza-checklist .clareza-checklist-item.centered .check-icon{background-color:var(--blue-primary);color:#fff;transform:scale(1.08)}}@media screen and (min-width: 1024px){#clareza .clareza-checklist .clareza-checklist-item.centered{border-color:var(--border-color);border-width:var(--border-width-thick);transform:none;box-shadow:var(--shadow-sm)}#clareza .clareza-checklist .clareza-checklist-item.centered .check-icon{background-color:var(--blue-lightest);color:var(--blue-primary);transform:none}}#clareza .clareza-checklist .clareza-checklist-item .check-icon{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background-color:var(--blue-lightest);border:2px solid var(--blue-primary);border-radius:var(--radius-md);color:var(--blue-primary);transition:all var(--transition-normal)}@media screen and (max-width: 1023px){#clareza .clareza-checklist .clareza-checklist-item .check-icon{width:36px;height:36px}}@media screen and (min-width: 1024px){#clareza .clareza-checklist .clareza-checklist-item .check-icon{width:72px;height:72px;border-radius:var(--radius-xl);border-width:3px;background:linear-gradient(135deg,#3943b71a,#3943b70d)}}#clareza .clareza-checklist .clareza-checklist-item .check-icon svg{width:20px;height:20px}@media screen and (min-width: 1024px){#clareza .clareza-checklist .clareza-checklist-item .check-icon svg{width:32px;height:32px}}#clareza .clareza-checklist .clareza-checklist-item .check-content{flex:1}@media screen and (min-width: 1024px){#clareza .clareza-checklist .clareza-checklist-item .check-content{width:100%}}#clareza .clareza-checklist .clareza-checklist-item .check-content h3{font-size:20px;font-weight:600;font-family:var(--font-heading);color:var(--text-primary);margin:0 0 var(--spacing-xs) 0;letter-spacing:var(--ls-heading);text-align:left}@media screen and (max-width: 1023px){#clareza .clareza-checklist .clareza-checklist-item .check-content h3{font-size:18px}}@media screen and (min-width: 1024px){#clareza .clareza-checklist .clareza-checklist-item .check-content h3{font-size:32px;font-weight:700;margin:0 0 var(--spacing-md) 0;letter-spacing:-.5px;line-height:1.2;text-align:center}}#clareza .clareza-checklist .clareza-checklist-item .check-content p{font-size:15px;font-family:var(--font-body);line-height:var(--lh-body);color:var(--text-secondary);margin:0;text-align:left}@media screen and (max-width: 1023px){#clareza .clareza-checklist .clareza-checklist-item .check-content p{font-size:14px}}@media screen and (min-width: 1024px){#clareza .clareza-checklist .clareza-checklist-item .check-content p{font-size:20px;line-height:1.7;text-align:center;color:var(--text-secondary);max-width:100%}}#clareza .section-cta-wrapper{display:flex;justify-content:center;margin-top:var(--spacing-xl)}.deliverables-section{width:100%;background-color:var(--bg-secondary);padding:var(--spacing-2xl) 16px}@media screen and (max-width: 1023px){.deliverables-section{padding:var(--spacing-xl) 16px}}@media screen and (min-width: 1024px){.deliverables-section{padding:var(--spacing-2xl) var(--spacing-3xl)}}.deliverables-section .deliverables-content{max-width:var(--desktop-large);margin:0 auto;width:100%}.deliverables-section .deliverables-content .section-title{font-size:48px;font-weight:700;font-family:Plus Jakarta Sans,sans-serif;color:var(--text-primary);text-align:center;margin-bottom:var(--spacing-xl);letter-spacing:-.5px}@media screen and (max-width: 1023px){.deliverables-section .deliverables-content .section-title{font-size:clamp(32px,8vw,48px);letter-spacing:-.3px}}.deliverables-section .deliverables-content .section-subtitle{font-size:18px;font-family:Inter,sans-serif;color:var(--text-secondary);text-align:center;margin-bottom:var(--spacing-xl);line-height:1.6;max-width:700px;margin-left:auto;margin-right:auto}@media screen and (max-width: 1023px){.deliverables-section .deliverables-content .section-subtitle{font-size:16px;line-height:1.5;margin-bottom:var(--spacing-lg)}}.deliverables-section .deliverables-content .deliverables-list{list-style:none;padding:0;margin:0 0 var(--spacing-2xl) 0;margin-left:auto;margin-right:auto;display:flex;flex-direction:column;gap:var(--spacing-lg);align-items:flex-start;width:fit-content}@media screen and (max-width: 1023px){.deliverables-section .deliverables-content .deliverables-list{gap:var(--spacing-md);padding:0;width:fit-content;max-width:calc(100% - 32px)}}@media screen and (min-width: 1024px){.deliverables-section .deliverables-content .deliverables-list{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--spacing-xl);width:100%;max-width:800px;margin-left:auto;margin-right:auto}}.deliverables-section .deliverables-content .deliverables-list .deliverable-item{display:flex;gap:12px;align-items:flex-start;position:relative;width:100%;transition:transform .2s ease}@media screen and (min-width: 1024px){.deliverables-section .deliverables-content .deliverables-list .deliverable-item{gap:var(--spacing-sm);width:100%}}.deliverables-section .deliverables-content .deliverables-list .deliverable-item:hover{transform:translate(4px)}.deliverables-section .deliverables-content .deliverables-list .deliverable-item:hover .deliverable-check{transform:scale(1.1);background-color:#3943b71a}.deliverables-section .deliverables-content .deliverables-list .deliverable-item:hover .deliverable-title{color:var(--blue-primary)}.deliverables-section .deliverables-content .deliverables-list .deliverable-item .deliverable-check{flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background-color:#3943b714;border-radius:8px;color:var(--blue-primary);transition:all .3s ease}@media screen and (max-width: 1023px){.deliverables-section .deliverables-content .deliverables-list .deliverable-item .deliverable-check{width:28px;height:28px}}.deliverables-section .deliverables-content .deliverables-list .deliverable-item .deliverable-check svg{width:18px;height:18px}@media screen and (max-width: 1023px){.deliverables-section .deliverables-content .deliverables-list .deliverable-item .deliverable-check svg{width:16px;height:16px}}.deliverables-section .deliverables-content .deliverables-list .deliverable-item .deliverable-content{flex:0 1 auto;padding-top:2px;min-width:0}@media screen and (max-width: 1023px){.deliverables-section .deliverables-content .deliverables-list .deliverable-item .deliverable-content{padding-top:2px;text-align:left}}.deliverables-section .deliverables-content .deliverables-list .deliverable-item .deliverable-content .deliverable-title{font-size:20px;font-weight:600;font-family:Plus Jakarta Sans,sans-serif;color:var(--text-primary);margin:0 0 var(--spacing-xs) 0;line-height:1.4;transition:color .3s ease}@media screen and (max-width: 1023px){.deliverables-section .deliverables-content .deliverables-list .deliverable-item .deliverable-content .deliverable-title{font-size:18px;margin-bottom:4px}}.deliverables-section .deliverables-content .deliverables-list .deliverable-item .deliverable-content .deliverable-description{font-size:15px;font-family:Inter,sans-serif;color:var(--text-secondary);line-height:1.6;margin:0}@media screen and (max-width: 1023px){.deliverables-section .deliverables-content .deliverables-list .deliverable-item .deliverable-content .deliverable-description{font-size:14px}}.deliverables-section .deliverables-content .deliverables-proof{background-color:var(--bg-card);border:1px solid var(--bg-elevated);border-radius:16px;padding:var(--spacing-2xl);margin-top:var(--spacing-2xl);text-align:center}@media screen and (max-width: 1023px){.deliverables-section .deliverables-content .deliverables-proof{padding:var(--spacing-xl)}}.deliverables-section .deliverables-content .deliverables-proof h3{font-size:28px;font-weight:700;font-family:Plus Jakarta Sans,sans-serif;color:var(--text-primary);margin-bottom:var(--spacing-md);letter-spacing:-.3px}@media screen and (max-width: 1023px){.deliverables-section .deliverables-content .deliverables-proof h3{font-size:24px}}.deliverables-section .deliverables-content .deliverables-proof p{font-size:18px;font-family:Inter,sans-serif;color:var(--text-secondary);margin-bottom:var(--spacing-xl)}@media screen and (max-width: 1023px){.deliverables-section .deliverables-content .deliverables-proof p{font-size:16px}}.deliverables-section .deliverables-content .deliverables-proof .deliverables-carousel-mobile{display:block;width:100%;margin-top:var(--spacing-lg)}@media screen and (min-width: 1024px){.deliverables-section .deliverables-content .deliverables-proof .deliverables-carousel-mobile{display:none}}.deliverables-section .deliverables-content .deliverables-proof .deliverables-carousel-mobile .swiper-wrapper{align-items:stretch}.deliverables-section .deliverables-content .deliverables-proof .deliverables-carousel-mobile .swiper-slide{height:auto;display:flex}.deliverables-section .deliverables-content .deliverables-proof .deliverables-carousel-mobile .swiper-slide .deliverables-image-wrapper{width:100%}.deliverables-section .deliverables-content .deliverables-proof .deliverables-carousel-mobile .swiper-pagination{position:relative;margin-top:var(--spacing-md)}.deliverables-section .deliverables-content .deliverables-proof .deliverables-carousel-mobile .swiper-pagination .swiper-pagination-bullet{background:var(--blue-primary);opacity:.3;width:10px;height:10px}.deliverables-section .deliverables-content .deliverables-proof .deliverables-carousel-mobile .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{opacity:1}.deliverables-section .deliverables-content .deliverables-proof .deliverables-grid-desktop{display:none}@media screen and (min-width: 1024px){.deliverables-section .deliverables-content .deliverables-proof .deliverables-grid-desktop{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--spacing-xl);margin-top:var(--spacing-lg)}}.deliverables-section .deliverables-content .deliverables-proof .deliverables-image-wrapper{position:relative;width:100%;background-color:var(--bg-elevated);border-radius:12px;overflow:hidden;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}@media screen and (max-width: 1023px){.deliverables-section .deliverables-content .deliverables-proof .deliverables-image-wrapper{min-height:300px}}@media screen and (min-width: 1024px){.deliverables-section .deliverables-content .deliverables-proof .deliverables-image-wrapper{min-height:400px}}.deliverables-section .deliverables-content .deliverables-proof .deliverables-image-wrapper:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000026}.deliverables-section .deliverables-content .deliverables-proof .deliverables-image-wrapper:hover .image-overlay{opacity:1}.deliverables-section .deliverables-content .deliverables-proof .deliverables-image-wrapper img{width:100%;height:100%;object-fit:contain;display:block}.deliverables-section .deliverables-content .deliverables-proof .deliverables-image-wrapper .image-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--spacing-sm);opacity:0;transition:opacity .3s ease;color:#fff;font-family:Inter,sans-serif;font-size:14px;font-weight:500;pointer-events:none}@media screen and (max-width: 1023px){.deliverables-section .deliverables-content .deliverables-proof .deliverables-image-wrapper .image-overlay{opacity:.8}}.deliverables-section .deliverables-content .deliverables-proof .deliverables-image-wrapper .image-overlay svg{width:32px;height:32px}@media screen and (max-width: 1023px){.deliverables-section .deliverables-content .deliverables-proof .deliverables-image-wrapper .image-overlay svg{width:28px;height:28px}}@media screen and (max-width: 1023px){.deliverables-section .deliverables-content .deliverables-proof .deliverables-image-wrapper .image-overlay span{font-size:12px}}.deliverables-section .deliverables-content .deliverables-proof .deliverables-helper{margin-top:var(--spacing-xl);padding-top:var(--spacing-lg);border-top:1px solid var(--bg-elevated)}@media screen and (max-width: 1023px){.deliverables-section .deliverables-content .deliverables-proof .deliverables-helper{margin-top:var(--spacing-lg);padding-top:var(--spacing-md)}}.deliverables-section .deliverables-content .deliverables-proof .deliverables-helper ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--spacing-sm)}.deliverables-section .deliverables-content .deliverables-proof .deliverables-helper ul li{font-size:14px;font-family:Inter,sans-serif;color:var(--text-secondary);line-height:1.6;display:flex;align-items:flex-start;gap:12px}@media screen and (max-width: 1023px){.deliverables-section .deliverables-content .deliverables-proof .deliverables-helper ul li{font-size:13px;gap:10px}}.deliverables-section .deliverables-content .deliverables-proof .deliverables-helper ul li svg{width:16px;height:16px;flex-shrink:0;color:var(--blue-primary);margin-top:2px}@media screen and (max-width: 1023px){.deliverables-section .deliverables-content .deliverables-proof .deliverables-helper ul li svg{width:14px;height:14px}}.deliverables-section .deliverables-content .deliverables-proof .deliverables-helper ul li span{flex:1}.image-modal{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#000000f2;z-index:10000;align-items:center;justify-content:center;padding:20px;overflow:auto}.image-modal.active{display:flex}.image-modal .modal-close{position:fixed;top:20px;right:20px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;transition:all .3s ease;z-index:10001}@media screen and (max-width: 1023px){.image-modal .modal-close{top:10px;right:10px;width:40px;height:40px}}.image-modal .modal-close:hover{background:#fff3;transform:rotate(90deg)}.image-modal .modal-close svg{width:24px;height:24px}@media screen and (max-width: 1023px){.image-modal .modal-close svg{width:20px;height:20px}}.image-modal .modal-content{max-width:90vw;max-height:90vh;display:flex;flex-direction:column;align-items:center;gap:var(--spacing-lg)}@media screen and (max-width: 1023px){.image-modal .modal-content{max-width:95vw;max-height:95vh;gap:var(--spacing-md)}}.image-modal .modal-content .modal-image-container{position:relative;max-width:100%;max-height:80vh;overflow:auto;background:#fff;border-radius:8px;padding:var(--spacing-md)}@media screen and (max-width: 1023px){.image-modal .modal-content .modal-image-container{max-height:70vh;padding:var(--spacing-sm)}}.image-modal .modal-content .modal-image-container img{max-width:100%;height:auto;display:block;transition:transform .3s ease;cursor:grab}.image-modal .modal-content .modal-image-container img:active{cursor:grabbing}.image-modal .modal-content .modal-image-container .modal-zoom-controls{position:absolute;bottom:var(--spacing-md);right:var(--spacing-md);display:flex;gap:var(--spacing-xs);background:#000000b3;border-radius:8px;padding:var(--spacing-xs)}@media screen and (max-width: 1023px){.image-modal .modal-content .modal-image-container .modal-zoom-controls{bottom:var(--spacing-sm);right:var(--spacing-sm)}}.image-modal .modal-content .modal-image-container .modal-zoom-controls .zoom-btn{background:transparent;border:1px solid rgba(255,255,255,.3);border-radius:4px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;transition:all .3s ease}@media screen and (max-width: 1023px){.image-modal .modal-content .modal-image-container .modal-zoom-controls .zoom-btn{width:32px;height:32px}}.image-modal .modal-content .modal-image-container .modal-zoom-controls .zoom-btn:hover{background:#fff3;border-color:#ffffff80}.image-modal .modal-content .modal-image-container .modal-zoom-controls .zoom-btn svg{width:18px;height:18px}@media screen and (max-width: 1023px){.image-modal .modal-content .modal-image-container .modal-zoom-controls .zoom-btn svg{width:16px;height:16px}}.image-modal .modal-content .modal-caption{color:#fff;font-family:Inter,sans-serif;font-size:18px;font-weight:500;text-align:center}@media screen and (max-width: 1023px){.image-modal .modal-content .modal-caption{font-size:16px}}.cta-final-section{width:100%;background:linear-gradient(135deg,var(--blue-lightest) 0%,#FFFFFF 100%);padding:var(--spacing-2xl) 20px}@media screen and (min-width: 1024px){.cta-final-section{padding:var(--spacing-2xl) var(--spacing-3xl)}}.cta-final-section .cta-final-content{max-width:800px;margin:0 auto;width:100%;text-align:center}.cta-final-section .cta-final-content .section-title{font-size:48px;font-weight:700;font-family:Plus Jakarta Sans,sans-serif;color:var(--text-primary);margin-bottom:var(--spacing-lg);letter-spacing:-.5px;line-height:1.2}@media screen and (max-width: 1023px){.cta-final-section .cta-final-content .section-title{font-size:clamp(32px,8vw,48px);letter-spacing:-.3px;line-height:1.3}}.cta-final-section .cta-final-content .section-text{font-size:20px;font-family:Inter,sans-serif;color:var(--text-secondary);margin-bottom:var(--spacing-xl);line-height:1.7}@media screen and (max-width: 1023px){.cta-final-section .cta-final-content .section-text{font-size:18px;line-height:1.7}}.cta-final-section .cta-final-content .cta-microcopy{font-size:14px;font-family:Inter,sans-serif;color:var(--text-tertiary);margin-top:var(--spacing-md);margin-bottom:0}@media screen and (max-width: 1023px){.cta-final-section .cta-final-content .cta-microcopy{font-size:13px}}.content-section{width:100%;background-color:var(--bg-primary);padding:var(--spacing-2xl) 20px}@media screen and (max-width: 1023px){.content-section{padding:var(--spacing-xl) 16px}}@media screen and (min-width: 1024px){.content-section{padding:var(--spacing-2xl) var(--spacing-3xl)}}.content-section#problema{padding-top:var(--spacing-2xl)}@media screen and (max-width: 1023px){.content-section#problema{padding-bottom:var(--spacing-md)}}@media screen and (min-width: 1024px){.content-section#problema{padding-top:var(--spacing-2xl)}}.content-section#agitacao{padding-top:var(--spacing-2xl);padding-bottom:var(--spacing-2xl);min-height:400px}@media screen and (max-width: 1023px){.content-section#agitacao{padding-top:var(--spacing-md);padding-bottom:var(--spacing-2xl);min-height:auto}}@media screen and (min-width: 1024px){.content-section#agitacao{padding-top:var(--spacing-2xl);padding-bottom:var(--spacing-2xl);min-height:500px}}.content-section.cta-section{padding-top:0;padding-bottom:var(--spacing-2xl);padding-left:20px;padding-right:20px}@media screen and (min-width: 1024px){.content-section.cta-section{padding-top:0;padding-bottom:var(--spacing-2xl);padding-left:var(--spacing-3xl);padding-right:var(--spacing-3xl)}}.content-section.cta-section .section-content{display:flex;justify-content:center;align-items:center}.content-section .section-content{max-width:var(--desktop-large);margin:0 auto;width:100%;display:flex;flex-direction:column;align-items:center;contain:layout style}.content-section .section-content.two-column{flex-direction:column;gap:var(--spacing-md);align-items:flex-start;width:100%}@media screen and (max-width: 1023px){.content-section .section-content.two-column{gap:var(--spacing-sm)}}@media screen and (min-width: 1024px){.content-section .section-content.two-column{flex-direction:row;align-items:flex-start;justify-content:center;gap:var(--spacing-xl);width:100%}}@media screen and (min-width: 1024px){.content-section .section-content.two-column.reversed{flex-direction:row-reverse}}@media screen and (min-width: 1024px){.content-section .section-content.two-column.reversed .column-text{padding-left:0;padding-right:var(--spacing-lg)}}@media screen and (min-width: 1024px){.content-section .section-content.two-column:not(.reversed) .column-text{padding-right:var(--spacing-lg);padding-left:0}}.content-section .section-content.two-column .column-image{width:100%;flex-shrink:0}@media screen and (min-width: 1024px){.content-section .section-content.two-column .column-image{width:auto;max-width:450px;flex:0 0 auto}}.content-section .section-content.two-column .column-image img{width:100%;height:auto;aspect-ratio:4/3;border-radius:12px;object-fit:cover;box-shadow:0 4px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease;display:block}@media screen and (min-width: 1024px){.content-section .section-content.two-column .column-image img:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001f}}.content-section .section-content.two-column .column-text{width:100%;display:flex;flex-direction:column;min-height:200px}@media screen and (max-width: 1023px){.content-section .section-content.two-column .column-text{min-height:auto}}@media screen and (min-width: 1024px){.content-section .section-content.two-column .column-text{width:auto;max-width:600px;flex:0 0 auto;padding-left:var(--spacing-lg);min-height:300px}}.content-section .section-content.two-column .column-text .section-title{text-align:left;margin-bottom:var(--spacing-lg);width:100%}@media screen and (max-width: 1023px){.content-section .section-content.two-column .column-text .section-title{margin-bottom:var(--spacing-md);font-size:clamp(26px,7vw,32px);line-height:1.3}}.content-section .section-content.two-column .column-text .section-text{text-align:left;max-width:100%;margin:0 0 var(--spacing-lg) 0}@media screen and (max-width: 1023px){.content-section .section-content.two-column .column-text .section-text{margin-bottom:var(--spacing-sm);font-size:15px;line-height:1.6}}.content-section .section-content.two-column .column-text .cta-secondary{align-self:flex-start;margin:0}@media screen and (max-width: 1023px){.content-section .section-content.two-column .column-text .cta-secondary{width:100%;max-width:100%}}.content-section .section-content.two-column .column-chart{width:100%;flex-shrink:0;display:flex;align-items:center;justify-content:center;min-height:400px}@media screen and (min-width: 1024px){.content-section .section-content.two-column .column-chart{width:auto;max-width:500px;flex:0 0 auto;min-height:350px}}.content-section .section-content.two-column .column-chart .chart-container{width:100%;max-width:500px;min-height:350px;background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid rgba(37,99,235,.1);border-radius:16px;padding:var(--spacing-xl);box-shadow:0 8px 32px #00000014,0 2px 8px #2563eb0d,inset 0 1px #ffffffe6;position:relative;overflow:hidden;transition:all .3s ease}.content-section .section-content.two-column .column-chart .chart-container:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--blue-primary) 0%,var(--blue-medium) 100%);border-radius:16px 16px 0 0}.content-section .section-content.two-column .column-chart .chart-container:hover{box-shadow:0 12px 40px #0000001f,0 4px 12px #2563eb14,inset 0 1px #ffffffe6;transform:translateY(-2px)}@media screen and (max-width: 1023px){.content-section .section-content.two-column .column-chart .chart-container{padding:var(--spacing-lg);max-width:100%}}.content-section .section-content.two-column .column-chart .chart-container .chart-title{font-size:22px;font-weight:700;font-family:Plus Jakarta Sans,sans-serif;color:var(--text-primary);text-align:center;margin-bottom:var(--spacing-xl);position:relative;letter-spacing:-.5px;line-height:1.3}.content-section .section-content.two-column .column-chart .chart-container .chart-title:after{content:"";position:absolute;bottom:-12px;left:50%;transform:translate(-50%);width:60px;height:3px;background:linear-gradient(90deg,transparent 0%,var(--blue-primary) 50%,transparent 100%);border-radius:2px}@media screen and (max-width: 1023px){.content-section .section-content.two-column .column-chart .chart-container .chart-title{font-size:20px;margin-bottom:var(--spacing-lg)}}.content-section .section-content.two-column .column-chart .chart-container .chart-bars{display:flex;flex-direction:column;gap:var(--spacing-xl);margin-bottom:var(--spacing-xl);padding-top:var(--spacing-md)}@media screen and (max-width: 1023px){.content-section .section-content.two-column .column-chart .chart-container .chart-bars{gap:var(--spacing-lg);margin-bottom:var(--spacing-lg)}}.content-section .section-content.two-column .column-chart .chart-container .chart-bars .chart-bar-wrapper{display:flex;flex-direction:column;gap:var(--spacing-md);position:relative}.content-section .section-content.two-column .column-chart .chart-container .chart-bars .chart-bar-wrapper .chart-bar-label{font-size:15px;font-weight:600;font-family:Plus Jakarta Sans,sans-serif;color:var(--text-primary);text-align:left;display:flex;align-items:center;justify-content:space-between;letter-spacing:-.2px;margin-bottom:4px}@media screen and (max-width: 1023px){.content-section .section-content.two-column .column-chart .chart-container .chart-bars .chart-bar-wrapper .chart-bar-label{font-size:14px}}.content-section .section-content.two-column .column-chart .chart-container .chart-bars .chart-bar-wrapper .chart-bar-container{position:relative;width:100%;height:48px;min-height:48px;background:linear-gradient(180deg,#f1f5f9,#e2e8f0);border-radius:12px;overflow:hidden;display:flex;align-items:center;box-shadow:inset 0 2px 4px #0000000f,0 1px 2px #0000000d;border:1px solid rgba(148,163,184,.2)}@media screen and (max-width: 1023px){.content-section .section-content.two-column .column-chart .chart-container .chart-bars .chart-bar-wrapper .chart-bar-container{height:44px;min-height:44px}}.content-section .section-content.two-column .column-chart .chart-container .chart-bars .chart-bar-wrapper .chart-bar-container .chart-bar{height:100%;border-radius:12px;display:flex;align-items:center;justify-content:flex-end;padding-right:16px;padding-left:4px;transition:width 1.5s cubic-bezier(.34,1.56,.64,1);width:0;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff4d,0 2px 8px #00000026;will-change:width}.content-section .section-content.two-column .column-chart .chart-container .chart-bars .chart-bar-wrapper .chart-bar-container .chart-bar:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,rgba(255,255,255,.2) 0%,transparent 50%,rgba(0,0,0,.1) 100%);pointer-events:none}.content-section .section-content.two-column .column-chart .chart-container .chart-bars .chart-bar-wrapper .chart-bar-container .chart-bar.chart-bar-low{background:linear-gradient(135deg,#64748b,#475569,#334155)}.content-section .section-content.two-column .column-chart .chart-container .chart-bars .chart-bar-wrapper .chart-bar-container .chart-bar.chart-bar-high{background:linear-gradient(135deg,var(--blue-primary) 0%,#3B82F6 50%,var(--blue-medium) 100%);will-change:width}.content-section .section-content.two-column .column-chart .chart-container .chart-bars .chart-bar-wrapper .chart-bar-container .chart-bar.chart-bar-high:after{content:"";position:absolute;top:0;left:0;width:50%;height:100%;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.4) 50%,transparent 100%);animation:shimmer 3s ease-in-out infinite;transform:translate(-100%);will-change:transform}.content-section .section-content.two-column .column-chart .chart-container .chart-bars .chart-bar-wrapper .chart-bar-container .chart-bar .chart-value{font-size:15px;font-weight:700;font-family:Plus Jakarta Sans,sans-serif;color:#fff;white-space:nowrap;text-shadow:0 2px 4px rgba(0,0,0,.3),0 1px 2px rgba(0,0,0,.2);letter-spacing:.5px;position:relative;z-index:1;padding:0 4px}@media screen and (max-width: 1023px){.content-section .section-content.two-column .column-chart .chart-container .chart-bars .chart-bar-wrapper .chart-bar-container .chart-bar .chart-value{font-size:13px}}.content-section .section-content.two-column .column-chart .chart-container .chart-bars .chart-bar-wrapper .chart-bar-container .chart-bar.animated{width:var(--bar-width)}.content-section .section-content.two-column .column-chart .chart-container .chart-footer{text-align:center;padding-top:var(--spacing-lg);margin-top:var(--spacing-md);border-top:2px solid rgba(37,99,235,.1);position:relative}.content-section .section-content.two-column .column-chart .chart-container .chart-footer:before{content:"";position:absolute;top:-2px;left:50%;transform:translate(-50%);width:80px;height:2px;background:linear-gradient(90deg,transparent 0%,var(--blue-primary) 50%,transparent 100%)}.content-section .section-content.two-column .column-chart .chart-container .chart-footer p{font-size:17px;font-family:Inter,sans-serif;color:var(--text-primary);margin:0;line-height:1.6;font-weight:500;letter-spacing:-.2px}@media screen and (max-width: 1023px){.content-section .section-content.two-column .column-chart .chart-container .chart-footer p{font-size:15px}}.content-section .section-content.two-column .column-chart .chart-container .chart-footer p strong{color:var(--blue-primary);font-weight:700;font-family:Plus Jakarta Sans,sans-serif;font-size:18px;background:linear-gradient(135deg,var(--blue-primary) 0%,var(--blue-medium) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative;display:inline-block;letter-spacing:-.3px}@media screen and (max-width: 1023px){.content-section .section-content.two-column .column-chart .chart-container .chart-footer p strong{font-size:16px;letter-spacing:-.2px}}.content-section .section-content.two-column .column-chart .chart-container .chart-footer p strong:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--blue-primary) 0%,var(--blue-medium) 100%);border-radius:1px;opacity:.3}.content-section .section-content .section-title{font-size:48px;font-weight:700;font-family:Plus Jakarta Sans,sans-serif;color:var(--text-primary);text-align:center;margin-bottom:var(--spacing-lg);width:100%;line-height:1.2;min-height:1.2em;letter-spacing:-.5px}@media screen and (max-width: 1023px){.content-section .section-content .section-title{font-size:clamp(28px,7.5vw,36px);text-align:left;margin-bottom:var(--spacing-md);line-height:1.3;letter-spacing:-.3px}}.content-section .section-content .section-text{font-size:18px;font-family:Inter,sans-serif;line-height:1.7;color:var(--text-secondary);text-align:center;max-width:800px;margin:0 auto var(--spacing-xl);width:100%}.content-section .section-content .section-text p{margin-bottom:var(--spacing-md);line-height:1.7}.content-section .section-content .section-text p:last-child{margin-bottom:0}@media screen and (max-width: 1023px){.content-section .section-content .section-text{text-align:left;font-size:16px;line-height:1.7;margin-bottom:var(--spacing-lg);max-width:100%}.content-section .section-content .section-text p{margin-bottom:var(--spacing-sm);line-height:1.7}.content-section .section-content .section-text p:last-child{margin-bottom:0}}.content-section .section-content .cta-secondary{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:16px 32px;background-color:transparent;border:2px solid var(--blue-primary);border-radius:6px;color:var(--blue-primary);font-weight:600;font-family:Plus Jakarta Sans,sans-serif;font-size:18px;cursor:pointer;transition:all .3s ease;margin:var(--spacing-md) auto 0;text-decoration:none;text-align:center;min-width:200px;appearance:none;-webkit-appearance:none;-moz-appearance:none;letter-spacing:-.2px}@media screen and (max-width: 1023px){.content-section .section-content .cta-secondary{width:100%;max-width:300px;margin:var(--spacing-md) auto 0;display:flex}}.content-section .section-content .cta-secondary:hover{background-color:var(--blue-primary);color:#fff;transform:translateY(-2px);box-shadow:0 4px 20px #2563eb4d}.content-section .section-content .cta-secondary:active{transform:translateY(0)}.content-section .section-content .cta-secondary svg{width:14px;height:15px;flex-shrink:0;display:block}.services-section{width:100%;background-color:var(--bg-secondary);padding:var(--spacing-xl) 16px}@media screen and (min-width: 1024px){.services-section{padding:var(--spacing-2xl) var(--spacing-3xl)}}.services-section .services-content{max-width:var(--desktop-large);margin:0 auto;width:100%;display:flex;flex-direction:column;align-items:center}.services-section .services-content .section-title{font-size:clamp(32px,8vw,48px);font-weight:700;font-family:Plus Jakarta Sans,sans-serif;color:var(--text-primary);text-align:center;margin-bottom:var(--spacing-lg);letter-spacing:-.3px}@media screen and (min-width: 1024px){.services-section .services-content .section-title{font-size:48px;margin-bottom:var(--spacing-xl);letter-spacing:-.5px}}.services-section .services-content .services-grid{display:grid;grid-template-columns:1fr;gap:var(--spacing-lg);width:100%}@media screen and (min-width: 1024px){.services-section .services-content .services-grid{grid-template-columns:repeat(2,1fr);gap:var(--spacing-xl)}}.services-section .services-content .services-grid .service-card{background:linear-gradient(135deg,#fff,#f8fafc);border:var(--border-width-thick) solid var(--border-color);border-radius:var(--radius-lg);padding:var(--spacing-lg);transition:all var(--transition-normal);position:relative;overflow:hidden;box-shadow:var(--shadow-sm)}@media screen and (min-width: 1024px){.services-section .services-content .services-grid .service-card{padding:var(--spacing-xl);border-radius:var(--radius-xl)}}.services-section .services-content .services-grid .service-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--blue-primary) 0%,var(--green-primary) 100%);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}.services-section .services-content .services-grid .service-card:after{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(37,99,235,.05) 0%,transparent 70%);opacity:0;transition:opacity .4s ease}.services-section .services-content .services-grid .service-card:hover{border-color:var(--border-color-hover);transform:var(--hover-lift-lg) scale(1.01);box-shadow:var(--shadow-xl)}.services-section .services-content .services-grid .service-card:hover:before{transform:scaleX(1)}.services-section .services-content .services-grid .service-card:hover:after{opacity:1}.services-section .services-content .services-grid .service-card:hover .service-icon{transform:scale(1.08)}.services-section .services-content .services-grid .service-card:hover .service-icon img{transform:scale(1.05);filter:drop-shadow(0 4px 12px rgba(37,99,235,.3))}@media screen and (max-width: 1023px){.services-section .services-content .services-grid .service-card.centered{border-color:var(--blue-primary);border-width:2px;transform:scale(1.01);box-shadow:0 6px 24px #3943b726,0 2px 8px #3943b71a,inset 0 0 0 1px #ffffff80}.services-section .services-content .services-grid .service-card.centered:before{transform:scaleX(1)}.services-section .services-content .services-grid .service-card.centered:after{opacity:1}.services-section .services-content .services-grid .service-card.centered .service-icon{background:linear-gradient(135deg,#3943b726,#3943b71a);transform:scale(1.05)}.services-section .services-content .services-grid .service-card.centered .service-icon img{transform:scale(1.04);filter:drop-shadow(0 4px 12px rgba(57,67,183,.3))}}@media screen and (min-width: 1024px){.services-section .services-content .services-grid .service-card.centered{border-color:var(--border-color);border-width:var(--border-width-thick);transform:none;box-shadow:var(--shadow-sm)}}@media screen and (max-width: 1023px){.services-section .services-content .services-grid .service-card:active{transform:scale(.98)}}.services-section .services-content .services-grid .service-card .service-icon{width:56px;height:56px;margin-bottom:var(--spacing-md);color:var(--blue-primary);transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#2563eb1a,#2563eb0d);border-radius:14px;padding:10px;overflow:hidden}@media screen and (min-width: 1024px){.services-section .services-content .services-grid .service-card .service-icon{width:64px;height:64px;margin-bottom:var(--spacing-lg);border-radius:16px;padding:12px}}.services-section .services-content .services-grid .service-card .service-icon svg,.services-section .services-content .services-grid .service-card .service-icon img{width:100%;height:100%;object-fit:cover;border-radius:8px;filter:drop-shadow(0 2px 8px rgba(37,99,235,.2));transition:transform .4s cubic-bezier(.4,0,.2,1)}.services-section .services-content .services-grid .service-card .service-title{font-size:26px;font-weight:700;font-family:Plus Jakarta Sans,sans-serif;color:var(--text-primary);margin-bottom:var(--spacing-md);letter-spacing:-.4px;line-height:1.3;position:relative}@media screen and (max-width: 1023px){.services-section .services-content .services-grid .service-card .service-title{font-size:22px;margin-bottom:var(--spacing-sm);letter-spacing:-.3px}}.services-section .services-content .services-grid .service-card .service-description{font-size:17px;font-family:Inter,sans-serif;line-height:1.7;color:var(--text-secondary);position:relative;z-index:1}@media screen and (max-width: 1023px){.services-section .services-content .services-grid .service-card .service-description{font-size:16px;line-height:1.6}}.services-section .services-content .section-cta-wrapper{margin-top:var(--spacing-2xl);width:100%;display:flex;justify-content:center}@media screen and (max-width: 1023px){.services-section .services-content .section-cta-wrapper{margin-top:var(--spacing-xl)}}.services-section .services-content .cta-secondary{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;padding:16px 32px!important;background-color:transparent!important;border:2px solid var(--blue-primary)!important;border-radius:6px!important;color:var(--blue-primary)!important;font-weight:700!important;font-size:18px!important;cursor:pointer!important;transition:all .3s ease!important;margin-top:var(--spacing-2xl)!important;margin-left:auto!important;margin-right:auto!important;margin-bottom:0!important;text-decoration:none!important;text-align:center!important;min-width:200px!important;font-family:Plus Jakarta Sans,sans-serif!important;appearance:none!important;-webkit-appearance:none!important;-moz-appearance:none!important;width:auto!important;height:auto!important}@media screen and (max-width: 1023px){.services-section .services-content .cta-secondary{width:100%!important;max-width:300px!important;margin-top:var(--spacing-2xl)!important;margin-left:auto!important;margin-right:auto!important;margin-bottom:0!important;display:flex!important}}.services-section .services-content .cta-secondary:hover{background-color:var(--blue-primary)!important;color:#fff!important;transform:translateY(-2px)!important;box-shadow:0 4px 20px #2563eb4d!important;text-decoration:none!important}.services-section .services-content .cta-secondary:active{transform:translateY(0)!important}.services-section .services-content .cta-secondary:visited{color:var(--blue-primary)!important;text-decoration:none!important;border-color:var(--blue-primary)!important}.services-section .services-content .cta-secondary:link{text-decoration:none!important;border:2px solid var(--blue-primary)!important}.services-section .services-content .cta-secondary svg{width:14px!important;height:15px!important;flex-shrink:0!important;display:block!important}.services-section .services-content .cta-secondary svg path{fill:currentColor!important}.services-section .services-content .section-subtitle{font-size:20px;font-family:Inter,sans-serif;color:var(--text-secondary);text-align:center;margin-bottom:var(--spacing-xl);max-width:800px;margin-left:auto;margin-right:auto}@media screen and (max-width: 1023px){.services-section .services-content .section-subtitle{font-size:18px;margin-bottom:var(--spacing-lg)}}.services-section .services-content .services-note{margin-top:var(--spacing-xl);text-align:center;font-size:16px;font-family:Inter,sans-serif;color:var(--text-tertiary);font-style:italic;max-width:800px;margin-left:auto;margin-right:auto}@media screen and (max-width: 1023px){.services-section .services-content .services-note{font-size:15px}}.metrics-section{width:100%;background-color:var(--bg-primary);padding-top:var(--spacing-2xl);padding-bottom:var(--spacing-2xl);padding-left:20px;padding-right:20px}@media screen and (max-width: 1023px){.metrics-section{padding-top:var(--spacing-xl);padding-bottom:var(--spacing-xl);padding-left:16px;padding-right:16px}}@media screen and (min-width: 1024px){.metrics-section{padding-top:var(--spacing-2xl);padding-bottom:var(--spacing-2xl);padding-left:var(--spacing-3xl);padding-right:var(--spacing-3xl)}}.metrics-section .metrics-content{max-width:var(--desktop-large);margin:0 auto;width:100%}.metrics-section .metrics-content .section-title{font-size:48px;font-weight:700;font-family:Plus Jakarta Sans,sans-serif;color:var(--text-primary);text-align:center;margin-bottom:var(--spacing-xl);letter-spacing:-.5px}@media screen and (max-width: 1023px){.metrics-section .metrics-content .section-title{font-size:clamp(32px,8vw,48px);letter-spacing:-.3px}}.metrics-section .metrics-content .metrics-grid{display:grid;grid-template-columns:1fr;gap:var(--spacing-md)}@media screen and (min-width: 1024px){.metrics-section .metrics-content .metrics-grid{grid-template-columns:repeat(4,1fr);gap:var(--spacing-md);column-gap:var(--spacing-sm)}}.metrics-section .metrics-content .metrics-grid .metric-card{background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid rgba(37,99,235,.1);border-radius:16px;padding:var(--spacing-xl);box-shadow:0 8px 32px #00000014,0 2px 8px #2563eb0d,inset 0 1px #ffffffe6;position:relative;overflow:visible;transition:all .3s ease;text-align:center;display:flex;flex-direction:column;justify-content:center;min-height:200px}@media screen and (max-width: 1023px){.metrics-section .metrics-content .metrics-grid .metric-card{padding:var(--spacing-lg);border-radius:12px;min-height:160px}}.metrics-section .metrics-content .metrics-grid .metric-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--blue-primary) 0%,var(--blue-medium) 50%,var(--orange-primary) 100%);border-radius:16px 16px 0 0;z-index:1}.metrics-section .metrics-content .metrics-grid .metric-card:hover{box-shadow:0 12px 40px #0000001f,0 4px 12px #2563eb14,inset 0 1px #ffffffe6;transform:translateY(-4px)}.metrics-section .metrics-content .metrics-grid .metric-card .metric-number{font-size:48px;font-weight:700;font-family:Plus Jakarta Sans,sans-serif;background:linear-gradient(135deg,var(--blue-primary) 0%,#3B82F6 50%,var(--blue-medium) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.1;margin-bottom:var(--spacing-md);position:relative;display:inline-block;text-shadow:0 2px 8px rgba(37,99,235,.2);white-space:nowrap;word-break:keep-all;max-width:100%;overflow:visible;will-change:contents;letter-spacing:-.5px}@media screen and (min-width: 1024px){.metrics-section .metrics-content .metrics-grid .metric-card .metric-number{font-size:clamp(36px,3.5vw,52px)}}@media screen and (max-width: 1023px){.metrics-section .metrics-content .metrics-grid .metric-card .metric-number{font-size:36px;line-height:1.1;margin-bottom:var(--spacing-sm);letter-spacing:-.3px}}.metrics-section .metrics-content .metrics-grid .metric-card .metric-label{font-size:18px;font-family:Inter,sans-serif;color:var(--text-secondary);font-weight:400;line-height:1.5}@media screen and (max-width: 1023px){.metrics-section .metrics-content .metrics-grid .metric-card .metric-label{font-size:14px;line-height:1.4}}.process-section{width:100%;background-color:var(--bg-secondary);padding:var(--spacing-2xl) 16px}@media screen and (max-width: 1023px){.process-section{padding:var(--spacing-xl) 16px}}@media screen and (min-width: 1024px){.process-section{padding:var(--spacing-2xl) var(--spacing-3xl)}}.process-section .process-content{max-width:var(--desktop-large);margin:0 auto;width:100%}.process-section .process-content .section-cta-wrapper{display:flex;justify-content:center;margin-top:var(--spacing-2xl)}.process-section .process-content .section-title{font-size:48px;font-weight:700;font-family:Plus Jakarta Sans,sans-serif;color:var(--text-primary);text-align:center;margin-bottom:var(--spacing-md);letter-spacing:-.5px}@media screen and (max-width: 1023px){.process-section .process-content .section-title{font-size:clamp(32px,8vw,48px);letter-spacing:-.3px}}.process-section .process-content .section-subtitle{font-size:18px;font-family:Inter,sans-serif;color:var(--text-secondary);text-align:center;margin-bottom:var(--spacing-xl);line-height:1.6;max-width:700px;margin-left:auto;margin-right:auto}@media screen and (max-width: 1023px){.process-section .process-content .section-subtitle{font-size:16px;line-height:1.5}}.process-section .process-content .process-steps{display:flex;flex-direction:column;gap:0;position:relative;padding-left:0;max-width:600px;margin:0 auto}@media screen and (min-width: 1024px){.process-section .process-content .process-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--spacing-lg);max-width:100%;padding-left:0;margin:0}}.process-section .process-content .process-steps .process-step{display:flex;align-items:flex-start;gap:var(--spacing-xl);position:relative;padding-bottom:var(--spacing-2xl);min-height:120px}@media screen and (min-width: 1024px){.process-section .process-content .process-steps .process-step{flex-direction:column;align-items:center;text-align:center;gap:var(--spacing-md);padding-bottom:0;min-height:auto;padding:var(--spacing-lg);background:linear-gradient(135deg,#fff,#f8fafc);border:var(--border-width-thick) solid var(--border-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:all var(--transition-normal)}}.process-section .process-content .process-steps .process-step:last-child{padding-bottom:0;min-height:auto}.process-section .process-content .process-steps .process-step:last-child .step-connector{display:none}@media screen and (min-width: 1024px){.process-section .process-content .process-steps .process-step:hover{border-color:var(--blue-primary);transform:translateY(-4px);box-shadow:var(--shadow-md)}}.process-section .process-content .process-steps .process-step .step-indicator{position:absolute;left:0;top:0;width:48px;height:48px;flex-shrink:0;transition:transform .3s ease;z-index:1}@media screen and (min-width: 1024px){.process-section .process-content .process-steps .process-step .step-indicator{position:relative;left:auto;top:auto;width:64px;height:64px;margin-bottom:var(--spacing-md)}}.process-section .process-content .process-steps .process-step .step-indicator .step-number-bg{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;background:var(--blue-primary);box-shadow:0 8px 24px #3943b74d,0 4px 8px #3943b733,inset 0 1px #ffffff4d;animation:pulse 2s ease-in-out infinite;will-change:transform,box-shadow}.process-section .process-content .process-steps .process-step .step-indicator .step-number-bg:after{content:"";position:absolute;top:0;left:0;width:50%;height:100%;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.4) 50%,transparent 100%);animation:shimmer 3s ease-in-out infinite;transform:translate(-100%)}.process-section .process-content .process-steps .process-step .step-indicator .step-number{position:relative;width:100%;height:100%;border-radius:50%;color:#fff;font-size:20px;font-weight:700;font-family:Plus Jakarta Sans,sans-serif;display:flex;align-items:center;justify-content:center;z-index:1;text-shadow:0 2px 4px rgba(0,0,0,.3),0 1px 2px rgba(0,0,0,.2);letter-spacing:-.5px}@media screen and (min-width: 1024px){.process-section .process-content .process-steps .process-step .step-indicator .step-number{font-size:24px}}.process-section .process-content .process-steps .process-step .step-connector{position:absolute;left:23px;top:48px;width:2px;height:calc(100% - 48px);background:var(--blue-primary);opacity:.3;z-index:0}@media screen and (min-width: 1024px){.process-section .process-content .process-steps .process-step .step-connector{display:none}}.process-section .process-content .process-steps .process-step .step-content{flex:1;padding-top:4px;padding-left:64px;padding-right:0;position:relative;z-index:2;min-width:0}@media screen and (min-width: 1024px){.process-section .process-content .process-steps .process-step .step-content{padding-left:0;padding-right:0;padding-top:0;width:100%}}.process-section .process-content .process-steps .process-step .step-content .step-title{font-size:18px;font-weight:700;font-family:Plus Jakarta Sans,sans-serif;color:var(--text-primary);margin-bottom:var(--spacing-xs);letter-spacing:-.1px;line-height:1.3}@media screen and (max-width: 1023px){.process-section .process-content .process-steps .process-step .step-content .step-title{font-size:16px;letter-spacing:-.05px;line-height:1.25}}@media screen and (min-width: 1024px){.process-section .process-content .process-steps .process-step .step-content .step-title{font-size:20px;letter-spacing:-.2px}}.process-section .process-content .process-steps .process-step .step-content .step-description{font-size:14px;font-family:Inter,sans-serif;line-height:1.5;color:var(--text-secondary)}@media screen and (max-width: 1023px){.process-section .process-content .process-steps .process-step .step-content .step-description{font-size:13px;line-height:1.4}}@media screen and (min-width: 1024px){.process-section .process-content .process-steps .process-step .step-content .step-description{font-size:16px;line-height:1.6}}.process-section .process-content .process-steps .process-step:hover .step-indicator{transform:scale(1.08)}@keyframes pulse{0%,to{transform:scale(1);box-shadow:0 8px 24px #3943b74d,0 4px 8px #3943b733,inset 0 1px #ffffff4d}50%{transform:scale(1.05);box-shadow:0 12px 32px #3943b766,0 6px 12px #3943b74d,inset 0 1px #ffffff4d}}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(200%)}}@keyframes arrowPulse{0%,to{opacity:.6;transform:translate(0)}50%{opacity:1;transform:translate(4px)}}.team-section{width:100%;background-color:var(--bg-secondary);padding:var(--spacing-xl) 20px}@media screen and (min-width: 1024px){.team-section{padding:var(--spacing-2xl) var(--spacing-3xl)}}.team-section .team-content{max-width:var(--desktop-large);margin:0 auto;width:100%}.team-section .team-content .section-title{font-size:clamp(32px,8vw,48px);font-weight:700;font-family:Plus Jakarta Sans,sans-serif;color:var(--text-primary);text-align:center;margin-bottom:var(--spacing-lg);letter-spacing:-.3px}@media screen and (min-width: 1024px){.team-section .team-content .section-title{font-size:48px;margin-bottom:var(--spacing-xl);letter-spacing:-.5px}}.team-section .team-content .team-grid{display:grid;grid-template-columns:1fr;gap:var(--spacing-lg)}@media screen and (min-width: 1024px){.team-section .team-content .team-grid{grid-template-columns:repeat(3,1fr);gap:var(--spacing-2xl)}}.team-section .team-content .team-grid .team-member{text-align:center;transition:all var(--transition-normal);background:linear-gradient(135deg,#fff,#f8fafc);border:var(--border-width-thick) solid var(--border-color);border-radius:var(--radius-xl);padding:var(--spacing-lg);box-shadow:var(--shadow-sm);max-width:100%;width:100%}@media screen and (min-width: 1024px){.team-section .team-content .team-grid .team-member{border-radius:var(--radius-2xl);padding:var(--spacing-xl)}}.team-section .team-content .team-grid .team-member:hover{transform:var(--hover-lift-lg);border-color:var(--border-color-hover);box-shadow:var(--shadow-lg)}.team-section .team-content .team-grid .team-member:hover .member-photo{border-color:var(--blue-primary);box-shadow:0 12px 40px #2563eb40}.team-section .team-content .team-grid .team-member:hover .member-photo:after{opacity:1}.team-section .team-content .team-grid .team-member .member-photo{width:150px;height:150px;border-radius:12px;background-color:var(--bg-card);border:3px solid var(--blue-light);margin:0 auto var(--spacing-md);overflow:hidden;position:relative;box-shadow:0 8px 24px #0000001a;transition:all .4s cubic-bezier(.4,0,.2,1)}.team-section .team-content .team-grid .team-member .member-photo:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#2563eb1a,#22c55e1a);opacity:0;transition:opacity .4s ease;z-index:1}@media screen and (min-width: 1024px){.team-section .team-content .team-grid .team-member .member-photo{width:200px;height:200px;border-radius:16px}}.team-section .team-content .team-grid .team-member .member-photo img{width:100%;height:100%;object-fit:cover;object-position:top center;border-radius:12px;display:block;image-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0);transition:transform .4s ease;position:relative;z-index:0}@media screen and (min-width: 1024px){.team-section .team-content .team-grid .team-member .member-photo img{border-radius:16px}}.team-section .team-content .team-grid .team-member .member-photo:hover img{transform:scale(1.05)}.team-section .team-content .team-grid .team-member .member-name{font-size:22px;font-weight:700;font-family:Plus Jakarta Sans,sans-serif;color:var(--text-primary);margin-bottom:var(--spacing-xs);letter-spacing:-.3px;background:linear-gradient(135deg,var(--text-primary) 0%,var(--blue-primary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media screen and (max-width: 1023px){.team-section .team-content .team-grid .team-member .member-name{font-size:20px;letter-spacing:-.2px}}.team-section .team-content .team-grid .team-member .member-role{font-size:14px;font-family:var(--font-heading);color:var(--blue-primary);margin-bottom:var(--spacing-md);font-weight:600;letter-spacing:.4px}@media screen and (max-width: 1023px){.team-section .team-content .team-grid .team-member .member-role{font-size:13px;margin-bottom:var(--spacing-sm)}}.team-section .team-content .team-grid .team-member .member-description{font-size:15px;font-family:Inter,sans-serif;color:var(--text-secondary);line-height:1.6;margin-top:0;max-width:100%;padding:0}@media screen and (min-width: 1024px){.team-section .team-content .team-grid .team-member .member-description{font-size:16px;line-height:1.7;padding:0 var(--spacing-sm)}}.faq-section{width:100%;background-color:var(--bg-primary);padding:var(--spacing-2xl) 20px}@media screen and (min-width: 1024px){.faq-section{padding:var(--spacing-2xl) var(--spacing-3xl)}}.faq-section .faq-content{max-width:800px;margin:0 auto;width:100%}.faq-section .faq-content .section-title{font-size:48px;font-weight:700;font-family:Plus Jakarta Sans,sans-serif;color:var(--text-primary);text-align:center;margin-bottom:var(--spacing-xl);letter-spacing:-.5px}@media screen and (max-width: 1023px){.faq-section .faq-content .section-title{font-size:clamp(32px,8vw,48px);letter-spacing:-.3px}}.faq-section .faq-content .faq-list{display:flex;flex-direction:column;gap:var(--spacing-md)}.faq-section .faq-content .faq-list .faq-item{background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid rgba(37,99,235,.1);border-radius:16px;box-shadow:0 4px 16px #0000000f,0 1px 4px #2563eb0a,inset 0 1px #ffffffe6;position:relative;overflow:hidden;transition:all .3s ease}.faq-section .faq-content .faq-list .faq-item:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--blue-primary) 0%,var(--blue-medium) 50%,var(--orange-primary) 100%);border-radius:16px 16px 0 0;opacity:0;transition:opacity .3s ease}.faq-section .faq-content .faq-list .faq-item.active{border-color:var(--blue-primary);box-shadow:0 8px 32px #2563eb26,0 2px 8px #2563eb1a,inset 0 1px #ffffffe6;transform:translateY(-2px)}.faq-section .faq-content .faq-list .faq-item.active:before{opacity:1}.faq-section .faq-content .faq-list .faq-item.active .faq-question{color:var(--blue-primary)}.faq-section .faq-content .faq-list .faq-item:hover{box-shadow:0 6px 24px #2563eb1f,0 2px 8px #2563eb14,inset 0 1px #ffffffe6;transform:translateY(-1px)}.faq-section .faq-content .faq-list .faq-item .faq-question{width:100%;padding:var(--spacing-lg);background:none;border:none;color:var(--text-primary);font-size:18px;font-weight:600;font-family:Plus Jakarta Sans,sans-serif;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:var(--spacing-md);min-height:60px;transition:color .3s ease;letter-spacing:-.2px}@media screen and (max-width: 1023px){.faq-section .faq-content .faq-list .faq-item .faq-question{font-size:16px;padding:var(--spacing-md);min-height:56px;letter-spacing:-.1px}}.faq-section .faq-content .faq-list .faq-item .faq-question span:first-child{flex:1;line-height:1.4}.faq-section .faq-content .faq-list .faq-item .faq-question .faq-icon{width:32px;height:32px;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:var(--blue-primary);background:#2563eb1a;border-radius:50%;transition:all .3s ease}@media screen and (max-width: 1023px){.faq-section .faq-content .faq-list .faq-item .faq-question .faq-icon{width:28px;height:28px}}.faq-section .faq-content .faq-list .faq-item .faq-question .faq-icon svg{width:16px;height:16px;transition:transform .3s ease}.faq-section .faq-content .faq-list .faq-item .faq-question.active .faq-icon{background:var(--blue-primary);color:#fff}.faq-section .faq-content .faq-list .faq-item .faq-question.active .faq-icon svg{transform:rotate(180deg)}.faq-section .faq-content .faq-list .faq-item .faq-answer{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .4s ease}.faq-section .faq-content .faq-list .faq-item .faq-answer .faq-answer-content{padding:0 var(--spacing-lg) var(--spacing-lg);color:var(--text-secondary);font-size:16px;font-family:Inter,sans-serif;line-height:1.7}@media screen and (max-width: 1023px){.faq-section .faq-content .faq-list .faq-item .faq-answer .faq-answer-content{font-size:15px;padding:0 var(--spacing-md) var(--spacing-md);line-height:1.6}}.faq-section .faq-content .faq-list .faq-item .faq-answer.active{max-height:1000px;padding-top:0}.form-section{width:100%;background:linear-gradient(135deg,var(--blue-lightest) 0%,#FFFFFF 40%,#FFFFFF 100%);position:relative;padding:var(--spacing-2xl) 20px;overflow:hidden}@media screen and (max-width: 1023px){.form-section{padding:var(--spacing-xl) 16px}}@media screen and (min-width: 1024px){.form-section{padding:var(--spacing-2xl) var(--spacing-3xl)}}.form-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url("data:image/svg+xml,%3Csvg width='120' height='120' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cpattern id='wave' x='0' y='0' width='120' height='120' patternUnits='userSpaceOnUse'%3E%3Cpath d='M0,60 Q30,40 60,60 T120,60' stroke='rgba(37,99,235,0.04)' fill='none' stroke-width='1.5'/%3E%3Cpath d='M0,80 Q30,60 60,80 T120,80' stroke='rgba(249,115,22,0.03)' fill='none' stroke-width='1.5'/%3E%3C/pattern%3E%3C/defs%3E%3Crect width='120' height='120' fill='url(%23wave)'/%3E%3C/svg%3E");opacity:.6;pointer-events:none;z-index:0}.form-section:after{content:"";position:absolute;top:-40%;right:-8%;width:600px;height:600px;background:radial-gradient(circle,rgba(37,99,235,.06) 0%,rgba(37,99,235,.02) 40%,transparent 70%);border-radius:50%;pointer-events:none;z-index:0}@media screen and (max-width: 1023px){.form-section:after{width:350px;height:350px;top:-25%;right:-15%}}.form-section .form-content:before{content:"";position:absolute;bottom:-20%;left:-10%;width:400px;height:400px;background:radial-gradient(circle,rgba(249,115,22,.05) 0%,rgba(249,115,22,.02) 40%,transparent 70%);border-radius:50%;pointer-events:none;z-index:0}@media screen and (max-width: 1023px){.form-section .form-content:before{width:250px;height:250px;bottom:-15%;left:-20%}}.form-section .form-content{position:relative;z-index:1;max-width:600px;margin:0 auto;width:100%}.form-section .form-content .section-title{position:relative;z-index:2;font-size:48px;font-weight:700;font-family:Plus Jakarta Sans,sans-serif;color:var(--text-primary);text-align:center;margin-bottom:var(--spacing-md);letter-spacing:-.5px}@media screen and (max-width: 1023px){.form-section .form-content .section-title{font-size:clamp(32px,8vw,48px);letter-spacing:-.3px}}.form-section .form-content .section-subtitle{position:relative;z-index:2;font-size:18px;font-family:Inter,sans-serif;color:var(--text-secondary);text-align:center;margin-bottom:var(--spacing-xl)}@media screen and (max-width: 1023px){.form-section .form-content .section-subtitle{font-size:16px}}.form-section .form-content .section-subtitle .highlight-time{color:var(--blue-primary);font-weight:600;font-family:Plus Jakarta Sans,sans-serif}.form-section .form-content .form-container{position:relative;z-index:2;background-color:var(--bg-card);border:1px solid var(--bg-elevated);border-radius:12px;padding:var(--spacing-xl);box-shadow:0 8px 32px #00000014,0 2px 8px #2563eb0d}@media screen and (max-width: 1023px){.form-section .form-content .form-container{padding:var(--spacing-lg);border-radius:10px}}.form-section .form-content .form-container .form-group,.form-section .form-content .form-container .form-group.form-row{margin-bottom:var(--spacing-md)}@media screen and (min-width: 1024px){.form-section .form-content .form-container .form-group.form-row{display:grid;grid-template-columns:1fr 1fr;gap:var(--spacing-md);align-items:start}}.form-section .form-content .form-container .form-group.form-row>.form-group{display:flex;flex-direction:column}.form-section .form-content .form-container .form-group label{display:block;color:var(--text-primary);font-weight:500;font-family:Inter,sans-serif;font-size:16px;margin-bottom:var(--spacing-xs)}@media screen and (max-width: 1023px){.form-section .form-content .form-container .form-group label{font-size:14px}}.form-section .form-content .form-container .form-group label .required{color:var(--danger)}.form-section .form-content .form-container .form-group input,.form-section .form-content .form-container .form-group select{width:100%;min-height:48px;padding:12px 16px;background-color:#fff;border:var(--border-width-thick) solid var(--field-border);border-radius:6px;color:var(--text-primary);font-size:16px;font-family:Inter,sans-serif;transition:all .3s ease}@media screen and (max-width: 1023px){.form-section .form-content .form-container .form-group input,.form-section .form-content .form-container .form-group select{font-size:16px;min-height:52px;padding:14px 16px;border-radius:8px;-webkit-appearance:none;-moz-appearance:none;appearance:none}}.form-section .form-content .form-container .form-group input:hover:not(:focus):not(:disabled),.form-section .form-content .form-container .form-group select:hover:not(:focus):not(:disabled){border-color:var(--field-border-hover)}.form-section .form-content .form-container .form-group input:focus,.form-section .form-content .form-container .form-group select:focus{outline:none;border-color:var(--blue-primary);box-shadow:var(--focus-ring-blue)}.form-section .form-content .form-container .form-group input.error,.form-section .form-content .form-container .form-group select.error{border-color:var(--danger)}.form-section .form-content .form-container .form-group input.error:focus,.form-section .form-content .form-container .form-group select.error:focus{box-shadow:0 0 0 3px #b423182e}.form-section .form-content .form-container .form-group input.valid,.form-section .form-content .form-container .form-group select.valid{border-color:var(--blue-primary)}.form-section .form-content .form-container .form-group .error-message{color:var(--danger);font-size:14px;font-family:Inter,sans-serif;margin-top:4px;display:none}.form-section .form-content .form-container .form-group .error-message.show{display:block}.form-section .form-content .form-container .form-group .autocomplete-suggestions{position:absolute;top:100%;left:0;right:0;background-color:var(--bg-card);border:1px solid var(--bg-elevated);border-radius:6px;margin-top:4px;max-height:200px;overflow-y:auto;z-index:100;display:none}.form-section .form-content .form-container .form-group .autocomplete-suggestions.show{display:block}.form-section .form-content .form-container .form-group .autocomplete-suggestions .suggestion-item{padding:12px 16px;color:var(--text-primary);cursor:pointer;transition:background-color .2s ease}.form-section .form-content .form-container .form-group .autocomplete-suggestions .suggestion-item:hover{background-color:var(--bg-elevated)}.form-section .form-content .form-container .form-submit{width:100%;height:55px;background-color:var(--blue-primary);border:none;border-radius:6px;color:#fff;font-family:var(--font-heading);font-weight:600;font-size:var(--fs-cta);letter-spacing:var(--ls-cta);line-height:1.1;cursor:pointer;transition:all .3s ease;margin-top:var(--spacing-md);box-shadow:var(--shadow-blue)}@media screen and (max-width: 1023px){.form-section .form-content .form-container .form-submit{height:56px;min-height:56px;border-radius:8px;margin-top:var(--spacing-lg);touch-action:manipulation}}@media screen and (min-width: 1024px){.form-section .form-content .form-container .form-submit{font-size:var(--fs-cta-desktop)}}.form-section .form-content .form-container .form-submit:hover:not(:disabled){background-color:var(--blue-dark);box-shadow:var(--shadow-blue-lg);transform:translateY(-2px)}@media screen and (max-width: 1023px){.form-section .form-content .form-container .form-submit:active:not(:disabled){transform:scale(.98);box-shadow:0 2px 12px #f9731666}}.form-section .form-content .form-container .form-submit:disabled{opacity:.5;cursor:not-allowed}.form-section .form-content .form-container .form-privacy{text-align:center;margin-top:var(--spacing-md);font-size:14px;font-family:Inter,sans-serif;color:var(--text-tertiary)}.form-section .form-content .form-container .form-success{display:none;text-align:center;padding:var(--spacing-xl);background-color:#2563eb1a;border:1px solid var(--blue-primary);border-radius:8px;color:var(--text-primary);font-size:18px;font-family:Inter,sans-serif;font-weight:500}.form-section .form-content .form-container .form-success.show{display:block}.form-section .form-content .form-container .form-success .form-success-download{margin-top:24px;display:flex;justify-content:center}.form-section .form-content .form-container .form-success .form-success-download .download-btn{display:inline-flex;align-items:center;gap:10px;padding:14px 28px;background:linear-gradient(135deg,var(--blue-primary) 0%,#004499 100%);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-family:Plus Jakarta Sans,sans-serif;font-size:16px;transition:all .3s ease;box-shadow:0 4px 12px #0066cc4d;letter-spacing:-.2px}.form-section .form-content .form-container .form-success .form-success-download .download-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #06c6;background:linear-gradient(135deg,#0052cc,#003d7a)}.form-section .form-content .form-container .form-success .form-success-download .download-btn:active{transform:translateY(0)}.form-section .form-content .form-container .form-success .form-success-download .download-btn svg{width:20px;height:20px;flex-shrink:0}@media screen and (max-width: 1023px){.form-section .form-content .form-container .form-success .form-success-download .download-btn{padding:12px 24px;font-size:15px}.form-section .form-content .form-container .form-success .form-success-download .download-btn svg{width:18px;height:18px}}footer{width:100%;background-color:var(--bg-primary);padding:var(--spacing-2xl) 20px var(--spacing-xl)}@media screen and (min-width: 1024px){footer{padding:var(--spacing-2xl) var(--spacing-3xl) var(--spacing-xl)}}footer .footer-content{max-width:var(--desktop-large);margin:0 auto;width:100%}footer .footer-content .footer-main{display:grid;grid-template-columns:1fr;gap:var(--spacing-xl)}@media screen and (min-width: 1024px){footer .footer-content .footer-main{grid-template-columns:2fr 1fr 1fr;gap:var(--spacing-2xl)}}@media screen and (max-width: 1023px){footer .footer-content .footer-main .footer-purpose{text-align:center}}footer .footer-content .footer-main .footer-purpose .footer-logo{margin-bottom:var(--spacing-sm)}@media screen and (max-width: 1023px){footer .footer-content .footer-main .footer-purpose .footer-logo{display:flex;justify-content:center;align-items:center}}footer .footer-content .footer-main .footer-purpose .footer-logo img{height:40px;width:auto}footer .footer-content .footer-main .footer-purpose .footer-slogan{font-size:16px;font-family:var(--font-body);font-style:italic;line-height:1.5;color:var(--text-secondary);margin:0;text-align:left}@media screen and (max-width: 1023px){footer .footer-content .footer-main .footer-purpose .footer-slogan{font-size:14px;text-align:center;margin-top:var(--spacing-xs)}}@media screen and (min-width: 1024px){footer .footer-content .footer-main .footer-purpose .footer-slogan{font-size:17px;margin-top:var(--spacing-xs)}}footer .footer-content .footer-main .footer-purpose .purpose-text{font-size:16px;font-family:Inter,sans-serif;line-height:1.6;color:var(--text-secondary)}@media screen and (max-width: 1023px){footer .footer-content .footer-main .footer-purpose .purpose-text{font-size:14px;text-align:center}}footer .footer-content .footer-main .footer-contact{display:flex;flex-direction:column;align-items:flex-start;gap:var(--spacing-sm)}@media screen and (max-width: 1023px){footer .footer-content .footer-main .footer-contact{align-items:center}}footer .footer-content .footer-main .footer-contact h4{font-size:20px;font-weight:600;font-family:var(--font-heading);color:var(--text-primary);margin-bottom:var(--spacing-sm);margin-top:0;padding:0;letter-spacing:var(--ls-heading);line-height:1.2}@media screen and (max-width: 1023px){footer .footer-content .footer-main .footer-contact h4{text-align:center;font-size:18px}}footer .footer-content .footer-main .footer-contact .contact-link{display:flex;align-items:center;gap:12px;color:var(--text-secondary);text-decoration:none;font-size:16px;font-family:Inter,sans-serif;transition:color .3s ease;line-height:1.5;min-height:44px}@media screen and (max-width: 1023px){footer .footer-content .footer-main .footer-contact .contact-link{justify-content:center;font-size:14px}}footer .footer-content .footer-main .footer-contact .contact-link:hover{color:var(--blue-primary)}footer .footer-content .footer-main .footer-contact .contact-link svg{width:20px;height:20px;color:var(--blue-primary);flex-shrink:0;display:block}footer .footer-content .footer-bottom{margin-top:var(--spacing-2xl);padding-top:var(--spacing-xl);border-top:1px solid var(--bg-elevated);text-align:center}footer .footer-content .footer-bottom .copyright{font-size:14px;font-family:Inter,sans-serif;color:var(--text-tertiary);font-style:italic;max-width:800px;margin:0 auto}.swiper-pagination-bullet,.swiper-pagination-bullet-active{background-color:var(--blue-primary)!important}.snackbar{position:fixed;z-index:10000;opacity:0;transition:all .4s cubic-bezier(.68,-.55,.265,1.55);bottom:-100px;left:16px;right:16px;width:auto;max-width:none}@media screen and (min-width: 1024px){.snackbar{left:50%;right:auto;width:auto;min-width:400px;max-width:500px;transform:translate(-50%)}}.snackbar.show{bottom:16px;opacity:1}@media screen and (min-width: 1024px){.snackbar.show{bottom:24px;transform:translate(-50%) translateY(0)}}.snackbar .snackbar-content{background:linear-gradient(135deg,#06c,#049);color:#fff;padding:16px 20px;border-radius:12px;box-shadow:0 8px 32px #0066cc4d;display:flex;align-items:center;gap:12px;position:relative;overflow:hidden}@media screen and (min-width: 1024px){.snackbar .snackbar-content{padding:20px 24px;gap:16px}}.snackbar .snackbar-icon{flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background-color:#fff3;border-radius:50%;color:#fff}.snackbar .snackbar-icon svg{width:20px;height:20px}.snackbar .snackbar-message{flex:1;display:flex;flex-direction:column;gap:4px;font-family:Inter,sans-serif}.snackbar .snackbar-message strong{font-size:16px;font-weight:600;font-family:Plus Jakarta Sans,sans-serif;line-height:1.4;color:#fff;letter-spacing:-.2px}@media screen and (min-width: 1024px){.snackbar .snackbar-message strong{font-size:17px}}.snackbar .snackbar-message span{font-size:14px;line-height:1.4;color:#ffffffe6;opacity:.95}@media screen and (min-width: 1024px){.snackbar .snackbar-message span{font-size:15px}}.snackbar .snackbar-close{flex-shrink:0;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;color:#ffffffe6;cursor:pointer;border-radius:6px;transition:all .2s ease;padding:0;margin:0;min-width:44px;min-height:44px}.snackbar .snackbar-close:hover{background-color:#ffffff26;color:#fff}.snackbar .snackbar-close:active{transform:scale(.95)}.snackbar .snackbar-close svg{width:18px;height:18px}@media screen and (min-width: 1024px){.snackbar .snackbar-close{width:36px;height:36px;min-width:36px;min-height:36px}}.snackbar .snackbar-progress{position:absolute;bottom:0;left:0;height:3px;background-color:#ffffff4d;width:100%;transform-origin:left;transform:scaleX(0);transition:transform 5s linear}.snackbar.show .snackbar-progress{transform:scaleX(1)}@keyframes shimmer{0%{transform:translate(-100%)}50%{transform:translate(300%)}to{transform:translate(-100%)}}.termsfeed-com---nb-headline{position:fixed}
