.header{z-index:1000;background:linear-gradient(135deg,#0a5d6be5 0%,#0e7490e5 100%);transition:all .3s;position:fixed;top:0;left:0;right:0}.header.scrolled{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0a5d6bdf;box-shadow:0 4px 20px #00000026}.header-container{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:.425rem 1rem;display:flex}.logo{color:#fff;flex-shrink:0;align-items:center;gap:.75rem;padding:.25rem 0;text-decoration:none;transition:all .3s;display:flex}.logo:hover{transform:translateY(-1px)}.logo:hover .header-logo-image{transform:scale(1.05)}.logo-icon{color:#fff;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.logo-icon svg{width:100%;height:100%}.header-logo-image{object-fit:cover;object-position:center;filter:drop-shadow(0 2px 8px #fcd34d33);width:100px;height:100px;transition:transform .3s}.logo-text{flex-direction:column;justify-content:center;align-items:center;width:100px;height:55px;display:flex;position:relative}.logo-name{font-family:var(--font-heading);color:#fcd34d;font-size:1.25rem;font-weight:800;line-height:1.1}.logo-full-container{border-left:2px solid #fcd34d4d;flex-direction:column;justify-content:center;min-width:0;max-width:200px;margin-left:.5rem;padding-left:.75rem;transition:all .3s;display:flex}.logo:hover .logo-full-container{border-left-color:#fcd34d99}.logo-full{color:#fcd34d;letter-spacing:.5px;text-transform:uppercase;opacity:.95;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;font-size:.7rem;font-weight:600;line-height:1.5;transition:opacity .3s}.logo:hover .logo-full{opacity:1}.menu-toggle{color:#fff;cursor:pointer;z-index:1001;background:#ffffff1a;border:none;border-radius:.5rem;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.25rem;transition:all .3s;display:flex}.menu-toggle:hover{background:#fff3}.nav{z-index:1000;background:linear-gradient(#0a5c6b 0%,#0e7490 100%);width:280px;height:100vh;padding:5rem 1.5rem 2rem;transition:right .3s;position:fixed;top:0;right:-100%;overflow-y:auto;box-shadow:-4px 0 20px #0003}.nav.open{right:0}.nav.open:before{content:"";z-index:-1;background:#00000080;width:100vw;height:100vh;position:fixed;top:0;left:0}.nav-list-desktop{display:none}.nav-list-mobile{flex-direction:column;gap:.25rem;margin:0;padding:0;list-style:none;display:flex}.nav-list-mobile .nav-item{opacity:0;transition:all .3s;transition-delay:calc(var(--item-index)*50ms);padding:.125rem 0;transform:translate(20px)}.nav.open .nav-list-mobile .nav-item{opacity:1;transform:translate(0)}.nav-list-mobile .nav-link-dropdown{color:#fff;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:.5rem;justify-content:space-between;align-items:center;width:100%;padding:.5rem .26rem;font-size:1rem;font-weight:500;transition:all .2s;display:flex}.nav-list-mobile .nav-link-dropdown:hover{color:#fcd34d;background:#ffffff1a}.nav-list-mobile .dropdown-icon{font-size:.65rem;transition:transform .3s}.nav-list-mobile .dropdown-icon.open{transform:rotate(180deg)}.dropdown-menu-mobile{background:#00000026;border-radius:.5rem;max-height:0;margin:.25rem 0 0;padding:0;list-style:none;transition:max-height .3s,padding .3s;overflow:hidden}.dropdown-menu-mobile.open{max-height:300px;padding:.5rem 0}.dropdown-link-mobile{color:#ffffffe6;border-left:2px solid #0000;padding:.625rem 1.25rem;font-size:.9rem;font-weight:400;text-decoration:none;transition:all .2s;display:block}.dropdown-link-mobile:hover{color:#fcd34d;background:#ffffff0d;border-left-color:#fcd34d;padding-left:1.5rem}.nav-link{color:#fff;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:.5rem;width:100%;padding:.25rem;font-size:1rem;font-weight:500;text-decoration:none;transition:all .2s;display:block}.nav-link:hover{color:#fcd34d;background:#ffffff1a;transform:translate(8px)}.nav-cta{white-space:nowrap;color:#0a5c6b;text-align:center;background:#fcd34d;border-radius:2rem;margin-top:1.5rem;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:block}.nav-cta:hover{background:#fbbf24;transform:scale(1.02)}.nav-admin{color:#fff;background:#ffffff1a;border:1px solid #fff3;border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;margin-top:1rem;padding:.75rem 1.5rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .3s;display:flex}.nav-admin:hover{background:#fff3;border-color:#fff6;transform:scale(1.02)}.nav-admin svg{font-size:1rem}@media (max-width:480px){.logo{gap:.5rem}.logo-full-container{border-left-width:1.5px;min-width:100px;max-width:140px;margin-left:.25rem;padding-left:.5rem;display:flex}.logo-full{letter-spacing:.2px;white-space:normal;word-wrap:break-word;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-size:.6rem;line-height:1.3;display:-webkit-box;overflow:hidden}.logo-text{height:50px}.header-logo-image{width:70px;height:70px}.logo-name{font-size:1.1rem}}@media (min-width:481px) and (max-width:1199px){.logo-full-container{min-width:140px;max-width:180px;margin-left:.4rem;padding-left:.6rem;display:flex}.logo-full{letter-spacing:.3px;white-space:normal;word-wrap:break-word;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-size:.65rem;line-height:1.3;display:-webkit-box;overflow:hidden}.logo-text{width:100px;height:50px}.header-logo-image{width:90px;height:90px}.header-container{padding:.725rem 1.5rem}}@media (min-width:1200px){.menu-toggle{display:none}.header-container{gap:1rem;padding:.325rem 2rem}.logo{flex-shrink:0}.logo-icon{width:42px;height:42px}.logo-text{height:60px;display:flex}.logo-full-container{min-width:200px;max-width:250px;display:flex}.logo-name{font-size:1.2rem}.logo-full{letter-spacing:.5px;white-space:normal;word-wrap:break-word;font-size:.75rem;display:block}.header-logo-image{width:100px;height:100px}.nav{width:auto;height:auto;box-shadow:none;background:0 0;flex:1;justify-content:flex-end;align-items:center;gap:.5rem;padding:0;display:flex;position:static;overflow:visible}.nav:before,.nav-list-mobile{display:none}.nav-list-desktop{flex-direction:row;align-items:center;gap:0;margin:0;padding:0;list-style:none;display:flex}.nav-item{opacity:1;padding:.725rem .525rem;position:relative;transform:none}.nav-link{white-space:nowrap;border-radius:.375rem;align-items:center;gap:.25rem;width:auto;padding:1rem .525rem;font-size:.875rem;display:flex;position:relative}.nav-link:after{content:"";background:#fcd34d;border-radius:1px;width:0;height:2px;transition:all .3s;position:absolute;bottom:.25rem;left:50%;transform:translate(-50%)}.nav-link:hover:after{width:calc(100% - 1rem)}.nav-link:hover{color:#fcd34d;background:0 0;transform:none}.nav-link-dropdown{font-family:inherit}.dropdown-icon{margin-left:.125rem;font-size:.6rem;transition:transform .3s}.dropdown-icon.open{transform:rotate(180deg)}.dropdown-menu{opacity:0;visibility:hidden;z-index:100;background:#fff;border-radius:.75rem;min-width:180px;padding:.5rem;list-style:none;transition:all .3s;position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(10px);box-shadow:0 10px 40px #00000026}.dropdown-menu:before{content:"";border-bottom:6px solid #fff;border-left:6px solid #0000;border-right:6px solid #0000;position:absolute;top:-6px;left:50%;transform:translate(-50%)}.dropdown-menu.open{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.dropdown-link{color:#0a5c6b;border-radius:.5rem;padding:.75rem 1rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s;display:block}.dropdown-link:hover{color:#fff;background:linear-gradient(135deg,#0a5c6b 0%,#0e7490 100%);transform:translate(4px)}.nav-cta{background:linear-gradient(135deg,#fcd34d 0%,#f59e0b 100%);border-radius:2rem;align-items:center;margin-top:0;padding:.5rem .9rem;font-size:.875rem;display:inline-flex;box-shadow:0 2px 10px #fcd34d4d}.nav-cta:hover{transform:translateY(-2px);box-shadow:0 4px 15px #fcd34d66}.nav-admin{border-radius:2rem;margin-top:0;margin-left:.5rem;padding:.5rem 1rem;font-size:.8rem}.nav-admin:hover{transform:translateY(-2px)}.nav-admin svg{font-size:.8rem}}@media (min-width:1400px){.header-container{gap:1.5rem;padding:.325rem 2.5rem}.logo-icon{width:44px;height:44px}.logo-name{font-size:1.3rem}.logo-full{display:block}.nav{gap:.75rem}.nav-link{padding:1rem .9rem;font-size:.9rem}.nav-cta{padding:.625rem 1.5rem;font-size:.9rem}.nav-admin{padding:.625rem 1.25rem;font-size:.85rem}}
.hero{flex-direction:column;min-height:100vh;padding-top:80px;display:flex;position:relative;overflow:hidden}.hero-background{z-index:-1;position:absolute;inset:0}.hero-pattern{background:radial-gradient(circle at 20%,#0e749026 0%,#0000 50%),radial-gradient(circle at 80% 20%,#22a1bb1a 0%,#0000 40%),radial-gradient(circle at 60% 80%,#67d4e81a 0%,#0000 40%);position:absolute;inset:0}.hero-gradient{background:linear-gradient(135deg,#0a5c6b 0%,#0e7490 50%,#14b8a6 100%);position:absolute;inset:0}.hero-particles{position:absolute;inset:0;overflow:hidden}.particle{width:4px;height:4px;left:var(--x);animation:8s ease-in infinite rise;animation-delay:var(--delay);background:#ffffff4d;border-radius:50%;position:absolute}@keyframes rise{0%{opacity:0;bottom:-10px}10%{opacity:.5}90%{opacity:.5}to{opacity:0;bottom:100%}}.hero-container{width:100%;max-width:1200px;padding:var(--space-xl)var(--space-lg);gap:var(--space-2xl);flex:1;align-items:center;margin:0 auto;display:grid}.hero-content{color:var(--white);animation:.8s forwards fadeInUp}.hero-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:1px solid #fff3;border-radius:2rem;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;display:inline-flex}.badge-icon{font-size:1.2rem}.hero-title{color:var(--white);margin-bottom:1.5rem;font-size:clamp(1.75rem,5vw,2.75rem);font-weight:900;line-height:1.2}.title-line{display:block}.title-highlight{background:linear-gradient(135deg,#fcd34d 0%,#f59e0b 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;display:block}.hero-subtitle{opacity:.95;max-width:550px;margin-bottom:1.5rem;font-size:1.05rem;line-height:1.7}.hero-why{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff1a;border-radius:.75rem;margin-bottom:1.5rem;padding:1.25rem}.hero-why h3{color:#fcd34d;margin-bottom:.75rem;font-size:1rem}.why-list{grid-template-columns:1fr 1fr;gap:.5rem;margin:0;padding:0;list-style:none;display:grid}.why-list li{opacity:.95;font-size:.9rem}.hero-actions{flex-wrap:wrap;gap:1rem;display:flex}.btn-outline{color:var(--white);padding:calc(var(--space-md) - 2px)calc(var(--space-xl) - 2px);background:0 0;border:2px solid #ffffff80}.btn-outline:hover{border-color:var(--white);background:#ffffff1a}.hero-visual{opacity:0;flex-direction:column;justify-content:center;align-items:center;animation:.8s .2s forwards fadeInUp;display:flex}.hero-image-wrapper{max-width:450px;position:relative}.hero-image{border-radius:1.5rem;position:relative;overflow:hidden;box-shadow:0 25px 50px #0000004d}.hero-image img{width:100%;height:auto;display:block}.image-overlay{background:linear-gradient(#0000,#0a5c6b66);position:absolute;inset:0}.hero-highlight-quote{text-align:center;opacity:0;max-width:450px;margin-top:1.5rem;animation:.8s .4s forwards fadeInUp}.quote-accent{display:none}.hero-highlight-quote p{color:#ffffffe6;letter-spacing:.01em;margin:0;font-size:clamp(1rem,2.5vw,1.15rem);font-weight:500;line-height:1.8}.quote-highlight{color:#fcd34d;font-weight:700}.quote-emphasis{background:linear-gradient(135deg,#fcd34d 0%,#f59e0b 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-style:italic;font-weight:700}.floating-card{background:var(--white);color:#0e7490;border-radius:.75rem;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;animation:3s ease-in-out infinite float;display:flex;position:absolute;box-shadow:0 10px 30px #0003}.card-icon{font-size:1.25rem}.card-1{animation-delay:0s;top:5%;right:-8%}.card-2{animation-delay:.5s;bottom:40%;left:-12%}.card-3{animation-delay:1s;bottom:15%;right:-5%}.card-4{animation-delay:1.5s;top:35%;left:-10%}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.hero-stats-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:2;background:#ffffff1a;margin-top:auto;padding:2.5rem 0 6rem;position:relative}.stats-container{max-width:1200px;padding:0 var(--space-lg);flex-wrap:wrap;justify-content:center;gap:3rem;margin:0 auto;display:flex}.hero-stat{text-align:center;animation:.5s forwards fadeInUp;animation-delay:var(--delay);opacity:0;flex-direction:column;align-items:center;gap:.25rem;display:flex}.stat-icon{color:#fcd34d;background:#fff3;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:.5rem;font-size:1.1rem;display:flex}.stat-number{font-family:var(--font-heading);color:#fcd34d;font-size:2.25rem;font-weight:700;line-height:1;display:block}.stat-label{color:#ffffffe6;margin-top:.25rem;font-size:.85rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (min-width:768px){.hero-container{gap:var(--space-3xl);grid-template-columns:1fr 1fr}.hero-title{font-size:clamp(2rem,4vw,2.5rem)}.stats-container{gap:4rem}.stat-number{font-size:2rem}}@media (min-width:992px){.hero{padding-top:100px}.hero-subtitle{font-size:1.1rem}.floating-card{padding:.75rem 1.25rem}}@media (max-width:768px){.why-list{grid-template-columns:1fr}.hero-highlight-quote{margin-top:1.25rem;padding:0 1rem}.hero-stats-section{padding:2rem 0 5rem}.stats-container{gap:1.5rem}.hero-stat{min-width:80px}.stat-number{font-size:1.75rem}.stat-label{font-size:.75rem}.stat-icon{width:36px;height:36px;font-size:.9rem}}
.about{background:var(--white);padding:5rem 0}.about-header{text-align:center;max-width:700px;margin:0 auto 2.5rem}.section-label{color:var(--white);text-transform:uppercase;letter-spacing:1px;background:linear-gradient(135deg,#0d9488 0%,#0891b2 100%);border-radius:2rem;margin-bottom:1rem;padding:.25rem 1rem;font-size:.75rem;font-weight:600;display:inline-block}.section-title{margin-bottom:1rem}.section-subtitle{color:var(--gray-600);font-size:1.1rem}.about-intro{background:linear-gradient(135deg,#f0fdfa 0%,#ecfeff 100%);border-left:4px solid #0d9488;border-radius:1rem;margin:0 0 2rem;padding:1.75rem}.intro-text{color:var(--gray-700);margin-bottom:.875rem;font-size:.98rem;line-height:1.7}.intro-text:last-child{margin-bottom:0}.intro-text strong{color:#0e7490}.sdgs-description{background:var(--white);border:2px solid #e0f2fe;border-radius:.75rem;margin:1.5rem 0;padding:1.25rem}.sdgs-title{font-size:1.15rem;font-family:var(--font-heading);color:#0e7490;margin-bottom:1rem;font-weight:700}.sdgs-list{margin:0;padding:0;list-style:none}.sdgs-list li{color:var(--gray-700);border-bottom:1px solid #e5e7eb;padding:.6rem 0 .6rem 1.35rem;font-size:.9rem;line-height:1.6;position:relative}.sdgs-list li:last-child{border-bottom:none;padding-bottom:0}.sdgs-list li:before{content:"✓";color:#0d9488;font-size:1rem;font-weight:700;position:absolute;left:0}.sdgs-list li strong{color:#0e7490;font-weight:600}.highlight-text{background:linear-gradient(135deg,#0d9488 0%,#0891b2 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:600}.about-grid{gap:2rem;display:grid}.vision-mission{gap:1.25rem;display:grid}.info-card{background:var(--gray-50);border-left:4px solid #0d9488;border-radius:.875rem;padding:1.75rem;transition:all .3s}.info-card:hover{transform:translateY(-3px);box-shadow:0 10px 25px #00000014}.info-card.vision{border-left-color:#0d9488}.info-card.mission{border-left-color:#7c3aed}.card-icon-wrapper{width:50px;height:50px;color:var(--white);background:linear-gradient(135deg,#0d9488 0%,#14b8a6 100%);border-radius:.875rem;justify-content:center;align-items:center;margin-bottom:1.25rem;font-size:1.35rem;display:flex}.info-card.mission .card-icon-wrapper{background:linear-gradient(135deg,#7c3aed 0%,#a855f7 100%)}.info-card h3{font-size:1.35rem;font-family:var(--font-heading);margin-bottom:.875rem}.info-card p{color:var(--gray-600);margin-bottom:0;font-size:.95rem;line-height:1.7}.mission-list{margin:0;padding:0;list-style:none}.mission-list li{color:var(--gray-600);margin-bottom:.6rem;padding-left:1.35rem;font-size:.9rem;line-height:1.55;position:relative}.mission-list li:last-child{margin-bottom:0}.mission-list li:before{content:"→";color:#7c3aed;font-size:.85rem;font-weight:700;position:absolute;left:0}.goals-section{background:linear-gradient(160deg,var(--primary-light)0%,var(--primary)50%,var(--primary-dark)100%);border-radius:1.5rem;margin-bottom:2.5rem;padding:2.5rem 2rem 2rem;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #0e74904d,inset 0 0 0 1px #ffffff1a}.goals-header{text-align:center;z-index:2;margin-bottom:1.5rem;position:relative}.goals-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #ffffff26;border-radius:3rem;align-items:center;gap:.75rem;margin-bottom:.75rem;padding:.5rem 1.25rem .5rem .5rem;display:inline-flex}.un-badge{background:linear-gradient(135deg,var(--primary-lighter)0%,var(--primary-light)100%);width:36px;height:36px;color:var(--primary-dark);letter-spacing:.5px;border-radius:50%;justify-content:center;align-items:center;font-size:.75rem;font-weight:800;display:inline-flex;box-shadow:0 4px 12px #0e749066}.goals-label{color:#fff;font-size:1rem;font-weight:600;font-family:var(--font-heading);letter-spacing:.5px}.goals-subtitle{color:#ffffffd9;margin:0;font-size:1rem;font-weight:500}.goals-grid{z-index:2;flex-wrap:nowrap;justify-content:center;gap:1.5rem;max-width:700px;margin:0 auto;display:flex;position:relative}.goal-card:nth-child(4),.goal-card:nth-child(5){margin-top:0}.goal-card{opacity:0;animation:.6s cubic-bezier(.34,1.56,.64,1) forwards goalCardIn;animation-delay:var(--delay);position:relative}.goal-card:first-child .goal-card-inner{animation-delay:0s}.goal-card:nth-child(2) .goal-card-inner{animation-delay:.6s}.goal-card:nth-child(3) .goal-card-inner{animation-delay:1.2s}.goal-card:nth-child(4) .goal-card-inner{animation-delay:.3s}.goal-card:nth-child(5) .goal-card-inner{animation-delay:.9s}.goal-card-inner{color:#fff;border-radius:8px;flex-direction:column;justify-content:space-between;width:110px;height:110px;padding:.65rem;transition:all .4s cubic-bezier(.4,0,.2,1);animation:3.5s ease-in-out infinite goalFloat,4s ease-in-out infinite goalPulse;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 15px #0003,inset 0 0 0 1px #ffffff1a}.goal-card-inner:before{content:"";pointer-events:none;background:linear-gradient(90deg,#0000 0%,#fff3 50%,#0000 100%);width:100%;height:100%;transition:left .6s;position:absolute;top:0;left:-100%}.goal-card:hover .goal-card-inner:before{left:100%}.goal-card-inner:after{content:"";transform-origin:0;background:#ffffff4d;height:3px;transition:transform .3s;position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.goal-card:hover .goal-card-inner{transform:translateY(-8px)scale(1.02);box-shadow:0 20px 40px #0000004d,inset 0 0 0 1px #fff3}.goal-card:hover .goal-card-inner:after{transform:scaleX(1)}.goal-glow{filter:blur(20px);opacity:0;z-index:-1;border-radius:50%;width:80%;height:40px;transition:opacity .4s;position:absolute;bottom:-20px;left:50%;transform:translate(-50%)}.goal-card:hover .goal-glow{opacity:.6}.goal-top{z-index:1;flex-direction:row;align-items:flex-start;gap:.35rem;display:flex;position:relative}.goal-number{text-shadow:0 2px 4px #0003;font-size:1.75rem;font-weight:900;line-height:1}.goal-bottom{z-index:1;justify-content:center;align-items:center;display:flex;position:relative}.goal-title{text-transform:uppercase;letter-spacing:.2px;text-shadow:0 1px 2px #0003;font-size:.55rem;font-weight:700;line-height:1.25}.goal-icon{opacity:.9;color:#fff;filter:drop-shadow(0 1px 2px #0003);flex-shrink:0;justify-content:center;font-size:1.85rem;display:flex}.goals-decoration{pointer-events:none;position:absolute;inset:0;overflow:hidden}.deco-circle{opacity:.1;border-radius:50%;position:absolute}.deco-circle-1{background:linear-gradient(135deg,var(--primary-lighter),var(--primary-light));width:300px;height:300px;top:-150px;right:-100px}.deco-circle-2{background:linear-gradient(135deg,var(--primary-lighter),var(--primary));width:200px;height:200px;bottom:-100px;left:-50px}.deco-wave{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='%23ffffff' fill-opacity='0.03' d='M0,192L48,197.3C96,203,192,213,288,229.3C384,245,480,267,576,250.7C672,235,768,181,864,181.3C960,181,1056,235,1152,234.7C1248,235,1344,181,1392,154.7L1440,128L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z'%3E%3C/path%3E%3C/svg%3E") bottom/cover no-repeat;height:100px;position:absolute;bottom:0;left:0;right:0}@keyframes goalCardIn{0%{opacity:0;transform:translateY(30px)scale(.85)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes goalFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes goalPulse{0%,to{box-shadow:0 4px 15px #0003,inset 0 0 0 1px #ffffff1a}50%{box-shadow:0 8px 25px #00000040,inset 0 0 0 1px #ffffff26,0 0 20px #ffffff1a}}@media (min-width:992px){.vision-mission{grid-template-columns:repeat(2,1fr)}}@media (min-width:768px) and (max-width:991px){.vision-mission{grid-template-columns:repeat(2,1fr)}.goals-grid{flex-wrap:wrap;gap:1rem;max-width:380px}.goal-card:nth-child(4),.goal-card:nth-child(5){margin-top:.5rem}.goals-section{border-radius:1.25rem;padding:2rem 1.5rem 1.5rem}.goals-badge{padding:.4rem 1rem .4rem .4rem}.un-badge{width:32px;height:32px;font-size:.7rem}.goals-label{font-size:.9rem}.goals-subtitle{font-size:.85rem}.goal-card-inner{width:100px;height:100px;padding:.65rem}.goal-number{font-size:1.6rem}.goal-title{font-size:.55rem}.goal-icon{font-size:1.8rem}}@media (max-width:767px){.about{padding:4rem 0}.about-header{margin-bottom:2rem}.section-title{font-size:1.75rem}.section-subtitle{font-size:1rem}.about-intro{margin-bottom:2rem;padding:1.5rem}.intro-text{font-size:.95rem;line-height:1.7}.sdgs-description{margin:1.5rem 0;padding:1rem}.sdgs-title{font-size:1.1rem}.sdgs-list li{padding:.6rem 0 .6rem 1.25rem;font-size:.9rem;line-height:1.6}.goals-section{border-radius:1rem;margin-bottom:1.5rem;padding:1.5rem 1rem 1.25rem}.goals-header{margin-bottom:1.25rem}.goals-badge{gap:.5rem;padding:.35rem .85rem .35rem .35rem}.un-badge{width:28px;height:28px;font-size:.6rem}.goals-label,.goals-subtitle{font-size:.8rem}.goals-grid{flex-wrap:wrap;gap:.85rem;max-width:300px}.goal-card:nth-child(4),.goal-card:nth-child(5){margin-top:.5rem}.goal-card-inner{border-radius:6px;width:85px;height:85px;padding:.55rem}.goal-number{font-size:1.4rem}.goal-title{font-size:.48rem}.goal-icon{font-size:1.5rem}.deco-circle-1{width:200px;height:200px;top:-100px;right:-80px}.deco-circle-2{width:150px;height:150px;bottom:-80px;left:-40px}.vision-mission{grid-template-columns:1fr;gap:1rem}.info-card{padding:1.5rem}.info-card h3{font-size:1.25rem}.card-icon-wrapper{width:48px;height:48px;margin-bottom:1rem;font-size:1.25rem}}@media (max-width:480px){.about{padding:4rem 0}.section-label{padding:.2rem .75rem;font-size:.65rem}.section-title{font-size:1.5rem}.section-subtitle{font-size:.9rem}.about-intro{border-radius:.75rem;padding:1.25rem}.intro-text{font-size:.9rem}.goals-section{border-radius:.875rem;padding:1.75rem .75rem 1.5rem}.goals-header{margin-bottom:1.5rem}.goals-badge{gap:.4rem;padding:.3rem .7rem .3rem .3rem}.un-badge{width:24px;height:24px;font-size:.55rem}.goals-label{font-size:.9rem}.goals-subtitle{margin-top:.35rem;font-size:.85rem}.goals-grid{flex-wrap:wrap;gap:.75rem;max-width:100%}.goal-card:nth-child(4),.goal-card:nth-child(5){margin-top:.5rem}.goal-card-inner{border-radius:8px;width:85px;height:85px;padding:.6rem}.goal-number{font-size:1.25rem}.goal-title{letter-spacing:.02em;font-size:.5rem}.goal-icon{font-size:1.85rem}.goal-card:hover .goal-card-inner{transform:translateY(-4px)scale(1.02)}.deco-circle-1,.deco-circle-2{display:none}.info-card{padding:1.25rem}.info-card h3{font-size:1.1rem}.card-icon-wrapper{border-radius:.75rem;width:42px;height:42px;font-size:1.1rem}.mission-list li{margin-bottom:.5rem;padding-left:1.25rem;font-size:.9rem}}
.programs{background:linear-gradient(#f8fafc 0%,#f0fdfa 100%);padding:6rem 0;position:relative;overflow:hidden}.programs-background{pointer-events:none;z-index:0;background:radial-gradient(circle at 10% 20%,#0e74900d 0%,#0000 40%),radial-gradient(circle at 90% 80%,#0e74900d 0%,#0000 40%);position:absolute;inset:0}.programs-header{text-align:center;max-width:700px;margin:0 auto 4rem;position:relative}.program-section{background:#fff;border-radius:1.5rem;margin-bottom:2rem;padding:2.5rem;position:relative;box-shadow:0 4px 20px #0000000f}.program-section-header{align-items:center;gap:1.5rem;margin-bottom:2rem;display:flex}.program-icon-large{color:#fff;background:linear-gradient(135deg,#0d9488 0%,#14b8a6 100%);border-radius:1rem;flex-shrink:0;justify-content:center;align-items:center;width:70px;height:70px;font-size:1.8rem;display:flex}.program-icon-large.crown{background:linear-gradient(135deg,#d97706 0%,#f59e0b 100%)}.program-section-header h3{color:var(--color-heading);font-size:1.4rem;font-family:var(--font-heading);margin-bottom:.25rem}.program-section-header p{color:var(--color-text-light);margin:0;font-size:.95rem}.topics-grid{grid-template-columns:repeat(5,1fr);gap:1rem;display:grid}.topic-card{animation:.5s forwards fadeInUp;animation-delay:var(--delay);opacity:0;background:linear-gradient(135deg,#f0fdfa 0%,#ecfeff 100%);border:1px solid #99f6e4;border-radius:.5rem;align-items:center;gap:.75rem;padding:.875rem 1rem;transition:all .3s;display:flex}.topic-card:hover{border-color:#14b8a6;transform:translateY(-3px);box-shadow:0 8px 20px #0d948826}.topic-icon{color:#fff;background:linear-gradient(135deg,#0d9488 0%,#14b8a6 100%);border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.9rem;display:flex}.topic-card span{color:var(--color-heading);font-size:.85rem;font-weight:500;line-height:1.3}.skills-section .program-icon-large{background:linear-gradient(135deg,#7c3aed 0%,#a855f7 100%)}.skills-grid .topic-card{background:linear-gradient(135deg,#f5f3ff 0%,#ede9fe 100%);border-color:#c4b5fd}.skills-grid .topic-card:hover{border-color:#a78bfa;box-shadow:0 8px 20px #7c3aed26}.skills-grid .topic-icon{background:linear-gradient(135deg,#7c3aed 0%,#a855f7 100%)}.skill-card{background:linear-gradient(135deg,#f5f3ff 0%,#ede9fe 100%);border-color:#c4b5fd}.skill-card:hover{border-color:#a78bfa;box-shadow:0 8px 20px #7c3aed26}.skill-card .topic-icon{background:linear-gradient(135deg,#7c3aed 0%,#a855f7 100%)}.leadership-section .program-section-header p{color:#92400e;font-weight:600}.leadership-grid{grid-template-columns:repeat(5,1fr);gap:1.5rem;display:grid}.leadership-card{text-align:center;animation:.5s forwards fadeInUp;animation-delay:var(--delay);opacity:0;background:linear-gradient(#fef3c7 0%,#fde68a 100%);border:1px solid #fbbf24;border-radius:1rem;padding:1.5rem 1rem;transition:all .3s}.leadership-card:hover{transform:translateY(-5px);box-shadow:0 12px 25px #d9770633}.leadership-icon{color:#fff;background:linear-gradient(135deg,#d97706 0%,#f59e0b 100%);border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;margin:0 auto 1rem;font-size:1.2rem;display:flex}.leadership-card h4{color:#92400e;margin-bottom:.5rem;font-size:.95rem}.leadership-card p{color:#78350f;margin:0;font-size:.8rem;line-height:1.4}.programs-cta{text-align:center;z-index:10;background:linear-gradient(135deg,#0d9488 0%,#0891b2 100%);border-radius:1rem;justify-content:center;align-items:center;gap:2rem;margin-top:3rem;padding:2rem;display:flex;position:relative}.programs-cta p{color:#fff;margin:0;font-size:1.1rem}.programs-cta .btn{color:#0d9488;background:#fff}.programs-cta .btn:hover{background:#f0fdfa}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1200px){.topics-grid{grid-template-columns:repeat(4,1fr)}.leadership-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:992px){.topics-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.topics-grid,.leadership-grid{grid-template-columns:repeat(2,1fr)}.program-section{padding:1.5rem}.program-section-header{text-align:center;flex-direction:column}.programs-cta{flex-direction:column;gap:1rem}}@media (max-width:480px){.topics-grid,.leadership-grid{grid-template-columns:1fr}}
.research{background:linear-gradient(#f0fdfa 0%,#fff 100%);padding:6rem 0;position:relative}.research:before{content:"";pointer-events:none;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%230d9488' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");height:200px;position:absolute;top:0;left:0;right:0}.research-header{text-align:center;margin-bottom:4rem}.research-grid{grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:4rem;display:grid}.research-card{background:#fff;border-radius:1.5rem;padding:2rem;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 20px #00000014}.research-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001f}.research-card-header{text-align:center;margin-bottom:2rem;padding:0 .35rem}.research-icon{color:#fff;background:linear-gradient(135deg,#0d9488 0%,#0891b2 100%);border-radius:1rem;justify-content:center;align-items:center;width:70px;height:70px;margin:0 auto 1rem;font-size:1.8rem;display:flex}.research-icon.global{background:linear-gradient(135deg,#7c3aed 0%,#a855f7 100%)}.research-card-header h3{color:var(--color-heading);font-size:1.4rem;font-family:var(--font-heading);margin-bottom:.5rem}.research-card-header p{color:var(--color-text-light);font-size:.95rem}.opportunities-list{flex-direction:column;gap:.75rem;display:flex}.opportunity-item{animation:.5s forwards fadeInUp;animation-delay:var(--delay);opacity:0;background:#f0fdfa;border-radius:.75rem;align-items:center;gap:1rem;padding:.75rem 1rem;transition:all .3s;display:flex}.opportunity-item:hover{background:#ccfbf1;transform:translate(5px)}.opportunity-icon{color:#fff;background:linear-gradient(135deg,#0d9488 0%,#14b8a6 100%);border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.9rem;display:flex}.opportunity-item span{color:var(--color-heading);font-weight:500}.countries-grid{grid-template-columns:repeat(2,1fr);gap:1rem;padding:0 1.35rem;display:grid}.country-badge{animation:.5s forwards fadeInUp;animation-delay:var(--delay);opacity:0;background:linear-gradient(135deg,#f5f3ff 0%,#ede9fe 100%);border-radius:.75rem;align-items:center;gap:.75rem;padding:1rem .5rem;transition:all .3s;display:flex}.country-badge:hover{background:linear-gradient(135deg,#ede9fe 0%,#ddd6fe 100%);transform:translateY(-3px);box-shadow:0 4px 12px #7c3aed26}.country-badge .flag{color:#fff;letter-spacing:.5px;background:linear-gradient(135deg,#7c3aed 0%,#a855f7 100%);border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.75rem;font-weight:700;display:flex}.country-badge .country-name{color:#5b21b6;font-weight:600}.includes-section{background:#fff;border-radius:1.5rem;padding:3rem;box-shadow:0 4px 20px #00000014}.includes-section h3{text-align:center;color:var(--color-heading);font-size:1.5rem;font-family:var(--font-heading);margin-bottom:2rem}.includes-grid{grid-template-columns:repeat(5,1fr);gap:1.5rem;display:grid}.includes-card{text-align:center;animation:.5s forwards fadeInUp;animation-delay:var(--delay);opacity:0;background:linear-gradient(#f0fdfa 0%,#fff 100%);border-radius:1rem;padding:1.5rem 1rem;transition:all .3s}.includes-card:hover{transform:translateY(-5px);box-shadow:0 4px 15px #0d948826}.includes-icon{color:#fff;background:linear-gradient(135deg,#0d9488 0%,#0891b2 100%);border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;margin:0 auto 1rem;font-size:1.2rem;display:flex}.includes-card h4{color:var(--color-heading);margin-bottom:.5rem;font-size:.95rem}.includes-card p{color:var(--color-text-light);font-size:.8rem;line-height:1.4}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.includes-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.research-grid{grid-template-columns:1fr}.includes-grid{grid-template-columns:repeat(2,1fr)}.countries-grid{grid-template-columns:1fr}}@media (max-width:480px){.includes-grid{grid-template-columns:1fr}.includes-section{padding:2rem 1rem}}
.international{color:#fff;background:linear-gradient(135deg,#1e1b4b 0%,#312e81 50%,#4338ca 100%);padding:6rem 0;position:relative;overflow:hidden}.international-bg{pointer-events:none;position:absolute;inset:0}.globe-animation{width:600px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.orbit{border:1px solid #ffffff1a;border-radius:50%;animation:20s linear infinite rotate;position:absolute}.orbit-1{width:300px;height:300px;animation-duration:15s;top:50%;left:50%;transform:translate(-50%,-50%)}.orbit-2{width:450px;height:450px;animation-duration:25s;animation-direction:reverse;top:50%;left:50%;transform:translate(-50%,-50%)}.orbit-3{width:600px;height:600px;animation-duration:35s;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes rotate{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}.international-header{text-align:center;z-index:1;margin-bottom:4rem;position:relative}.international-header .section-label{color:#a5b4fc}.international-header .section-title{color:#fff}.international-header .section-subtitle{color:#fffc}.collaborations-section,.opportunities-section{z-index:1;position:relative}.collaborations-section h3,.opportunities-section h3{text-align:center;color:#fff;font-size:1.5rem;font-family:var(--font-heading);margin-bottom:2rem}.collaborations-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:4rem;display:grid}.collab-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:.5s forwards fadeInUp;animation-delay:var(--delay);opacity:0;background:#ffffff1a;border:1px solid #ffffff26;border-radius:1rem;align-items:flex-start;gap:1rem;padding:1.5rem;transition:all .3s;display:flex}.collab-card:hover{background:#ffffff26;border-color:#ffffff4d;transform:translateY(-5px)}.collab-icon{color:#fff;background:linear-gradient(135deg,#818cf8 0%,#a78bfa 100%);border-radius:.75rem;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.3rem;display:flex}.collab-content h4{color:#fff;margin-bottom:.25rem;font-size:1.1rem}.collab-content p{color:#ffffffb3;font-size:.85rem}.opportunities-grid{grid-template-columns:repeat(5,1fr);gap:1.5rem;display:grid}.opp-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;animation:.5s forwards fadeInUp;animation-delay:var(--delay);opacity:0;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:1rem;padding:1.5rem;transition:all .3s}.opp-card:hover{background:#ffffff1a;border-color:#818cf8;transform:translateY(-5px)}.opp-icon{color:#fff;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 1rem;font-size:1.5rem;display:flex}.opp-card h4{color:#fff;margin-bottom:.5rem;font-size:1rem}.opp-card p{color:#ffffffb3;font-size:.85rem;line-height:1.4}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.collaborations-grid{grid-template-columns:repeat(2,1fr)}.opportunities-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.collaborations-grid{grid-template-columns:1fr}.opportunities-grid{grid-template-columns:repeat(2,1fr)}.globe-animation{opacity:.3}}@media (max-width:480px){.opportunities-grid{grid-template-columns:1fr}}
.startups{background:#fff;padding:6rem 0;position:relative;overflow:hidden}.startups-bg{pointer-events:none;position:absolute;inset:0}.bg-shape{opacity:.05;border-radius:50%;position:absolute}.bg-shape.shape-1{background:linear-gradient(135deg,#0d9488,#14b8a6);width:400px;height:400px;top:-100px;right:-100px}.bg-shape.shape-2{background:linear-gradient(135deg,#7c3aed,#a855f7);width:300px;height:300px;bottom:10%;left:-100px}.bg-shape.shape-3{background:linear-gradient(135deg,#dc2626,#f87171);width:200px;height:200px;top:40%;right:10%}.startups-header{text-align:center;z-index:1;margin-bottom:4rem;position:relative}.startups-content{z-index:1;position:relative}.areas-section{margin-bottom:4rem}.areas-section h3,.support-section h3{color:var(--color-heading);font-size:1.4rem;font-family:var(--font-heading);align-items:center;gap:.75rem;margin-bottom:2rem;display:flex}.title-icon{color:#0d9488}.areas-grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.area-card{animation:.5s forwards fadeInUp;animation-delay:var(--delay);opacity:0;background:linear-gradient(135deg,#f0fdfa 0%,#ecfeff 100%);border:1px solid #99f6e4;border-radius:.75rem;align-items:center;gap:1rem;padding:1rem 1.25rem;transition:all .3s;display:flex}.area-card:hover{border-color:#14b8a6;transform:translateY(-3px);box-shadow:0 8px 20px #0d948826}.area-icon{color:#fff;background:linear-gradient(135deg,#0d9488 0%,#14b8a6 100%);border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1rem;display:flex}.area-card span{color:var(--color-heading);font-size:.95rem;font-weight:500}.support-section h3{text-align:center;justify-content:center}.support-grid{grid-template-columns:repeat(5,1fr);gap:1.5rem;display:grid}.support-card{text-align:center;animation:.5s forwards fadeInUp;animation-delay:var(--delay);opacity:0;background:#fff;border:1px solid #e5e7eb;border-radius:1rem;padding:1.5rem;transition:all .3s}.support-card:hover{border-color:var(--accent);transform:translateY(-5px);box-shadow:0 12px 30px #0000001a}.support-icon{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 1rem;font-size:1.5rem;display:flex}.support-card h4{color:var(--color-heading);margin-bottom:.5rem;font-size:1rem}.support-card p{color:var(--color-text-light);font-size:.85rem;line-height:1.4}.startups-cta{z-index:1;background:linear-gradient(135deg,#0d9488 0%,#0891b2 100%);border-radius:1.5rem;justify-content:space-between;align-items:center;gap:2rem;margin-top:4rem;padding:3rem;display:flex;position:relative}.cta-content h3{color:#fff;font-size:1.5rem;font-family:var(--font-heading);margin-bottom:.5rem}.cta-content p{color:#ffffffe6}.startups-cta .btn{color:#0d9488;white-space:nowrap;background:#fff;padding:1rem 2rem;font-weight:600}.startups-cta .btn:hover{background:#f0fdfa;transform:translateY(-2px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1200px){.areas-grid,.support-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.areas-grid,.support-grid{grid-template-columns:repeat(2,1fr)}.startups-cta{text-align:center;flex-direction:column}}@media (max-width:480px){.areas-grid,.support-grid{grid-template-columns:1fr}}
.OurTeam-module__E23S3q__ourTeam{background:linear-gradient(#f8fafc 0%,#f0fdfa 50%,#ecfeff 100%);padding:6rem 2rem;position:relative;overflow:hidden}.OurTeam-module__E23S3q__ourTeamBackground{pointer-events:none;z-index:0;background:radial-gradient(circle at 10% 20%,#0ea5e914 0%,#0000 40%),radial-gradient(circle at 90% 80%,#22c55e14 0%,#0000 40%),radial-gradient(circle,#0d94880a 0%,#0000 60%);position:absolute;inset:0}.OurTeam-module__E23S3q__ourTeam:before,.OurTeam-module__E23S3q__ourTeam:after{content:"";filter:blur(60px);opacity:.4;pointer-events:none;z-index:0;border-radius:50%;position:absolute}.OurTeam-module__E23S3q__ourTeam:before{background:linear-gradient(135deg,#0ea5e926 0%,#22c55e1a 100%);width:400px;height:400px;animation:20s ease-in-out infinite OurTeam-module__E23S3q__floatBlob;top:-100px;right:-100px}.OurTeam-module__E23S3q__ourTeam:after{background:linear-gradient(135deg,#22c55e1f 0%,#0ea5e914 100%);width:300px;height:300px;animation:15s ease-in-out infinite reverse OurTeam-module__E23S3q__floatBlob;bottom:-50px;left:-50px}@keyframes OurTeam-module__E23S3q__floatBlob{0%,to{transform:translate(0)scale(1)}33%{transform:translate(30px,-30px)scale(1.1)}66%{transform:translate(-20px,20px)scale(.95)}}.OurTeam-module__E23S3q__container{z-index:1;max-width:1320px;margin:0 auto;padding:0;position:relative}.OurTeam-module__E23S3q__ourTeamHeader{text-align:center;z-index:1;max-width:720px;margin:0 auto 4rem;padding:0 1rem;position:relative}.OurTeam-module__E23S3q__sectionLabel{color:#0d9488;text-transform:uppercase;letter-spacing:3px;background:linear-gradient(135deg,#0d94881a 0%,#22c55e14 100%);border:1px solid #0d948833;border-radius:50px;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.6rem 1.5rem;font-family:Inter,Segoe UI,system-ui,-apple-system,sans-serif;font-size:.85rem;font-weight:700;display:inline-flex}.OurTeam-module__E23S3q__sectionTitle{font-size:clamp(2rem,4.5vw,3.25rem);font-weight:800;font-family:var(--font-poppins),"Inter","Segoe UI",system-ui,-apple-system,sans-serif;color:#0f172a;letter-spacing:-.02em;background:linear-gradient(135deg,#0a5c6b 0%,#0d9488 50%,#22c55e 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;line-height:1.15}.OurTeam-module__E23S3q__sectionSubtitle{color:#64748b;margin:0;font-family:Inter,Segoe UI,system-ui,-apple-system,sans-serif;font-size:1.1rem;font-weight:400;line-height:1.75}.OurTeam-module__E23S3q__teamGrid{z-index:1;flex-wrap:wrap;justify-content:center;place-items:center;gap:1.5rem;margin:0 1rem;display:flex;position:relative}.OurTeam-module__E23S3q__teamCard{animation:.6s forwards OurTeam-module__E23S3q__fadeInUp;animation-delay:var(--delay);opacity:0;cursor:pointer;background:#fff;border:1px solid #0000000a;border-radius:16px;flex-direction:column;max-width:100%;transition:all .35s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #0000000f;border:1px solid #004e0476!important}.OurTeam-module__E23S3q__teamCard:hover{border-color:#0d94881f;transform:translateY(-8px);box-shadow:0 20px 50px -15px #0d948840,0 8px 20px -8px #0000001f}.OurTeam-module__E23S3q__teamCardImageWrapper{aspect-ratio:1;background:linear-gradient(#e0f2fe 0%,#f0fdfa 100%);flex:1;width:100%;position:relative;overflow:hidden}.OurTeam-module__E23S3q__teamCardImage{object-fit:cover;object-position:top;width:100%;height:100%;transition:transform .5s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:0}.OurTeam-module__E23S3q__teamCard:hover .OurTeam-module__E23S3q__teamCardImage{transform:scale(1.05)}.OurTeam-module__E23S3q__teamCardOverlay{opacity:0;background:linear-gradient(#0000 0% 50%,#0a5d6be6 100%);justify-content:center;align-items:flex-end;padding:1rem;transition:opacity .35s;display:flex;position:absolute;inset:0}.OurTeam-module__E23S3q__teamCard:hover .OurTeam-module__E23S3q__teamCardOverlay{opacity:1}.OurTeam-module__E23S3q__teamLinkedinLink{color:#0077b5;opacity:0;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.1rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;transform:translateY(15px);box-shadow:0 4px 15px #00000026}.OurTeam-module__E23S3q__teamCard:hover .OurTeam-module__E23S3q__teamLinkedinLink{opacity:1;transform:translateY(0)}.OurTeam-module__E23S3q__teamLinkedinLink:hover{color:#fff;background:#0077b5;transform:scale(1.1);box-shadow:0 6px 25px #0077b580}.OurTeam-module__E23S3q__teamCardContent{text-align:center;background:linear-gradient(135deg,#f0fdfa 0%,#ecfeff 50%,#f0f9ff 100%);border-top:3px solid;border-image:linear-gradient(90deg,#0d9488,#22c55e,#0ea5e9) 1;flex-direction:column;justify-content:center;align-items:center;gap:.4rem;padding:.75rem .5rem;display:flex}.OurTeam-module__E23S3q__teamMemberName{height:40px;font-size:.95rem;font-weight:500;font-family:var(--font-poppins),"Inter","Segoe UI",system-ui,-apple-system,sans-serif;color:#383c45;letter-spacing:-.01em;word-wrap:break-word;justify-content:center;align-items:center;margin:0;line-height:1.3;transition:color .3s;display:flex}.OurTeam-module__E23S3q__teamCard:hover .OurTeam-module__E23S3q__teamMemberName{color:#0d9488}.OurTeam-module__E23S3q__teamMemberDesignation{color:#fff;letter-spacing:.01em;background:linear-gradient(135deg,#0d9488 0%,#0891b2 100%);border-radius:16px;justify-content:center;align-items:center;height:40px;margin:0;padding:.3rem .6rem;font-family:Inter,Segoe UI,system-ui,-apple-system,sans-serif;font-size:.72rem;font-weight:600;line-height:1.35;transition:all .3s;display:flex;box-shadow:0 2px 8px #0d94884d}.OurTeam-module__E23S3q__teamCard:hover .OurTeam-module__E23S3q__teamMemberDesignation{background:linear-gradient(135deg,#0891b2 0%,#0d9488 100%);box-shadow:0 4px 12px #0d948866}@keyframes OurTeam-module__E23S3q__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.OurTeam-module__E23S3q__ourTeam{padding:5rem 1.75rem}.OurTeam-module__E23S3q__teamGrid{gap:1.5rem}.OurTeam-module__E23S3q__teamCard{width:200px}@media (max-width:1200px){.OurTeam-module__E23S3q__ourTeam{padding:4.5rem 1.5rem}.OurTeam-module__E23S3q__teamGrid{gap:1.25rem}.OurTeam-module__E23S3q__teamCard{width:160px}.OurTeam-module__E23S3q__ourTeamHeader{margin-bottom:3.5rem}.OurTeam-module__E23S3q__teamMemberName{font-size:.9rem}.OurTeam-module__E23S3q__teamMemberDesignation{font-size:.68rem;padding:.2rem 1rem!important}}@media (max-width:992px){.OurTeam-module__E23S3q__ourTeam{padding:4rem 1.25rem}.OurTeam-module__E23S3q__teamGrid{gap:1rem}.OurTeam-module__E23S3q__teamCard{border-radius:14px}.OurTeam-module__E23S3q__ourTeamHeader{margin-bottom:3rem}.OurTeam-module__E23S3q__sectionSubtitle{font-size:1rem}.OurTeam-module__E23S3q__teamCardContent{gap:.35rem;padding:.6rem .4rem}.OurTeam-module__E23S3q__teamMemberName{font-size:.85rem}.OurTeam-module__E23S3q__teamMemberDesignation{padding:.25rem .45rem;font-size:.65rem}.OurTeam-module__E23S3q__teamLinkedinLink{width:36px;height:36px;font-size:1rem}}@media (max-width:768px){.OurTeam-module__E23S3q__ourTeam{padding:2rem .5rem}.OurTeam-module__E23S3q__ourTeam:before,.OurTeam-module__E23S3q__ourTeam:after{display:none}.OurTeam-module__E23S3q__teamCard{border-radius:10px}.OurTeam-module__E23S3q__teamMemberDesignation{height:30px!important}.OurTeam-module__E23S3q__ourTeamHeader{margin-bottom:1.5rem;padding:0 .5rem}.OurTeam-module__E23S3q__sectionLabel{letter-spacing:1.5px;padding:.35rem .7rem;font-size:.6rem}.OurTeam-module__E23S3q__sectionSubtitle{font-size:.85rem;line-height:1.5}.OurTeam-module__E23S3q__teamCardContent{gap:.25rem;padding:.4rem .25rem}.OurTeam-module__E23S3q__teamMemberName{font-size:.75rem}.OurTeam-module__E23S3q__teamMemberDesignation{padding:.2rem .4rem;font-size:.55rem}.OurTeam-module__E23S3q__teamLinkedinLink{width:28px;height:28px;font-size:.8rem}.OurTeam-module__E23S3q__teamCardOverlay{opacity:1;background:linear-gradient(#0000 0% 60%,#0a5d6bcc 100%)}.OurTeam-module__E23S3q__teamLinkedinLink{opacity:1;transform:translateY(0)}}@media (max-width:576px){.OurTeam-module__E23S3q__ourTeam{padding:1.5rem .35rem}.OurTeam-module__E23S3q__teamGrid{grid-template-columns:repeat(2,1fr);gap:30px}.OurTeam-module__E23S3q__teamCard{border-radius:8px}.OurTeam-module__E23S3q__ourTeamHeader{margin-bottom:1rem}.OurTeam-module__E23S3q__sectionLabel{letter-spacing:1px;padding:.3rem .6rem;font-size:.55rem}.OurTeam-module__E23S3q__sectionSubtitle{font-size:.8rem;line-height:1.5}.OurTeam-module__E23S3q__teamCardContent{gap:.2rem;padding:.35rem .2rem}.OurTeam-module__E23S3q__teamMemberName{font-size:.68rem;height:30px!important}.OurTeam-module__E23S3q__teamMemberDesignation{border-radius:8px;font-size:.5rem;height:20px!important;padding:.18rem .5rem!important}.OurTeam-module__E23S3q__teamLinkedinLink{width:26px;height:26px;font-size:.75rem}.OurTeam-module__E23S3q__teamCardOverlay{padding:.5rem}}@media (max-width:460px){.OurTeam-module__E23S3q__ourTeam{padding:1.25rem .25rem}.OurTeam-module__E23S3q__teamGrid{gap:15px}.OurTeam-module__E23S3q__teamCard{aspect-ratio:1/1.6;border-radius:16px;width:39vw!important}.OurTeam-module__E23S3q__ourTeamHeader{margin-bottom:.75rem}.OurTeam-module__E23S3q__sectionLabel{padding:.25rem .5rem;font-size:.5rem}.OurTeam-module__E23S3q__sectionSubtitle{font-size:.75rem}.OurTeam-module__E23S3q__teamCardContent{gap:.15rem;padding:.3rem .15rem}.OurTeam-module__E23S3q__teamMemberName{font-size:.6rem}.OurTeam-module__E23S3q__teamMemberDesignation{border-radius:6px;padding:.12rem .25rem;font-size:.45rem}.OurTeam-module__E23S3q__teamLinkedinLink{width:22px;height:22px;font-size:.65rem}.OurTeam-module__E23S3q__teamCardOverlay{padding:.35rem}}@media (hover:hover) and (pointer:fine){.OurTeam-module__E23S3q__teamCardOverlay{opacity:0}.OurTeam-module__E23S3q__teamLinkedinLink{opacity:0;transform:translateY(15px)}.OurTeam-module__E23S3q__teamCard:hover .OurTeam-module__E23S3q__teamCardOverlay{opacity:1}.OurTeam-module__E23S3q__teamCard:hover .OurTeam-module__E23S3q__teamLinkedinLink{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.OurTeam-module__E23S3q__teamCard{opacity:1;animation:none}.OurTeam-module__E23S3q__ourTeam:before,.OurTeam-module__E23S3q__ourTeam:after{animation:none}.OurTeam-module__E23S3q__teamCard,.OurTeam-module__E23S3q__teamCardImage,.OurTeam-module__E23S3q__teamCardOverlay,.OurTeam-module__E23S3q__teamLinkedinLink,.OurTeam-module__E23S3q__teamMemberName{transition:none}}
.leadership{background:linear-gradient(#fefce8 0%,#fef3c7 100%);padding:6rem 0;position:relative;overflow:hidden}.leadership-pattern{pointer-events:none;background:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23d97706' fill-opacity='0.05' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.leadership-header{text-align:center;z-index:1;margin-bottom:4rem;position:relative}.founder-section{z-index:1;justify-content:center;margin-bottom:4rem;display:flex;position:relative}.founder-card{background:#fff;border-radius:1.5rem;flex-direction:column;gap:2rem;width:100%;max-width:800px;padding:2.5rem;transition:transform .3s;display:flex;box-shadow:0 10px 40px #0000001a}.founder-card:hover{transform:translateY(-5px)}.founder-profile{gap:2rem;display:flex}.founder-image{border-radius:1rem;flex-shrink:0;width:180px;height:180px;position:relative;overflow:hidden}.founder-image img{object-fit:cover;width:100%;height:100%}.founder-overlay{opacity:0;background:linear-gradient(#0000,#000000b3);justify-content:center;padding:1rem;transition:opacity .3s;display:flex;position:absolute;bottom:0;left:0;right:0}.founder-image:hover .founder-overlay{opacity:1}.linkedin-btn{color:#fff;background:#0077b5;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;transition:transform .3s;display:flex}.linkedin-btn:hover{transform:scale(1.1)}.founder-info{flex-direction:column;justify-content:center;display:flex}.founder-badge{color:#fff;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#d97706 0%,#f59e0b 100%);border-radius:2rem;width:fit-content;margin-bottom:.75rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}.founder-info h3{color:var(--color-heading);font-size:1.5rem;font-family:var(--font-heading);margin-bottom:.25rem}.founder-role{color:#d97706;margin-bottom:.25rem;font-weight:600}.founder-company{color:var(--color-text-light);margin-bottom:1rem;font-size:.9rem}.founder-expertise{flex-wrap:wrap;gap:.5rem;display:flex}.expertise-tag{color:#92400e;background:#fef3c7;border-radius:1rem;padding:.25rem .75rem;font-size:.75rem;font-weight:500}.founder-message{background:linear-gradient(135deg,#fffbeb 0%,#fef3c7 100%);border:1px solid #d9770626;border-radius:1rem;padding:1.5rem;position:relative}.founder-message .quote-icon{color:#d97706;opacity:.7;font-size:1.25rem}.founder-message .quote-icon:first-of-type{margin-bottom:.75rem}.founder-message .quote-icon-right{text-align:right;margin-top:.75rem;margin-left:auto;display:block}.founder-quote{margin:0;padding:0}.quote-highlight{color:#92400e;margin-bottom:.75rem;font-family:Georgia,serif;font-size:clamp(1rem,2.5vw,1.15rem);font-style:italic;font-weight:600;line-height:1.5}.quote-body{color:#78350f;margin:0;font-size:clamp(.9rem,2vw,.95rem);line-height:1.7}.roles-section{z-index:1;position:relative}.roles-section h3{text-align:center;color:var(--color-heading);font-size:1.5rem;font-family:var(--font-heading);margin-bottom:.5rem}.roles-intro{text-align:center;color:var(--color-text-light);margin-bottom:2rem}.roles-grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.role-card{animation:.5s forwards fadeInUp;animation-delay:var(--delay);opacity:0;background:#fff;border-radius:.75rem;align-items:center;gap:1rem;padding:1rem;transition:all .3s;display:flex;box-shadow:0 2px 10px #0000000d}.role-card:hover{transform:translateY(-3px);box-shadow:0 8px 20px #0000001a}.role-icon{color:#fff;background:linear-gradient(135deg,#d97706 0%,#f59e0b 100%);border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;width:45px;height:45px;font-size:1.1rem;display:flex}.role-content h4{color:var(--color-heading);margin-bottom:.25rem;font-size:.95rem}.role-content p{color:var(--color-text-light);font-size:.8rem}.leadership-cta{text-align:center;z-index:1;margin-top:3rem;position:relative}.leadership-cta p{color:var(--color-text-light);margin-bottom:1rem}.btn-outline-dark{border:2px solid var(--color-heading);color:var(--color-heading);background:0 0;border-radius:.5rem;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.btn-outline-dark:hover{background:var(--color-heading);color:#fff}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.roles-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.founder-card{padding:1.5rem}.founder-profile{text-align:center;flex-direction:column;align-items:center}.founder-info{align-items:center}.founder-expertise{justify-content:center}.founder-message{text-align:left;padding:1.25rem}.roles-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.roles-grid{grid-template-columns:1fr}}
.events{background:linear-gradient(#fff 0%,#f0f9ff 100%);padding:6rem 0;position:relative}.events-bg{pointer-events:none;background:url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%230891b2' fill-opacity='0.03' fill-rule='evenodd'/%3E%3C/svg%3E");position:absolute;inset:0}.events-header{text-align:center;z-index:1;margin-bottom:4rem;position:relative}.events-grid{z-index:1;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:4rem;display:grid;position:relative}.event-card{animation:.5s forwards fadeInUp;animation-delay:var(--delay);opacity:0;background:#fff;border-radius:1rem;padding:1.5rem;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 4px 15px #00000014}.event-card:hover{transform:translateY(-5px);box-shadow:0 12px 30px #0000001f}.event-card:before{content:"";background:var(--accent);height:3px;position:absolute;top:0;left:0;right:0}.event-type{color:#fff;text-transform:uppercase;letter-spacing:.5px;border-radius:2rem;padding:.25rem .75rem;font-size:.7rem;font-weight:600;position:absolute;top:1rem;right:1rem}.event-icon{border-radius:.75rem;justify-content:center;align-items:center;width:50px;height:50px;margin-bottom:1rem;font-size:1.3rem;display:flex}.event-card h3{color:var(--color-heading);font-size:1rem;font-family:var(--font-heading);margin-bottom:.5rem;line-height:1.3}.event-card p{color:var(--color-text-light);margin-bottom:1rem;font-size:.85rem;line-height:1.5}.event-link{align-items:center;gap:.5rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:gap .3s;display:inline-flex}.event-link:hover{gap:.75rem}.events-cta{z-index:1;background:linear-gradient(135deg,#0891b2 0%,#0e7490 100%);border-radius:1.5rem;align-items:center;gap:2rem;padding:2.5rem 3rem;display:flex;position:relative}.cta-icon{color:#fff;background:#fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:70px;height:70px;font-size:1.8rem;display:flex}.cta-content{flex:1}.cta-content h3{color:#fff;font-size:1.4rem;font-family:var(--font-heading);margin-bottom:.5rem}.cta-content p{color:#ffffffe6}.events-cta .btn{color:#0891b2;white-space:nowrap;background:#fff;padding:1rem 2rem;font-weight:600}.events-cta .btn:hover{background:#ecfeff;transform:translateY(-2px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1200px){.events-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:900px){.events-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.events-cta{text-align:center;flex-direction:column;padding:2rem}.cta-content{text-align:center}}@media (max-width:480px){.events-grid{grid-template-columns:1fr}}
.membership{background:linear-gradient(#ecfeff 0%,#f0f9ff 100%);padding:6rem 0;position:relative}.membership-bg{pointer-events:none;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%230891b2' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.membership-header{text-align:center;z-index:1;margin-bottom:4rem;position:relative}.membership-grid{z-index:1;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:4rem;display:grid;position:relative}.eligibility-section{background:#fff;border-radius:1.5rem;padding:2rem;box-shadow:0 4px 20px #00000014}.eligibility-section h3{color:var(--color-heading);font-size:1.4rem;font-family:var(--font-heading);margin-bottom:.5rem}.eligibility-intro{color:var(--color-text-light);margin-bottom:1.5rem}.eligibility-grid{grid-template-columns:repeat(2,1fr);gap:.75rem;display:grid}.eligibility-tag{animation:.5s forwards fadeInUp;animation-delay:var(--delay);opacity:0;background:linear-gradient(135deg,#f0fdfa 0%,#ecfeff 100%);border:1px solid #99f6e4;border-radius:.5rem;align-items:center;gap:.75rem;padding:.75rem 1rem;display:flex}.eligibility-tag .check-icon{color:#0d9488;font-size:.85rem}.eligibility-tag span{color:var(--color-heading);font-size:.9rem;font-weight:500}.pricing-section{justify-content:center;align-items:center;display:flex}.pricing-card{color:#fff;text-align:center;background:linear-gradient(135deg,#0d9488 0%,#0891b2 100%);border-radius:1.5rem;width:100%;max-width:350px;padding:2.5rem;box-shadow:0 10px 40px #0d94884d}.pricing-header{margin-bottom:2rem}.pricing-badge{background:#fff3;border-radius:2rem;margin-bottom:1.5rem;padding:.25rem 1rem;font-size:.85rem;font-weight:600;display:inline-block}.pricing-amount{justify-content:center;align-items:baseline;gap:.25rem;margin-bottom:.5rem;display:flex}.currency{font-size:2rem;font-weight:600}.price{font-family:var(--font-heading);font-size:4rem;font-weight:900;line-height:1}.period{opacity:.9;font-size:1.2rem}.pricing-tagline{opacity:.9;font-size:.95rem}.pricing-card .btn-block{color:#0d9488;background:#fff;width:100%;margin-bottom:1rem;padding:1rem;font-weight:600}.pricing-card .btn-block:hover{background:#f0fdfa;transform:translateY(-2px)}.talk-btn{color:#fff;opacity:.9;font-size:.9rem;text-decoration:underline;transition:opacity .3s;display:inline-block}.talk-btn:hover{opacity:1}.benefits-section{z-index:1;background:#fff;border-radius:1.5rem;margin-bottom:3rem;padding:2.5rem;position:relative;box-shadow:0 4px 20px #00000014}.benefits-section h3{text-align:center;color:var(--color-heading);font-size:1.5rem;font-family:var(--font-heading);margin-bottom:2rem}.benefits-grid{grid-template-columns:repeat(5,1fr);gap:1rem;display:grid}.benefit-card{text-align:center;animation:.5s forwards fadeInUp;animation-delay:var(--delay);opacity:0;background:linear-gradient(#f0fdfa 0%,#fff 100%);border:1px solid #e2e8f0;border-radius:.75rem;flex-direction:column;align-items:center;padding:1.25rem 1rem;transition:all .3s;display:flex}.benefit-card:hover{border-color:#14b8a6;transform:translateY(-3px);box-shadow:0 8px 20px #0d94881f}.benefit-icon{color:#fff;background:linear-gradient(135deg,#0d9488 0%,#14b8a6 100%);border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;margin-bottom:.75rem;font-size:1rem;display:flex}.benefit-card span{color:var(--color-heading);font-size:.85rem;font-weight:500;line-height:1.3}.testimonials-section{z-index:1;position:relative}.testimonials-section h3{text-align:center;color:var(--color-heading);font-size:1.5rem;font-family:var(--font-heading);margin-bottom:2rem}.testimonials-grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.testimonial-card{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 4px 15px #00000014}.testimonial-avatar{width:80px;height:80px;margin-bottom:1rem;display:inline-block;position:relative}.testimonial-avatar-img{object-fit:cover;object-position:center;border:3px solid #f0fdfa;border-radius:50%;width:80px;height:80px;box-shadow:0 4px 12px #0d948826}.testimonial-rating{color:#f59e0b;gap:.25rem;margin-bottom:1rem;font-size:1rem;display:flex}.testimonial-quote{color:var(--color-text);margin-bottom:1.5rem;font-size:1rem;font-style:italic;line-height:1.7}.testimonial-author{flex-direction:column;display:flex}.testimonial-author strong{color:var(--color-heading);font-size:1rem}.testimonial-author span{color:var(--color-text-light);font-size:.85rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1200px){.benefits-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:1024px){.benefits-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.membership-grid,.eligibility-grid{grid-template-columns:1fr}.benefits-grid{grid-template-columns:repeat(2,1fr)}.testimonials-grid{grid-template-columns:1fr}}@media (max-width:480px){.benefits-grid{grid-template-columns:1fr}}
.contact{background:linear-gradient(#fff 0%,#f0fdfa 100%);padding:6rem 0 3rem;position:relative;overflow:visible}.contact-bg{pointer-events:none;background:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%230d9488' fill-opacity='0.03' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.contact-header{text-align:center;z-index:1;margin-bottom:4rem;position:relative}.contact-grid{z-index:1;grid-template-columns:1.5fr 1fr;gap:3rem;margin-bottom:2rem;display:grid;position:relative}.contact-form-section{background:#fff;border-radius:1.5rem;padding:2.5rem 2.5rem 3rem;overflow:visible;box-shadow:0 4px 20px #00000014}.contact-form{flex-direction:column;gap:1.25rem;display:flex}.form-row{grid-template-columns:1fr 1fr;align-items:end;gap:1.25rem;display:grid}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:var(--color-heading);white-space:nowrap;align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;display:flex}.form-icon{color:#0d9488;font-size:.85rem}.form-group input,.form-group textarea,.form-group select{font-family:var(--font-body);background:#f8fafc;border:2px solid #e2e8f0;border-radius:.5rem;padding:.875rem 1rem;font-size:.95rem;transition:all .3s}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{background:#fff;border-color:#0d9488;outline:none;box-shadow:0 0 0 4px #0d94881a}.form-group input::placeholder,.form-group textarea::placeholder{color:#94a3b8}.form-group textarea{resize:vertical;min-height:80px}.form-group select{cursor:pointer}.email-group{position:relative}.email-input-wrapper{align-items:stretch;gap:.5rem;display:flex}.email-input-wrapper input{flex:1}.phone-group{position:relative}.phone-input-wrapper{align-items:stretch;gap:.5rem;display:flex}.custom-country-dropdown{position:relative}.country-input-wrapper{align-items:center;width:110px;min-width:110px;display:flex;position:relative}.country-code-input{width:100%;font-family:var(--font-body);text-align:left;color:var(--color-text);background:#f8fafc;border:2px solid #e2e8f0;border-radius:.5rem;padding:.875rem 1.75rem .875rem .5rem;font-size:.85rem;font-weight:500;transition:all .3s}.country-code-input:hover{background:#fff;border-color:#00ced1}.country-code-input:focus{background:#fff;border-color:#00ced1;outline:none;box-shadow:0 0 0 4px #00ced126}.country-code-input::placeholder{color:#94a3b8}.country-dropdown-arrow-btn{cursor:pointer;color:#64748b;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:color .2s;display:flex;position:absolute;right:.5rem}.country-dropdown-arrow-btn:hover{color:#00ced1}.country-dropdown-arrow-btn:active{color:#00b3b3}.dropdown-arrow{font-size:.6rem;transition:transform .2s}.country-dropdown-menu{z-index:100;background:#fff;border:2px solid #e2e8f0;border-radius:.5rem;width:200px;max-height:250px;margin-top:4px;position:absolute;top:100%;left:0;overflow-y:auto;box-shadow:0 10px 25px #00000026}.country-dropdown-item{cursor:pointer;color:var(--color-text);justify-content:space-between;align-items:center;gap:.5rem;padding:.65rem .75rem;font-size:.85rem;transition:all .15s;display:flex}.country-dropdown-item>span:first-child{font-weight:500}.country-name{opacity:.7;font-size:.75rem;font-weight:400}.country-dropdown-item:hover{color:#fff;background-color:#00ced1}.country-dropdown-item:hover .country-name{opacity:1}.country-dropdown-item.selected{color:#fff;background-color:#00ced1;font-weight:600}.country-dropdown-item.selected .country-name{opacity:1}.country-dropdown-item:active{background-color:#00b3b3}.custom-select-dropdown{width:100%;position:relative}.select-dropdown-trigger{width:100%;font-family:var(--font-body);cursor:pointer;text-align:left;background:#f8fafc;border:2px solid #e2e8f0;border-radius:.5rem;justify-content:space-between;align-items:center;padding:.875rem 1rem;font-size:.95rem;transition:all .3s;display:flex}.select-dropdown-trigger:hover{background:#fff;border-color:#00ced1}.select-dropdown-trigger:focus{background:#fff;border-color:#00ced1;outline:none;box-shadow:0 0 0 4px #00ced126}.select-dropdown-trigger .placeholder{color:#94a3b8}.select-dropdown-menu{z-index:100;background:#fff;border:2px solid #e2e8f0;border-radius:.5rem;max-height:200px;margin-top:4px;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 10px 25px #00000026}.select-dropdown-item{cursor:pointer;color:var(--color-text);padding:.75rem 1rem;font-size:.95rem;transition:all .15s}.select-dropdown-item:hover{color:#fff;background-color:#00ced1}.select-dropdown-item.selected{color:#fff;background-color:#00ced1;font-weight:600}.select-dropdown-item:active{background-color:#00b3b3}.phone-number-input{flex:1}.email-input-wrapper input.email-verified{background:#f0fdf4;border-color:#16a34a}.email-verified-badge{color:#166534;white-space:nowrap;background:#dcfce7;border:2px solid #16a34a;border-radius:.5rem;align-items:center;gap:.375rem;padding:.875rem 1rem;font-size:.875rem;font-weight:600;display:flex}.email-verified-badge svg{font-size:1rem}.btn-verify-email{color:#fff;cursor:pointer;white-space:nowrap;background:#0d9488;border:none;border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 1.25rem;font-size:.875rem;font-weight:600;transition:all .3s;display:flex}.btn-verify-email:hover:not(:disabled){background:#0f766e;transform:translateY(-2px);box-shadow:0 4px 12px #0d94884d}.btn-verify-email:disabled{opacity:.6;cursor:not-allowed}.verification-required{text-align:center;color:#f59e0b;justify-content:center;align-items:center;gap:.5rem;margin-top:.75rem;margin-bottom:1rem;font-size:.875rem;display:flex}.file-upload-compact{position:relative}.file-input-hidden{clip:rect(0,0,0,0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.file-upload-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#00ced1 0%,#0d9488 100%);border:none;border-radius:.5rem;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.9rem;font-weight:600;transition:all .3s;display:inline-flex;box-shadow:0 2px 8px #00ced14d}.file-upload-btn:hover{background:linear-gradient(135deg,#0d9488 0%,#0f766e 100%);transform:translateY(-2px);box-shadow:0 4px 15px #00ced166}.file-upload-btn:active{transform:translateY(0)}.file-upload-btn svg{font-size:1.1rem}.file-selected{background:#f0fdfa;border:2px solid #00ced1;border-radius:.5rem;align-items:center;gap:.75rem;max-width:100%;padding:.6rem .75rem .6rem 1rem;display:inline-flex}.file-selected-info{flex:1;align-items:center;gap:.5rem;min-width:0;display:flex}.file-icon-small{color:#dc2626;flex-shrink:0;font-size:1.1rem}.file-name-compact{color:#1e293b;white-space:nowrap;text-overflow:ellipsis;max-width:180px;font-size:.85rem;font-weight:500;overflow:hidden}.file-size-compact{color:#64748b;flex-shrink:0;font-size:.75rem}.file-remove-compact{color:#dc2626;cursor:pointer;background:#fee2e2;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:.75rem;transition:all .2s;display:flex}.file-remove-compact:hover{color:#fff;background:#dc2626}.interests-grid{grid-template-columns:repeat(4,1fr);gap:.75rem;display:grid}.interest-checkbox{cursor:pointer;align-items:center;gap:.5rem;display:flex}.interest-checkbox input[type=checkbox]{accent-color:#0d9488;cursor:pointer;width:18px;height:18px}.checkbox-label{color:var(--color-text);font-size:.85rem}.btn-submit{margin-top:1rem;margin-bottom:.5rem;padding:1rem 2rem}.btn-submit:disabled{opacity:.7;cursor:not-allowed}.submit-success{color:#166534;text-align:center;background:#dcfce7;border-radius:.5rem;padding:1rem;font-weight:500;animation:.3s fadeIn}.form-error{color:#dc2626;background:#fef2f2;border-left:4px solid #dc2626;border-radius:.5rem;align-items:center;gap:.5rem;margin-bottom:1rem;padding:1rem;font-weight:500;animation:.3s fadeIn;display:flex}.form-success{color:#166534;background:#dcfce7;border-left:4px solid #16a34a;border-radius:.5rem;align-items:center;gap:.5rem;margin-bottom:1rem;padding:1rem;font-weight:500;animation:.3s fadeIn;display:flex}.file-info{color:#0d9488;background:#f0fdfa;border:1px solid #0d9488;border-radius:.375rem;align-items:center;gap:.5rem;margin-top:.5rem;padding:.5rem;font-size:.875rem;display:flex}.file-info svg{font-size:1rem}.otp-section{text-align:center;padding:1rem 0}.otp-section h3{color:var(--color-heading);margin-bottom:.5rem;font-size:1.25rem}.otp-section p{color:var(--color-text);margin-bottom:1.5rem}.otp-input{text-align:center;letter-spacing:.5rem;padding:1rem;font-size:1.5rem;font-weight:600}.otp-actions{gap:1rem;margin-top:1.5rem;display:flex}.otp-actions .btn{flex:1}.btn-secondary{color:#475569;background:#e2e8f0;border:2px solid #cbd5e1}.btn-secondary:hover{color:#334155;background:#cbd5e1}.verified-section{text-align:center;padding:1.5rem 0}.verified-badge{color:#166534;background:#dcfce7;border-radius:2rem;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;display:inline-flex}.verified-section p{color:var(--color-text);margin-bottom:1.5rem}.spinner{animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.contact-info-section{flex-direction:column;gap:1.5rem;display:flex}.contact-card{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 2px 10px #0000000d}.contact-card h3{color:var(--color-heading);font-size:1.1rem;font-family:var(--font-heading);margin-bottom:1rem}.org-info{color:#fff;background:linear-gradient(135deg,#0d9488 0%,#0891b2 100%)}.org-info h3{color:#fff;margin-bottom:.5rem;font-size:1.2rem}.org-subtitle{opacity:.9;margin-bottom:.25rem;font-size:.9rem}.org-tagline{opacity:.8;font-size:.85rem}.contact-details{color:#fff;background:linear-gradient(135deg,#1e3a5f 0%,#0e7490 100%)}.contact-details h3{color:#fff}.contact-detail{opacity:.95;align-items:center;gap:1rem;padding:.5rem 0;display:flex}.contact-detail svg{opacity:.9;font-size:1rem}.social-links{gap:.75rem;display:flex}.social-link{color:#fff;background:#0d9488;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1rem;transition:all .3s;display:flex}.social-link:hover{background:#0f766e;transform:translateY(-3px);box-shadow:0 4px 12px #0d94884d}.highlight-card{background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%);border:1px solid #fbbf24}.highlight-card h3{color:#92400e}.highlight-card p{color:#78350f;font-size:.9rem;line-height:1.5}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:1024px){.contact-grid{grid-template-columns:1fr}.interests-grid{grid-template-columns:repeat(3,1fr)}.contact-info-section{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}}@media (max-width:768px){.contact{padding:4rem 0 5rem}.contact-header{margin-bottom:2.5rem}.contact-header .section-label{padding:.35rem .85rem;font-size:.75rem}.contact-header .section-title{margin-top:.75rem;font-size:1.5rem}.contact-header .section-subtitle{padding:0 .5rem;font-size:.9rem;line-height:1.5}.contact-grid{gap:2rem}.form-row{grid-template-columns:1fr}.interests-grid{grid-template-columns:repeat(2,1fr)}.contact-form-section{border-radius:1rem;padding:1.5rem}.email-input-wrapper{flex-direction:column}.email-verified-badge{justify-content:center}.phone-input-wrapper{flex-direction:row}.country-dropdown-trigger{width:100px;min-width:100px;padding:.75rem .4rem;font-size:.8rem}.country-dropdown-menu{width:140px}.form-group label{white-space:normal;flex-wrap:wrap;font-size:.85rem}.contact-info-section{grid-template-columns:1fr;gap:1rem}.contact-card{padding:1.25rem}.social-links{justify-content:center}.btn-submit{padding:.875rem 1.5rem;font-size:.95rem}.verification-required{flex-wrap:wrap;font-size:.8rem}}.otp-modal-overlay{z-index:2000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.otp-modal-content{background:#fff;border-radius:1rem;width:100%;max-width:450px;padding:2rem;animation:.3s modalSlideIn;position:relative;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-100%)}to{opacity:1;transform:translate(0)}}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.otp-modal-close{cursor:pointer;color:#6b7280;background:#f3f4f6;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1rem;transition:all .2s;display:flex;position:absolute;top:1rem;right:1rem}.otp-modal-close:hover{color:#1f2937;background:#e5e7eb}.otp-modal-header{text-align:center;margin-bottom:1.5rem}.otp-modal-icon{color:#0d9488;margin-bottom:.75rem;font-size:3rem}.otp-modal-header h3{color:var(--color-heading);margin-bottom:.5rem;font-size:1.5rem}.otp-modal-header p{color:var(--color-text);margin-bottom:.25rem;font-size:.9rem}.otp-expiry{color:#f59e0b;font-size:.85rem;font-weight:500}.otp-modal-form{flex-direction:column;gap:1rem;display:flex}.otp-modal-form .form-group{margin-bottom:0}.otp-modal-form .otp-input{text-align:center;letter-spacing:.5rem;width:100%;padding:1rem;font-size:1.5rem;font-weight:600}.otp-modal-actions{gap:.75rem;margin-top:.5rem;display:flex}.otp-modal-actions .btn{flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 1rem;display:flex}@media (max-width:480px){.contact{padding:3rem 0 4rem}.contact-header{margin-bottom:2rem}.contact-header .section-label{padding:.3rem .75rem;font-size:.7rem}.contact-header .section-title{font-size:1.3rem}.contact-header .section-subtitle{padding:0 .25rem;font-size:.85rem}.interests-grid{grid-template-columns:1fr;gap:.6rem}.interest-checkbox{padding:.5rem 0}.checkbox-label{font-size:.9rem}.email-input-wrapper{flex-direction:column}.btn-verify-email{width:100%;padding:.75rem 1rem}.email-verified-badge{padding:.75rem 1rem;font-size:.8rem}.contact-form-section{border-radius:.875rem;padding:1.25rem}.contact-form{gap:1rem}.form-group label{gap:.375rem;font-size:.8rem}.form-icon{font-size:.8rem}.form-group input,.form-group textarea,.form-group select{padding:.75rem .875rem;font-size:.9rem}.phone-input-wrapper{gap:.375rem}.country-dropdown-trigger{width:90px;min-width:90px;padding:.75rem .35rem;font-size:.75rem}.country-dropdown-menu{width:130px;max-height:200px}.country-dropdown-item{padding:.6rem .65rem;font-size:.8rem}.select-dropdown-trigger{padding:.75rem .875rem;font-size:.9rem}.select-dropdown-item{padding:.65rem .875rem;font-size:.9rem}.file-upload-btn{justify-content:center;width:100%;padding:.65rem 1rem;font-size:.85rem}.file-selected{flex-wrap:wrap;width:100%;padding:.5rem .65rem .5rem .875rem}.file-name-compact{max-width:140px;font-size:.8rem}.file-size-compact{font-size:.7rem}.btn-submit{padding:.875rem 1.25rem;font-size:.9rem}.verification-required{gap:.35rem;font-size:.75rem}.contact-card{border-radius:.75rem;padding:1rem}.contact-card h3{margin-bottom:.75rem;font-size:1rem}.org-info h3{font-size:1.05rem}.org-subtitle{font-size:.85rem}.org-tagline{font-size:.8rem}.contact-detail{gap:.75rem;padding:.375rem 0;font-size:.9rem}.contact-detail svg{font-size:.9rem}.social-link{width:40px;height:40px;font-size:.9rem}.highlight-card p{font-size:.85rem}.otp-modal-content{max-width:calc(100% - 1rem);margin:.5rem;padding:1.5rem}.otp-modal-icon{margin-bottom:.5rem;font-size:2.5rem}.otp-modal-header h3{font-size:1.25rem}.otp-modal-header p{font-size:.85rem}.otp-expiry{font-size:.8rem}.otp-modal-form .otp-input{letter-spacing:.4rem;padding:.875rem;font-size:1.25rem}.otp-modal-actions{flex-direction:column}.otp-modal-actions .btn{padding:.75rem 1rem;font-size:.9rem}}@media (max-width:360px){.contact{padding:2.5rem 0 3rem}.contact-header .section-title{font-size:1.15rem}.contact-header .section-subtitle{font-size:.8rem}.contact-form-section{padding:1rem}.form-group label{font-size:.75rem}.form-group input,.form-group textarea,.form-group select{padding:.65rem .75rem;font-size:.85rem}.country-dropdown-trigger{width:80px;min-width:80px;padding:.65rem .3rem;font-size:.7rem}.country-dropdown-menu{width:120px}.btn-verify-email{padding:.65rem .875rem;font-size:.8rem}.email-verified-badge{padding:.65rem .875rem;font-size:.75rem}.file-name-compact{max-width:100px}.checkbox-label{font-size:.85rem}.btn-submit{padding:.75rem 1rem;font-size:.85rem}.otp-modal-content{padding:1.25rem}.otp-modal-form .otp-input{letter-spacing:.3rem;font-size:1.1rem}}
.newsletter-popup-overlay{z-index:2000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;justify-content:center;align-items:center;padding:1rem;animation:.3s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.newsletter-popup-content{background:#fff;border-radius:1rem;width:100%;max-width:500px;max-height:90vh;animation:.3s modalSlideIn;position:relative;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.newsletter-popup-close{cursor:pointer;color:#6b7280;z-index:10;background:#f3f4f6;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;transition:all .2s;display:flex;position:absolute;top:1rem;right:1rem}.newsletter-popup-close:hover{color:#1f2937;background:#e5e7eb;transform:rotate(90deg)}.newsletter-popup-header{text-align:center;border-bottom:1px solid #e5e7eb;padding:2rem 2rem 1.5rem}.newsletter-popup-icon{color:#0a5c6b;margin-bottom:1rem;font-size:3rem}.newsletter-popup-header h2{color:#1f2937;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.newsletter-popup-header p{color:#6b7280;font-size:.95rem;line-height:1.6}.newsletter-popup-body{padding:2rem}.newsletter-popup-form{flex-direction:column;gap:1.25rem;display:flex}.newsletter-form-group{flex-direction:column;gap:.5rem;display:flex}.newsletter-form-group label{color:#374151;font-size:.9rem;font-weight:600}.newsletter-form-group input{color:#1f2937;background:#fff;border:2px solid #e5e7eb;border-radius:.5rem;width:100%;padding:.875rem 1rem;font-size:1rem;transition:all .3s}.newsletter-form-group input::placeholder{color:#9ca3af}.newsletter-form-group input:focus{border-color:#0a5c6b;outline:none;box-shadow:0 0 0 3px #0a5c6b1a}.newsletter-form-group input:disabled{opacity:.6;cursor:not-allowed;background:#f9fafb}.newsletter-popup-otp-input{text-align:center;letter-spacing:8px;padding:1rem;font-family:Courier New,monospace;font-size:24px;font-weight:600}.newsletter-popup-otp-info{text-align:center;background:#f3f4f6;border-radius:.5rem;margin-bottom:1rem;padding:1rem}.newsletter-popup-otp-info p{color:#6b7280;margin-bottom:.25rem;font-size:.9rem}.newsletter-popup-otp-info strong{color:#1f2937;word-break:break-all;font-size:.95rem}.newsletter-popup-btn{cursor:pointer;white-space:nowrap;border:none;border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex}.newsletter-popup-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.newsletter-popup-btn-primary{color:#fff;background:#0a5c6b}.newsletter-popup-btn-primary:hover:not(:disabled){background:#0e7490;transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a}.newsletter-popup-btn-secondary{color:#374151;background:#f3f4f6;border:2px solid #e5e7eb}.newsletter-popup-btn-secondary:hover:not(:disabled){background:#e5e7eb;border-color:#d1d5db}.newsletter-popup-button-group{flex-direction:column;gap:.75rem;display:flex}.newsletter-popup-message{border-radius:.5rem;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.875rem;animation:.3s slideDown;display:flex}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.newsletter-popup-message.success{color:#059669;background:#22c55e1a;border:1px solid #22c55e33}.newsletter-popup-message.error{color:#dc2626;background:#ef44441a;border:1px solid #ef444433}.newsletter-popup-message svg{flex-shrink:0;font-size:1rem}.newsletter-popup-success{flex-direction:column;gap:1.25rem;display:flex}.newsletter-popup-expiry{color:#6b7280;text-align:center;margin-top:.5rem;font-size:.75rem}.spinner{animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:575px){.newsletter-popup-overlay{padding:.5rem}.newsletter-popup-content{border-radius:.75rem;max-width:100%;max-height:95vh}.newsletter-popup-header{padding:1.5rem 1.5rem 1rem}.newsletter-popup-icon{font-size:2.5rem}.newsletter-popup-header h2{font-size:1.25rem}.newsletter-popup-header p{font-size:.85rem}.newsletter-popup-body{padding:1.5rem}.newsletter-popup-otp-input{letter-spacing:6px;padding:.875rem;font-size:20px}.newsletter-popup-btn{padding:.75rem 1.25rem;font-size:.9rem}}@media (max-width:375px){.newsletter-popup-header{padding:1.25rem 1rem .75rem}.newsletter-popup-body{padding:1.25rem}.newsletter-popup-otp-input{letter-spacing:4px;font-size:18px}.newsletter-popup-btn{padding:.7rem 1rem;font-size:.85rem}}@media (min-width:576px){.newsletter-popup-button-group{flex-direction:row}.newsletter-popup-button-group .newsletter-popup-btn{flex:1}}
.footer{color:var(--white);background:linear-gradient(135deg,#0a5c6b 0%,#0e7490 100%);position:relative}.footer-wave{color:#0a5c6b;line-height:0;position:absolute;top:0;left:0;right:0;transform:translateY(-99%)}.footer-wave svg{width:100%;height:auto}.footer-main{padding:4rem 0 3rem}.footer-grid{gap:2.5rem;display:grid}.footer-brand{max-width:350px}.footer-logo{color:var(--white);font-family:var(--font-heading);align-items:center;gap:.75rem;margin-bottom:1.25rem;font-size:1.5rem;font-weight:700;text-decoration:none;display:flex}.footer-logo .logo-icon{justify-content:center;align-items:center;width:64px;height:50px;display:flex;position:relative;overflow:hidden}.footer-logo-image{object-fit:cover;object-position:center;filter:drop-shadow(0 2px 8px #fcd34d33);width:64px;height:64px;transition:transform .3s}.footer-logo:hover .footer-logo-image{transform:scale(1.05)}.footer-description{color:#ffffffd9;margin-bottom:1.25rem;font-size:.95rem;line-height:1.7}.footer-contact-info{margin-bottom:1.25rem}.footer-contact-item{color:#ffffffe6;align-items:center;gap:.75rem;padding:.5rem 0;font-size:.9rem;display:flex}.footer-contact-item svg{color:#fcd34d;font-size:.9rem}.footer-social{gap:.75rem;display:flex}.footer-social .social-link{width:40px;height:40px;color:var(--white);background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.footer-social .social-link:hover{color:#0a5c6b;background:#fcd34d;transform:translateY(-3px)}.footer-links h4{color:var(--white);font-size:1.1rem;font-family:var(--font-heading);margin-bottom:1.25rem}.footer-links ul{flex-direction:column;gap:.75rem;display:flex}.footer-links a{color:#fffc;font-size:.9rem;transition:all .2s}.footer-links a:hover{color:#fcd34d;padding-left:.5rem}.footer-newsletter h4{color:var(--white);font-size:1.1rem;font-family:var(--font-heading);margin-bottom:.75rem}.footer-newsletter p{color:#fffc;margin-bottom:1.25rem;font-size:.9rem;line-height:1.6}.footer-newsletter .btn{cursor:pointer;white-space:nowrap;border:none;border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 1.5rem;font-weight:600;transition:all .3s;display:flex}.footer-newsletter .btn-primary{color:#0a5c6b;background:#fcd34d}.footer-newsletter .btn-primary:hover:not(:disabled){background:#fbbf24;transform:translateY(-2px)}.footer-newsletter .btn-secondary{color:var(--white);background:#fff3;border:2px solid #ffffff4d}.footer-newsletter .btn-secondary:hover:not(:disabled){background:#ffffff4d;border-color:#ffffff80}.footer-newsletter .btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.newsletter-form{flex-direction:column;gap:.75rem;margin-bottom:1.5rem;display:flex}.newsletter-form input{color:var(--white);background:#ffffff1a;border:2px solid #fff3;border-radius:.5rem;padding:.875rem 1rem;font-size:.95rem;transition:all .3s}.newsletter-form input::placeholder{color:#ffffff80}.newsletter-form input:focus{background:#ffffff26;border-color:#fcd34d;outline:none}.newsletter-form .btn{color:#0a5c6b;cursor:pointer;background:#fcd34d;border:none;border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 1.5rem;font-weight:600;transition:all .3s;display:flex}.newsletter-form .btn:hover:not(:disabled){background:#fbbf24;transform:translateY(-2px)}.newsletter-form .btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.newsletter-form .btn-secondary{color:var(--white);background:#fff3;border:2px solid #ffffff4d}.newsletter-form .btn-secondary:hover:not(:disabled){background:#ffffff4d;border-color:#ffffff80}.newsletter-form .otp-input{width:100%;font-family:Courier New,monospace}.newsletter-form .otp-button-group{flex-direction:column;gap:.75rem;width:100%;margin-top:.5rem;display:flex}.newsletter-form .otp-button-group button{width:100%}.newsletter-otp-info{color:#ffffffe6;word-break:break-word;margin-bottom:.75rem;font-size:.85rem;line-height:1.5}.newsletter-otp-info strong{word-break:break-all}.newsletter-form input:disabled{opacity:.6;cursor:not-allowed}.newsletter-form .spinner{animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.newsletter-message{border-radius:.5rem;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.75rem 1rem;font-size:.875rem;animation:.3s slideDown;display:flex}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.newsletter-message.success{color:#86efac;background:#22c55e33;border:1px solid #22c55e4d}.newsletter-message.error{color:#fca5a5;background:#ef444433;border:1px solid #ef44444d}.newsletter-message svg{flex-shrink:0;font-size:1rem}.footer-tagline{text-align:center;background:#ffffff1a;border-radius:.5rem;padding:1rem}.footer-tagline span{color:#fffffff2;font-size:.9rem;font-weight:500}.footer-bottom{border-top:1px solid #ffffff1a;padding:1.5rem 0}.footer-bottom .container{text-align:center;flex-direction:column;align-items:center;gap:.5rem;display:flex}.footer-bottom p{color:#ffffffb3;margin:0;font-size:.85rem}.made-with{align-items:center;gap:.25rem;display:flex}.heart-icon{color:#ef4444;animation:1.5s infinite pulse}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}@media (max-width:575px){.newsletter-form{gap:.5rem}.newsletter-form .otp-input{letter-spacing:6px;padding:1rem .75rem;font-size:18px}.newsletter-otp-info{font-size:.8rem}.newsletter-form .btn{padding:.75rem 1rem;font-size:.9rem}.footer-newsletter{max-width:100%}}@media (max-width:375px){.newsletter-form .otp-input{letter-spacing:4px;padding:.875rem .5rem;font-size:16px}.newsletter-form .btn{padding:.7rem .875rem;font-size:.85rem}}@media (min-width:576px){.newsletter-form{flex-direction:row}.newsletter-form input{flex:1}.newsletter-form .otp-button-group{flex-direction:row}.newsletter-form .otp-button-group button{flex:1;width:auto}}@media (min-width:768px){.footer-grid{grid-template-columns:repeat(2,1fr)}.footer-bottom .container{flex-direction:row;justify-content:space-between}}@media (min-width:992px){.footer-grid{grid-template-columns:1.5fr 1fr 1fr 1.5fr}}
.WhoWeAre-module___Sgopq__whoWeAre{background-color:#f8fafc;width:100%;height:130vh;padding:0;scroll-margin-top:80px;position:relative;overflow:hidden}.WhoWeAre-module___Sgopq__whoWeAreHero{text-align:center;color:#fff;background-position:50%;background-repeat:no-repeat;background-size:cover;flex-direction:column;justify-content:space-evenly;align-items:center;width:100%;height:130vh;padding-top:80px;display:flex;position:relative}.WhoWeAre-module___Sgopq__heroContent{z-index:2;max-width:800px;margin-top:-3rem;margin-bottom:20px;padding:30px 20px}.WhoWeAre-module___Sgopq__sectionTitle{text-shadow:0 2px 4px #0000004d;margin-bottom:.5rem;font-family:Outfit,sans-serif;font-size:3rem;font-weight:700}.WhoWeAre-module___Sgopq__sectionSubtitle{color:#fcd34d;text-shadow:0 2px 4px #0006;letter-spacing:.02em;margin-top:2rem;font-size:1.15rem;font-style:italic;font-weight:500}.WhoWeAre-module___Sgopq__customContainer{z-index:10;align-items:flex-end;max-width:1400px;margin:0 auto;padding:5rem 2rem .5rem;display:flex;position:relative}.WhoWeAre-module___Sgopq__scrollingWrapper{width:100%;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000);mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000)}.WhoWeAre-module___Sgopq__touchScroll{-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth;overflow:auto hidden}.WhoWeAre-module___Sgopq__touchScroll::-webkit-scrollbar{display:none}.WhoWeAre-module___Sgopq__scrollingContent{gap:2rem;width:max-content;display:flex}.WhoWeAre-module___Sgopq__scrollArrow{z-index:20;cursor:pointer;color:#0a5c6b;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);pointer-events:auto;background:#fffffff2;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:20px;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 12px #00000026}.WhoWeAre-module___Sgopq__scrollArrow:hover{background:#fff;transform:translateY(-50%)scale(1.1);box-shadow:0 6px 16px #0003}.WhoWeAre-module___Sgopq__scrollArrow:active{transform:translateY(-50%)scale(.95)}.WhoWeAre-module___Sgopq__scrollArrowLeft{left:-20px}.WhoWeAre-module___Sgopq__scrollArrowRight{right:-20px}@keyframes WhoWeAre-module___Sgopq__scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.WhoWeAre-module___Sgopq__teamCard{background:#fff;border:1px solid #fffc;border-radius:16px;flex-direction:column;flex-shrink:0;width:220px;height:330px;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #00000014,0 1px 4px #0000000a}.WhoWeAre-module___Sgopq__teamCard:after{content:"";opacity:0;background:linear-gradient(90deg,#0d9488 0%,#14b8a6 50%,#2dd4bf 100%);height:3px;transition:opacity .3s;position:absolute;bottom:0;left:0;right:0}.WhoWeAre-module___Sgopq__teamCard:hover:after{opacity:1}.WhoWeAre-module___Sgopq__teamCard:hover{transform:translateY(-10px)scale(1.02);box-shadow:0 20px 40px #0d948826,0 8px 16px #0000001a,0 0 0 1px #0d94881a}.WhoWeAre-module___Sgopq__cardImageWrapper{background:linear-gradient(135deg,#f0fdfa 0%,#fff 100%);height:100%;position:relative;overflow:hidden}.WhoWeAre-module___Sgopq__cardImageWrapper:before{content:"";z-index:1;pointer-events:none;background:linear-gradient(#0d948800 0% 60%,#0d948808 100%);transition:all .4s;position:absolute;inset:0}.WhoWeAre-module___Sgopq__teamCard:hover .WhoWeAre-module___Sgopq__cardImageWrapper:before{background:linear-gradient(#0d94880d 0%,#0d948800 40%,#0d948814 100%)}.WhoWeAre-module___Sgopq__cardImageWrapper:after{content:"";z-index:2;pointer-events:none;background:linear-gradient(90deg,#0000,#fff3,#0000);width:50%;height:100%;transition:left .6s;position:absolute;top:0;left:-100%}.WhoWeAre-module___Sgopq__teamCard:hover .WhoWeAre-module___Sgopq__cardImageWrapper:after{left:150%}.WhoWeAre-module___Sgopq__linkedinBadge{color:#0077b5;z-index:5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;background:#fffffff2;border:2px solid #ffffffe6;border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;font-size:17px;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:12px;right:12px;transform:translateY(-5px)scale(.9);box-shadow:0 4px 14px #0000001f,0 2px 4px #00000014}.WhoWeAre-module___Sgopq__teamCard:hover .WhoWeAre-module___Sgopq__linkedinBadge{opacity:1;transform:translateY(0)scale(1)}.WhoWeAre-module___Sgopq__linkedinBadge:hover{color:#fff;background:linear-gradient(135deg,#0077b5 0%,#0a66c2 100%);border-color:#0000;transform:scale(1.15)rotate(5deg);box-shadow:0 8px 20px #0077b566,0 3px 8px #0077b533}.WhoWeAre-module___Sgopq__cardImage{object-fit:cover;object-position:center top;filter:saturate()brightness();width:100%;height:100%;transition:transform .5s cubic-bezier(.4,0,.2,1),filter .4s;box-shadow:inset 4px 4px 10px #0000001f,inset -4px -4px 10px #ffffffb3}.WhoWeAre-module___Sgopq__teamCard:hover .WhoWeAre-module___Sgopq__cardImage{filter:saturate(1.1)brightness(1.02);transform:scale(1.08)}.WhoWeAre-module___Sgopq__miniProfile{z-index:10;background:#fff;border:3px solid #fff;border-radius:12px;width:50px;height:50px;transition:all .4s cubic-bezier(.4,0,.2,1);position:absolute;bottom:72px;left:11px;overflow:hidden;box-shadow:0 6px 20px #0003,0 3px 8px #0000001a}.WhoWeAre-module___Sgopq__teamCard:hover .WhoWeAre-module___Sgopq__miniProfile{border-color:#0d9488;transform:scale(1.15)translateY(-3px);box-shadow:0 10px 25px #0d94884d,0 5px 12px #00000026}.WhoWeAre-module___Sgopq__miniProfile img{object-fit:cover;width:100%;height:100%}.WhoWeAre-module___Sgopq__cardContent{text-align:center;z-index:5;background:linear-gradient(347deg,#ffffffd9 0%,#f0fdfae8 40%,#fff0 100%);border-top:none;flex-direction:column;justify-content:center;align-items:center;padding:25px 6px 5px;display:flex;position:absolute;bottom:0;left:0;right:0}.WhoWeAre-module___Sgopq__cardContent:before{content:"";opacity:0;background:linear-gradient(90deg,#0000,#14b8a6,#0000);border-radius:2px;width:30px;height:2px;transition:all .3s;position:absolute;top:14px;left:50%;transform:translate(-50%)}.WhoWeAre-module___Sgopq__teamCard:hover .WhoWeAre-module___Sgopq__cardContent:before{opacity:1;width:50px}.WhoWeAre-module___Sgopq__memberName{color:#115e59;letter-spacing:.01em;font-size:1.05rem;font-weight:600;line-height:1.25;font-family:var(--font-playfair),var(--font-cormorant),Georgia,serif;margin-top:.3rem;margin-bottom:.5rem;transition:all .3s}.WhoWeAre-module___Sgopq__teamCard:hover .WhoWeAre-module___Sgopq__memberName{color:#0d9488;transform:scale(1.02)}.WhoWeAre-module___Sgopq__memberRole{color:#0d9488;letter-spacing:.1em;text-transform:uppercase;font-size:.6rem;font-weight:500;line-height:1.5;font-family:var(--font-poppins),var(--font-open-sans),-apple-system,BlinkMacSystemFont,sans-serif;background:linear-gradient(135deg,#0d94880f 0%,#14b8a61a 100%);border:1px solid #0d94881f;border-radius:20px;margin-bottom:0;padding:5px 14px;transition:all .3s}.WhoWeAre-module___Sgopq__teamCard:hover .WhoWeAre-module___Sgopq__memberRole{background:linear-gradient(135deg,#0d94881a 0%,#14b8a626 100%);border-color:#0d948833}.WhoWeAre-module___Sgopq__memberLinks{color:#0ea5e9;align-items:center;gap:10px;font-size:.9rem;display:flex}.WhoWeAre-module___Sgopq__memberLink{color:#0ea5e9;background-color:#e0f2fe;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;transition:background-color .2s;display:flex}.WhoWeAre-module___Sgopq__memberLink:hover{background-color:#bae6fd}.WhoWeAre-module___Sgopq__linkText{color:#94a3b8;font-size:.8rem}@media (max-width:768px){.WhoWeAre-module___Sgopq__whoWeAre{height:750px}.WhoWeAre-module___Sgopq__whoWeAreHero{justify-content:space-between;height:750px;padding:60px 0 40px}.WhoWeAre-module___Sgopq__sectionTitle{margin-top:3rem;font-size:2rem}.WhoWeAre-module___Sgopq__customContainer{flex-grow:0;flex-shrink:1;padding:1.5rem 0!important}.WhoWeAre-module___Sgopq__scrollingWrapper{-webkit-mask-image:none;mask-image:none}.WhoWeAre-module___Sgopq__scrollArrowLeft,.WhoWeAre-module___Sgopq__scrollArrowRight{display:none!important}.WhoWeAre-module___Sgopq__teamCard{width:160px;height:240px}.WhoWeAre-module___Sgopq__cardImageWrapper{height:180px}.WhoWeAre-module___Sgopq__miniProfile{border-radius:10px;width:40px;height:40px;bottom:55px;left:8px}.WhoWeAre-module___Sgopq__linkedinBadge{width:28px;height:28px;font-size:14px;top:8px;right:8px}.WhoWeAre-module___Sgopq__cardContent{padding:18px 5px 5px}.WhoWeAre-module___Sgopq__scrollArrow{display:none}}@media (max-width:480px){.WhoWeAre-module___Sgopq__whoWeAre{height:650px}.WhoWeAre-module___Sgopq__whoWeAreHero{background-position:bottom;justify-content:space-between;height:650px;padding:60px 0 30px}.WhoWeAre-module___Sgopq__teamCard{width:150px;height:210px}.WhoWeAre-module___Sgopq__cardImageWrapper{height:210px}.WhoWeAre-module___Sgopq__miniProfile{border-width:2px;border-radius:8px;width:35px;height:35px;bottom:52px;left:6px}.WhoWeAre-module___Sgopq__linkedinBadge{border-radius:8px;width:24px;height:24px;font-size:12px;top:6px;right:6px}.WhoWeAre-module___Sgopq__cardContent{padding:15px 4px 4px}.WhoWeAre-module___Sgopq__memberName{margin-bottom:.3rem;font-size:.65rem}.WhoWeAre-module___Sgopq__memberRole{padding:3px 10px;font-size:.45rem}.WhoWeAre-module___Sgopq__memberLink{width:20px;height:20px}.WhoWeAre-module___Sgopq__linkText{font-size:.7rem}}
.thankyou-section{background:linear-gradient(#f0fdfa 0%,#ccfbf1 50%,#99f6e4 100%);padding:0 3rem 12rem;position:relative;overflow:hidden}.thankyou-section:before{content:"";pointer-events:none;background:radial-gradient(80% 50% at 20% 40%,#0e749014 0%,#0000 60%),radial-gradient(60% 40% at 80% 60%,#14b8a61a 0%,#0000 50%);position:absolute;inset:0}.thankyou-container{z-index:1;max-width:900px;margin:0 auto;position:relative}.thankyou-content{text-align:center;animation:.8s ease-out fadeInUp}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.thankyou-icon{color:#0e7490;width:80px;height:80px;margin:0 auto 1.5rem;animation:4s ease-in-out infinite float}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.thankyou-icon svg{width:100%;height:100%}.thankyou-title{font-family:var(--font-heading);color:#0a5c6b;letter-spacing:-.02em;margin:0 0 1.5rem;font-size:clamp(1.75rem,5vw,2.5rem);font-weight:700}.thankyou-divider{justify-content:center;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.thankyou-divider:before,.thankyou-divider:after{content:"";background:linear-gradient(90deg,#0000,#14b8a6,#0000);border-radius:1px;width:60px;height:2px}.wave-icon{font-size:1.5rem;animation:2s ease-in-out infinite wave}@keyframes wave{0%,to{transform:rotate(-5deg)}50%{transform:rotate(5deg)}}.thankyou-quote{color:#134e4a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff9;border-radius:1rem;max-width:700px;margin:0 auto;padding:1.5rem 2rem;font-family:Georgia,serif;font-size:clamp(1.1rem,3vw,1.4rem);font-style:italic;line-height:1.8;position:relative;box-shadow:0 4px 20px #0e74901a,inset 0 1px #fffc}.quote-mark{color:#14b8a6;vertical-align:-.3em;font-family:Georgia,serif;font-size:2rem;font-weight:700;line-height:0}.quote-mark:first-of-type{margin-right:.25rem}.quote-mark:last-of-type{margin-left:.25rem}@media (min-width:768px){.thankyou-section{padding:0 3rem 12rem}.thankyou-quote{padding:2rem 3rem}.thankyou-divider:before,.thankyou-divider:after{width:100px}}@media (max-width:768px){.thankyou-section{padding:1rem 1rem 4rem}}
