@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--nav-orange-deep:#c2410c;--nav-orange-rich:#ea580c;--nav-orange:#f97316;--nav-orange-light:#fb923c;--nav-orange-soft:#fff7ed;--nav-orange-pale:#ffedd5;--nav-orange-gradient:linear-gradient(145deg,#ea580c,#f97316,#fb923c);--nav-yellow-deep:#b45309;--nav-yellow-rich:#d97706;--nav-yellow:#f59e0b;--nav-yellow-light:#fbbf24;--nav-yellow-soft:#fffbeb;--nav-yellow-pale:#fef3c7;--nav-white:#fff;--nav-cream:#fff9f0;--nav-gray:#57534e;--nav-text:#1c1917;--nav-border:#e7e5e4}.top-bar{background:linear-gradient(145deg,#ea580c,#f97316,#fb923c);background:var(--nav-orange-gradient);color:#fff;font-size:.8rem;gap:2rem;justify-content:flex-end;padding:.5rem 2rem;position:relative;z-index:1001}.top-bar,.top-bar-item{align-items:center;display:flex}.top-bar-item{gap:.5rem}.top-icon{font-size:.9rem}.top-bar-social{align-items:center;display:flex;gap:.8rem;margin-left:1rem}.top-social-icon{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff26;border:1px solid #fff3;border-radius:8px;color:#fff;display:flex;font-size:.8rem;height:28px;justify-content:center;text-decoration:none;transition:all .3s ease;width:28px}.top-social-icon:hover{background:#fff;box-shadow:0 4px 12px #0000001a;color:#ea580c;color:var(--nav-orange-rich);transform:translateY(-2px) scale(1.1)}.navbar{align-items:center;background:#fff;background:var(--nav-white);background:linear-gradient(145deg,#fff,#fff9f0);background:linear-gradient(145deg,#fff,var(--nav-cream));border-bottom:1px solid #e7e5e4;border-bottom:1px solid var(--nav-border);box-shadow:0 4px 20px #f973160f;display:flex;justify-content:space-between;padding:.8rem 2rem;position:-webkit-sticky;position:sticky;top:0;transition:all .3s ease;z-index:1000}.navbar.scrolled{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff2;box-shadow:0 8px 24px #f973161f}.logo{align-items:center;display:flex}.logo img{height:45px;object-fit:contain;transition:all .3s ease;width:auto}.logo img:hover{transform:scale(1.02)}.nav-links{display:flex;flex:1 1;justify-content:center}.nav-links ul{align-items:center;display:flex;gap:1.2rem;list-style:none;margin:0;padding:0}.nav-item{position:relative}.dropbtn,.nav-item a{align-items:center;color:#1c1917;color:var(--nav-text);cursor:pointer;display:flex;font-size:.9rem;font-weight:500;gap:.3rem;padding:.5rem .2rem;text-decoration:none;transition:all .3s ease}.dropbtn:hover,.nav-item a:hover{color:#f97316;color:var(--nav-orange)}.nav-item a:after{background:linear-gradient(145deg,#ea580c,#f97316,#fb923c);background:var(--nav-orange-gradient);bottom:-2px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-item a:hover:after{width:100%}.dropdown{position:relative}.dropdown-content{background:#fff;border:1px solid #e7e5e4;border:1px solid var(--nav-border);border-radius:12px;box-shadow:0 12px 28px #f973161f;left:0;min-width:200px;opacity:0;padding:.5rem 0;position:absolute;top:100%;transform:translateY(-10px);transition:all .3s ease;visibility:hidden;z-index:1002}.dropdown-content.show{opacity:1;transform:translateY(0);visibility:visible}.dropdown-content a{color:#1c1917;color:var(--nav-text);display:block;font-size:.85rem;padding:.6rem 1.2rem;text-decoration:none;transition:all .2s ease}.dropdown-content a:hover{background:#fff7ed;background:var(--nav-orange-soft);color:#ea580c;color:var(--nav-orange-rich);padding-left:1.5rem}.arrow-icon{font-size:.7rem;transition:transform .3s ease}.dropdown.open .arrow-icon{transform:rotate(180deg)}.login-button{margin-left:1rem}.btn-login{background:linear-gradient(145deg,#ea580c,#f97316,#fb923c);background:var(--nav-orange-gradient);border:none;border-radius:40px;box-shadow:0 4px 12px #f9731633;color:#fff;cursor:pointer;font-size:.85rem;font-weight:600;padding:.6rem 1.5rem;transition:all .3s ease}.btn-login:hover{box-shadow:0 8px 20px #f973164d;transform:translateY(-2px)}.navbar-social{align-items:center;border-left:1px solid #e7e5e4;border-left:1px solid var(--nav-border);display:flex;gap:.6rem;margin-left:1rem;padding-left:1rem}.nav-social-icon{align-items:center;background:#fff7ed;background:var(--nav-orange-soft);border:1px solid #ffedd5;border:1px solid var(--nav-orange-pale);border-radius:10px;color:#ea580c;color:var(--nav-orange-rich);display:flex;font-size:.9rem;height:34px;justify-content:center;text-decoration:none;transition:all .3s cubic-bezier(.175,.885,.32,1.275);width:34px}.nav-social-icon:hover{background:linear-gradient(145deg,#ea580c,#f97316,#fb923c);background:var(--nav-orange-gradient);border-color:#0000;box-shadow:0 6px 16px #f9731633;color:#fff;transform:translateY(-3px) rotate(8deg)}.hamburger{cursor:pointer;display:none;flex-direction:column;gap:5px;padding:.5rem}.hamburger span{background:#ea580c;background:var(--nav-orange-rich);border-radius:2px;height:2px;transition:all .3s ease;width:25px}.hamburger.active span:first-child{transform:rotate(45deg) translate(5px,5px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.mobile-social{border-top:1px solid #e7e5e4;border-top:1px solid var(--nav-border);display:none;gap:1rem;justify-content:center;margin-top:1.5rem;padding-top:1.5rem}.mobile-social-icon{align-items:center;background:#fff7ed;background:var(--nav-orange-soft);border:1px solid #ffedd5;border:1px solid var(--nav-orange-pale);border-radius:12px;color:#ea580c;color:var(--nav-orange-rich);display:flex;font-size:1rem;height:40px;justify-content:center;text-decoration:none;transition:all .3s ease;width:40px}.mobile-social-icon:hover{background:linear-gradient(145deg,#ea580c,#f97316,#fb923c);background:var(--nav-orange-gradient);color:#fff;transform:translateY(-3px)}@media screen and (max-width:1100px){.nav-links ul{gap:.8rem}.dropbtn,.nav-item a{font-size:.8rem}}@media screen and (max-width:1000px){.top-bar{justify-content:space-between;padding:.4rem 1rem}.navbar{padding:.8rem 1rem}.navbar-social{display:none}.hamburger{display:flex}.nav-links{background:#fff;box-shadow:0 0 30px #f973161a;display:block;height:100vh;left:-100%;padding:5rem 1.5rem 2rem;position:fixed;top:0;transition:left .4s ease;width:280px;z-index:2000}.nav-links.active{left:0}.nav-links ul{align-items:flex-start;flex-direction:column;gap:1.2rem}.dropdown-content{background:#0000;box-shadow:none;display:none;opacity:1;padding-left:1rem;position:static;transform:none;visibility:visible}.dropdown-content.show{display:block}.mobile-social{display:flex}.login-button{margin-left:0}}@media screen and (max-width:600px){.top-bar{align-items:flex-end;flex-direction:column;gap:.3rem;padding:.4rem 1rem}.top-bar-item{font-size:.7rem}.top-social-icon{height:26px;width:26px}}@media screen and (max-width:480px){.navbar{padding:.6rem .8rem}.logo img{height:38px}.btn-login{font-size:.8rem;padding:.5rem 1.2rem}}:root{--orange-bright:#ff8c42;--orange-soft:#ffb085;--orange-light:#ffe0cc;--off-white:#fff9f5;--text-dark:#2e3b4e;--shadow-sm:0 8px 20px #ff8c4214;--shadow-hover:0 15px 30px #ff8c4226;--card-radius:20px}.vvmv-section{background:#fff9f5;background:var(--off-white);padding:3rem 1rem;position:relative}.vvmv-container{margin:0 auto;max-width:1300px}.vvmv-header{margin-bottom:2.5rem;text-align:center}.vvmv-title{color:#ff8c42;color:var(--orange-bright);font-size:2.2rem;font-weight:700;letter-spacing:-.5px;margin-bottom:.5rem}.vvmv-title-highlight{color:#1c1917;color:var(--text-dark);font-weight:800}.vvmv-title-underline{background:linear-gradient(90deg,#ff8c42,#fff7ed);background:linear-gradient(90deg,var(--orange-bright),var(--orange-soft));border-radius:4px;height:4px;margin:.5rem auto 0;width:100px}.vvmv-grid{grid-gap:1.5rem;align-items:stretch;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr)}.vvmv-card{animation:fadeIn .6s forwards;background:#fff;background:var(--white);border:1px solid #fb923c;border:1px solid var(--orange-light);border-radius:20px;border-radius:var(--card-radius);box-shadow:0 4px 12px #fb923c14;box-shadow:var(--shadow-sm);opacity:0;transition:all .3s ease;transition:var(--transition)}.vvmv-card:first-child{animation-delay:.1s}.vvmv-card:nth-child(2){animation-delay:.2s}.vvmv-card:nth-child(3){animation-delay:.3s}.vvmv-card:hover{border-color:#ff8c42;border-color:var(--orange-bright);box-shadow:0 20px 32px -8px #ea580c26;box-shadow:var(--shadow-hover);transform:translateY(-5px)}.vvmv-card-inner{display:flex;flex-direction:column;height:100%;padding:1.8rem 1.5rem}.vvmv-card-title{color:#ff8c42;color:var(--orange-bright);font-size:1.6rem;font-weight:700;margin-bottom:1rem;padding-bottom:.5rem;position:relative}.vvmv-card-title:after{background:#ff8c42;background:var(--orange-bright);border-radius:3px;bottom:0;content:"";height:3px;left:0;position:absolute;transition:width .2s;width:45px}.vvmv-card:hover .vvmv-card-title:after{width:70px}.vvmv-card-content{display:flex;flex:1 1;flex-direction:column;gap:1rem}.vvmv-sanskrit{background:#fb923c;background:var(--orange-light);border-left:5px solid #ff8c42;border-left:5px solid var(--orange-bright);border-radius:14px;font-size:.95rem;font-weight:550;line-height:1.5;padding:.9rem 1.2rem}.vvmv-sanskrit,.vvmv-text{color:#1c1917;color:var(--text-dark)}.vvmv-text{font-size:.92rem;line-height:1.6}.vvmv-text-highlight{background:#ff8c4214;border-left:3px solid #ff8c42;border-left:3px solid var(--orange-bright);border-radius:12px;font-weight:500;padding:.9rem 1.1rem}.vvmv-list{display:flex;flex-direction:column;gap:.6rem;list-style:none;padding:0}.vvmv-list li{background:#fff;background:var(--white);border:1px solid #fb923c;border:1px solid var(--orange-light);border-radius:12px;color:#1c1917;color:var(--text-dark);font-size:.92rem;line-height:1.5;padding:.5rem 1rem .5rem 2rem;position:relative;transition:background .2s,transform .2s}.vvmv-list li:before{color:#ff8c42;color:var(--orange-bright);content:"▹";font-size:1rem;font-weight:700;left:.8rem;position:absolute}.vvmv-card:hover .vvmv-list li{background:#fb923c;background:var(--orange-light);transform:translateX(3px)}.vvmv-buttons{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1rem}.vvmv-btn{align-items:center;border:1px solid #0000;border-radius:40px;cursor:pointer;display:inline-flex;flex:1 1 auto;font-size:.85rem;font-weight:600;justify-content:center;padding:.6rem 1.4rem;transition:all .3s ease;transition:var(--transition)}.vvmv-btn-primary{background:#ff8c42;background:var(--orange-bright);color:#fff}.vvmv-btn-primary:hover{background:#ff7a2c;box-shadow:0 8px 18px #ff8c424d;transform:scale(1.02) translateY(-2px)}.vvmv-btn-secondary{background:#fff;border:1.5px solid #ff8c42;border:1.5px solid var(--orange-bright);color:#ff8c42;color:var(--orange-bright)}.vvmv-btn-secondary:hover{background:#fb923c;background:var(--orange-light);transform:scale(1.02) translateY(-2px)}@media screen and (max-width:1000px){.vvmv-grid{grid-template-columns:repeat(2,1fr)}.vvmv-title{font-size:2rem}}@media screen and (max-width:700px){.vvmv-grid{grid-template-columns:1fr;margin:0 auto;max-width:450px}.vvmv-title{font-size:1.8rem}.vvmv-card-inner{padding:1.5rem 1.2rem}}:root{--ln-offwhite:#fefaf6;--ln-card-bg:#fff;--ln-card-bg-alt:#fffcf5;--ln-text-light:#44403c;--ln-shadow-sm:0 4px 12px #fb923c0f;--ln-shadow-glow:0 0 0 2px #f973161a,0 8px 24px #ea580c1f}.home-layout{background:radial-gradient(circle at 0 0,#fff9f0 0,#fffef9 100%);font-family:Inter,Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-height:100vh;padding:2.5rem 1.8rem}.layout-container{grid-gap:2rem;align-items:stretch;display:grid;gap:2rem;grid-template-columns:1.2fr 2.4fr 1.2fr;margin:0 auto;max-width:1400px}.section-title{align-items:center;border-bottom:2px solid;border-image:linear-gradient(90deg,#ea580c,#f59e0b,#fb923c) 1;border-image:linear-gradient(to right,var(--ln-orange-rich),var(--ln-yellow),var(--ln-orange-light)) 1;color:#1c1917;color:var(--ln-text);display:flex;font-family:Poppins,Inter,sans-serif;font-size:1.25rem;font-weight:700;gap:.7rem;letter-spacing:-.02em;margin-bottom:1.2rem;padding-bottom:.75rem;position:relative}.section-title,.section-title:before{transition:all .4s cubic-bezier(.175,.885,.32,1.275);transition:var(--ln-transition)}.section-title:before{background:linear-gradient(90deg,#c2410c,#d97706,#f97316);background:linear-gradient(90deg,var(--ln-orange-deep),var(--ln-yellow-rich),var(--ln-orange));border-radius:2px;bottom:-2px;content:"";filter:drop-shadow(0 0 4px rgba(249,115,22,.3));height:3px;left:0;position:absolute;width:40%;z-index:2}.section-title:hover:before{width:80%}.section-icon{-webkit-text-fill-color:#0000;background:linear-gradient(145deg,#c2410c,#d97706,#eab308);background:linear-gradient(145deg,var(--ln-orange-deep),var(--ln-yellow-rich),var(--ln-gold));-webkit-background-clip:text;background-clip:text;filter:drop-shadow(0 2px 4px rgba(249,115,22,.2));font-size:1.4rem;transition:all .4s cubic-bezier(.175,.885,.32,1.275);transition:var(--ln-transition)}.section-title:hover .section-icon{filter:drop-shadow(0 4px 8px rgba(234,88,12,.3));transform:rotate(10deg) scale(1.3)}.left-col{gap:1.8rem;height:100%}.left-col,.news-box{display:flex;flex-direction:column}.news-box{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fff;background:var(--ln-card-bg);border:1px solid #e7e5e4;border:1px solid var(--ln-border);border-radius:32px;border-radius:var(--ln-radius-lg);box-shadow:0 8px 20px #00000005,0 2px 6px #ea580c05;box-shadow:var(--ln-shadow-card);height:auto;overflow:hidden;padding:1.8rem 1.5rem;position:relative;transition:all .4s cubic-bezier(.175,.885,.32,1.275);transition:var(--ln-transition)}.news-box:before{background:linear-gradient(90deg,#ea580c,#f59e0b,#fb923c,#eab308);background:linear-gradient(to right,var(--ln-orange-rich),var(--ln-yellow),var(--ln-orange-light),var(--ln-gold));height:4px;opacity:.8;right:0}.news-box:after,.news-box:before{content:"";left:0;position:absolute;top:0}.news-box:after{background:radial-gradient(circle at 100% 0,#fb923c08 0,#0000 50%);height:100%;pointer-events:none;width:100%}.news-box:hover{background:linear-gradient(145deg,#fff,#fff9f0);background:linear-gradient(145deg,#fff,var(--ln-cream));border-color:#fb923c;border-color:var(--ln-orange-light);box-shadow:0 20px 32px -8px #ea580c26,0 8px 16px -6px #f59e0b1a;box-shadow:var(--ln-shadow-hover);transform:translateY(-6px) scale(1.01)}.news-scroll{flex:1 1;max-height:280px;overflow-y:auto;padding-right:.5rem;scroll-behavior:smooth}.news-scroll::-webkit-scrollbar{width:5px}.news-scroll::-webkit-scrollbar-track{background:#ffedd5;background:var(--ln-orange-pale);border-radius:10px}.news-scroll::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#f97316,#f59e0b);background:linear-gradient(to bottom,var(--ln-orange),var(--ln-yellow));border-radius:10px;box-shadow:inset 0 0 4px #0000000d;-webkit-transition:all .4s cubic-bezier(.175,.885,.32,1.275);transition:all .4s cubic-bezier(.175,.885,.32,1.275);-webkit-transition:var(--ln-transition);transition:var(--ln-transition)}.news-scroll::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#ea580c,#d97706);background:linear-gradient(to bottom,var(--ln-orange-rich),var(--ln-yellow-rich));transform:scaleX(1.5)}.news-list{list-style:none;margin:0;padding:0}.news-list li{background:#fff;border-bottom:1px solid #f0e9e2;border-radius:16px;border-radius:var(--ln-radius-sm);box-shadow:0 1px 2px #00000005;color:#1c1917;color:var(--ln-text);cursor:pointer;font-size:.95rem;font-weight:500;margin-bottom:.6rem;overflow:hidden;padding:1rem 1.2rem;position:relative}.news-list li,.news-list li:before{transition:all .4s cubic-bezier(.175,.885,.32,1.275);transition:var(--ln-transition)}.news-list li:before{color:#ea580c;color:var(--ln-orange-rich);content:"✨";font-size:1rem;left:-.5rem;opacity:0;position:absolute}.news-list li:nth-child(odd):hover{background:linear-gradient(145deg,#fff7ed,#fff);background:linear-gradient(145deg,var(--ln-orange-soft),#fff);border-left:5px solid #ea580c;border-left:5px solid var(--ln-orange-rich);box-shadow:0 6px 16px #ea580c14;color:#c2410c;color:var(--ln-orange-deep);padding-left:2rem;transform:translateX(8px)}.news-list li:nth-child(2n):hover{background:linear-gradient(145deg,#fffbeb,#fff);background:linear-gradient(145deg,var(--ln-yellow-soft),#fff);border-left:5px solid #d97706;border-left:5px solid var(--ln-yellow-rich);box-shadow:0 6px 16px #f59e0b14;color:#b45309;color:var(--ln-yellow-deep);padding-left:2rem;transform:translateX(8px)}.news-list li:hover:before{left:.6rem;opacity:1;transform:rotate(10deg) scale(1.2)}.news-list li:nth-child(odd):before{color:#ea580c;color:var(--ln-orange-rich);content:"🔥"}.news-list li:nth-child(2n):before{color:#d97706;color:var(--ln-yellow-rich);content:"⭐"}.action-buttons-vertical{display:flex;flex:1 1;flex-direction:column;gap:1rem;width:100%}.btn{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#fff;border:1px solid #e7e5e4;border:1px solid var(--ln-border);border-radius:60px;color:#1c1917;color:var(--ln-text);cursor:pointer;display:flex;font-family:Poppins,Inter,sans-serif;font-size:.95rem;font-weight:600;gap:.8rem;justify-content:center;letter-spacing:.3px;overflow:hidden;padding:1rem .8rem;position:relative;transition:all .4s cubic-bezier(.175,.885,.32,1.275);transition:var(--ln-transition);width:100%}.btn:before{background:linear-gradient(90deg,#0000,#fff9,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .6s ease;width:100%}.btn:hover:before{left:100%}.btn:after{background:currentColor;border-radius:50%;content:"";height:0;left:50%;opacity:.12;position:absolute;top:50%;transform:translate(-50%,-50%);transition:width .6s,height .6s;width:0}.btn:hover:after{height:350px;width:350px}.action-buttons-vertical .btn:first-child,.action-buttons-vertical .btn:nth-child(3){border-left:4px solid #f97316;border-left:4px solid var(--ln-orange)}.action-buttons-vertical .btn:first-child:hover,.action-buttons-vertical .btn:nth-child(3):hover{background:linear-gradient(145deg,#fff,#fff7ed);background:linear-gradient(145deg,#fff,var(--ln-orange-soft));border-color:#ea580c;border-color:var(--ln-orange-rich);box-shadow:0 12px 24px -8px #ea580c40;color:#c2410c;color:var(--ln-orange-deep);transform:translateY(-4px) scale(1.02)}.action-buttons-vertical .btn:first-child .btn-icon,.action-buttons-vertical .btn:nth-child(3) .btn-icon{color:#ea580c;color:var(--ln-orange-rich);filter:drop-shadow(0 2px 4px rgba(234,88,12,.2))}.action-buttons-vertical .btn:first-child:after,.action-buttons-vertical .btn:nth-child(3):after{background:#f97316;background:var(--ln-orange)}.action-buttons-vertical .btn:nth-child(2),.action-buttons-vertical .btn:nth-child(4){border-left:4px solid #f59e0b;border-left:4px solid var(--ln-yellow)}.action-buttons-vertical .btn:nth-child(2):hover,.action-buttons-vertical .btn:nth-child(4):hover{background:linear-gradient(145deg,#fff,#fffbeb);background:linear-gradient(145deg,#fff,var(--ln-yellow-soft));border-color:#d97706;border-color:var(--ln-yellow-rich);box-shadow:0 12px 24px -8px #f59e0b40;color:#b45309;color:var(--ln-yellow-deep);transform:translateY(-4px) scale(1.02)}.action-buttons-vertical .btn:nth-child(2) .btn-icon,.action-buttons-vertical .btn:nth-child(4) .btn-icon{color:#d97706;color:var(--ln-yellow-rich);filter:drop-shadow(0 2px 4px rgba(245,158,11,.2))}.action-buttons-vertical .btn:nth-child(2):after,.action-buttons-vertical .btn:nth-child(4):after{background:#f59e0b;background:var(--ln-yellow)}.btn-soft:hover{border-width:1px;letter-spacing:1px}.btn-soft .btn-icon{font-size:1.2rem;transition:all .4s cubic-bezier(.175,.885,.32,1.275);transition:var(--ln-transition)}.btn-soft:hover .btn-icon{transform:scale(1.25) rotate(8deg)}.center-col{background:#fff;background:var(--ln-card-bg);border:1px solid #e7e5e4;border:1px solid var(--ln-border);border-radius:32px;border-radius:var(--ln-radius-lg);box-shadow:0 8px 20px #00000005,0 2px 6px #ea580c05;box-shadow:var(--ln-shadow-card);display:flex;flex-direction:column;height:90%;overflow:hidden;padding:1.8rem 1.6rem;position:relative;transition:all .4s cubic-bezier(.175,.885,.32,1.275);transition:var(--ln-transition)}.center-col:before{background:linear-gradient(90deg,#c2410c,#f97316,#f59e0b,#eab308);background:linear-gradient(to right,var(--ln-orange-deep),var(--ln-orange),var(--ln-yellow),var(--ln-gold));content:"";height:6px;left:0;opacity:.9;position:absolute;top:0;width:100%}.center-col:after{background:radial-gradient(circle,#fb923c08 0,#0000 70%);bottom:0;content:"";height:200px;pointer-events:none;position:absolute;right:0;width:200px}.center-col:hover{background:linear-gradient(145deg,#fff,#fff9f0);background:linear-gradient(145deg,#fff,var(--ln-cream));border-color:#0000;box-shadow:0 20px 32px -8px #ea580c26,0 8px 16px -6px #f59e0b1a;box-shadow:var(--ln-shadow-hover);transform:translateY(-6px) scale(1.005)}.activity-feed{flex:1 1;max-height:650px;overflow-y:auto;padding-right:.6rem;scroll-behavior:smooth}.activity-feed::-webkit-scrollbar{width:5px}.activity-feed::-webkit-scrollbar-track{background:#ffedd5;background:var(--ln-orange-pale);border-radius:10px}.activity-feed::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#f97316,#f59e0b);background:linear-gradient(to bottom,var(--ln-orange),var(--ln-yellow));border-radius:10px;box-shadow:inset 0 0 4px #0000000d;-webkit-transition:all .4s cubic-bezier(.175,.885,.32,1.275);transition:all .4s cubic-bezier(.175,.885,.32,1.275);-webkit-transition:var(--ln-transition);transition:var(--ln-transition)}.activity-feed::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#ea580c,#d97706);background:linear-gradient(to bottom,var(--ln-orange-rich),var(--ln-yellow-rich))}.activity-card{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#fff;border-bottom:1px solid #f0e9e2;border-radius:24px;border-radius:var(--ln-radius);box-shadow:0 2px 4px #00000003;margin-bottom:.8rem;overflow:hidden;padding:1.6rem;position:relative}.activity-card,.activity-card:nth-child(odd):before{transition:all .4s cubic-bezier(.175,.885,.32,1.275);transition:var(--ln-transition)}.activity-card:nth-child(odd):before{background:linear-gradient(145deg,#ea580c,#f97316,#fb923c);background:var(--ln-orange-gradient);border-radius:0 3px 3px 0;box-shadow:0 0 12px #ea580c4d;content:"";height:0;left:0;position:absolute;top:0;width:6px}.activity-card:nth-child(odd):hover{background:linear-gradient(145deg,#fff,#fff7ed);background:linear-gradient(145deg,#fff,var(--ln-orange-soft));border-bottom-color:#0000;box-shadow:0 12px 28px -8px #ea580c26;transform:translateX(10px) scale(1.01)}.activity-card:nth-child(odd):hover:before{height:100%}.activity-card:nth-child(odd):hover .activity-title{color:#c2410c;color:var(--ln-orange-deep)}.activity-card:nth-child(2n):before{background:linear-gradient(145deg,#d97706,#f59e0b,#fbbf24);background:var(--ln-yellow-gradient);border-radius:0 3px 3px 0;box-shadow:0 0 12px #f59e0b4d;content:"";height:0;left:0;position:absolute;top:0;transition:all .4s cubic-bezier(.175,.885,.32,1.275);transition:var(--ln-transition);width:6px}.activity-card:nth-child(2n):hover{background:linear-gradient(145deg,#fff,#fffbeb);background:linear-gradient(145deg,#fff,var(--ln-yellow-soft));border-bottom-color:#0000;box-shadow:0 12px 28px -8px #f59e0b26;transform:translateX(10px) scale(1.01)}.activity-card:nth-child(2n):hover:before{height:100%}.activity-card:nth-child(2n):hover .activity-title{color:#b45309;color:var(--ln-yellow-deep)}.activity-title{color:#1c1917;color:var(--ln-text);font-family:Poppins,Inter,sans-serif;font-size:1.15rem;font-weight:700;letter-spacing:-.01em;line-height:1.4;margin-bottom:.6rem;transition:all .4s cubic-bezier(.175,.885,.32,1.275);transition:var(--ln-transition)}.activity-card:hover .activity-title{text-shadow:0 2px 4px #f973161a;transform:translateX(8px)}.activity-excerpt{color:#57534e;color:var(--ln-gray);font-size:.9rem;font-weight:400;line-height:1.65;margin-bottom:.9rem;transition:all .4s cubic-bezier(.175,.885,.32,1.275);transition:var(--ln-transition)}.activity-card:hover .activity-excerpt{color:#44403c;color:var(--ln-text-light)}.activity-meta{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:.9rem}.activity-date{border-radius:40px;box-shadow:0 2px 8px #0000000a;color:#fff;font-size:.75rem;font-weight:600;letter-spacing:.3px;padding:.3rem 1rem;text-transform:uppercase;transition:all .4s cubic-bezier(.175,.885,.32,1.275);transition:var(--ln-transition)}.activity-card:nth-child(odd):hover .activity-date{background:linear-gradient(145deg,#ea580c,#f97316,#fb923c);background:var(--ln-orange-gradient);box-shadow:0 4px 12px #ea580c40;color:#fff;transform:scale(1.05)}.activity-card:nth-child(2n):hover .activity-date{background:linear-gradient(145deg,#d97706,#f59e0b,#fbbf24);background:var(--ln-yellow-gradient);box-shadow:0 4px 12px #f59e0b40;color:#fff;transform:scale(1.05)}.activity-tags{display:flex;flex-wrap:wrap;gap:.6rem}.tag{background:#f5f5f4;background:var(--ln-light-gray);border:1px solid #0000;border-radius:40px;color:#292524;color:var(--ln-dark-gray);font-size:.7rem;font-weight:600;letter-spacing:.3px;padding:.3rem .9rem;text-transform:lowercase;transition:all .4s cubic-bezier(.175,.885,.32,1.275);transition:var(--ln-transition)}.activity-card:nth-child(odd) .tag:hover{background:linear-gradient(145deg,#ea580c,#f97316,#fb923c);background:var(--ln-orange-gradient);border-color:#fff;box-shadow:0 4px 12px #ea580c33;color:#fff;transform:scale(1.08)}.activity-card:nth-child(2n) .tag:hover{background:linear-gradient(145deg,#d97706,#f59e0b,#fbbf24);background:var(--ln-yellow-gradient);border-color:#fff;box-shadow:0 4px 12px #f59e0b33;color:#fff;transform:scale(1.08)}.activity-footer{justify-content:space-between;margin-top:.6rem}.activity-footer,.watch-video{align-items:center;display:flex}.watch-video{background:#fff;border:1px solid #e7e5e4;border:1px solid var(--ln-border);border-radius:40px;font-size:.85rem;font-weight:700;gap:.6rem;overflow:hidden;padding:.5rem 1.2rem;position:relative;text-decoration:none;transition:all .4s cubic-bezier(.175,.885,.32,1.275);transition:var(--ln-transition)}.activity-card:nth-child(odd) .watch-video{border-left:3px solid #f97316;border-left:3px solid var(--ln-orange);color:#c2410c;color:var(--ln-orange-deep)}.activity-card:nth-child(odd) .watch-video:hover{background:linear-gradient(145deg,#ea580c,#f97316,#fb923c);background:var(--ln-orange-gradient);border-color:#f97316;border-color:var(--ln-orange);box-shadow:0 8px 18px #ea580c33;color:#fff;transform:scale(1.06) translateX(6px)}.activity-card:nth-child(2n) .watch-video{border-left:3px solid #f59e0b;border-left:3px solid var(--ln-yellow);color:#b45309;color:var(--ln-yellow-deep)}.activity-card:nth-child(2n) .watch-video:hover{background:linear-gradient(145deg,#d97706,#f59e0b,#fbbf24);background:var(--ln-yellow-gradient);border-color:#f59e0b;border-color:var(--ln-yellow);box-shadow:0 8px 18px #f59e0b33;color:#fff;transform:scale(1.06) translateX(6px)}.youtube-icon-small{font-size:1.25rem;transition:all .4s cubic-bezier(.175,.885,.32,1.275);transition:var(--ln-transition)}.watch-video:hover .youtube-icon-small{filter:drop-shadow(0 2px 4px rgba(255,255,255,.3));transform:rotate(8deg) scale(1.25)}.read-more{border-radius:40px;font-size:.85rem;font-weight:600;overflow:hidden;padding:.5rem 1.2rem;position:relative;text-decoration:none;transition:all .4s cubic-bezier(.175,.885,.32,1.275);transition:var(--ln-transition)}.activity-card:nth-child(odd) .read-more{color:#ea580c;color:var(--ln-orange-rich)}.activity-card:nth-child(odd) .read-more:hover{background:#fff7ed;background:var(--ln-orange-soft);box-shadow:0 4px 12px #ea580c1a;color:#c2410c;color:var(--ln-orange-deep);transform:translateX(12px) scale(1.06)}.activity-card:nth-child(2n) .read-more{color:#d97706;color:var(--ln-yellow-rich)}.activity-card:nth-child(2n) .read-more:hover{background:#fffbeb;background:var(--ln-yellow-soft);box-shadow:0 4px 12px #f59e0b1a;color:#b45309;color:var(--ln-yellow-deep);transform:translateX(12px) scale(1.06)}.read-more:after{content:"→";display:inline-block;margin-left:4px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);transition:var(--ln-transition)}.read-more:hover:after{transform:translateX(6px)}.right-col{gap:1rem;height:90%}.right-col,.team-card{display:flex;flex-direction:column}.team-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fff;background:var(--ln-card-bg);border:1px solid #e7e5e4;border:1px solid var(--ln-border);border-radius:32px;border-radius:var(--ln-radius-lg);box-shadow:0 8px 20px #00000005,0 2px 6px #ea580c05;box-shadow:var(--ln-shadow-card);flex:1 1;overflow:hidden;padding:1.8rem 1.5rem;position:relative;transition:all .4s cubic-bezier(.175,.885,.32,1.275);transition:var(--ln-transition)}.team-card:before{background:radial-gradient(circle,#df3e0d0a 0,#0000 70%);border-radius:50%;content:"";height:100px;position:absolute;right:0;top:0;width:100px}.team-card:hover{background:linear-gradient(145deg,#f07109,#fff9f0);background:linear-gradient(145deg,#f07109,var(--ln-cream));border-color:#0000;box-shadow:0 20px 32px -8px #ea580c26,0 8px 16px -6px #f59e0b1a;box-shadow:var(--ln-shadow-hover);transform:translateY(-6px) scale(1.01)}.team-card:hover:before{background:radial-gradient(circle,#fb923c0f 0,#0000 70%);transform:scale(1.8)}.right-col .team-card:first-child{background:linear-gradient(145deg,#fa810f #f7e819,#fffaf5);border-top:2px solid #f97316;border-top:2px solid var(--ln-orange)}.right-col .team-card:first-child .section-icon{-webkit-text-fill-color:#ea580c;-webkit-text-fill-color:var(--ln-orange-rich);color:#ea580c;color:var(--ln-orange-rich);filter:drop-shadow(0 2px 4px rgba(234,88,12,.2))}.right-col .team-card:first-child .member-img-passport{border:4px solid #0000;border-image:linear-gradient(145deg,#ea580c,#f97316,#fb923c);border-image:var(--ln-orange-gradient);border-image-slice:1;box-shadow:0 8px 20px #ea580c1a}.right-col .team-card:first-child .member-item-passport:hover .member-img-passport{box-shadow:0 20px 32px -8px #ea580c40;transform:scale(1.08) translateY(-8px)}.right-col .team-card:first-child .member-name{color:#c2410c;color:var(--ln-orange-deep);font-weight:700}.right-col .team-card:first-child .carousel-btn:hover{background:linear-gradient(145deg,#ea580c,#f97316,#fb923c);background:var(--ln-orange-gradient);border-color:#0000;box-shadow:0 8px 18px #ea580c40;color:#fff}.right-col .team-card:last-child{background:linear-gradient(145deg,#fff,#fffcf0);border-top:5px solid #f59e0b;border-top:5px solid var(--ln-yellow)}.right-col .team-card:last-child .section-icon{-webkit-text-fill-color:#d97706;-webkit-text-fill-color:var(--ln-yellow-rich);color:#d97706;color:var(--ln-yellow-rich);filter:drop-shadow(0 2px 4px rgba(245,158,11,.2))}.right-col .team-card:last-child .member-img-passport{border:4px solid #0000;border-image:linear-gradient(145deg,#d97706,#f59e0b,#fbbf24);border-image:var(--ln-yellow-gradient);border-image-slice:1;box-shadow:0 8px 20px #f59e0b1a}.right-col .team-card:last-child .member-item-passport:hover .member-img-passport{box-shadow:0 20px 32px -8px #f59e0b40;transform:scale(1.08) translateY(-8px)}.right-col .team-card:last-child .member-name{color:#b45309;color:var(--ln-yellow-deep);font-weight:700}.right-col .team-card:last-child .carousel-btn:hover{background:linear-gradient(145deg,#d97706,#f59e0b,#fbbf24);background:var(--ln-yellow-gradient);border-color:#0000;box-shadow:0 8px 18px #f59e0b40;color:#fff}.member-carousel{flex:1 1;gap:.8rem;justify-content:space-between;margin:1.2rem 0}.carousel-btn,.member-carousel{align-items:center;display:flex}.carousel-btn{background:#fff;border:1px solid #e7e5e4;border:1px solid var(--ln-border);border-radius:50%;box-shadow:0 2px 6px #00000005;color:#292524;color:var(--ln-dark-gray);cursor:pointer;flex-shrink:0;font-size:1.1rem;font-weight:700;height:46px;justify-content:center;overflow:hidden;position:relative;transition:all .4s cubic-bezier(.175,.885,.32,1.275);transition:var(--ln-transition);width:46px}.carousel-btn:before{background:currentColor;border-radius:50%;content:"";height:0;left:50%;opacity:.1;position:absolute;top:50%;transform:translate(-50%,-50%);transition:width .6s,height .6s;width:0}.carousel-btn:hover:before{height:90px;width:90px}.carousel-btn:hover{color:#fff;transform:scale(1.15) rotate(1turn)}.member-item-passport{align-items:center;display:flex;flex:1 1;flex-direction:column;text-align:center;transition:all .4s cubic-bezier(.175,.885,.32,1.275);transition:var(--ln-transition)}.member-item-passport:hover{transform:scale(1.02)}.member-img-passport{background:linear-gradient(145deg,#f5f5f5,#fff);border-radius:16px;height:140px;margin-bottom:1rem;object-fit:cover;width:120px}.member-img-passport,.member-name{transition:all .4s cubic-bezier(.175,.885,.32,1.275);transition:var(--ln-transition)}.member-name{font-family:Poppins,Inter,sans-serif;font-size:1rem;font-weight:700;margin-bottom:.3rem}.member-role{background:#f5f5f4;background:var(--ln-light-gray);border-radius:40px;color:#57534e;color:var(--ln-gray);display:inline-block;font-size:.8rem;font-weight:500;padding:.2rem 1rem;transition:all .4s cubic-bezier(.175,.885,.32,1.275);transition:var(--ln-transition)}.member-item-passport:hover .member-role{background:#fff;box-shadow:0 2px 8px #00000005;color:#1c1917;color:var(--ln-text)}.view-all{margin-top:1rem;text-align:right}.view-all a{border-radius:40px;display:inline-block;font-size:.85rem;font-weight:600;overflow:hidden;padding:.4rem 1rem;position:relative;text-decoration:none;transition:all .4s cubic-bezier(.175,.885,.32,1.275);transition:var(--ln-transition)}.right-col .team-card:first-child .view-all a{background:#fff7ed;background:var(--ln-orange-soft);color:#c2410c;color:var(--ln-orange-deep)}.right-col .team-card:first-child .view-all a:hover{background:linear-gradient(145deg,#ea580c,#f97316,#fb923c);background:var(--ln-orange-gradient);box-shadow:0 8px 18px #ea580c33;color:#fff;transform:translateX(10px) scale(1.06)}.right-col .team-card:last-child .view-all a{background:#fffbeb;background:var(--ln-yellow-soft);color:#b45309;color:var(--ln-yellow-deep)}.right-col .team-card:last-child .view-all a:hover{background:linear-gradient(145deg,#d97706,#f59e0b,#fbbf24);background:var(--ln-yellow-gradient);box-shadow:0 8px 18px #f59e0b33;color:#fff;transform:translateX(10px) scale(1.06)}.view-all a:after{content:"→";display:inline-block;margin-left:4px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);transition:var(--ln-transition)}.view-all a:hover:after{transform:translateX(8px)}@media screen and (max-width:1000px){.layout-container{gap:1.6rem;grid-template-columns:1.4fr 2.2fr 1.4fr}}@media screen and (max-width:800px){.layout-container{gap:2rem;grid-template-columns:1fr}.center-col{order:-1}.center-col,.left-col,.right-col{margin:0 auto;max-width:600px;width:100%}}@media screen and (max-width:480px){.home-layout{padding:1.5rem 1rem}.activity-title{font-size:1rem}.member-img-passport{height:130px;width:110px}.btn{font-size:.9rem;padding:.9rem .6rem}.section-title{font-size:1.1rem}}@keyframes fadeInWarm{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes glowPulse{0%{box-shadow:0 0 0 0 #f973161a}50%{box-shadow:0 0 0 8px #f973160d}to{box-shadow:0 0 0 0 #f973161a}}.center-col,.news-box,.team-card{animation:fadeInWarm .7s cubic-bezier(.175,.885,.32,1.275) forwards}.center-col:hover,.news-box:hover,.team-card:hover{animation:glowPulse 2s infinite}.warm-gradient-bg{background:linear-gradient(145deg,#fff5eb,#fffef9)}.orange-yellow-divider{background:linear-gradient(90deg,#f97316,#f59e0b,#fb923c);background:linear-gradient(90deg,var(--ln-orange),var(--ln-yellow),var(--ln-orange-light));height:2px;margin:1rem 0;opacity:.3;width:100%}.premium-badge{background:linear-gradient(145deg,#ea580c,#f97316,#fb923c);background:var(--ln-orange-gradient);border-radius:40px;color:#fff;font-size:.7rem;font-weight:600;letter-spacing:.5px;padding:.2rem .8rem;text-transform:uppercase}:root{--ln-orange-deep:#c2410c;--ln-orange-rich:#ea580c;--ln-orange:#f97316;--ln-orange-light:#fb923c;--ln-orange-soft:#fff7ed;--ln-orange-pale:#ffedd5;--ln-orange-gradient:linear-gradient(145deg,#ea580c,#f97316,#fb923c);--ln-yellow-deep:#b45309;--ln-yellow-rich:#d97706;--ln-yellow:#f59e0b;--ln-yellow-light:#fbbf24;--ln-yellow-soft:#fffbeb;--ln-yellow-pale:#fef3c7;--ln-yellow-gradient:linear-gradient(145deg,#d97706,#f59e0b,#fbbf24);--ln-gold:#eab308;--ln-amber:#f59e0b;--ln-saffron:#e67e22;--ln-coral:coral;--ln-peach:#ffe5d0;--ln-white:#fff;--ln-cream:#fff9f0;--ln-gray:#57534e;--ln-dark-gray:#292524;--ln-light-gray:#f5f5f4;--ln-border:#e7e5e4;--ln-text:#1c1917;--ln-shadow-hover:0 20px 32px -8px #ea580c26,0 8px 16px -6px #f59e0b1a;--ln-shadow-card:0 8px 20px #00000005,0 2px 6px #ea580c05;--ln-radius:24px;--ln-radius-sm:16px;--ln-radius-lg:32px;--ln-transition:all 0.4s cubic-bezier(0.175,0.885,0.32,1.275)}.what-we-do-page{background:radial-gradient(circle at 0 0,#fff9f0 0,#fffef9 100%);font-family:Inter,Poppins,sans-serif;min-height:100vh;padding:2.5rem 2rem}.wwd-container{margin:0 auto;max-width:1400px}.wwd-hero{margin-bottom:3.5rem;position:relative;text-align:center}.wwd-hero-icon{-webkit-text-fill-color:#0000;background:linear-gradient(145deg,#ea580c,#f97316,#fb923c);background:var(--ln-orange-gradient);-webkit-background-clip:text;filter:drop-shadow(0 8px 16px rgba(234,88,12,.2));font-size:3.5rem;margin-bottom:.5rem}.wwd-hero-title{color:#1c1917;color:var(--ln-text);font-size:3rem;font-weight:800;letter-spacing:-.02em;margin-bottom:.75rem}.wwd-hero-title span{-webkit-text-fill-color:#0000;background:linear-gradient(145deg,#ea580c,#f97316,#fb923c);background:var(--ln-orange-gradient);-webkit-background-clip:text}.wwd-hero-underline{animation:shimmer 3s infinite;background:linear-gradient(90deg,#f97316,#f59e0b,#eab308);background:linear-gradient(90deg,var(--ln-orange),var(--ln-yellow),var(--ln-gold));border-radius:4px;height:5px;margin:.5rem auto 1.2rem;width:120px}.wwd-hero-subtitle{color:#57534e;color:var(--ln-gray);font-size:1.2rem;line-height:1.6;margin:0 auto;max-width:700px}.wwd-section-header{align-items:center;border-bottom:2px solid;border-image:linear-gradient(90deg,#f97316,#f59e0b) 1;border-image:linear-gradient(to right,var(--ln-orange),var(--ln-yellow)) 1;display:flex;justify-content:space-between;margin-bottom:2rem;padding-bottom:.8rem}.wwd-section-title{align-items:center;color:#1c1917;color:var(--ln-text);display:flex;font-size:1.8rem;font-weight:700;gap:.8rem}.wwd-section-icon{-webkit-text-fill-color:#0000;background:linear-gradient(145deg,#ea580c,#f97316,#fb923c);background:var(--ln-orange-gradient);-webkit-background-clip:text;font-size:2rem}.wwd-section-badge{background:linear-gradient(145deg,#ea580c,#f97316,#fb923c);background:var(--ln-orange-gradient);border-radius:60px;box-shadow:0 4px 12px #ea580c33;color:#fff;font-size:.9rem;font-weight:600;padding:.4rem 1.2rem}.wwd-cards-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-bottom:3rem}.wwd-card{background:#fff;background:var(--ln-white);border:1px solid #e7e5e4;border:1px solid var(--ln-border);border-radius:32px;border-radius:var(--ln-radius-lg);box-shadow:0 8px 20px #00000005,0 2px 6px #ea580c05;box-shadow:var(--ln-shadow-card);display:flex;flex-direction:column;overflow:hidden;position:relative;transition:all .4s cubic-bezier(.175,.885,.32,1.275);transition:var(--ln-transition)}.wwd-card:hover{background:linear-gradient(145deg,#fff,#fff9f0);background:linear-gradient(145deg,#fff,var(--ln-cream));border-color:#0000;box-shadow:0 20px 32px -8px #ea580c26,0 8px 16px -6px #f59e0b1a;box-shadow:var(--ln-shadow-hover);transform:translateY(-8px) scale(1.01)}.wwd-card:nth-child(5n+1):before,.wwd-card:nth-child(5n+4):before{background:linear-gradient(145deg,#ea580c,#f97316,#fb923c);background:var(--ln-orange-gradient);border-radius:0 0 4px 0;box-shadow:0 0 16px #ea580c4d}.wwd-card:nth-child(5n+1):before,.wwd-card:nth-child(5n+2):before,.wwd-card:nth-child(5n+4):before,.wwd-card:nth-child(5n+5):before{content:"";height:0;left:0;position:absolute;top:0;transition:all .4s cubic-bezier(.175,.885,.32,1.275);transition:var(--ln-transition);width:8px;z-index:2}.wwd-card:nth-child(5n+2):before,.wwd-card:nth-child(5n+5):before{background:linear-gradient(145deg,#d97706,#f59e0b,#fbbf24);background:var(--ln-yellow-gradient);box-shadow:0 0 16px #f59e0b4d}.wwd-card:nth-child(5n+3):before{background:linear-gradient(145deg,#f97316,#f59e0b,#eab308);background:linear-gradient(145deg,var(--ln-orange),var(--ln-yellow),var(--ln-gold));box-shadow:0 0 16px #f9731640;content:"";height:0;left:0;position:absolute;top:0;transition:all .4s cubic-bezier(.175,.885,.32,1.275);transition:var(--ln-transition);width:8px;z-index:2}.wwd-card:hover:before{height:100%}.wwd-card-image{height:200px;overflow:hidden;position:relative;width:100%}.wwd-card-image img{height:100%;object-fit:cover;transition:all .4s cubic-bezier(.175,.885,.32,1.275);transition:var(--ln-transition);width:100%}.wwd-card:hover .wwd-card-image img{transform:scale(1.08)}.wwd-card-image-overlay{background:linear-gradient(0deg,#0006,#0000);height:100%;left:0;position:absolute;top:0;width:100%}.wwd-card-icon-badge{align-items:center;background:linear-gradient(145deg,#ea580c,#f97316,#fb923c);background:var(--ln-orange-gradient);border:3px solid #fff;border-radius:18px;bottom:-20px;box-shadow:0 8px 20px #ea580c4d;color:#fff;display:flex;font-size:1.8rem;height:60px;justify-content:center;left:20px;position:absolute;width:60px;z-index:3}.wwd-card:nth-child(5n+2) .wwd-card-icon-badge,.wwd-card:nth-child(5n+5) .wwd-card-icon-badge{background:linear-gradient(145deg,#d97706,#f59e0b,#fbbf24);background:var(--ln-yellow-gradient)}.wwd-card:nth-child(5n+3) .wwd-card-icon-badge{background:linear-gradient(145deg,#f97316,#f59e0b);background:linear-gradient(145deg,var(--ln-orange),var(--ln-yellow))}.wwd-card-header{padding:2rem 1.5rem .8rem}.wwd-card-title h2{font-size:1.6rem;font-weight:700;margin-bottom:.2rem}.wwd-card:nth-child(5n+1) .wwd-card-title h2,.wwd-card:nth-child(5n+4) .wwd-card-title h2{color:#c2410c;color:var(--ln-orange-deep)}.wwd-card:nth-child(5n+2) .wwd-card-title h2,.wwd-card:nth-child(5n+5) .wwd-card-title h2{color:#b45309;color:var(--ln-yellow-deep)}.wwd-card:nth-child(5n+3) .wwd-card-title h2{-webkit-text-fill-color:#0000;background:linear-gradient(145deg,#ea580c,#f97316,#fb923c);background:var(--ln-orange-gradient);-webkit-background-clip:text}.wwd-card-title p{color:#57534e;color:var(--ln-gray);font-size:.9rem;font-weight:500}.wwd-card-body{flex:1 1;padding:.5rem 1.5rem}.wwd-divider{background:linear-gradient(90deg,#fb923c,#fbbf24,#0000);background:linear-gradient(90deg,var(--ln-orange-light),var(--ln-yellow-light),#0000);height:2px;margin:.5rem 0 1rem;opacity:.5}.wwd-list{list-style:none;margin:0;padding:0}.wwd-list-item{align-items:flex-start;border-radius:12px;color:#1c1917;color:var(--ln-text);display:flex;font-size:.95rem;gap:.8rem;line-height:1.5;margin-bottom:.8rem;padding:.3rem .5rem;transition:all .4s cubic-bezier(.175,.885,.32,1.275);transition:var(--ln-transition)}.wwd-list-item:hover{background:#fff7ed;background:var(--ln-orange-soft);transform:translateX(6px)}.wwd-card:nth-child(5n+2) .wwd-list-item:hover,.wwd-card:nth-child(5n+5) .wwd-list-item:hover{background:#fffbeb;background:var(--ln-yellow-soft)}.wwd-list-bullet{align-items:center;border-radius:8px;color:#fff;display:flex;font-size:.8rem;font-weight:700;height:24px;justify-content:center;min-width:24px}.wwd-card:nth-child(5n+1) .wwd-list-bullet,.wwd-card:nth-child(5n+4) .wwd-list-bullet{background:linear-gradient(145deg,#ea580c,#f97316,#fb923c);background:var(--ln-orange-gradient);box-shadow:0 2px 6px #ea580c33}.wwd-card:nth-child(5n+2) .wwd-list-bullet,.wwd-card:nth-child(5n+5) .wwd-list-bullet{background:linear-gradient(145deg,#d97706,#f59e0b,#fbbf24);background:var(--ln-yellow-gradient);box-shadow:0 2px 6px #f59e0b33}.wwd-card:nth-child(5n+3) .wwd-list-bullet{background:linear-gradient(145deg,#f97316,#f59e0b);background:linear-gradient(145deg,var(--ln-orange),var(--ln-yellow));box-shadow:0 2px 6px #f9731633}.wwd-hidden-content{display:none;margin-top:.5rem}.wwd-hidden-content.show{animation:fadeIn .5s ease;display:block}.wwd-card-footer{margin-top:auto;padding:1.2rem 1.5rem 1.8rem}.wwd-readmore-btn{align-items:center;background:#0000;border:2px solid #f97316;border:2px solid var(--ln-orange);border-radius:60px;color:#c2410c;color:var(--ln-orange-deep);cursor:pointer;display:inline-flex;font-size:.9rem;font-weight:600;gap:.6rem;margin-bottom:1rem;padding:.6rem 1.4rem;transition:all .4s cubic-bezier(.175,.885,.32,1.275);transition:var(--ln-transition)}.wwd-card:nth-child(5n+2) .wwd-readmore-btn,.wwd-card:nth-child(5n+5) .wwd-readmore-btn{border-color:#d97706;border-color:var(--ln-yellow-rich);color:#b45309;color:var(--ln-yellow-deep)}.wwd-card:nth-child(5n+3) .wwd-readmore-btn{border-color:#f97316;border-color:var(--ln-orange);color:#c2410c;color:var(--ln-orange-deep)}.wwd-readmore-btn:hover{background:linear-gradient(145deg,#ea580c,#f97316,#fb923c);background:var(--ln-orange-gradient);border-color:#0000;box-shadow:0 8px 16px #ea580c33;color:#fff;transform:translateY(-3px)}.wwd-card:nth-child(5n+2) .wwd-readmore-btn:hover,.wwd-card:nth-child(5n+5) .wwd-readmore-btn:hover{background:linear-gradient(145deg,#d97706,#f59e0b,#fbbf24);background:var(--ln-yellow-gradient)}.wwd-readmore-btn .arrow-icon{transition:all .4s cubic-bezier(.175,.885,.32,1.275);transition:var(--ln-transition)}.wwd-readmore-btn:hover .arrow-icon{transform:translateX(6px)}.wwd-highlight{-webkit-text-fill-color:#0000;background:linear-gradient(145deg,#ea580c,#f97316,#fb923c);background:var(--ln-orange-gradient);-webkit-background-clip:text;font-weight:700}.wwd-highlight-bg{background:#fff7ed;background:var(--ln-orange-soft);border-radius:6px;color:#c2410c;color:var(--ln-orange-deep);font-weight:600;padding:.1rem .4rem}.wwd-card:nth-child(5n+2) .wwd-highlight-bg,.wwd-card:nth-child(5n+5) .wwd-highlight-bg{background:#fffbeb;background:var(--ln-yellow-soft);color:#b45309;color:var(--ln-yellow-deep)}.wwd-mission{grid-gap:2rem;background:linear-gradient(145deg,#fff,#fff9f0);background:linear-gradient(145deg,#fff,var(--ln-cream));border:1px solid #e7e5e4;border:1px solid var(--ln-border);border-radius:32px;border-radius:var(--ln-radius-lg);display:grid;gap:2rem;grid-template-columns:1fr 1fr;margin:4rem 0;overflow:hidden;padding:2.5rem;position:relative}.wwd-mission:before{background:linear-gradient(90deg,#f97316,#f59e0b,#eab308);background:linear-gradient(90deg,var(--ln-orange),var(--ln-yellow),var(--ln-gold));content:"";height:6px;left:0;position:absolute;top:0;width:100%}.wwd-mission-content h3{color:#1c1917;color:var(--ln-text);font-size:1.8rem;font-weight:700;margin-bottom:1rem}.wwd-mission-stats{display:flex;gap:2rem;margin-top:1.5rem}.wwd-stat-item{text-align:center}.wwd-stat-number{-webkit-text-fill-color:#0000;background:linear-gradient(145deg,#ea580c,#f97316,#fb923c);background:var(--ln-orange-gradient);-webkit-background-clip:text;font-size:2.2rem;font-weight:800}.wwd-mission-badge-inner{align-items:center;background:#fff7ed;background:var(--ln-orange-soft);border:2px dashed #f97316;border:2px dashed var(--ln-orange);border-radius:100px;display:flex;flex-direction:column;padding:1.5rem 2rem}.wwd-cta{background:linear-gradient(145deg,#c2410c,#b45309);background:linear-gradient(145deg,var(--ln-orange-deep),var(--ln-yellow-deep));border-radius:32px;border-radius:var(--ln-radius-lg);color:#fff;margin-top:3rem;padding:3rem;text-align:center}.wwd-cta h3{font-size:2rem;font-weight:700;margin-bottom:1rem}.wwd-cta-btn{align-items:center;background:#fff;border-radius:60px;box-shadow:0 12px 28px #0003;color:#c2410c;color:var(--ln-orange-deep);display:inline-flex;font-size:1.1rem;font-weight:700;gap:.8rem;padding:1rem 2.2rem;text-decoration:none;transition:all .4s cubic-bezier(.175,.885,.32,1.275);transition:var(--ln-transition)}.wwd-cta-btn:hover{background:#fffbeb;background:var(--ln-yellow-soft);transform:translateY(-5px)}@keyframes shimmer{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media screen and (max-width:1000px){.wwd-cards-grid{grid-template-columns:repeat(2,1fr)}.wwd-mission{grid-template-columns:1fr}}@media screen and (max-width:700px){.wwd-cards-grid{grid-template-columns:1fr}.wwd-hero-title{font-size:2.2rem}}:root{--orange-deep:#c2410c;--orange-rich:#ea580c;--orange:#f97316;--orange-light:#fb923c;--orange-soft:#fff7ed;--orange-pale:#ffedd5;--orange-gradient:linear-gradient(145deg,#ea580c,#f97316,#fb923c);--yellow-deep:#b45309;--yellow-rich:#d97706;--yellow:#f59e0b;--yellow-light:#fbbf24;--yellow-soft:#fffbeb;--yellow-pale:#fef3c7;--yellow-gradient:linear-gradient(145deg,#d97706,#f59e0b,#fbbf24);--white:#fff;--cream:#fff9f0;--offwhite:#fefaf6;--gray-light:#f5f5f4;--gray:#57534e;--text-dark:#1c1917;--border-light:#e7e5e4;--shadow-sm:0 4px 12px #fb923c14;--shadow-hover:0 20px 32px -8px #ea580c26;--radius:18px;--radius-sm:12px;--transition:all 0.3s ease}.git-orange-page{align-items:center;background:linear-gradient(145deg,#fff9f0,#fff);display:flex;font-family:Inter,Poppins,sans-serif;justify-content:center;min-height:100vh;padding:2rem 1.5rem}.git-orange-container{margin:0 auto;max-width:1300px;width:100%}.git-orange-hero{margin-bottom:1.8rem;text-align:center}.git-orange-hero-icon{-webkit-text-fill-color:#0000;background:linear-gradient(145deg,#ea580c,#f97316,#fb923c);background:var(--orange-gradient);-webkit-background-clip:text;filter:drop-shadow(0 4px 12px rgba(249,115,22,.2));font-size:2.8rem;margin-bottom:.2rem}.git-orange-hero-title{color:#1c1917;color:var(--text-dark);font-size:2.2rem;font-weight:700;letter-spacing:-.02em}.git-orange-hero-title span{-webkit-text-fill-color:#0000;background:linear-gradient(145deg,#ea580c,#f97316,#fb923c);background:var(--orange-gradient);-webkit-background-clip:text}.git-orange-hero-underline{background:linear-gradient(90deg,#f97316,#f59e0b,#fb923c);background:linear-gradient(90deg,var(--orange),var(--yellow),var(--orange-light));border-radius:4px;height:4px;margin:.4rem auto .8rem;width:80px}.git-orange-hero-subtitle{color:#57534e;color:var(--gray);font-size:1rem;margin:0 auto;max-width:400px}.git-orange-grid{grid-gap:1.2rem;align-items:stretch;display:grid;gap:1.2rem;grid-template-columns:1fr 1.2fr}.git-orange-left{background:#fff;border:1px solid #e7e5e4;border:1px solid var(--border-light);border-radius:18px;border-radius:var(--radius);box-shadow:0 4px 12px #fb923c14;box-shadow:var(--shadow-sm);overflow:hidden;padding:1.2rem 1rem;position:relative}.git-orange-left,.git-orange-left:before{transition:all .3s ease;transition:var(--transition)}.git-orange-left:before{background:linear-gradient(145deg,#ea580c,#f97316,#fb923c);background:var(--orange-gradient);box-shadow:0 0 12px #f973164d;content:"";height:0;left:0;position:absolute;top:0;width:4px}.git-orange-left:hover{border-color:#f97316;border-color:var(--orange);box-shadow:0 20px 32px -8px #ea580c26;box-shadow:var(--shadow-hover);transform:translateY(-3px)}.git-orange-left:hover:before{height:100%}.git-orange-left-header{align-items:center;display:flex;gap:.6rem;margin-bottom:1rem}.git-orange-left-icon{align-items:center;background:#fff7ed;background:var(--orange-soft);border:1px solid #fb923c;border:1px solid var(--orange-light);border-radius:10px;color:#ea580c;color:var(--orange-rich);display:flex;font-size:1.1rem;height:38px;justify-content:center;width:38px}.git-orange-left-header h2{color:#c2410c;color:var(--orange-deep);font-size:1.2rem;font-weight:600}.git-orange-contact-list{display:flex;flex-direction:column;gap:.7rem;margin-bottom:1rem}.git-orange-contact-item{align-items:flex-start;background:#fff7ed;background:var(--orange-soft);border:1px solid #ffedd5;border:1px solid var(--orange-pale);border-radius:10px;display:flex;gap:.6rem;padding:.5rem .7rem;transition:all .3s ease;transition:var(--transition)}.git-orange-contact-item:hover{background:#fff;border-color:#f97316;border-color:var(--orange)}.git-orange-contact-icon{align-items:center;background:#fff;border:1px solid #fb923c;border:1px solid var(--orange-light);border-radius:8px;color:#ea580c;color:var(--orange-rich);display:flex;font-size:.9rem;height:32px;justify-content:center;min-width:32px}.git-orange-contact-label{color:#57534e;color:var(--gray);font-size:.6rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.git-orange-contact-value{color:#1c1917;color:var(--text-dark);font-size:.8rem;font-weight:500;line-height:1.3}.git-orange-org{background:#fff7ed;background:var(--orange-soft);border:1px dashed #f97316;border:1px dashed var(--orange);border-radius:12px;margin:.8rem 0;padding:.8rem}.git-orange-org-name{-webkit-text-fill-color:#0000;align-items:center;background:linear-gradient(145deg,#ea580c,#f97316,#fb923c);background:var(--orange-gradient);-webkit-background-clip:text;display:flex;font-size:1rem;font-weight:700;gap:.3rem}.git-orange-org-tagline{color:#57534e;color:var(--gray);font-size:.65rem}.git-orange-hours{align-items:center;background:#fff7ed;background:var(--orange-soft);border:1px solid #ffedd5;border:1px solid var(--orange-pale);border-radius:12px;display:flex;gap:.6rem;padding:.7rem .8rem}.git-orange-hours-icon{align-items:center;background:#fff;border:1px solid #fb923c;border:1px solid var(--orange-light);border-radius:10px;color:#ea580c;color:var(--orange-rich);display:flex;font-size:1rem;height:36px;justify-content:center;width:36px}.git-orange-hours-content h4{color:#57534e;color:var(--gray);font-size:.65rem;margin-bottom:.1rem;text-transform:uppercase}.git-orange-hours-content p{color:#1c1917;color:var(--text-dark);font-size:.8rem;font-weight:500}.git-orange-right{background:#fff;border:1px solid #e7e5e4;border:1px solid var(--border-light);border-radius:18px;border-radius:var(--radius);box-shadow:0 4px 12px #fb923c14;box-shadow:var(--shadow-sm);overflow:hidden;padding:1.2rem 1rem;position:relative}.git-orange-right,.git-orange-right:before{transition:all .3s ease;transition:var(--transition)}.git-orange-right:before{background:linear-gradient(145deg,#d97706,#f59e0b,#fbbf24);background:var(--yellow-gradient);box-shadow:0 0 12px #f59e0b4d;content:"";height:0;position:absolute;right:0;top:0;width:4px}.git-orange-right:hover{border-color:#f59e0b;border-color:var(--yellow);box-shadow:0 20px 32px -8px #ea580c26;box-shadow:var(--shadow-hover);transform:translateY(-3px)}.git-orange-right:hover:before{height:100%}.git-orange-right-header{align-items:center;display:flex;gap:.6rem;margin-bottom:1rem}.git-orange-right-icon{align-items:center;background:#fffbeb;background:var(--yellow-soft);border:1px solid #fbbf24;border:1px solid var(--yellow-light);border-radius:10px;color:#d97706;color:var(--yellow-rich);display:flex;font-size:1.1rem;height:38px;justify-content:center;width:38px}.git-orange-right-header h2{color:#b45309;color:var(--yellow-deep);font-size:1.2rem;font-weight:600}.git-orange-form{display:flex;flex-direction:column;gap:.8rem}.git-orange-row{grid-gap:.8rem;display:grid;gap:.8rem;grid-template-columns:1fr 1fr}.git-orange-field{display:flex;flex-direction:column;gap:.2rem}.git-orange-label{align-items:center;color:#1c1917;color:var(--text-dark);display:flex;font-size:.7rem;font-weight:500;gap:.2rem}.git-orange-label svg{color:#f97316;color:var(--orange);font-size:.75rem}.git-orange-required{color:#dc2626;font-size:.7rem;margin-left:2px}.git-orange-input,.git-orange-select,.git-orange-textarea{background:#fff;border:1px solid #e7e5e4;border:1px solid var(--border-light);border-radius:10px;color:#1c1917;color:var(--text-dark);font-size:.8rem;padding:.55rem .8rem;transition:all .3s ease;transition:var(--transition);width:100%}.git-orange-input:focus,.git-orange-select:focus,.git-orange-textarea:focus{border-color:#f97316;border-color:var(--orange);box-shadow:0 0 0 3px #f973161a;outline:none}.git-orange-textarea{min-height:70px;resize:vertical}.git-orange-hint{color:#57534e;color:var(--gray);font-size:.6rem;margin-top:.1rem}.git-orange-security{background:#fffbeb;background:var(--yellow-soft);border:1px dashed #f59e0b;border:1px dashed var(--yellow);border-radius:12px;margin:.2rem 0;padding:.9rem}.git-orange-security-header{align-items:center;display:flex;gap:.4rem;margin-bottom:.6rem}.git-orange-security-header svg{color:#d97706;color:var(--yellow-rich);font-size:.9rem}.git-orange-security-header span{color:#b45309;color:var(--yellow-deep);font-size:.75rem;font-weight:600}.git-orange-code-block{align-items:center;display:flex;gap:.8rem}.git-orange-code-display{background:#fff;border:1px solid #fb923c;border:1px solid var(--orange-light);border-radius:8px;color:#c2410c;color:var(--orange-deep);flex:0.4 1;font-family:Courier New,monospace;font-size:1rem;font-weight:700;letter-spacing:3px;padding:.5rem .6rem;text-align:center}.git-orange-submit{align-items:center;background:linear-gradient(145deg,#ea580c,#f97316,#fb923c);background:var(--orange-gradient);border:none;border-radius:40px;box-shadow:0 6px 16px #f9731633;color:#fff;cursor:pointer;display:flex;font-size:.85rem;font-weight:600;gap:.6rem;justify-content:center;margin-top:.4rem;padding:.7rem 1.2rem;transition:all .3s ease;transition:var(--transition)}.git-orange-submit:hover{box-shadow:0 12px 24px #f973164d;transform:translateY(-3px)}.git-orange-submit svg{transition:all .3s ease;transition:var(--transition)}.git-orange-submit:hover svg{transform:translateX(4px)}@media screen and (max-width:900px){.git-orange-grid{gap:1rem;grid-template-columns:1fr}.git-orange-map{grid-column:span 1}}@media screen and (max-width:600px){.git-orange-page{padding:1.2rem .8rem}.git-orange-row{gap:.6rem;grid-template-columns:1fr}.git-orange-code-block{align-items:flex-start;flex-direction:column}.git-orange-code-display{width:100%}.git-orange-map{flex-direction:column;text-align:center}}:root{--footer-orange-deep:#c2410c;--footer-orange-rich:#ea580c;--footer-orange:#f97316;--footer-orange-light:#fb923c;--footer-orange-soft:#fff7ed;--footer-orange-pale:#ffedd5;--footer-orange-gradient:linear-gradient(145deg,#ea580c,#f97316,#fb923c);--footer-yellow-deep:#b45309;--footer-yellow-rich:#d97706;--footer-yellow:#f59e0b;--footer-yellow-light:#fbbf24;--footer-yellow-soft:#fffbeb;--footer-yellow-pale:#fef3c7;--footer-yellow-gradient:linear-gradient(145deg,#d97706,#f59e0b,#fbbf24);--footer-white:#fff;--footer-cream:#fff9f0;--footer-offwhite:#fefaf6;--footer-gray-light:#f5f5f4;--footer-gray:#57534e;--footer-text:#1c1917;--footer-text-light:#292524;--footer-border:#e7e5e4}.footer{background:#ea580c;background:var(--footer-orange-rich);background:linear-gradient(145deg,#ea580c,#c2410c,#9a3412);border-top:4px solid #fff3;color:#fff;font-family:Inter,Poppins,sans-serif;margin-top:2rem;overflow:hidden;padding:3rem 2rem 1.5rem;position:relative}.footer:before{background-image:radial-gradient(circle at 10% 20%,#ffffff0d 0,#0000 20%),radial-gradient(circle at 90% 80%,#ffffff0d 0,#0000 25%),radial-gradient(circle at 30% 60%,#ffffff08 0,#0000 30%),radial-gradient(circle at 70% 30%,#ffffff0a 0,#0000 25%);content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.footer:after{animation:footerPulse 8s ease-in-out infinite;background:radial-gradient(circle,#ffffff1a 0,#0000 70%);border-radius:50%;bottom:-50px;content:"";height:300px;position:absolute;right:-50px;width:300px}@keyframes footerPulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.footer-container{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:2fr 1.5fr 1.5fr 1.5fr;margin:0 auto;max-width:1400px;position:relative;z-index:2}.footer-brand,.footer-col{display:flex;flex-direction:column;gap:1rem}.footer-logo{align-items:center;display:flex;gap:.8rem;margin-bottom:.5rem}.footer-logo img{filter:brightness(0) invert(1);height:50px;object-fit:contain;transition:all .3s ease;width:auto}.footer-logo img:hover{filter:brightness(0) invert(1) drop-shadow(0 4px 8px rgba(0,0,0,.2));transform:scale(1.05)}.footer-logo span{color:#fff;font-size:1.3rem;font-weight:700;letter-spacing:-.5px;text-shadow:0 2px 4px #0000001a}.footer-tagline{color:#ffffffe6;font-size:.9rem;line-height:1.6;margin-bottom:.5rem;text-shadow:0 1px 2px #0000000d}.footer-social{display:flex;gap:.8rem;margin-top:.5rem}.footer-social-icon{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff26;border:1px solid #fff3;border-radius:12px;color:#fff;display:flex;font-size:1.1rem;height:40px;justify-content:center;text-decoration:none;transition:all .3s cubic-bezier(.175,.885,.32,1.275);width:40px}.footer-social-icon:hover{background:#fff;border-color:#0000;box-shadow:0 8px 20px #0003;color:#ea580c;color:var(--footer-orange-rich);transform:translateY(-5px) rotate(8deg)}.footer-title{color:#fff;font-size:1.1rem;font-weight:600;margin-bottom:.5rem;padding-bottom:.5rem;position:relative;text-shadow:0 2px 4px #0000001a}.footer-title:after{background:#fff;background:linear-gradient(90deg,#fff,#ffffff80);border-radius:2px;bottom:0;content:"";height:3px;left:0;position:absolute;width:40px}.footer-links{display:flex;flex-direction:column;gap:.7rem;list-style:none;margin:0;padding:0}.footer-links li a{align-items:center;color:#ffffffe6;display:inline-flex;font-size:.9rem;gap:.3rem;text-decoration:none;transition:all .3s ease}.footer-links li a:hover{color:#fff;text-shadow:0 2px 4px #0000001a;transform:translateX(6px)}.footer-links li a:before{color:#fff;content:"›";font-size:1.1rem;opacity:0;transition:all .3s ease}.footer-links li a:hover:before{margin-right:.2rem;opacity:1}.footer-contact{display:flex;flex-direction:column;gap:.8rem;list-style:none;margin:0;padding:0}.footer-contact li{align-items:flex-start;color:#ffffffe6;display:flex;font-size:.9rem;gap:.8rem;line-height:1.5}.footer-contact-icon{color:#fff;font-size:1rem;margin-top:.2rem;min-width:20px}.footer-contact span{flex:1 1}.footer-newsletter{margin-top:1rem}.footer-newsletter p{color:#ffffffe6;font-size:.85rem;margin-bottom:.8rem}.footer-input-group{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff26;border:1px solid #fff3;border-radius:50px;display:flex;padding:.3rem;transition:all .3s ease}.footer-input-group:focus-within{background:#fff3;border-color:#ffffff80;box-shadow:0 0 0 3px #ffffff1a}.footer-input{background:#0000;border:none;color:#fff;flex:1 1;font-size:.85rem;outline:none;padding:.7rem 1rem}.footer-input::placeholder{color:#fff9}.footer-submit{align-items:center;background:#fff;border:none;border-radius:50%;color:#ea580c;color:var(--footer-orange-rich);cursor:pointer;display:flex;font-size:1rem;height:40px;justify-content:center;transition:all .3s ease;width:40px}.footer-submit:hover{background:#fffbeb;background:var(--footer-yellow-soft);box-shadow:0 6px 16px #0003;transform:scale(1.1) rotate(8deg)}.footer-badge{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff26;border:1px dashed #fff6;border-radius:40px;color:#fff;display:inline-block;font-size:.7rem;margin-top:.5rem;padding:.2rem .8rem}.footer-bottom{align-items:center;border-top:1px solid #fff3;display:flex;flex-wrap:wrap;gap:1rem;grid-column:span 4;justify-content:space-between;margin-top:2.5rem;padding-top:1.5rem}.footer-copyright{color:#fffc;font-size:.8rem}.footer-copyright a{border-bottom:1px dotted #ffffff80;color:#fff;font-weight:500;text-decoration:none}.footer-copyright a:hover{border-bottom:1px solid #fff}.footer-legal{display:flex;gap:1.5rem}.footer-legal a{color:#fffc;font-size:.8rem;text-decoration:none;transition:color .3s ease}.footer-legal a:hover{color:#fff}@media screen and (max-width:1100px){.footer-container{gap:2rem;grid-template-columns:2fr 1.5fr 1.5fr}.footer-bottom{grid-column:span 3}}@media screen and (max-width:900px){.footer{padding:2.5rem 1.5rem 1.5rem}.footer-container{gap:2rem;grid-template-columns:1fr 1fr}.footer-bottom,.footer-col:first-child{grid-column:span 2}}@media screen and (max-width:600px){.footer{padding:2rem 1.2rem 1.2rem}.footer-container{gap:1.8rem;grid-template-columns:1fr}.footer-bottom,.footer-col:first-child{grid-column:span 1}.footer-bottom{flex-direction:column;text-align:center}.footer-legal{flex-wrap:wrap}.footer-legal,.footer-logo{justify-content:center}.footer-title:after{left:0;margin:0 auto;right:0}.footer-contact li,.footer-social{justify-content:center}}@media screen and (max-width:480px){.footer{padding:1.8rem 1rem 1rem}.footer-logo img{height:40px}.footer-logo span{font-size:1.1rem}}:root{--login-orange-deep:#c2410c;--login-orange-rich:#ea580c;--login-orange:#f97316;--login-orange-light:#fb923c;--login-orange-soft:#fff7ed;--login-orange-pale:#ffedd5;--login-orange-gradient:linear-gradient(145deg,#ea580c,#f97316,#fb923c);--login-yellow-deep:#b45309;--login-yellow-rich:#d97706;--login-yellow:#f59e0b;--login-yellow-light:#fbbf24;--login-yellow-soft:#fffbeb;--login-yellow-pale:#fef3c7;--login-yellow-gradient:linear-gradient(145deg,#d97706,#f59e0b,#fbbf24);--login-white:#fff;--login-cream:#fff9f0;--login-offwhite:#fefaf6;--login-gray:#57534e;--login-gray-light:#f5f5f4;--login-text:#1c1917;--login-border:#e7e5e4;--login-shadow-sm:0 4px 12px #f973160f;--login-shadow-hover:0 20px 32px -8px #ea580c26;--login-radius:20px;--login-radius-sm:12px;--login-transition:all 0.3s cubic-bezier(0.175,0.885,0.32,1.275)}.login-page{align-items:center;background:radial-gradient(circle at 0 0,#fff9f0 0,#fff 100%);display:flex;font-family:Inter,Poppins,sans-serif;justify-content:center;min-height:100vh;padding:2rem 1.5rem}.login-wrapper{margin:0 auto;max-width:1100px;width:100%}.login-hero{margin-bottom:1.5rem;text-align:center}.login-hero-icon{-webkit-text-fill-color:#0000;background:linear-gradient(145deg,#ea580c,#f97316,#fb923c);background:var(--login-orange-gradient);-webkit-background-clip:text;filter:drop-shadow(0 4px 12px rgba(249,115,22,.2));font-size:2.5rem;margin-bottom:.2rem}.login-hero-title{color:#1c1917;color:var(--login-text);font-size:2rem;font-weight:700;letter-spacing:-.02em}.login-hero-title span{-webkit-text-fill-color:#0000;background:linear-gradient(145deg,#ea580c,#f97316,#fb923c);background:var(--login-orange-gradient);-webkit-background-clip:text}.login-hero-underline{background:linear-gradient(90deg,#f97316,#f59e0b);background:linear-gradient(90deg,var(--login-orange),var(--login-yellow));border-radius:2px;height:3px;margin:.3rem auto .6rem;width:60px}.login-hero-subtitle{color:#57534e;color:var(--login-gray);font-size:.9rem;margin:0 auto;max-width:350px}.login-grid{grid-gap:1.2rem;align-items:stretch;display:grid;gap:1.2rem;grid-template-columns:1fr 1fr}.login-welcome-card{background:linear-gradient(145deg,#ea580c,#f97316,#fb923c);background:var(--login-orange-gradient);border-radius:20px;border-radius:var(--login-radius);box-shadow:0 12px 28px #ea580c33;color:#fff;display:flex;flex-direction:column;overflow:hidden;padding:1.5rem 1.2rem;position:relative}.login-welcome-card:before{animation:login-rotate 20s linear infinite;background:radial-gradient(circle,#ffffff1a 0,#0000 60%);content:"";height:200%;position:absolute;right:-50%;top:-50%;width:200%}.login-welcome-card:after{bottom:-10px;font-size:6rem;opacity:.1;position:absolute;right:-10px;transform:rotate(15deg)}@keyframes login-rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.login-welcome-icon{font-size:2.2rem;margin-bottom:.8rem;position:relative;z-index:2}.login-welcome-card h2{font-size:1.5rem;font-weight:700;margin-bottom:.3rem;position:relative;z-index:2}.login-welcome-sub{font-size:.8rem;margin-bottom:1.2rem;opacity:.9;position:relative;z-index:2}.login-welcome-features{list-style:none;margin:0 0 1.2rem;padding:0;position:relative;z-index:2}.login-welcome-features li{align-items:center;display:flex;font-size:.8rem;gap:.6rem;margin-bottom:.6rem;opacity:.95}.login-feature-icon{font-size:.8rem}.login-welcome-badge{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff26;border:1px solid #fff3;border-radius:40px;display:inline-flex;font-size:.75rem;gap:.4rem;padding:.5rem 1rem;position:relative;width:-webkit-fit-content;width:fit-content;z-index:2}.login-form-card{background:#fff;border:1px solid #e7e5e4;border:1px solid var(--login-border);border-radius:20px;border-radius:var(--login-radius);box-shadow:0 4px 12px #f973160f;box-shadow:var(--login-shadow-sm);overflow:hidden;padding:1.5rem 1.2rem;position:relative}.login-form-card:before{background:linear-gradient(145deg,#d97706,#f59e0b,#fbbf24);background:var(--login-yellow-gradient);box-shadow:0 0 12px #f59e0b4d;content:"";height:0;position:absolute;right:0;top:0;transition:all .3s cubic-bezier(.175,.885,.32,1.275);transition:var(--login-transition);width:4px}.login-form-card:hover:before{height:100%}.login-form-header{align-items:center;display:flex;gap:.6rem;margin-bottom:1.2rem}.login-form-icon{align-items:center;background:#fffbeb;background:var(--login-yellow-soft);border:1px solid #fef3c7;border:1px solid var(--login-yellow-pale);border-radius:12px;color:#d97706;color:var(--login-yellow-rich);display:flex;font-size:1.2rem;height:40px;justify-content:center;width:40px}.login-form-header h2{color:#b45309;color:var(--login-yellow-deep);font-size:1.3rem;font-weight:600}.login-form{gap:.9rem}.login-field,.login-form{display:flex;flex-direction:column}.login-field{gap:.2rem}.login-label{align-items:center;color:#1c1917;color:var(--login-text);display:flex;font-size:.75rem;font-weight:500;gap:.3rem}.login-label svg{color:#f59e0b;color:var(--login-yellow);font-size:.8rem}.login-input{background:#fff;border:1px solid #e7e5e4;border:1px solid var(--login-border);border-radius:10px;color:#1c1917;color:var(--login-text);font-size:.85rem;padding:.6rem .9rem;transition:all .3s cubic-bezier(.175,.885,.32,1.275);transition:var(--login-transition);width:100%}.login-input:focus{border-color:#f59e0b;border-color:var(--login-yellow);box-shadow:0 0 0 3px #f59e0b14;outline:none}.login-input::placeholder{color:#a8a29e;font-size:.8rem}.login-password-wrapper{position:relative}.login-password-toggle{align-items:center;background:#0000;border:none;color:#57534e;color:var(--login-gray);cursor:pointer;display:flex;font-size:.9rem;justify-content:center;position:absolute;right:12px;top:50%;transform:translateY(-50%)}.login-password-toggle:hover{color:#f59e0b;color:var(--login-yellow)}.login-options{justify-content:space-between;margin:.2rem 0 .4rem}.login-options,.login-remember{align-items:center;display:flex}.login-remember{color:#57534e;color:var(--login-gray);font-size:.75rem;gap:.4rem}.login-checkbox{accent-color:#f59e0b;accent-color:var(--login-yellow);border-radius:4px;height:16px;width:16px}.login-forgot{color:#b45309;color:var(--login-yellow-deep);font-size:.75rem;font-weight:500;text-decoration:none}.login-forgot:hover{text-decoration:underline}.login-btn{align-items:center;background:linear-gradient(145deg,#d97706,#f59e0b,#fbbf24);background:var(--login-yellow-gradient);border:none;border-radius:40px;box-shadow:0 6px 16px #f59e0b33;color:#fff;cursor:pointer;display:flex;font-size:.9rem;font-weight:600;gap:.6rem;justify-content:center;margin-top:.3rem;padding:.7rem 1rem;transition:all .3s cubic-bezier(.175,.885,.32,1.275);transition:var(--login-transition)}.login-btn:hover{box-shadow:0 12px 24px #f59e0b4d;transform:translateY(-3px)}.login-btn svg{transition:all .3s cubic-bezier(.175,.885,.32,1.275);transition:var(--login-transition)}.login-btn:hover svg{transform:translateX(4px)}.login-signup{color:#57534e;color:var(--login-gray);font-size:.8rem;margin-top:1rem;text-align:center}.login-signup a{color:#b45309;color:var(--login-yellow-deep);font-weight:600;margin-left:.3rem;text-decoration:none}.login-signup a:hover{text-decoration:underline}.login-divider{align-items:center;color:#57534e;color:var(--login-gray);display:flex;font-size:.7rem;gap:.6rem;margin:1rem 0 .8rem}.login-divider-line{background:#e7e5e4;background:var(--login-border);flex:1 1;height:1px}.login-social{gap:.8rem}.login-social,.login-social-icon{display:flex;justify-content:center}.login-social-icon{align-items:center;background:#fffbeb;background:var(--login-yellow-soft);border:1px solid #fef3c7;border:1px solid var(--login-yellow-pale);border-radius:10px;color:#d97706;color:var(--login-yellow-rich);font-size:.95rem;height:36px;text-decoration:none;transition:all .3s cubic-bezier(.175,.885,.32,1.275);transition:var(--login-transition);width:36px}.login-social-icon:hover{background:linear-gradient(145deg,#d97706,#f59e0b,#fbbf24);background:var(--login-yellow-gradient);box-shadow:0 6px 16px #f59e0b33;color:#fff;transform:translateY(-3px) rotate(8deg)}.login-register-card{align-items:center;background:#fff7ed;background:var(--login-orange-soft);border:1px dashed #f97316;border:1px dashed var(--login-orange);border-radius:20px;border-radius:var(--login-radius);display:flex;gap:1rem;grid-column:span 2;justify-content:space-between;margin-top:.2rem;padding:.9rem 1.2rem}.login-register-content{align-items:center;display:flex;gap:.8rem}.login-register-icon{align-items:center;background:#fff;border-radius:10px;color:#ea580c;color:var(--login-orange-rich);display:flex;font-size:1rem;height:36px;justify-content:center;width:36px}.login-register-text h4{color:#c2410c;color:var(--login-orange-deep);font-size:.9rem;font-weight:600;margin-bottom:.1rem}.login-register-text p{color:#57534e;color:var(--login-gray);font-size:.7rem}.login-register-btn{align-items:center;background:#fff;border:1px solid #f97316;border:1px solid var(--login-orange);border-radius:40px;color:#c2410c;color:var(--login-orange-deep);display:inline-flex;font-size:.75rem;font-weight:600;gap:.3rem;padding:.4rem 1.2rem;text-decoration:none;transition:all .3s cubic-bezier(.175,.885,.32,1.275);transition:var(--login-transition)}.login-register-btn:hover{background:linear-gradient(145deg,#ea580c,#f97316,#fb923c);background:var(--login-orange-gradient);border-color:#0000;color:#fff;transform:translateX(4px)}@media screen and (max-width:800px){.login-grid{gap:1rem;grid-template-columns:1fr}.login-register-card{grid-column:span 1}}@media screen and (max-width:600px){.login-page{padding:1.2rem .8rem}.login-hero-title{font-size:1.6rem}.login-form-card,.login-welcome-card{padding:1.2rem 1rem}.login-register-card{text-align:center}.login-register-card,.login-register-content{flex-direction:column}}@media screen and (max-width:480px){.login-hero-title{font-size:1.4rem}.login-welcome-card h2{font-size:1.3rem}.login-options{align-items:flex-start;flex-direction:column;gap:.5rem}}:root{--con-orange-deep:#c2410c;--con-orange-rich:#ea580c;--con-orange:#f97316;--con-orange-light:#fb923c;--con-orange-soft:#fff7ed;--con-orange-pale:#ffedd5;--con-orange-gradient:linear-gradient(145deg,#ea580c,#f97316,#fb923c);--con-yellow-deep:#b45309;--con-yellow-rich:#d97706;--con-yellow:#f59e0b;--con-yellow-light:#fbbf24;--con-yellow-soft:#fffbeb;--con-yellow-pale:#fef3c7;--con-yellow-gradient:linear-gradient(145deg,#d97706,#f59e0b,#fbbf24);--con-white:#fff;--con-cream:#fff9f0;--con-gray:#57534e;--con-gray-light:#f5f5f4;--con-text:#1c1917;--con-border:#e7e5e4}.conta-page{background:radial-gradient(circle at 0 0,#fff9f0 0,#fff 100%);font-family:Inter,Poppins,sans-serif;min-height:100vh;padding:2.5rem 1.5rem}.conta-wrapper{margin:0 auto;max-width:1300px}.conta-hero{margin-bottom:2.5rem;text-align:center}.conta-hero-icon{-webkit-text-fill-color:#0000;background:linear-gradient(145deg,#ea580c,#f97316,#fb923c);background:var(--con-orange-gradient);-webkit-background-clip:text;font-size:2.8rem;margin-bottom:.5rem}.conta-hero-title{color:#1c1917;color:var(--con-text);font-size:2.2rem;font-weight:700}.conta-hero-title span{-webkit-text-fill-color:#0000;background:linear-gradient(145deg,#ea580c,#f97316,#fb923c);background:var(--con-orange-gradient);-webkit-background-clip:text}.conta-hero-underline{background:linear-gradient(90deg,#f97316,#f59e0b);background:linear-gradient(90deg,var(--con-orange),var(--con-yellow));border-radius:2px;height:4px;margin:.5rem auto 1rem;width:80px}.conta-hero-subtitle{color:#57534e;color:var(--con-gray);font-size:1rem;margin:0 auto;max-width:500px}.conta-grid{grid-gap:1.5rem;align-items:stretch;display:grid;gap:1.5rem;grid-template-columns:1fr 1.2fr}.conta-info-card{background:#fff;border:1px solid #e7e5e4;border:1px solid var(--con-border);border-radius:20px;box-shadow:0 4px 12px #f973160a;overflow:hidden;padding:1.8rem 1.5rem;position:relative}.conta-info-card:before{background:linear-gradient(145deg,#ea580c,#f97316,#fb923c);background:var(--con-orange-gradient);content:"";height:0;left:0;position:absolute;top:0;transition:all .3s ease;width:4px}.conta-info-card:hover:before{height:100%}.conta-info-header{align-items:center;display:flex;gap:.8rem;margin-bottom:1.5rem}.conta-info-icon{align-items:center;background:#fff7ed;background:var(--con-orange-soft);border-radius:12px;color:#ea580c;color:var(--con-orange-rich);display:flex;font-size:1.3rem;height:45px;justify-content:center;width:45px}.conta-info-header h2{color:#c2410c;color:var(--con-orange-deep);font-size:1.4rem;font-weight:600}.conta-list{display:flex;flex-direction:column;gap:1.2rem;margin-bottom:1.5rem}.conta-item{align-items:flex-start;background:#fff7ed;background:var(--con-orange-soft);border-radius:14px;display:flex;gap:1rem;padding:.8rem 1rem;transition:all .3s ease}.conta-item:hover{background:#fff;border:1px solid #f97316;border:1px solid var(--con-orange)}.conta-item-icon{align-items:center;background:#fff;border-radius:10px;color:#ea580c;color:var(--con-orange-rich);display:flex;font-size:1rem;height:40px;justify-content:center;min-width:40px}.conta-item-content{flex:1 1}.conta-item-label{color:#57534e;color:var(--con-gray);font-size:.7rem;font-weight:600;margin-bottom:.2rem;text-transform:uppercase}.conta-item-value{color:#1c1917;color:var(--con-text);font-size:.9rem;font-weight:500;line-height:1.4}.conta-org{background:#fff7ed;background:var(--con-orange-soft);border:1px dashed #f97316;border:1px dashed var(--con-orange);border-radius:16px;margin:1rem 0;padding:1.2rem}.conta-org-name{-webkit-text-fill-color:#0000;align-items:center;background:linear-gradient(145deg,#ea580c,#f97316,#fb923c);background:var(--con-orange-gradient);-webkit-background-clip:text;display:flex;font-size:1.1rem;font-weight:700;gap:.5rem;margin-bottom:.3rem}.conta-org-tagline{color:#57534e;color:var(--con-gray);font-size:.75rem}.conta-hours{background:#fff7ed;background:var(--con-orange-soft);border-radius:14px;gap:.8rem;padding:1rem}.conta-hours,.conta-hours-icon{align-items:center;display:flex}.conta-hours-icon{background:#fff;border-radius:12px;color:#d97706;color:var(--con-yellow-rich);font-size:1.2rem;height:45px;justify-content:center;width:45px}.conta-hours-content h4{color:#57534e;color:var(--con-gray);font-size:.75rem;margin-bottom:.2rem;text-transform:uppercase}.conta-hours-content p{color:#1c1917;color:var(--con-text);font-size:.9rem;font-weight:600}.conta-form-card{background:#fff;border:1px solid #e7e5e4;border:1px solid var(--con-border);border-radius:20px;overflow:hidden;padding:1.8rem 1.5rem;position:relative}.conta-form-card:before{background:linear-gradient(145deg,#d97706,#f59e0b,#fbbf24);background:var(--con-yellow-gradient);content:"";height:0;position:absolute;right:0;top:0;transition:all .3s ease;width:4px}.conta-form-card:hover:before{height:100%}.conta-form-header{align-items:center;display:flex;gap:.8rem;margin-bottom:1.5rem}.conta-form-icon{align-items:center;background:#fffbeb;background:var(--con-yellow-soft);border-radius:12px;color:#d97706;color:var(--con-yellow-rich);display:flex;font-size:1.3rem;height:45px;justify-content:center;width:45px}.conta-form-header h2{color:#b45309;color:var(--con-yellow-deep);font-size:1.4rem;font-weight:600}.conta-form{display:flex;flex-direction:column;gap:1rem}.conta-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.conta-field{display:flex;flex-direction:column;gap:.3rem}.conta-label{align-items:center;color:#1c1917;color:var(--con-text);display:flex;font-size:.75rem;font-weight:500;gap:.3rem}.conta-label svg{color:#f59e0b;color:var(--con-yellow);font-size:.8rem}.conta-required{color:#dc2626}.conta-input,.conta-select,.conta-textarea{background:#fff;border:1px solid #e7e5e4;border:1px solid var(--con-border);border-radius:12px;color:#1c1917;color:var(--con-text);font-size:.85rem;padding:.7rem 1rem;transition:all .3s ease;width:100%}.conta-input:focus,.conta-select:focus,.conta-textarea:focus{border-color:#f59e0b;border-color:var(--con-yellow);box-shadow:0 0 0 3px #f59e0b14;outline:none}.conta-textarea{min-height:100px;resize:vertical}.conta-submit{align-items:center;background:linear-gradient(145deg,#d97706,#f59e0b,#fbbf24);background:var(--con-yellow-gradient);border:none;border-radius:40px;color:#fff;cursor:pointer;display:flex;font-size:.9rem;font-weight:600;gap:.6rem;justify-content:center;margin-top:.5rem;padding:.8rem 1.5rem;transition:all .3s ease}.conta-submit:hover{box-shadow:0 8px 20px #f59e0b40;transform:translateY(-3px)}.conta-map{background:#fff;border:1px solid #e7e5e4;border:1px solid var(--con-border);border-radius:20px;gap:1.2rem;grid-column:span 2;margin-top:.5rem;padding:1.2rem 1.5rem}.conta-map,.conta-map-icon{align-items:center;display:flex}.conta-map-icon{background:#fff7ed;background:var(--con-orange-soft);border-radius:14px;color:#ea580c;color:var(--con-orange-rich);font-size:1.5rem;height:55px;justify-content:center;min-width:55px}.conta-map-content{flex:1 1}.conta-map-content h4{color:#1c1917;color:var(--con-text);font-size:1rem;font-weight:600;margin-bottom:.2rem}.conta-map-content p{color:#57534e;color:var(--con-gray);font-size:.85rem;margin-bottom:.4rem}.conta-map-btn{align-items:center;background:#0000;border:1px solid #f97316;border:1px solid var(--con-orange);border-radius:40px;color:#c2410c;color:var(--con-orange-deep);display:inline-flex;font-size:.8rem;font-weight:500;gap:.4rem;padding:.4rem 1.2rem;text-decoration:none;transition:all .3s ease}.conta-map-btn:hover{background:linear-gradient(145deg,#ea580c,#f97316,#fb923c);background:var(--con-orange-gradient);border-color:#0000;color:#fff}@media screen and (max-width:900px){.conta-grid{grid-template-columns:1fr}.conta-map{grid-column:span 1}}@media screen and (max-width:600px){.conta-page{padding:1.5rem 1rem}.conta-hero-title{font-size:1.8rem}.conta-row{grid-template-columns:1fr}.conta-map{flex-direction:column;text-align:center}}body{align-items:center;background:#fef7e9;display:flex;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;justify-content:center;min-height:100vh;padding:12px}.donation-card{background:#fff;border:1px solid #ffeed9;border-radius:28px;box-shadow:0 15px 30px -8px #f973161f;margin:0 auto;max-width:960px;padding:24px 0;width:100%}.donation-grid{grid-gap:0;display:grid;gap:0;grid-template-columns:1fr 1fr;padding:0 24px}.left-section{border-right:1px solid #ffe4bc;padding-right:20px}.right-section{padding-left:20px}.content-container{width:100%}.donation-header{margin-bottom:20px}.icon-header{align-items:center;display:flex;gap:8px;margin-bottom:4px}.header-icon{animation:gentle-pulse 2.5s ease-in-out infinite;color:#f97316;font-size:22px}@keyframes gentle-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.donation-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#f97316,#fbbf24);-webkit-background-clip:text;background-clip:text;font-size:22px;font-weight:700;letter-spacing:-.3px}.donation-subtitle{align-items:center;color:#b45309;display:flex;font-size:13px;font-weight:500;gap:6px;margin-top:2px}.form-field{display:flex;flex-direction:column;margin-bottom:16px}.label-row{align-items:baseline;color:#9a3412;display:flex;font-size:12px;font-weight:600;justify-content:space-between;letter-spacing:-.2px;margin-bottom:4px}.star{color:#ea580c;margin-left:2px}.optional{color:#f39c12;font-size:11px;font-weight:400}input,textarea{background:#fff;border:1.5px solid #ffedd5;border-radius:16px;font-family:inherit;font-size:13px;padding:10px 14px;transition:all .2s ease;width:100%}input:focus,textarea:focus{background:#fffcf5;border-color:#f97316;box-shadow:0 0 0 4px #f973160f;outline:none}input::placeholder,textarea::placeholder{color:#d4a373;font-size:12px}textarea{min-height:70px;resize:vertical}.photo-upload-row,.receipt-upload-row{align-items:center;background:#fffaf0;border:1.5px dashed #fdba74;border-radius:24px;display:flex;flex-wrap:wrap;gap:10px;padding:8px 14px}.upload-btn{align-items:center;background:#fff;border:1.5px solid #fcd34d;border-radius:30px;color:#c2410c;cursor:default;display:inline-flex;font-size:12px;font-weight:600;gap:6px;padding:7px 16px;transition:all .15s}.upload-btn svg{color:#f97316;font-size:15px}.upload-btn:hover{background:#fef3c7;border-color:#f97316;transform:translateY(-1px)}.file-status{align-items:center;background:#fff3e0;border-radius:30px;color:#b45309;display:flex;font-size:12px;gap:6px;padding:4px 14px}.amount-section{background:#fffaf0;border:1px solid #fed7aa;border-radius:20px;margin:8px 0 4px;padding:16px}.amount-label{align-items:center;color:#9a3412;display:flex;font-size:13px;font-weight:700;gap:6px;margin-bottom:12px}.amount-options{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.amount-pill{align-items:center;background:linear-gradient(145deg,#fff,#fff9e6);border:1.5px solid #fde68a;border-radius:40px;box-shadow:0 2px 4px -2px #fb923c14;color:#7b341e;cursor:default;display:flex;font-size:13px;font-weight:700;gap:4px;padding:8px 16px;transition:all .15s}.amount-pill svg{color:#f97316;font-size:14px}.amount-pill:hover{background:linear-gradient(145deg,#fef9c3,#fed7aa);border-color:#f97316;transform:scale(1.01)}.custom-amount-row{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.custom-amount-input{background:#fff;flex:1 1;font-size:13px;min-width:150px;padding:9px 14px}.currency-badge{align-items:center;background:linear-gradient(145deg,#f97316,#fbbf24);border:none;border-radius:40px;box-shadow:0 4px 8px #f9731633;color:#fff;display:flex;font-size:13px;font-weight:700;gap:6px;height:42px;padding:0 16px}.payment-info-card{background:linear-gradient(145deg,#fffaf0,#fff7e6);border:1px solid #fed7aa;border-radius:24px;box-shadow:0 6px 14px -6px #fcd34d;margin:8px 0 4px;padding:20px 0}.payment-info-card .content-container{padding:0 20px}.payment-title{align-items:center;color:#b45309;display:flex;font-size:16px;font-weight:800;gap:8px;margin-bottom:16px}.payment-title svg{animation:gentle-bounce 2s infinite;color:#f97316;font-size:18px}@keyframes gentle-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-2px)}}.bank-detail-block{background:#fff;border-left:5px solid #f97316;border-radius:18px;box-shadow:0 3px 8px #f973160a;margin-bottom:16px;padding:16px}.bank-name{color:#7b341e;font-size:15px;font-weight:800;margin-bottom:10px}.ac-row,.bank-name{align-items:center;display:flex;gap:6px}.ac-row{color:#9a3412;font-size:13px;margin-bottom:6px;word-break:break-word}.ac-row strong{color:#c2410c;font-size:13px;font-weight:700}.qr-row{background:linear-gradient(145deg,#fff,#fffcf0);border:1.5px solid #fde68a;border-radius:20px;flex-wrap:wrap;justify-content:space-between;margin-bottom:16px;padding:14px}.qr-placeholder,.qr-row{align-items:center;display:flex}.qr-placeholder{background:#fef3c7;border:1.5px dashed #f97316;border-radius:30px;color:#b45309;font-size:13px;font-weight:700;gap:8px;padding:8px 18px}.qr-placeholder svg{animation:gentle-pulse 2s infinite;color:#f97316;font-size:16px}.download-qr-btn{align-items:center;background:linear-gradient(145deg,#f97316,#f59e0b);border:none;border-radius:40px;box-shadow:0 4px 10px #f9731633;color:#fff;cursor:default;display:flex;font-size:12px;font-weight:600;gap:6px;padding:8px 18px;transition:all .15s}.download-qr-btn:hover{background:linear-gradient(145deg,#ea580c,#d97706);transform:translateY(-1px)}.branch-office{background:linear-gradient(145deg,#fffaf0,#fffdf5);border:1px solid #fed7aa;border-radius:22px;margin-top:16px;padding:18px}.branch-head{align-items:center;color:#9a3412;display:flex;font-size:15px;font-weight:800;gap:8px;margin-bottom:10px}.branch-address{align-items:baseline;color:#b45309;display:flex;font-size:13px;gap:6px;line-height:1.5;margin-bottom:14px}.contact-row{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.contact-item{background:#fef3c7;border:1px solid #fdba74;border-radius:30px;color:#c2410c;display:inline-flex;font-size:12px;font-weight:600;gap:6px;padding:6px 16px}.contact-item svg{font-size:13px}.small-note{align-items:center;background:#fff3e0;border:1px solid #fcd34d;border-radius:40px;color:#b45309;display:flex;font-size:11px;gap:6px;justify-content:center;margin-top:18px;padding:8px 16px;text-align:center}.small-note svg{font-size:14px}@media (max-width:750px){.donation-grid{gap:24px;grid-template-columns:1fr;padding:0 20px}.left-section{border-bottom:1px solid #ffe4bc;border-right:none;padding-bottom:20px;padding-right:0}.right-section{padding-left:0;padding-top:4px}.donation-card{padding:20px 0}}@media (max-width:480px){.donation-grid{padding:0 16px}.amount-pill{font-size:12px;padding:7px 14px}.donation-card{border-radius:22px}}.compact-mt{margin-top:12px}*{box-sizing:border-box;margin:0;padding:0}.banner-wrapper{width:100vw}.banner-container,.banner-wrapper{display:block;font-size:0;height:auto;line-height:0;margin:0;padding:0}.banner-container{position:relative;width:100%}.banner-slide{display:block;font-size:0;height:auto;left:0;line-height:0;margin:0;opacity:0;padding:0;position:absolute;top:0;transition:opacity .3s ease;visibility:hidden;width:100%}.banner-slide.active{opacity:1;position:relative;visibility:visible;z-index:2}.banner-img{border:0;font-size:0;height:auto;line-height:0;margin:0;outline:0;padding:0;vertical-align:top;width:100%}.banner-img,.banner-img-mobile{display:block}.banner-img-desktop{display:none}.banner-dots{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0000004d;border-radius:20px;bottom:16px;display:flex;gap:6px;left:50%;line-height:0;margin:0;padding:6px 12px;position:absolute;transform:translateX(-50%);z-index:10}.banner-dot{background:#fff9;border:none;border-radius:50%;cursor:pointer;font-size:0;height:6px;line-height:0;margin:0;padding:0;transition:all .2s ease;width:6px}.banner-dot.active{background:#fff;border-radius:10px;width:18px}.banner-arrow{align-items:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0000004d;border:none;border-radius:50%;cursor:pointer;display:flex;height:36px;justify-content:center;line-height:0;margin:0;padding:0;position:absolute;top:50%;transform:translateY(-50%);transition:all .2s ease;width:36px;z-index:10}.banner-arrow-left{left:16px}.banner-arrow-right{right:16px}.banner-arrow svg{display:block;height:16px;width:16px}@media screen and (max-width:767px){.banner-img-mobile{background:#000;display:block;height:auto;object-fit:contain;width:100%}.banner-arrow,.banner-img-desktop{display:none}}@media screen and (min-width:768px){.banner-img-mobile{display:none}.banner-img-desktop{background:#000;display:block;height:auto;object-fit:cover;width:100%}.banner-container{aspect-ratio:21/9;max-height:800px}}@media screen and (max-width:374px){.banner-dots{bottom:12px;gap:4px;padding:4px 10px}.banner-dot{height:5px;width:5px}.banner-dot.active{width:16px}}@media screen and (min-width:375px) and (max-width:424px){.banner-dots{bottom:14px}}@media screen and (min-width:425px) and (max-width:767px){.banner-dots{bottom:16px}}@media screen and (min-width:768px) and (max-width:1023px){.banner-dots{bottom:20px;padding:8px 14px}.banner-dot{height:8px;width:8px}.banner-dot.active{width:22px}.banner-arrow{height:40px;width:40px}}@media screen and (min-width:1024px) and (max-width:1439px){.banner-dots{bottom:24px;gap:8px;padding:8px 16px}.banner-dot{height:10px;width:10px}.banner-dot.active{width:26px}}@media screen and (min-width:1440px){.banner-dots{bottom:28px;gap:10px;padding:10px 18px}.banner-dot{height:12px;width:12px}.banner-dot.active{width:30px}}@media screen and (max-width:896px) and (orientation:landscape){.banner-dots{bottom:10px;padding:4px 10px}.banner-dot{height:5px;width:5px}.banner-dot.active{width:16px}}.banner-container:after,.banner-container:before,.banner-img:after,.banner-img:before,.banner-slide:after,.banner-slide:before,.banner-wrapper:after,.banner-wrapper:before{content:none;display:none}img{color:#0000;font-size:0;line-height:0;text-indent:-9999px}.legal-page{background:linear-gradient(135deg,#fef7e9,#fff3e0);font-family:Inter,sans-serif;min-height:100vh}.legal-header{background:linear-gradient(135deg,#1a2e35,#0c1a1f);overflow:hidden;padding:60px 24px;position:relative;text-align:center}.legal-header:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m30 0 30 30-30 30L0 30Z' fill='rgba(249,115,22,0.05)'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.1;position:absolute;right:0;top:0}.terms-header{background:linear-gradient(135deg,#2d1a1a,#1f0c0c)}.legal-header-content{margin:0 auto;max-width:800px;position:relative;z-index:2}.legal-header-icon{animation:float 3s ease-in-out infinite;color:#f97316;font-size:48px;margin-bottom:16px}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.legal-header h1{color:#fff;font-size:2.5rem;font-weight:800;letter-spacing:-.5px;margin-bottom:8px}.legal-header p{color:#fffc;font-size:1rem;margin-bottom:20px}.legal-header-badge{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#f9731633;border:1px solid #f9731680;border-radius:40px;color:#fbbf24;display:inline-flex;font-size:.875rem;font-weight:600;gap:8px;padding:8px 20px}.legal-container{margin:0 auto;max-width:1000px;padding:40px 24px}.legal-back-btn{align-items:center;background:#fff;border:1px solid #ffe4bc;border-radius:40px;box-shadow:0 2px 8px #0000000d;color:#9a3412;display:inline-flex;font-size:.875rem;font-weight:600;gap:8px;margin-bottom:32px;padding:10px 20px;text-decoration:none;transition:all .3s}.legal-back-btn:hover{background:#f97316;border-color:#f97316;color:#fff;transform:translateX(-5px)}.legal-content{display:flex;flex-direction:column;gap:32px}.legal-section{background:#fff;border:1px solid #ffe4bc;border-radius:24px;box-shadow:0 10px 30px #0000000d;display:flex;gap:24px;padding:32px;transition:all .3s}.legal-section:hover{border-color:#f97316;box-shadow:0 20px 40px #f973161a;transform:translateY(-2px)}.legal-section-icon{align-items:center;background:linear-gradient(135deg,#f97316,#fbbf24);border-radius:16px;color:#fff;display:flex;flex-shrink:0;font-size:24px;height:48px;justify-content:center;width:48px}.legal-section-content{flex:1 1}.legal-section-content h2{color:#1e2f44;font-size:1.5rem;font-weight:700;letter-spacing:-.5px;margin-bottom:16px}.legal-section-content h3{color:#9a3412;font-size:1.1rem;font-weight:700;margin-bottom:12px}.legal-section-content p{color:#4b5563;line-height:1.7;margin-bottom:16px}.legal-section-content ul{list-style:none;padding:0}.legal-section-content ul li{color:#4b5563;line-height:1.6;margin-bottom:10px;padding-left:24px;position:relative}.legal-section-content ul li:before{color:#f97316;content:"•";font-weight:700;left:8px;position:absolute}.legal-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:16px}.legal-card{background:#fef7e9;border:1px solid #ffe4bc;border-radius:16px;padding:20px}.legal-card h3{align-items:center;color:#9a3412;display:flex;font-size:1.1rem;font-weight:700;gap:8px;margin-bottom:12px}.legal-list{display:flex;flex-direction:column;gap:12px}.legal-list-item{align-items:flex-start;color:#4b5563;display:flex;gap:12px;line-height:1.6}.legal-list-item svg{color:#10b981;flex-shrink:0;margin-top:3px}.legal-badge-container{display:flex;flex-wrap:wrap;gap:12px;margin-top:20px}.legal-badge{background:#fff7ed;border:1px solid #fdba74;border-radius:30px;color:#9a3412;font-size:.813rem;font-weight:600;padding:6px 16px}.legal-warning{align-items:center;background:#fef2f2;border-left:4px solid #ef4444;border-radius:12px;display:flex;gap:12px;margin-bottom:16px;padding:16px}.legal-warning svg{color:#ef4444;font-size:20px}.legal-note{background:#fff7ed;border-left:4px solid #f97316;border-radius:16px;margin-top:16px;padding:20px}.contact-section{background:linear-gradient(145deg,#fff7ed,#fff3e0);border:1px solid #fdba74}.contact-details{display:flex;flex-direction:column;gap:16px;margin-top:20px}.contact-item{align-items:center;color:#4b5563;display:flex;font-size:.95rem;gap:12px}.contact-item svg{color:#f97316;flex-shrink:0}@media screen and (max-width:768px){.legal-header{padding:40px 20px}.legal-header h1{font-size:2rem}.legal-container{padding:24px 16px}.legal-section{flex-direction:column;gap:16px;padding:24px}.legal-section-icon{font-size:20px;height:40px;width:40px}.legal-section-content h2{font-size:1.25rem}.legal-grid{grid-template-columns:1fr}}@media screen and (max-width:480px){.legal-header h1{font-size:1.5rem}.legal-header p{font-size:.875rem}.legal-section{padding:20px}.legal-section-content h2{font-size:1.125rem}.legal-section-content ul li{font-size:.875rem}.legal-badge{font-size:.75rem;padding:4px 12px}.contact-item{font-size:.813rem}}@media print{.legal-header{background:none;color:#000;padding:40px 0}.legal-header h1{color:#000}.legal-back-btn,.legal-header-badge{display:none}}.jeev-about{background:#fefcf7;color:#1e293b;font-family:Inter,sans-serif;overflow-x:hidden}.jeev-hero{background:linear-gradient(145deg,#fb8b24,#e36414,#9a031e);overflow:hidden;padding:5rem 1.5rem;position:relative;text-align:center}.jeev-hero__overlay{background:radial-gradient(circle at 20% 50%,#ffffff1a 0,#0000 60%);height:100%;left:0;position:absolute;top:0;width:100%}.jeev-hero__content{margin:0 auto;max-width:800px;position:relative;z-index:2}.jeev-hero__icon-wrapper{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff26;border:2px solid #fff6;border-radius:50%;display:flex;height:90px;justify-content:center;margin:0 auto 1.5rem;width:90px}.jeev-hero__icon{color:#fff;font-size:3rem}.jeev-hero__title{color:#fff;font-size:3.2rem;font-weight:800;line-height:1.2;margin-bottom:1rem;text-shadow:0 4px 12px #00000026}.jeev-hero__subtitle{color:#fffffff2;font-size:1.25rem;line-height:1.6;margin:0 auto;max-width:600px}.jeev-container{margin:0 auto;max-width:1400px;padding:4rem 2rem}.jeev-section{margin-bottom:5rem}.jeev-section__header{margin-bottom:3rem;text-align:center}.jeev-section__icon{align-items:center;background:linear-gradient(145deg,#ff8c42,#e15554);border-radius:50%;box-shadow:0 12px 20px -8px #e155544d;color:#fff;display:flex;font-size:2rem;height:70px;justify-content:center;margin:0 auto 1.2rem;width:70px}.jeev-section__title{color:#2d1e13;font-size:2.5rem;font-weight:700;margin-bottom:.75rem}.jeev-section__line{background:linear-gradient(90deg,#ff8c42,#ffd166,#e15554);border-radius:4px;height:4px;margin:0 auto 1.2rem;width:80px}.jeev-section__subtitle{color:#5a4a3a;font-size:1.1rem;font-weight:400;margin:0 auto;max-width:600px}.jeev-story{margin:0 auto;max-width:900px}.jeev-story__heading{border-left:6px solid #ff8c42;color:#b43e1a;font-size:1.8rem;font-weight:700;margin-bottom:1.5rem;padding-left:1rem}.jeev-story__text{color:#3c2e24;font-size:1.05rem;line-height:1.8;margin-bottom:1.5rem;word-break:break-word}.jeev-values{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:2rem}.jeev-value-card{background:#fff;border:1px solid #ffe0b0;border-radius:24px;box-shadow:0 15px 30px -10px #0000000d;padding:2rem 1.5rem;text-align:center;transition:all .3s ease}.jeev-value-card:hover{border-color:#ff8c42;box-shadow:0 25px 40px -10px #ff8c4233;transform:translateY(-10px)}.jeev-value-card__icon{align-items:center;background:linear-gradient(145deg,#fff3e7,#ffe9d9);border-radius:50%;color:#ff8c42;display:flex;font-size:2.2rem;height:80px;justify-content:center;margin:0 auto 1.2rem;transition:all .3s;width:80px}.jeev-value-card:hover .jeev-value-card__icon{background:#ff8c42;color:#fff}.jeev-value-card__title{color:#a1331e;font-size:1.4rem;font-weight:700;margin-bottom:.8rem}.jeev-value-card__desc{color:#5a4a3a;font-size:.95rem;line-height:1.6}.jeev-milestones{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:2rem}.jeev-milestone-card{background:#fff;border:1px solid #ffe6d5;border-radius:20px;padding:2rem 1.5rem;transition:all .3s}.jeev-milestone-card:hover{border-color:#ff8c42;box-shadow:0 15px 30px -8px #e1555426;transform:translateY(-5px)}.jeev-milestone-card__year{background:#ff8c42;border-radius:30px;color:#fff;display:inline-block;font-size:.9rem;font-weight:700;margin-bottom:1rem;padding:.3rem 1rem}.jeev-milestone-card__title{color:#2d1e13;font-size:1.3rem;font-weight:700;margin-bottom:.8rem}.jeev-milestone-card__desc{color:#5a4a3a;font-size:.95rem;line-height:1.6;word-break:break-word}.jeev-split{align-items:stretch;display:flex;gap:3rem;margin:3rem 0}.jeev-split__left,.jeev-split__right{flex:1 1;min-width:0}.jeev-split__left{display:flex;flex-direction:column;gap:1.5rem}.jeev-leader-card{background:#fff;border:1px solid #ffe0c0;border-radius:32px;box-shadow:0 20px 30px -10px #e155541a;padding:1.5rem}.jeev-leader-card__image-frame{border:4px solid #fff;border-radius:24px;margin-bottom:1.5rem;outline:3px solid #ff8c42;overflow:hidden}.jeev-leader-card__image-frame img{aspect-ratio:1/1;display:block;object-fit:cover;transition:transform .5s ease;width:100%}.jeev-leader-card__image-frame:hover img{transform:scale(1.05)}.jeev-leader-card__quote{background:linear-gradient(145deg,#fff3e7,#ffe9d9);border-left:8px solid #ff8c42;border-radius:24px;padding:1.8rem 1.5rem}.jeev-leader-card__quote-icon{color:#e15554;font-size:1.8rem;margin-bottom:.5rem;opacity:.4}.jeev-leader-card__quote p{color:#4a2c1a;font-size:1.1rem;font-style:italic;font-weight:500;line-height:1.6;margin-bottom:1rem}.jeev-leader-card__quote-author{display:flex;flex-direction:column}.jeev-leader-card__author-name{color:#b43e1a;font-size:1.1rem;font-weight:700}.jeev-leader-card__author-title{color:#77450e;font-size:.9rem}.jeev-social{gap:1rem;margin-top:.5rem}.jeev-social,.jeev-social__link{display:flex;justify-content:center}.jeev-social__link{align-items:center;background:#fff;border:1px solid #ffe0b0;border-radius:50%;box-shadow:0 5px 15px #0000000d;color:#ff8c42;font-size:1.3rem;height:44px;transition:all .3s;width:44px}.jeev-social__link:hover{background:#ff8c42;color:#fff;transform:translateY(-5px)}.jeev-split__right{background:#fff;border:1px solid #ffe0b0;border-radius:32px;box-shadow:0 20px 30px -10px #ff8c421a;display:flex;flex-direction:column;padding:2rem}.jeev-split__name{color:#a1331e;font-size:2rem;font-weight:700;margin-bottom:.5rem;word-break:break-word}.jeev-split__title{border-bottom:2px dashed #ffd166;color:#ff8c42;font-size:1.2rem;font-weight:600;margin-bottom:1.5rem;padding-bottom:1rem}.jeev-split__bio{background:#fffcf7;border-left:4px solid #ff8c42;border-radius:20px;color:#3c2e24;line-height:1.7;margin-bottom:1.8rem;padding:1.5rem;word-break:break-word}.jeev-stats{grid-gap:1rem;background:#fff;border:2px dashed #ffb347;border-radius:24px;display:grid;gap:1rem;grid-template-columns:repeat(3,1fr);margin-top:auto;padding:1.2rem}.jeev-stats__item{text-align:center}.jeev-stats__number{color:#b43e1a;display:block;font-size:1.6rem;font-weight:800;text-shadow:1px 1px 0 #fda;word-break:break-word}.jeev-stats__label{color:#77450e;font-size:.75rem;font-weight:600;text-transform:uppercase}.jeev-team{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr);margin-top:2.5rem}.jeev-team-card{background:#fff;border:1px solid #ffe0b0;border-radius:20px;box-shadow:0 10px 25px -8px #0000000d;overflow:hidden;transition:all .3s}.jeev-team-card:hover{border-color:#ff8c42;box-shadow:0 20px 35px -10px #ff8c4233;transform:translateY(-5px)}.jeev-team-card__inner{display:flex;flex-direction:column}.jeev-team-card__image{aspect-ratio:1/1;border:3px solid #fff;border-radius:16px;margin:1.5rem auto 0;outline:2px solid #ff8c42;overflow:hidden;position:relative;width:85%}.jeev-team-card__image img{height:100%;object-fit:cover;transition:transform .4s ease;width:90%}.jeev-team-card:hover .jeev-team-card__image img{transform:scale(1.05)}.jeev-team-card__icon{align-items:center;background:linear-gradient(145deg,#ff8c42,#e15554);border:2px solid #fff;border-radius:50%;bottom:10px;color:#fff;display:flex;font-size:1.2rem;height:40px;justify-content:center;position:absolute;right:10px;width:40px}.jeev-team-card__content{padding:1rem 1.2rem 1.5rem}.jeev-team-card__content h4{color:#2d1e13;font-size:1.2rem;font-weight:700;margin-bottom:.2rem;word-break:break-word}.jeev-team-card__title{border-bottom:1px solid #ffe6d5;color:#ff8c42;font-size:.9rem;font-weight:600;margin-bottom:.8rem;padding-bottom:.4rem}.jeev-team-card__detail{align-items:center;color:#5a4a3a;display:flex;font-size:.85rem;gap:.5rem;margin-bottom:.5rem;word-break:break-word}.jeev-team-card__detail svg{color:#ff8c42;flex-shrink:0;font-size:1rem}.jeev-team-card__bio{color:#5a4a3a;font-size:.9rem;line-height:1.5;margin:.8rem 0;word-break:break-word}.jeev-team-card__expertise{border-top:1px solid #ffe6d5;color:#77450e;margin-top:.6rem;padding-top:.6rem}.jeev-team-card__contact,.jeev-team-card__expertise{align-items:center;display:flex;font-size:.9rem;font-weight:600;gap:.5rem;word-break:break-word}.jeev-team-card__contact{color:#e15554;margin-top:.5rem}.jeev-team-card__contact svg{flex-shrink:0;font-size:1rem}@media (max-width:900px){.jeev-team{gap:1.5rem;grid-template-columns:1fr}}@media (max-width:768px){.jeev-team-card__image{width:80%}}@media (max-width:480px){.jeev-team-card__image{margin-top:1rem;width:75%}.jeev-team-card__icon{font-size:1rem;height:35px;width:35px}.jeev-team-card__content{padding:.8rem 1rem 1.2rem}.jeev-team-card__content h4{font-size:1.1rem}}.jeev-animate-float{animation:jeev-float 3s ease-in-out infinite}@keyframes jeev-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.jeev-animate-fade-up{animation:jeev-fadeUp .8s ease forwards;opacity:0}@keyframes jeev-fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.jeev-animate-slide-right{animation:jeev-slideRight .8s ease forwards;opacity:0}@keyframes jeev-slideRight{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}.jeev-animate-slide-left{animation:jeev-slideLeft .8s ease forwards;opacity:0}@keyframes jeev-slideLeft{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}.jeev-animate-scale{animation:jeev-scaleIn .6s ease forwards;opacity:0;transform:scale(.9)}@keyframes jeev-scaleIn{to{opacity:1;transform:scale(1)}}.jeev-delay-1{animation-delay:.2s}@media (max-width:1100px){.jeev-split{flex-direction:column}.jeev-team{grid-template-columns:1fr}}@media (max-width:768px){.jeev-hero__title{font-size:2.5rem}.jeev-container{padding:2rem 1.5rem}.jeev-section__title{font-size:2rem}.jeev-milestones,.jeev-stats,.jeev-values{grid-template-columns:1fr}.jeev-split__name{font-size:1.8rem}.jeev-story__heading{font-size:1.6rem}}@media (max-width:480px){.jeev-hero{padding:3rem 1rem}.jeev-hero__title{font-size:2rem}.jeev-hero__subtitle{font-size:1rem}.jeev-hero__icon-wrapper{height:70px;width:70px}.jeev-hero__icon{font-size:2.2rem}.jeev-container{padding:2rem 1rem}.jeev-section__title{font-size:1.8rem}.jeev-section__subtitle{font-size:1rem}.jeev-split__name{font-size:1.6rem}.jeev-split__title{font-size:1rem}.jeev-story__heading{font-size:1.4rem}.jeev-story__text{font-size:.95rem}.jeev-leader-card{padding:1rem}.jeev-leader-card__quote{padding:1.2rem}.jeev-leader-card__quote p{font-size:.95rem}.jeev-social__link{font-size:1.1rem;height:38px;width:38px}.jeev-split__right{padding:1.5rem}.jeev-stats__number{font-size:1.3rem}.jeev-stats__label{font-size:.65rem}.jeev-team-card__content h4{font-size:1.2rem}.jeev-team-card__title{font-size:.9rem}.jeev-team-card__detail{font-size:.85rem}.jeev-team-card__bio{font-size:.9rem}.jeev-team-card__icon{font-size:1.2rem;height:40px;width:40px}}img{height:auto;max-width:100%}a,button{-webkit-tap-highlight-color:transparent}.jeev-milestone-card,.jeev-social__link,.jeev-team-card,.jeev-value-card{cursor:pointer}.section{background:linear-gradient(165deg,#fff9f2,#ffefe5);font-family:Inter,Segoe UI,Roboto,sans-serif;padding:2rem 1.25rem;width:100%}.container{gap:2.5rem;margin:0 auto;max-width:1400px}.container,.left{display:flex;flex-direction:column}.left{gap:1.75rem;width:100%}.card{background:#fff;border:2px solid #ffe0c0;border-radius:32px;box-shadow:12px 12px 0 #ff8c42,0 20px 30px -8px #e65c1e33;padding:1.25rem 1.25rem 1.75rem}.frame{border:4px solid #fff;border-radius:24px;outline:3px solid #ffb347;overflow:hidden;position:relative}.image{aspect-ratio:4/3;display:block;height:auto;object-fit:cover;transition:transform .4s ease;width:100%}.frame:hover .image{transform:scale(1.03)}.overlay{background:linear-gradient(145deg,#ff8c4226,#ffd1661a 50%,#e155541a);height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.quote{background:#ffeed9;border-bottom:6px solid #ffb347;border-left:10px solid #ff8c42;border-radius:24px;box-shadow:inset 0 -2px 0 #ffe5c4;margin-top:1rem;padding:1.5rem 1.25rem;position:relative}.icon{color:#e15554;margin-bottom:.5rem;opacity:.7}.text{color:#772e1d;font-size:1.15rem;font-style:italic;font-weight:700;line-height:1.4;margin:.25rem 0 .75rem}.author{align-items:center;color:#b85e1a;display:flex;font-weight:600;gap:8px}.author .dot{background:#ff8c42;border:2px solid #ffe68f;border-radius:50%;height:12px;width:12px}.grid{grid-gap:1rem;background:#fff;border:1px solid #ffc999;border-radius:28px;box-shadow:0 10px 0 #e15554,0 15px 25px -8px #e1555433;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr);padding:1.5rem 1rem}.item{align-items:center;background:#fffbf5;border:2px dashed #ffb347;border-radius:18px;display:flex;flex-direction:column;padding:.6rem .25rem;text-align:center}.value{color:#b43e1a;font-size:1.9rem;font-weight:800;line-height:1;text-shadow:2px 2px 0 #fda}.label{background:#ffedc0;border-radius:30px;color:#77450e;font-size:.85rem;font-weight:600;letter-spacing:.5px;margin-top:.25rem;padding:.2rem .8rem;text-transform:uppercase}.bar{display:flex;gap:8px;justify-content:center;margin:.5rem 0}.block{border-radius:20px;height:12px;width:40px}.block.orange{background:#ff8c42;box-shadow:0 2px 0 #b85e1a}.block.yellow{background:#ffd166;box-shadow:0 2px 0 #c68b1f}.block.red{background:#e15554;box-shadow:0 2px 0 #9c3131}.right{background:#fff;border:2px solid #ffe0b0;border-radius:40px 40px 40px 0;box-shadow:12px 12px 0 #ff8c42,0 20px 30px -10px #ff8c4240;padding:2rem 1.5rem;width:100%}.dots{display:flex;gap:12px;margin-bottom:1.25rem}.dots .dot{border:2px solid #fff;border-radius:50%;box-shadow:0 4px 6px #0000000d;height:20px;width:20px}.dots .dot.red{background:#e15554}.dots .dot.yellow{background:#ffd166}.dots .dot.orange{background:#ff8c42}.title{color:#a1331e;font-size:2.5rem;font-weight:800;line-height:1;margin:0 0 .25rem;text-shadow:3px 3px 0 #ffd699,5px 5px 0 #ff8c4233}.subtitle{background:#ffefd2;border-bottom:4px solid #ffb347;border-left:8px solid #ff8c42;border-radius:50px;color:#b3470c;font-size:1.1rem;font-weight:600;margin-bottom:1.8rem;padding:.6rem 1.2rem}.heading,.subtitle{display:inline-block}.heading{border-bottom:5px dashed #ffb347;color:#b22222;font-size:1.7rem;font-weight:700;margin:.5rem 0 1rem;padding-bottom:.4rem}.content{color:#2e1e12;font-size:1rem;line-height:1.7}.content p{background:#fffcf7;border-left:4px solid #0000;border-radius:16px;margin-bottom:1.2rem;padding:.5rem 1rem;transition:all .2s}.content p:hover{background:#fff6e6;border-left:4px solid #ff8c42}.lines{display:flex;gap:16px;justify-content:flex-end;margin-top:2rem}.line{border-radius:20px;height:10px;width:60px}.line.orange{background:#ff8c42}.line.yellow{background:#ffd166}.line.red{background:#e15554}@media screen and (min-width:900px){.section{padding:4rem 2.5rem}.container{align-items:stretch;flex-direction:row;gap:3rem}.left{flex:1 1 45%;justify-content:space-between}.right{display:flex;flex:1 1 55%;flex-direction:column}.content{max-height:550px;overflow-y:auto;padding-right:10px}.content::-webkit-scrollbar{width:10px}.content::-webkit-scrollbar-track{background:#ffe6d5;border-radius:12px}.content::-webkit-scrollbar-thumb{background:#ff8c42;border:2px solid #ffd98c;border-radius:12px}.grid{grid-template-columns:repeat(2,1fr)}.title{font-size:3rem}}@media screen and (min-width:1200px){.container{gap:4rem}.left{flex:1 1 42%}.right{flex:1 1 58%;padding:2.8rem 2.5rem}.grid{gap:1.5rem}.value{font-size:2.2rem}}@media screen and (max-width:480px){.title{font-size:2rem}.heading{font-size:1.4rem}.text{font-size:1rem}.value{font-size:1.6rem}.grid{padding:1rem .75rem}}
/*# sourceMappingURL=main.981b34f2.css.map*/