*{margin:0;padding:0;box-sizing:border-box}:root{--primary-blue: #2B7FDB;--primary-blue-dark: #1A5DAA;--primary-blue-hover: #3D8EE8;--primary-orange: #FF6B35;--primary-orange-dark: #E85A2A;--primary-orange-hover: #FF7D4D;--secondary-pink: #FFB6C9;--secondary-aqua: #9FE3DC;--secondary-yellow: #FFE8A3;--secondary-lavender: #C7B8F5;--secondary-sky: #BFE4FF;--secondary-leaf: #C4E8B2;--secondary-apricot: #FFD6B3;--neutral-dark: #2C3E50;--neutral-gray: #7F8C8D;--neutral-light: #ECF0F1;--white: #FFFFFF;--background-light: #F8F9FA;--success: #27AE60;--warning: #F39C12;--error: #E74C3C;--info: #3498DB;--gradient-hero: linear-gradient(135deg, rgba(43, 127, 219, .85) 0%, rgba(78, 205, 196, .85) 100%);--gradient-cta: linear-gradient(135deg, #FF6B35 0%, #FFD23F 100%);--shadow-sm: 0 1px 3px rgba(0, 0, 0, .12);--shadow-md: 0 4px 6px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 20px rgba(0, 0, 0, .15);--shadow-cta: 0 4px 12px rgba(255, 107, 53, .3);--border-light: rgba(0, 0, 0, .08);--border-radius: 8px;--border-radius-lg: 12px}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(https://cdn.jsdelivr.net/fontsource/fonts/inter:vf@latest/latin-wght-normal.woff2) format("woff2-variations");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}body{font-family:Inter Variable,system-ui,-apple-system,sans-serif;background-color:var(--white);color:var(--neutral-dark);min-height:100vh;display:flex;flex-direction:column;line-height:1.6;font-size:16px}h1{font-size:2.5rem;font-weight:700;line-height:1.2;text-wrap:balance;color:var(--white);margin-bottom:1rem}h2{font-size:2rem;font-weight:700;line-height:1.3;color:var(--neutral-dark);margin-bottom:.75rem}h3{font-size:1.5rem;font-weight:600;line-height:1.4;color:var(--neutral-dark);margin-bottom:.5rem}h1+p{text-wrap:balance;margin-bottom:2rem;font-size:1.125rem;color:var(--white);opacity:.95}.main-header{background:var(--white);padding:clamp(.5rem,2vw,1rem) clamp(.75rem,3vw,2rem);display:flex;align-items:center;justify-content:space-between;gap:0;flex-wrap:nowrap;box-shadow:var(--shadow-sm);position:sticky;top:0;z-index:9999;isolation:isolate}.header-left{display:flex;align-items:center;gap:.4rem;flex-shrink:0;min-width:0}.header-logo{text-decoration:none;color:inherit;min-width:0}.main-header h2,.header-logo-text{cursor:pointer;transition:color .3s ease;margin:0;white-space:nowrap}.CR4K-svg-filled{width:clamp(24px,5vw,40px);height:clamp(24px,5vw,40px);color:#000;display:block;flex-shrink:0;transition:color .3s ease}.header-logo-text{font-size:clamp(.95rem,3.5vw,1.5rem);font-weight:700;color:#000;margin:0;display:inline-flex;align-items:center;gap:clamp(.25rem,1vw,.5rem);white-space:nowrap;text-decoration:none}.nav-desktop{display:flex;align-items:center;gap:2rem;flex:1;justify-content:center}.nav-desktop a{text-decoration:none;color:var(--neutral-gray);transition:all .3s ease;font-weight:500;font-size:.95rem;position:relative;white-space:nowrap}.nav-desktop a:hover,.nav-desktop a:focus{color:var(--primary-orange);outline:none}.nav-desktop a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background-color:var(--primary-orange);transition:width .3s ease}.nav-desktop a:hover:after{width:100%}.header-right{display:flex;align-items:center;flex-shrink:0}.btn-donar-short{display:none}.btn-donar-full{display:inline}.hamburger-btn{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;background:transparent;border:none;cursor:pointer;padding:6px;border-radius:8px;flex-shrink:0;transition:background .2s ease}.hamburger-btn:hover{background:#0000000f}.hamburger-btn span{display:block;width:22px;height:2px;background-color:#222;border-radius:2px;transition:transform .3s ease,opacity .3s ease,width .3s ease;transform-origin:center}.hamburger-btn.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger-btn.is-open span:nth-child(2){opacity:0;width:0}.hamburger-btn.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-overlay{display:none;position:fixed;inset:0;background:#00000059;z-index:9997;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.nav-mobile{display:none;flex-direction:column;position:fixed;top:var(--header-height, 62px);left:0;right:0;background:var(--white);box-shadow:0 8px 24px #0000001f;z-index:9998;max-height:0;overflow:hidden;opacity:0;padding-top:0;padding-bottom:0;transition:max-height .35s ease,opacity .25s ease,padding-top .3s ease,padding-bottom .3s ease}.nav-mobile.is-open{max-height:400px;opacity:1;padding-top:.5rem;padding-bottom:1.25rem}.nav-mobile a{text-decoration:none;color:var(--neutral-gray);font-weight:500;font-size:1rem;padding:.85rem 1.5rem;display:block;transition:color .2s ease,background .2s ease;border-left:3px solid transparent}.nav-mobile a:hover,.nav-mobile a:focus{color:var(--primary-orange);background:#00000008;border-left-color:var(--primary-orange);outline:none}.btn-header{padding:.625rem 1.5rem;border-radius:var(--border-radius);background-color:var(--primary-blue);color:var(--white);display:inline-block;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s ease;border:none;cursor:pointer;white-space:nowrap}.btn-header:hover{background-color:var(--primary-blue-dark);transform:translateY(-2px);box-shadow:var(--shadow-cta)}@media(max-width:1024px){.main-header{padding:1rem 1.5rem}.nav-desktop{gap:1.25rem}.nav-desktop a{font-size:.9rem}}.header-logo-text{display:inline-flex;align-items:center;line-height:1;vertical-align:middle}.CR4K-svg-filled{display:block;flex-shrink:0;position:relative;top:0}.main-header{box-shadow:none;border-bottom:1px solid rgba(0,0,0,.08)}.main-header:has(+*+.nav-mobile.is-open),.main-header:has(~.nav-mobile.is-open){border-bottom-color:transparent}.nav-mobile{z-index:9999;border-top:none;box-shadow:0 8px 24px #0000001a}@media(max-width:768px){.main-header{padding:0 .875rem;height:56px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;flex-wrap:nowrap;gap:0}.nav-desktop{display:none}.header-left{display:flex;align-items:center;gap:.5rem;flex:1;min-width:0}.hamburger-btn{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:36px;height:36px;padding:0}.hamburger-btn span{display:block;margin:0}.header-logo-text{font-size:1.05rem;gap:.3rem;align-items:center;line-height:1}.CR4K-svg-filled{width:28px;height:28px;margin-top:1px}.header-right{flex-shrink:0;display:flex;align-items:center}.btn-header{padding:.45rem 1rem;font-size:.85rem;white-space:nowrap;line-height:1}.btn-donar-full{display:none}.btn-donar-short{display:inline}.mobile-overlay{display:block}.nav-mobile{display:flex}.nav-mobile{top:56px}}@media(max-width:400px){.main-header{padding:0 .6rem;height:52px}.nav-mobile{top:52px}.header-logo-text{font-size:.95rem}.CR4K-svg-filled{width:24px;height:24px}.btn-header{padding:.4rem .75rem;font-size:.78rem}}button,.btn{appearance:none;background:transparent;border:1px solid transparent;color:inherit;font:inherit;line-height:1.2;padding:.75rem 1.25rem;border-radius:var(--border-radius);font-weight:600;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease,transform .2s ease,box-shadow .2s ease;white-space:nowrap;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:none;text-align:center}.btn-outline{background:transparent;color:var(--white);border:1px solid rgba(255,255,255,.75)}.btn-outline:hover{background:#ffffff1f;border-color:#fff;color:var(--white)}button:active,.btn:active{transform:scale(.98)}button:disabled,.btn:disabled{opacity:.5;pointer-events:none;cursor:not-allowed}.hero-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.btn-primary,.btn-secondary{padding:1rem 2rem;border-radius:var(--border-radius);font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s ease;cursor:pointer;border:2px solid transparent;display:inline-flex;align-items:center;justify-content:center;text-align:center}.btn-primary{background-color:var(--primary-orange);color:var(--white);border-color:var(--primary-orange)}.btn-primary:hover{background-color:var(--primary-orange-dark);border-color:var(--primary-orange-dark);transform:translateY(-2px);box-shadow:var(--shadow-cta)}.btn-secondary{background-color:transparent;color:var(--primary-blue);border:2px solid var(--primary-blue)}.btn-secondary:hover{background-color:#2b7fdb14;border-color:var(--primary-blue-dark);color:var(--primary-blue-dark);transform:translateY(-2px);box-shadow:var(--shadow-md)}.two-column-section{padding:4rem 2rem;background-color:#f5f5f5}.two-column-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1.2fr .8fr;gap:5rem;align-items:center}.two-column-section__content{display:flex;flex-direction:column;gap:1.5rem}.two-column-section__header{display:flex;align-items:center;gap:1rem}.two-column-section__icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;color:var(--primary-orange);flex-shrink:0}.two-column-section__title{font-size:2.5rem;font-weight:700;line-height:1.2;color:var(--primary-orange);margin:0}.two-column-section__text{font-size:1rem;line-height:1.8;color:#6b7280;text-align:justify}.two-column-section__text p{margin-bottom:1.5rem}.two-column-section__text p:last-child{margin-bottom:0}.two-column-section__highlight{font-size:1.1rem;color:var(--neutral-dark);text-align:center;margin-top:1rem}.two-column-section__highlight strong{font-weight:700;color:var(--neutral-dark)}.two-column-section__image-wrapper{display:flex;align-items:center;justify-content:center}.two-column-section__image{width:100%;max-width:650px;height:auto;border-radius:24px;border:1px solid rgba(0,0,0,.06);transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #0000000a}.two-column-section__image:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 12px 32px #0000001f;border-color:#00000014}.two-column-section--reverse .two-column-container{grid-template-columns:.9fr 1.1fr}.two-column-section--reverse .two-column-section__content{order:2}.two-column-section--reverse .two-column-section__image-wrapper{order:1}@media(max-width:1024px){.two-column-container{max-width:1200px;gap:4rem}.two-column-section__title{font-size:2.25rem}}@media(max-width:968px){.two-column-container{grid-template-columns:1fr!important;gap:3rem}.two-column-section__title{font-size:2rem}.two-column-section--reverse .two-column-section__content,.two-column-section--reverse .two-column-section__image-wrapper{order:unset}.two-column-section__image-wrapper{order:2}.two-column-section__content{order:1}.two-column-section__text{text-align:left}}@media(max-width:640px){.two-column-section{padding:3rem 1.5rem}.two-column-container{gap:2rem}.two-column-section__header{flex-direction:column;align-items:flex-start;gap:.75rem}.two-column-section__title{font-size:1.75rem}.two-column-section__icon{width:40px;height:40px}.two-column-section__text{font-size:.95rem}.two-column-section__image-wrapper{padding:1.5rem}}.section-subtitle{text-align:center;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--primary-blue);margin-bottom:.5rem}.section-title{text-align:center;font-size:2.5rem;font-weight:700;color:var(--neutral-dark);margin-bottom:1rem}@media(max-width:768px){.section-title{font-size:2rem}}footer{background-color:var(--background-light);color:#333;padding:3rem 2rem 1.5rem}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:2rem}.footer-column h3{color:var(--primary-orange-dark);font-size:1.125rem;font-weight:700;margin-bottom:1rem}.footer-column p,.footer-column a{color:var(--neutral-gray);text-decoration:none;line-height:2;font-weight:400;transition:color .3s ease}.footer-column a:hover{color:#000}.footer-bottom{max-width:1200px;margin:0 auto;padding-top:2rem;border-top:1px solid #e5e5e5;text-align:center}.footer-bottom small{color:#777;font-size:.875rem}.footer-column{display:flex;flex-direction:column}.social-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:.5rem}.social-row a{line-height:1.6;font-weight:400;position:relative;padding:.15rem 0}.social-row a:hover:after{width:100%}.stat-card-2{padding:2rem 1.5rem;background:var(--white);border-radius:12px;box-shadow:0 2px 8px #00000014;text-align:left;transition:all .3s ease}.stat-card-2:hover{transform:translateY(-3px);box-shadow:0 4px 16px #0000001f}.stat-card-2__icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:8px;margin-bottom:1rem;transition:transform .3s ease}.stat-card-2:hover .stat-card-2__icon{transform:scale(1.05)}.stat-card-2__title{font-size:1.25rem;font-weight:700;color:var(--neutral-dark);margin-bottom:.75rem}.stat-card-2__description{font-size:.95rem;line-height:1.6;color:var(--neutral-gray)}.stat-card-2--blue .stat-card-2__icon{color:var(--primary-blue);background:linear-gradient(135deg,#2b7fdb1f,#2b7fdb0f)}.stat-card-2--aqua .stat-card-2__icon{color:var(--secondary-aqua);background:linear-gradient(135deg,#9fe3dc2e,#9fe3dc14)}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.text-center{text-align:center}.text-primary{color:var(--primary-orange)}.text-accent{color:var(--primary-blue)}.bg-light{background-color:var(--background-light)}.bg-white{background-color:var(--white)}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:2rem}.mt-4{margin-top:3rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:2rem}.mb-4{margin-bottom:3rem}@media(max-width:768px){header{flex-direction:column;padding:1rem;gap:1rem}nav{flex-direction:column;gap:.75rem;width:100%}main>section:nth-child(1){height:auto;min-height:400px;padding:3rem 1.5rem}h1{font-size:1.75rem}h2{font-size:1.5rem}.about-container{grid-template-columns:1fr;gap:2rem}.projects-grid{grid-template-columns:1fr}.projects-header{flex-direction:column;gap:1rem;text-align:center}.help-grid{grid-template-columns:1fr}.footer-content{grid-template-columns:1fr;gap:2rem}.hero-buttons{flex-direction:column;width:100%}.hero-buttons .btn{width:100%}#inicio{height:100vh;min-height:500px}.hero-content{padding:2rem 1.5rem;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.carousel-button{width:40px;height:40px;font-size:2rem}.carousel-button.prev{left:.5rem}.carousel-button.next{right:.5rem}.carousel-indicators{bottom:1rem;gap:.5rem}.indicator{width:8px;height:8px}.indicator.active{width:20px}}@media(max-width:480px){h1{font-size:1.5rem}.stat-card h3{font-size:2rem}.social-row{grid-template-columns:1fr;row-gap:.4rem}.hero-content{padding:1.5rem 1.2rem;border-radius:15px}.carousel-button{width:35px;height:35px;font-size:1.5rem}}html{scroll-behavior:smooth}.admin-btn{all:unset;cursor:pointer;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center}._section_1lp9k_6{position:relative;width:100%;min-height:85vh;display:flex;align-items:center;justify-content:center;overflow:hidden;isolation:isolate}._section_1lp9k_6 .carousel{position:relative;width:100%;height:600px;border-radius:var(--border-radius-lg);overflow:hidden;box-shadow:var(--shadow-lg)}._section_1lp9k_6 .carousel--fullscreen{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:0;box-shadow:none;z-index:1;overflow:hidden}._section_1lp9k_6 .carousel--fullscreen:after{content:"";position:absolute;inset:0;background:linear-gradient(to right,#000000bf,#00000080,#0000004d);z-index:1;pointer-events:none}._section_1lp9k_6 .carousel__track{position:relative;width:100%;height:100%}._section_1lp9k_6 .carousel-image{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity 1s ease-in-out;pointer-events:none}._section_1lp9k_6 .carousel-image.active{opacity:1;pointer-events:auto}._section_1lp9k_6 .carousel-image img{width:100%;height:100%;object-fit:cover;display:block}._content_1lp9k_90{position:relative;z-index:10;width:100%;max-width:1400px;margin:0 auto;padding:3rem 2rem;display:flex;align-items:center;min-height:85vh;pointer-events:none}._textWrapper_1lp9k_105{max-width:700px;display:flex;flex-direction:column;gap:1.75rem;animation:_fadeInUp_1lp9k_1 1s ease-out;pointer-events:auto}@keyframes _fadeInUp_1lp9k_1{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}._title_1lp9k_125{font-size:clamp(2.25rem,5vw,4rem);font-weight:800;line-height:1.15;color:#fff;margin:0;text-shadow:0 2px 20px rgba(0,0,0,.4)}._description_1lp9k_134{font-size:clamp(1.1rem,2.2vw,1.35rem);line-height:1.7;color:#fffffff2;margin:0;text-shadow:0 1px 10px rgba(0,0,0,.3);font-weight:400}._buttons_1lp9k_143{display:flex;gap:1.25rem;margin-top:.5rem;flex-wrap:wrap}._buttons_1lp9k_143 .btn-primary,._buttons_1lp9k_143 .btn-secondary{padding:1.1rem 2.25rem;border-radius:8px;font-size:1.05rem;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;text-align:center;white-space:nowrap;cursor:pointer;transition:all .25s ease;background-color:#ffffff1f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._buttons_1lp9k_143 .btn-primary{border:2px solid var(--primary-orange);color:var(--primary-orange)}._buttons_1lp9k_143 .btn-primary:hover{background-color:var(--primary-orange);color:var(--white);transform:translateY(-2px);box-shadow:0 6px 16px #ff8c0059}._buttons_1lp9k_143 .btn-secondary{border:2px solid var(--primary-blue);color:var(--primary-blue)}._buttons_1lp9k_143 .btn-secondary:hover{background-color:var(--primary-blue);color:var(--white);transform:translateY(-2px);box-shadow:0 6px 16px #2b7fdb59}._buttons_1lp9k_143 .btn-primary:active,._buttons_1lp9k_143 .btn-secondary:active{transform:translateY(0)}._section_1lp9k_6 .carousel__nav{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:56px;height:56px;border-radius:50%;border:2px solid var(--primary-blue);background:#ffffff14;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:var(--primary-blue);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .25s ease;box-shadow:0 8px 25px #00000040;opacity:0}._section_1lp9k_6 .carousel:hover .carousel__nav{opacity:1}._section_1lp9k_6 .carousel__nav:hover{background:var(--primary-blue);color:var(--white);transform:translateY(-50%) scale(1.08);box-shadow:0 10px 30px #2b7fdb59}._section_1lp9k_6 .carousel__nav:active{transform:translateY(-50%) scale(.94)}._section_1lp9k_6 .carousel__nav--prev{left:2rem}._section_1lp9k_6 .carousel__nav--next{right:2rem}._section_1lp9k_6 .carousel__nav svg{width:24px;height:24px;transition:transform .25s ease}._section_1lp9k_6 .carousel__nav:hover svg{transform:scale(1.1)}._section_1lp9k_6 .carousel__indicators{position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%);display:flex;gap:.6rem;align-items:center;z-index:2}._section_1lp9k_6 .carousel__indicator{width:10px;height:10px;border-radius:50%;border:2px solid var(--primary-blue);background:transparent;cursor:pointer;padding:0;transition:all .3s ease}._section_1lp9k_6 .carousel__indicator:hover{background:#2b7fdb4d;transform:scale(1.2)}._section_1lp9k_6 .carousel__indicator--active{width:38px;height:10px;border-radius:6px;background:var(--primary-blue);border-color:var(--primary-blue);box-shadow:0 4px 15px #2b7fdb59}@media(max-width:1024px){._content_1lp9k_90{padding:2.5rem 2rem}._textWrapper_1lp9k_105{max-width:650px}._section_1lp9k_6 .carousel__nav--prev{left:1.5rem}._section_1lp9k_6 .carousel__nav--next{right:1.5rem}}@media(max-width:768px){._section_1lp9k_6{min-height:100svh}._section_1lp9k_6 .carousel--fullscreen:after{background:linear-gradient(to top,#000000e0,#0000008c 45%,#0003)}._content_1lp9k_90{padding:0 1.5rem 5.5rem;min-height:100svh;align-items:flex-end}._textWrapper_1lp9k_105{text-align:center;width:100%;max-width:100%;gap:1.25rem}._title_1lp9k_125{font-size:clamp(1.75rem,6.5vw,2.5rem);line-height:1.2}._description_1lp9k_134{font-size:clamp(.95rem,3.5vw,1.1rem);line-height:1.6}._buttons_1lp9k_143{flex-direction:column;align-items:stretch;gap:.875rem;margin-top:.25rem;width:100%}._buttons_1lp9k_143 .btn-primary,._buttons_1lp9k_143 .btn-secondary{width:100%;padding:1rem 1.5rem;font-size:1rem;min-height:52px;border-radius:10px;background-color:#ffffff1a}._section_1lp9k_6 .carousel__nav{display:none}._section_1lp9k_6 .carousel__indicators{bottom:4.25rem}._section_1lp9k_6 .carousel__indicator{width:8px;height:8px}._section_1lp9k_6 .carousel__indicator--active{width:26px;height:8px}}@media(max-width:480px){._content_1lp9k_90{padding:0 1rem 5rem}._textWrapper_1lp9k_105{gap:1rem}._title_1lp9k_125{font-size:clamp(1.6rem,7vw,2.1rem)}._description_1lp9k_134{font-size:.95rem}._buttons_1lp9k_143{gap:.75rem}._buttons_1lp9k_143 .btn-primary,._buttons_1lp9k_143 .btn-secondary{min-height:50px;font-size:.975rem}._section_1lp9k_6 .carousel__indicators{bottom:3.75rem}._section_1lp9k_6 .carousel__indicator{width:7px;height:7px}._section_1lp9k_6 .carousel__indicator--active{width:22px;height:7px}}@media(prefers-reduced-motion:reduce){._textWrapper_1lp9k_105{animation:none}._section_1lp9k_6 .carousel-image{transition:opacity .3s ease-in-out}._section_1lp9k_6 .carousel__nav,._section_1lp9k_6 .carousel__indicator,._buttons_1lp9k_143 .btn-primary,._buttons_1lp9k_143 .btn-secondary{transition:none}}@media(prefers-contrast:high){._section_1lp9k_6 .carousel--fullscreen:after{background:#000c}._title_1lp9k_125,._description_1lp9k_134{text-shadow:0 2px 6px rgba(0,0,0,1)}}._section_4pe7f_5{padding:4rem 2rem;background-color:var(--background-light);text-align:center}._header_4pe7f_13{max-width:800px;margin:0 auto 3rem;background:var(--secondary-sky);padding:2rem;border-radius:var(--border-radius-lg);box-shadow:var(--shadow-md);display:flex;flex-direction:column;align-items:center;text-align:center}._header_4pe7f_13 h2{font-size:2rem;font-weight:700;color:var(--neutral-dark);margin-bottom:.5rem}._header_4pe7f_13 p{font-size:1.125rem;color:var(--neutral-gray)}._grid_4pe7f_40{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}._section_4pe7f_5 .stat-card{padding:2.5rem 1.5rem;border-radius:20px;border:1px solid rgba(15,23,42,.06);box-shadow:0 8px 22px #0f172a0d;transition:transform .25s ease,box-shadow .25s ease;display:flex;flex-direction:column;align-items:center;text-align:center}._section_4pe7f_5 .stat-card:hover{transform:translateY(-6px);box-shadow:0 14px 32px #0f172a14}._section_4pe7f_5 .stat-card:nth-child(1){background:var(--secondary-pink)}._section_4pe7f_5 .stat-card:nth-child(2){background:var(--secondary-yellow)}._section_4pe7f_5 .stat-card:nth-child(3){background:var(--secondary-aqua)}._section_4pe7f_5 .stat-card:nth-child(4){background:var(--secondary-lavender)}._section_4pe7f_5 .stat-card svg,._section_4pe7f_5 .stat-card .icon{width:72px;height:72px;margin:0 auto 1.5rem;padding:18px;border-radius:50%;display:flex;align-items:center;justify-content:center}._section_4pe7f_5 .stat-card:nth-child(1) svg,._section_4pe7f_5 .stat-card:nth-child(1) .icon{background-color:#ffd3e0;color:#2c3e50}._section_4pe7f_5 .stat-card:nth-child(2) svg,._section_4pe7f_5 .stat-card:nth-child(2) .icon{background-color:#fff2c7;color:#2c3e50}._section_4pe7f_5 .stat-card:nth-child(3) svg,._section_4pe7f_5 .stat-card:nth-child(3) .icon{background-color:#c9f1ec;color:#2c3e50}._section_4pe7f_5 .stat-card:nth-child(4) svg,._section_4pe7f_5 .stat-card:nth-child(4) .icon{background-color:#e3d7ff;color:#2c3e50}._section_4pe7f_5 .stat-card h3{font-size:2.5rem;font-weight:800;margin-bottom:.5rem;color:#2c3e50}._section_4pe7f_5 .stat-card p{font-size:1rem;color:#64748b;margin:0;line-height:1.6}@media(max-width:1100px){._grid_4pe7f_40{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){._section_4pe7f_5{padding:3rem 1.5rem}._header_4pe7f_13{padding:1.5rem;margin-bottom:2rem}._header_4pe7f_13 h2{font-size:1.75rem}._header_4pe7f_13 p{font-size:1rem}._grid_4pe7f_40{grid-template-columns:repeat(2,1fr);gap:1.25rem}._section_4pe7f_5 .stat-card{padding:2rem 1.25rem}._section_4pe7f_5 .stat-card svg,._section_4pe7f_5 .stat-card .icon{width:64px;height:64px;padding:16px}._section_4pe7f_5 .stat-card h3{font-size:2rem}}@media(max-width:480px){._section_4pe7f_5{padding:2.5rem 1rem}._header_4pe7f_13{padding:1.25rem 1rem;margin-bottom:1.75rem}._header_4pe7f_13 h2{font-size:1.5rem}._header_4pe7f_13 p{font-size:.95rem}._grid_4pe7f_40{grid-template-columns:1fr;gap:1rem}._section_4pe7f_5 .stat-card{padding:1.75rem 1rem}._section_4pe7f_5 .stat-card svg,._section_4pe7f_5 .stat-card .icon{width:56px;height:56px;padding:14px;margin-bottom:1.25rem}._section_4pe7f_5 .stat-card h3{font-size:1.75rem}._section_4pe7f_5 .stat-card p{font-size:.9rem}}._section_wxxhu_4{padding:5rem 2rem;background-color:var(--white)}._container_wxxhu_11{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}._content_wxxhu_22{display:flex;flex-direction:column}._tag_wxxhu_27{color:var(--primary-blue);font-weight:600;text-transform:uppercase;font-size:.875rem;letter-spacing:1px;margin-bottom:1rem}._content_wxxhu_22 h2{font-size:2.25rem;margin-bottom:1.5rem;color:var(--primary-orange);line-height:1.2}._content_wxxhu_22 p{color:var(--neutral-gray);line-height:1.8;margin-bottom:1.25rem}._blockquote_wxxhu_49{border-left:4px solid var(--secondary-yellow);padding-left:1.5rem;margin:2rem 0;font-style:italic;color:var(--neutral-dark)}._image_wxxhu_59{display:flex;justify-content:center;align-items:center}._image_wxxhu_59 img{width:100%;max-width:500px;border-radius:var(--border-radius-lg);box-shadow:var(--shadow-lg);object-fit:cover;transition:transform .4s ease}._image_wxxhu_59 img:hover{transform:scale(1.02)}._section_wxxhu_4 .btn-primary{align-self:flex-start;padding:.75rem 1.75rem;font-size:.9rem}@media(max-width:1024px){._container_wxxhu_11{gap:2.5rem}}@media(max-width:768px){._section_wxxhu_4{padding:3.5rem 1.5rem}._container_wxxhu_11{grid-template-columns:1fr;text-align:center;gap:2rem}._content_wxxhu_22{align-items:center}._section_wxxhu_4 .btn-primary{align-self:center}._blockquote_wxxhu_49{border-left:none;border-top:4px solid var(--secondary-yellow);padding-left:0;padding-top:1rem}._content_wxxhu_22 h2{font-size:1.875rem}._image_wxxhu_59 img{max-width:420px}}@media(max-width:480px){._section_wxxhu_4{padding:3rem 1rem}._container_wxxhu_11{gap:1.75rem}._content_wxxhu_22 h2{font-size:clamp(1.5rem,5vw,1.875rem)}._content_wxxhu_22 p,._tag_wxxhu_27{font-size:1rem}._blockquote_wxxhu_49{font-size:1rem;margin:1.5rem 0}._image_wxxhu_59 img{max-width:100%}._section_wxxhu_4 .btn-primary{width:100%;text-align:center;align-self:stretch;min-height:48px;font-size:1rem;display:flex;align-items:center;justify-content:center}}@media(prefers-reduced-motion:reduce){._image_wxxhu_59 img{transition:none}._image_wxxhu_59 img:hover{transform:none}}._section_xfbdb_4{padding:5rem 2rem;background-color:var(--background-light)}._header_xfbdb_11{max-width:1200px;margin:0 auto 3rem;display:flex;justify-content:space-between;align-items:center;gap:2rem}._header_xfbdb_11 h2{font-size:2rem;margin:0;color:var(--primary-orange)}._header_xfbdb_11 p{color:var(--neutral-gray);margin-top:.5rem}._textLink_xfbdb_31{color:var(--primary-blue);text-decoration:none;font-weight:600;transition:color .3s ease;white-space:nowrap}._textLink_xfbdb_31:hover{color:var(--primary-blue-dark)}._grid_xfbdb_45{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}._section_xfbdb_4 .project-card{background-color:var(--white);border-radius:var(--border-radius-lg);overflow:hidden;box-shadow:var(--shadow-md);transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}._section_xfbdb_4 .project-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg)}._section_xfbdb_4 .project-badge{position:absolute;top:1rem;left:1rem;color:var(--white);padding:.5rem 1rem;border-radius:var(--border-radius);font-size:.75rem;font-weight:600;text-transform:uppercase}._section_xfbdb_4 .project-card--pink .project-badge{background-color:var(--secondary-leaf);color:var(--white)}._section_xfbdb_4 .project-card--aqua .project-badge{background-color:var(--secondary-aqua);color:var(--white)}._section_xfbdb_4 .project-card--yellow .project-badge{background-color:var(--secondary-lavender);color:var(--white)}._section_xfbdb_4 .project-card img{width:100%;height:220px;object-fit:cover}._section_xfbdb_4 .project-content{padding:2rem;display:flex;flex-direction:column;flex:1}._section_xfbdb_4 .project-card h3{font-size:1.5rem;margin-bottom:1rem;color:var(--primary-orange)}._section_xfbdb_4 .project-card p{color:var(--neutral-gray);line-height:1.7;margin-bottom:1.5rem}._section_xfbdb_4 .project-link{margin-top:auto;color:var(--primary-blue);font-weight:600;text-decoration:none;transition:color .2s ease}._section_xfbdb_4 .project-link:hover{color:var(--primary-blue-dark)}._skeleton_xfbdb_144{min-height:420px;opacity:.4;background:var(--neutral-light);border-radius:var(--border-radius-lg)}@media(max-width:1024px){._section_xfbdb_4{padding:4rem 2rem}._grid_xfbdb_45{grid-template-columns:repeat(2,1fr);gap:1.5rem}._section_xfbdb_4 .project-card h3{font-size:1.3rem}}@media(max-width:768px){._section_xfbdb_4{padding:3.5rem 1.5rem}._header_xfbdb_11{flex-direction:column;align-items:center;text-align:center;gap:1.25rem;margin-bottom:2rem}._header_xfbdb_11 h2{font-size:1.75rem}._textLink_xfbdb_31{width:100%;text-align:center}._grid_xfbdb_45{grid-template-columns:repeat(2,1fr);gap:1.25rem}._section_xfbdb_4 .project-card img{height:180px}._section_xfbdb_4 .project-content{padding:1.5rem}}@media(max-width:480px){._section_xfbdb_4{padding:3rem 1rem}._header_xfbdb_11{gap:1rem;margin-bottom:1.75rem}._header_xfbdb_11 h2{font-size:1.5rem}._header_xfbdb_11 p{font-size:.95rem}._grid_xfbdb_45{grid-template-columns:1fr;gap:1.25rem}._section_xfbdb_4 .project-card img{height:200px}._section_xfbdb_4 .project-content{padding:1.25rem}._section_xfbdb_4 .project-card h3{font-size:1.2rem}._section_xfbdb_4 .project-card p{font-size:.95rem;margin-bottom:1.25rem}}._section_td16j_4{padding:5rem 2rem;background-color:var(--neutral-dark);color:var(--white);text-align:center}._section_td16j_4>h2{color:var(--white);margin-bottom:3rem;font-size:2.25rem;font-weight:700}._grid_td16j_20{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}._section_td16j_4 .help-card{background-color:#ffffff0d;padding:2.5rem 2rem;border-radius:var(--border-radius-lg);transition:background-color .3s ease,transform .3s ease}._section_td16j_4 .help-card:hover{background-color:#ffffff1a;transform:translateY(-5px)}._section_td16j_4 .help-icon{width:80px;height:80px;margin:0 auto 1.5rem;padding:20px;border-radius:50%;display:flex;align-items:center;justify-content:center}._grid_td16j_20>:nth-child(1) .help-icon{background-color:var(--primary-blue)}._grid_td16j_20>:nth-child(2) .help-icon{background-color:var(--primary-orange)}._grid_td16j_20>:nth-child(3) .help-icon{background-color:var(--success)}._section_td16j_4 .help-card h3{margin-bottom:1rem;color:var(--white)}._section_td16j_4 .help-card p{color:#fffc;line-height:1.7}
