*{box-sizing:border-box;padding:0}*,body{margin:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;overflow-x:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.container{margin:0 auto;max-width:1200px;padding:0 2rem}@media (max-width:768px){.container{padding:0 1.5rem}}@media (max-width:640px){.container{padding:0 1rem}}.page-hero{box-sizing:border-box;margin-left:calc(50% - 50vw);width:100vw}.App{background:#fff;color:#1f2937;min-height:100vh;width:100%}section{scroll-margin-top:80px}html{scroll-behavior:smooth}.floating-buttons{bottom:2rem;display:flex;flex-direction:column;gap:1rem;position:fixed;right:2rem;z-index:1000}.floating-phone{align-items:center;background:#22c55e;border-radius:50%;box-shadow:0 4px 20px #22c55e66;color:#fff;display:flex;height:56px;justify-content:center;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease;width:56px}.floating-phone:hover{box-shadow:0 6px 30px #22c55e99;transform:scale(1.1)}.floating-whatsapp{align-items:center;background:#25d366;border-radius:50%;box-shadow:0 4px 20px #25d36666;color:#fff;display:flex;height:60px;justify-content:center;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease;width:60px}.floating-whatsapp:hover{box-shadow:0 6px 30px #22c55e99;transform:scale(1.1)}.floating-whatsapp svg{height:28px;width:28px}.floating-phone svg{height:24px;width:24px}.floating-btn-label{display:none}@media (max-width:640px){.floating-buttons{bottom:0;flex-direction:row;gap:0;left:0;padding:0 0 env(safe-area-inset-bottom,0);right:0}.floating-phone,.floating-whatsapp{border-radius:0;flex:1 1;flex-direction:row;font-size:1rem;font-weight:700;gap:.5rem;height:52px;min-height:52px;width:auto}.floating-whatsapp{background:#25d366;box-shadow:none}.floating-whatsapp:hover{background:#20bd5a;box-shadow:none;transform:none}.floating-phone{background:#dc2626;box-shadow:none}.floating-phone:hover{background:#b91c1c;box-shadow:none;transform:none}.floating-btn-label{color:#fff;display:inline}.floating-phone svg{flex-shrink:0;height:22px;width:22px}.floating-whatsapp svg{flex-shrink:0;height:24px;width:24px}}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;box-shadow:0 2px 10px #0000001a;box-sizing:border-box;left:0;max-width:100vw;padding:.5rem 0;position:fixed;right:0;top:0;transition:all .3s ease;width:100%;z-index:1000}.navbar.scrolled{background:#fffffffa;box-shadow:0 4px 20px #00000026}.navbar-container{box-sizing:border-box;gap:1rem;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 1.5rem;width:100%}.navbar-container,.navbar-logo{align-items:center;display:flex}.navbar-logo{cursor:pointer;flex-shrink:0;margin-right:auto;transition:transform .3s ease}.navbar-logo:hover{transform:scale(1.05)}.navbar-logo-img{display:block;height:132px;object-fit:contain;width:auto}.logo-text{color:#62c470;font-size:1.35rem;font-weight:800;letter-spacing:-.5px;line-height:1;white-space:nowrap}.navbar-menu{align-items:center;display:flex;flex:1 1;flex-wrap:wrap;gap:1.25rem;justify-content:center}.navbar-menu a{color:#1f2937;font-size:.875rem;font-weight:500;padding:.4rem 0;position:relative;text-decoration:none;transition:color .3s ease}.navbar-right{align-items:center;display:flex;flex-shrink:0;gap:.5rem;margin-left:auto}.navbar-inquiry-btn{background:#0000;border:2px solid #e5e7eb;border-radius:8px;color:#1f2937;cursor:pointer;font-size:.85rem;font-weight:600;padding:.45rem .85rem;transition:border-color .2s ease,color .2s ease}.navbar-inquiry-btn:hover{border-color:#62c470;color:#62c470}.navbar-right .navbar-cta-btn{font-size:.8rem;padding:.45rem .85rem}.navbar-inquiry-mobile,.navbar-menu-cta{display:none}.navbar-menu a.active,.navbar-menu a:hover{color:#62c470}.navbar-menu a:after{background:#62c470;bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.navbar-menu a:hover{color:#62c470}.navbar-menu a:hover:after{background:#62c470;width:100%}.navbar-dropdown-wrap{position:relative}.navbar-dropdown-wrap>a.active:after{width:100%}.navbar-mega{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 10px 40px #0000001f;left:50%;margin-top:.25rem;max-width:min(95vw,960px);min-width:200px;overflow:hidden;position:absolute;top:100%;transform:translateX(-50%);transition:min-width .2s ease;z-index:1001}.navbar-mega:has(.navbar-mega-inner--cols-2){min-width:380px}.navbar-mega:has(.navbar-mega-inner--cols-3){min-width:720px}.navbar-mega-inner{grid-gap:0;display:grid;gap:0;max-height:min(70vh,520px);min-height:200px;transition:grid-template-columns .2s ease}.navbar-mega-inner--cols-1{grid-template-columns:1fr}.navbar-mega-inner--cols-2{grid-template-columns:minmax(180px,1fr) minmax(200px,1fr)}.navbar-mega-inner--cols-3{grid-template-columns:minmax(180px,1fr) minmax(200px,1fr) minmax(260px,1.2fr)}.navbar-mega-left{background:#f9fafb;border-right:1px solid #e5e7eb;display:flex;flex-direction:column;gap:.25rem;min-height:0;min-width:160px;overflow-y:auto;padding:.5rem 0}.navbar-mega-ana{background:none;border:none;border-left:3px solid #0000;color:#374151;cursor:pointer;display:block;font-size:.95rem;font-weight:600;padding:.55rem 1.25rem;text-align:left;transition:background .2s,color .2s;width:100%}.navbar-mega-ana.active,.navbar-mega-ana:hover{background:#fef2f2;border-left-color:#b91c1c;color:#b91c1c}.navbar-mega-middle{background:#fafafa;border-right:1px solid #e5e7eb;display:flex;flex-direction:column;gap:.25rem;min-height:0;min-width:160px;overflow-y:auto;padding:.5rem 0}.navbar-mega-sub{background:none;border:none;border-left:3px solid #0000;color:#4b5563;cursor:pointer;display:block;font-size:.9rem;font-weight:600;padding:.5rem 1.25rem .5rem 1.5rem;text-align:left;transition:background .2s,color .2s;width:100%}.navbar-mega-sub.active,.navbar-mega-sub:hover{background:#fef2f2;border-left-color:#b91c1c;color:#b91c1c}.navbar-mega-right{display:flex;flex-direction:column;gap:.35rem;min-height:0;overflow-y:auto;padding:1rem 1.25rem}.navbar-mega-item{border-bottom:1px solid #0000;color:#374151;display:block;font-size:.9rem;padding:.5rem 0;text-decoration:none;transition:color .2s;white-space:normal;word-break:break-word}.navbar-mega-item:hover{color:#b91c1c}.navbar-mega-empty{color:#6b7280;font-size:.9rem;margin:0}.admin-link{background:#b91c1c;border-radius:8px;color:#fff!important;font-weight:600;padding:.5rem 1rem!important}.admin-link:hover{background:#991b1b}.admin-link:after{display:none}.navbar-phone{align-items:center;display:flex}.navbar-phone a{color:#b91c1c;font-size:1rem;font-weight:600;text-decoration:none;transition:color .3s ease}.navbar-phone a:hover{color:#991b1b}.navbar-cta-btn{background:#62c470;border:none;border-radius:8px;color:#fff!important;cursor:pointer;font-size:.95rem;font-weight:600;padding:.5rem 1rem;transition:background .2s ease;white-space:nowrap}.navbar-cta-btn:hover{background:#52b85f}.navbar-cta-btn:after{display:none}.mobile-menu-toggle{background:#0000;border:none;cursor:pointer;display:none;flex-direction:column;gap:5px;padding:.5rem}.mobile-menu-toggle span{background:#1f2937;border-radius:2px;height:3px;transition:all .3s ease;width:25px}@media (max-width:968px){.navbar-container{max-width:100%;padding:0 1rem;width:100%}.navbar-logo{flex-shrink:0;margin-right:auto}.logo-text{font-size:1.5rem}.mobile-menu-toggle{display:flex;flex-shrink:0;margin-left:auto}.navbar-menu{-webkit-overflow-scrolling:touch;align-items:stretch;background:#fffffffa;box-shadow:4px 0 20px #00000014;box-sizing:border-box;display:flex;flex-direction:column;flex-wrap:nowrap;gap:0;left:0;max-height:100vh;max-width:100vw;min-height:100vh;overflow-x:hidden;overflow-y:auto;padding:70px 1rem 2rem;position:fixed;right:0;top:0;transform:translateX(-100%);transition:transform .3s ease;width:100%;z-index:999}.navbar-menu>.navbar-dropdown-wrap,.navbar-menu>a{flex:0 0 auto;max-width:100%;min-width:0;width:100%}.navbar-right{display:none}.navbar-inquiry-mobile,.navbar-menu-cta{display:block;margin-top:.5rem;padding:.75rem 1rem;text-align:center;width:100%}.navbar-menu.active{transform:translateX(0)}.navbar-menu>.navbar-dropdown-wrap>a,.navbar-menu>a{border-bottom:1px solid #e5e7eb;box-sizing:border-box;display:block;font-size:1.1rem;padding:1rem .75rem;text-align:left;width:100%;word-break:break-word}.navbar-menu>.navbar-dropdown-wrap{border-bottom:1px solid #e5e7eb}.navbar-menu>.navbar-dropdown-wrap>a{border-bottom:none}.navbar-dropdown-wrap>a:after,.navbar-mega{display:none}.navbar-dropdown-wrap{align-items:stretch;overflow:hidden;width:100%}.navbar-dropdown-wrap,.navbar-mobile-services{display:flex;flex-direction:column;flex-wrap:nowrap;min-width:0}.navbar-mobile-services{background:#fafafa;border:none;border-radius:0;border-top:1px solid #e5e7eb;margin-top:0;max-height:0;min-height:0;overflow:visible;padding:0;transition:max-height .3s ease}.navbar-mobile-services.navbar-mobile-services--open{margin-top:0;max-height:2000px;padding:.5rem 0 1rem}.navbar-mobile-cat{border-bottom:1px solid #eee;display:flex;flex-direction:column;flex-wrap:nowrap;margin-bottom:0;max-width:100%;min-width:0}.navbar-mobile-cat:last-child{border-bottom:none}.navbar-mobile-cat-title{word-wrap:break-word;color:#374151;display:block;font-size:.85rem;font-weight:600;letter-spacing:0;margin-bottom:0;max-width:100%;overflow-wrap:break-word;padding:.75rem 1rem .35rem;text-transform:none}.navbar-mobile-sub-wrap{display:block;margin-bottom:0;max-width:100%;min-width:0}.navbar-mobile-sub-btn{word-wrap:break-word;background:#0000;border:none;border-bottom:1px solid #f0f0f0;border-radius:0;box-sizing:border-box;color:#4b5563;cursor:pointer;display:block;font-size:.9rem;font-weight:500;max-width:100%;overflow-wrap:break-word;padding:.5rem 1rem;text-align:left;transition:background .2s,color .2s;width:100%}.navbar-mobile-sub-btn:hover{background:#f0f4f8;color:#b91c1c}.navbar-mobile-items{background:#fff;border-bottom:1px solid #eee;display:flex;flex-direction:column;flex-wrap:nowrap;gap:0;margin-left:0;max-width:100%;min-width:0;padding:0 0 .25rem}.navbar-mobile-item{word-wrap:break-word;border-bottom:1px solid #f5f5f5;border-radius:0;box-sizing:border-box;color:#6b7280;display:block;font-size:.9rem;max-width:100%;overflow-wrap:break-word;padding:.5rem 1rem .5rem 1.5rem;text-decoration:none;transition:background .2s,color .2s}.navbar-mobile-item:last-child{border-bottom:none}.navbar-mobile-item:hover{background:#f8fafc;color:#b91c1c}}@media (max-width:640px){.navbar-container{padding:0 .75rem}.navbar-logo-img{height:90px}.logo-text{font-size:1.3rem}.navbar-menu a{font-size:1rem}}.hero{align-items:center;display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding:120px 2rem 4rem;position:relative}.hero-tkmb{background:linear-gradient(135deg,#62c470,#52b85f 50%,#72d080)}.hero-tkmb.hero-with-slider .hero-slider{z-index:0}.hero-tkmb.hero-with-slider .hero-slide{opacity:0;transition:opacity .8s ease-in-out}.hero-tkmb.hero-with-slider .hero-slide.active{opacity:1;z-index:1}.hero-tkmb .hero-pattern{background-image:radial-gradient(circle at 20% 80%,#fff 1px,#0000 0),radial-gradient(circle at 80% 20%,#fff 1px,#0000 0);background-size:48px 48px;height:100%;left:0;opacity:.08;pointer-events:none;position:absolute;top:0;width:100%;z-index:1}.hero-tkmb .hero-overlay,.hero-tkmb .hero-overlay-tkmb{background:linear-gradient(135deg,#00000040,#00000026 50%,#0003);pointer-events:none;z-index:1}.hero-badge{background:#ffffff26;border:1px solid #ffffff40;border-radius:6px;color:#fffffff2;display:inline-block;font-size:.85rem;font-weight:700;letter-spacing:.2em;margin-bottom:1.25rem;padding:.4rem 1rem}.hero-tkmb .hero-cta-btn{color:#62c470}.hero-tkmb .hero-cta-btn:hover{color:#fff}.hero-education{background:linear-gradient(135deg,#b91c1c,#991b1b 50%,#dc2626)}.hero-with-slider.hero-education{background:#b91c1c}.hero-education .hero-content{position:relative;z-index:2}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:1.5rem}.hero-cta-secondary{background:#0000!important;border-color:#fffc!important;color:#fff!important}.hero-cta-secondary:hover{background:#ffffff26!important;color:#fff!important}.hero-slider{z-index:0}.hero-slide,.hero-slider{height:100%;left:0;position:absolute;top:0;width:100%}.hero-slide{background-position:50%;background-repeat:no-repeat;background-size:cover;opacity:0;transition:opacity .8s ease-in-out}.hero-slide-collage{grid-gap:0;display:grid;gap:0;grid-template-columns:repeat(3,1fr);grid-template-rows:1fr;height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%}.hero-collage-item{background-position:50%;background-repeat:no-repeat;background-size:cover;height:100%;opacity:.9;transition:transform .3s ease,opacity .3s ease;width:100%}.hero-collage-item:hover{opacity:1;transform:scale(1.05)}.hero-slide-collage .hero-collage-item:first-child{grid-column:1/2;grid-row:1/2}.hero-slide-collage .hero-collage-item:nth-child(2){grid-column:2/3;grid-row:1/2}.hero-slide-collage .hero-collage-item:nth-child(3){grid-column:3/4;grid-row:1/2}@media (max-width:968px){.hero-slide-collage{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr)}.hero-slide-collage .hero-collage-item:first-child{grid-column:1/2;grid-row:1/2}.hero-slide-collage .hero-collage-item:nth-child(2){grid-column:2/3;grid-row:1/2}.hero-slide-collage .hero-collage-item:nth-child(3){grid-column:1/3;grid-row:2/3}}@media (max-width:640px){.hero-slide-collage{grid-template-columns:1fr;grid-template-rows:repeat(3,1fr)}.hero-slide-collage .hero-collage-item:first-child,.hero-slide-collage .hero-collage-item:nth-child(2),.hero-slide-collage .hero-collage-item:nth-child(3){grid-column:1/2}.hero-slide-collage .hero-collage-item:first-child{grid-row:1/2}.hero-slide-collage .hero-collage-item:nth-child(2){grid-row:2/3}.hero-slide-collage .hero-collage-item:nth-child(3){grid-row:3/4}}.hero-slide.active{opacity:1;z-index:1}.hero-overlay{background:linear-gradient(135deg,#b91c1cbf,#991b1b99 50%,#00000059);height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:1}.hero-content{max-width:1200px;padding:0 2rem;position:relative;text-align:center;width:100%;z-index:2}.hero-text{animation:fadeInUp .8s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-title{color:#fff;font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;text-shadow:0 2px 10px #0000004d}.hero-subtitle{color:#fffffff2;font-size:1.3rem;line-height:1.8;margin:0 auto;max-width:800px;text-shadow:0 2px 8px #0000004d}.hero-cta-btn{background:#fff;border:2px solid #fff;border-radius:10px;color:#b91c1c;cursor:pointer;display:inline-block;font-size:1.1rem;font-weight:700;margin-top:1.5rem;padding:.875rem 2rem;text-shadow:none;transition:background .3s ease,color .3s ease,transform .2s ease}.hero-cta-btn:hover{background:#0000;color:#fff;transform:translateY(-2px)}.hero-arrow{align-items:center;background:#fff3;border:2px solid #ffffff4d;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:40px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:40px;z-index:10}.hero-arrow:hover{background:#ffffff4d;border-color:#ffffff80;transform:translateY(-50%) scale(1.1)}.hero-arrow-left{left:2rem}.hero-arrow-right{right:2rem}.hero-dots{bottom:2rem;display:flex;gap:.75rem;left:50%;position:absolute;transform:translateX(-50%);z-index:10}.hero-dot{background:#0000;border:2px solid #ffffff80;border-radius:50%;cursor:pointer;height:10px;padding:0;transition:all .3s ease;width:10px}.hero-dot:hover{background:#ffffff4d;border-color:#ffffffb3}.hero-dot.active{background:#fff;border-color:#fff;border-radius:5px;width:30px}@media (max-width:968px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-arrow{height:35px;width:35px}.hero-arrow-left{left:1rem}.hero-arrow-right{right:1rem}}@media (max-width:640px){.hero{padding:100px 1rem 3rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-arrow{height:30px;width:30px}.hero-arrow svg{height:16px;width:16px}.hero-arrow-left{left:.5rem}.hero-arrow-right{right:.5rem}.hero-dots{bottom:1.5rem}}.home-roles{background:#f8fafc;padding:4.5rem 2rem}.home-roles .container{margin:0 auto;max-width:1200px}.home-why-block{margin-bottom:4rem}.home-why-wrapper{grid-gap:0;background:#fff;border-radius:24px;box-shadow:0 24px 48px #00000014,0 12px 24px #0000000a;display:grid;gap:0;grid-template-columns:.95fr 1.05fr;min-height:420px;overflow:hidden}.home-why-image-wrap{min-height:320px;position:relative}.home-why-image{display:block;height:100%;object-fit:cover;width:100%}.home-why-image-overlay{background:linear-gradient(135deg,#62c47026,#0000 50%);inset:0;pointer-events:none;position:absolute}.home-why-content{display:flex;flex-direction:column;justify-content:center;padding:2.5rem 2.5rem 2rem}.home-why-label{color:#62c470;display:inline-block;font-size:.8rem;font-weight:700;letter-spacing:.12em;margin-bottom:.5rem;text-transform:uppercase}.home-why-title{color:#1e293b;font-size:1.75rem;font-weight:800;line-height:1.25;margin:0 0 1rem}.home-why-text{color:#475569;font-size:1rem;line-height:1.75;margin:0 0 1.5rem}.home-why-cards{grid-gap:.75rem 1rem;display:grid;gap:.75rem 1rem;grid-template-columns:repeat(2,1fr)}.home-why-card{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;display:flex;gap:.75rem;padding:.6rem .75rem;transition:border-color .2s ease,box-shadow .2s ease}.home-why-card:hover{border-color:#62c47066;box-shadow:0 4px 12px #62c47014}.home-why-card-image{background:#e2e8f0;border-radius:10px;flex-shrink:0;height:48px;overflow:hidden;position:relative;width:48px}.home-why-card-image img{height:100%;object-fit:cover;width:100%}.home-why-card-check{align-items:center;background:#62c470;border-radius:50%;bottom:2px;color:#fff;display:flex;font-size:.7rem;font-weight:700;height:18px;justify-content:center;position:absolute;right:2px;width:18px}.home-why-card-text{color:#334155;font-size:.9rem;font-weight:500;line-height:1.35;margin:0}.home-roles-title{color:#62c470;font-size:2rem;font-weight:700;margin-bottom:1.25rem;text-align:center}.home-roles-title-main{margin-bottom:2rem;margin-top:2.5rem}.home-roles-grid{grid-gap:1.75rem;display:grid;gap:1.75rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));margin-bottom:2.5rem}.home-role-card{background:#fff;border:1px solid #62c4701a;border-radius:16px;box-shadow:0 4px 20px #62c4700f;padding:2rem;text-align:center;transition:transform .25s ease,box-shadow .25s ease}.home-role-card:hover{box-shadow:0 8px 24px #62c47026;transform:translateY(-4px)}.home-role-icon{align-items:center;color:#62c470;display:flex;justify-content:center;margin:0 auto 1rem}.home-role-icon svg{height:40px;width:40px}.home-role-title{color:#1e293b;font-size:1.05rem;font-weight:600;line-height:1.4;margin:0 0 .5rem}.home-role-desc{color:#64748b;font-size:.9rem;line-height:1.5;margin:0}.home-roles-cta{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.home-roles-cta .btn-primary{background:#62c470;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:background .2s ease}.home-roles-cta .btn-primary:hover{background:#52b85f}.home-roles-cta .btn-outline{background:#0000;border:2px solid #62c470;border-radius:8px;color:#62c470;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:background .2s ease,color .2s ease}.home-roles-cta .btn-outline:hover{background:#62c470;color:#fff}@media (max-width:968px){.home-why-wrapper{grid-template-columns:1fr;min-height:auto}.home-why-image-wrap{min-height:280px}.home-why-content{padding:2rem 1.75rem}.home-why-title{font-size:1.5rem}.home-why-cards{grid-template-columns:1fr}}@media (max-width:640px){.home-roles{padding:3rem 1rem}.home-why-wrapper{border-radius:16px}.home-why-image-wrap{min-height:220px}.home-why-content{padding:1.5rem 1.25rem}.home-why-title{font-size:1.35rem}.home-why-card{padding:.5rem .65rem}.home-why-card-image{height:42px;width:42px}.home-why-card-text{font-size:.85rem}.home-roles-title-main{font-size:1.6rem;margin-top:2rem}.home-roles-grid{grid-template-columns:1fr}}.footer{background:linear-gradient(180deg,#1a2f24,#15261e);color:#fff;padding:4rem 0 2rem;position:relative}.footer-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:2fr 1fr 1.5fr;margin-bottom:3rem}.footer-section{display:flex;flex-direction:column}.footer-about{max-width:400px}.footer-logo .logo-text{color:#62c470;display:block;font-size:1.8rem;font-weight:800;line-height:1;margin-bottom:1rem}.footer-description{color:#cbd5e1e6;font-size:.95rem;line-height:1.7;margin-bottom:1rem;margin-top:0}.footer-social{display:flex;gap:1rem;margin-top:auto}.social-link{background:#62c47033;border:2px solid #62c47066;border-radius:50%;box-sizing:border-box;color:#fff;display:block;flex-shrink:0;height:40px;min-height:40px;min-width:40px;position:relative;text-decoration:none;transition:all .3s ease;width:40px}.social-link svg{display:block;height:20px;left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);width:20px}.social-link:hover{transform:translateY(-2px)}.social-link.whatsapp{background:#25d366;border-color:#25d366}.social-link.whatsapp:hover{background:#20bd5a;border-color:#20bd5a;box-shadow:0 4px 12px #25d36666}.social-link.phone{background:#62c470;border-color:#62c470}.social-link.phone:hover{background:#52b85f;border-color:#52b85f;box-shadow:0 4px 12px #62c47066}.social-link.email:hover{background:#62c470;border-color:#62c470;box-shadow:0 4px 12px #62c4704d}.social-link.youtube{background:red;border-color:red}.social-link.youtube:hover{background:#c00;border-color:#c00;box-shadow:0 4px 12px #f006}.social-link.instagram{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);border-color:#c13584}.social-link.instagram:hover{box-shadow:0 4px 12px #bc188866;transform:translateY(-2px)}.social-link.tiktok{background:#000;border-color:#000}.social-link.tiktok:hover{background:#333;border-color:#333;box-shadow:0 4px 12px #0006}.footer-title{color:#fff;font-size:1.2rem;font-weight:700;margin-bottom:1.5rem}.footer-links{display:flex;flex-direction:column;gap:.75rem;list-style:none;margin:0;padding:0}.footer-links a{color:#cbd5e1d9;display:inline-block;font-size:.95rem;text-decoration:none;transition:all .3s ease}.footer-links a:hover{color:#62c470;padding-left:5px}.footer-contact{display:flex;flex-direction:column;gap:1.25rem;list-style:none;margin:0;padding:0}.footer-contact li{align-items:flex-start;color:#cbd5e1d9;display:flex;font-size:.95rem;gap:.75rem;line-height:1.6}.footer-contact li svg{color:#62c470;flex-shrink:0;margin-top:2px}.footer-contact a{color:#62c470;font-weight:600;text-decoration:none;transition:color .3s ease}.footer-contact a:hover{color:#86efac}.footer-address,.footer-hours{color:#9ca3af;line-height:1.6;overflow-wrap:break-word;word-break:break-word}.footer-bottom{border-top:1px solid #62c47033;display:flex;flex-direction:column;gap:.5rem;padding-top:2rem;text-align:center}.footer-bottom p{color:#cbd5e1cc;font-size:.9rem;margin:0}.footer-credit{font-size:.85rem!important}.footer-bottom a{color:#62c470;text-decoration:none;transition:all .3s ease}.footer-bottom a:hover{color:#86efac;text-decoration:underline}@media (max-width:968px){.footer{padding:3rem 0 2rem}.footer-content{gap:2.5rem;grid-template-columns:1fr}.footer-about{max-width:100%}.footer-social{margin-top:1rem}.footer-bottom{text-align:center}}.about-page{background:#fff;min-height:100vh;padding-top:0}.about-hero{background:linear-gradient(135deg,#62c470,#52b85f);color:#fff;margin-top:100px;padding:4.5rem 2rem 3.5rem}.about-hero-title{font-size:2.25rem;font-weight:800;line-height:1.35;margin:0 0 .85rem}.about-hero-subtitle{font-size:1.1rem;margin:0;opacity:.95}.about-content{padding:4rem 0}.about-intro-image{border-radius:16px;box-shadow:0 8px 32px #0000001a;margin-bottom:3rem;overflow:hidden}.about-intro-image img{display:block;height:auto;max-height:420px;object-fit:cover;width:100%}.about-section{margin-bottom:5rem}.section-container{background:#f9fafb;border-radius:20px;box-shadow:0 4px 20px #0000000d;padding:3rem}.about-intro{color:#334155;font-size:1.15rem;line-height:1.8;margin:0}.stats-section{margin-bottom:5rem}.stats-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr);margin:0 auto;max-width:800px}.stat-card{background:linear-gradient(135deg,#b91c1c,#991b1b);border-radius:20px;box-shadow:0 4px 20px #22c55e4d;color:#fff;padding:3rem 2rem;transition:transform .3s ease,box-shadow .3s ease}.stat-card:hover{box-shadow:0 8px 30px #22c55e66;transform:translateY(-5px)}.stat-number{color:#fff;font-size:4rem;font-weight:800;line-height:1;margin-bottom:.5rem}.stat-label{color:#fffffff2;font-size:1.2rem;font-weight:600}.mission-vision-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr)}.mission-vision-item{background:#f9fafb;border-radius:20px;box-shadow:0 4px 20px #0000000d;padding:3rem}.mission-vision-item .section-title{font-size:2rem;margin-bottom:1.5rem;text-align:center}.mission-vision-item .section-content{max-width:100%;text-align:center}.mission-vision-item .section-content p{margin-bottom:1.5rem;text-align:justify}.section-title{color:#1f2937;font-size:2rem;font-weight:800;margin-bottom:1.5rem}.section-title-center{margin-bottom:2rem;text-align:center}.section-note{color:#6b7280;font-size:.95rem;line-height:1.7;margin-top:1rem}.about-do-list{list-style:none;margin:1rem 0 0;padding:0}.about-do-list li{color:#334155;line-height:1.6;padding:.5rem 0 .5rem 1.5rem;position:relative}.about-do-list li:before{color:#62c470;content:"▸";font-weight:700;left:0;position:absolute}.section-content{margin:0 auto;max-width:900px}.section-content p{color:#6b7280;font-size:1.1rem;line-height:1.9;margin-bottom:1.5rem;text-align:justify}.values-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:2rem}.value-card{background:#f9fafb;border-left:4px solid #62c470;border-radius:16px;padding:2.5rem;transition:transform .3s ease,box-shadow .3s ease}.value-card:hover{box-shadow:0 8px 30px #62c4701f;transform:translateY(-5px)}.value-card h3{color:#62c470;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.value-card p{color:#6b7280;font-size:1rem;line-height:1.7;margin:0}.process-steps{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:3rem}.process-step{background:#f9fafb;border-radius:16px;padding:2rem;text-align:center;transition:transform .3s ease}.process-step:hover{transform:translateY(-5px)}.step-number{align-items:center;background:#b91c1c;border-radius:50%;color:#fff;display:flex;font-size:1.8rem;font-weight:800;height:60px;justify-content:center;margin:0 auto 1.5rem;width:60px}.process-step h3{color:#1f2937;font-size:1.3rem;font-weight:700;margin-bottom:1rem}.process-step p{color:#6b7280;font-size:1rem;line-height:1.7;margin:0}.features-list{list-style:none;margin:0 auto;max-width:800px;padding:0}.features-list li{color:#6b7280;font-size:1.1rem;line-height:1.9;margin-bottom:1.5rem;padding-left:2rem;position:relative}.features-list li:before{color:#b91c1c;content:"✓";font-size:1.3rem;font-weight:700;left:0;position:absolute}.features-list li strong{color:#1f2937;font-weight:700}.why-choose-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:2rem}.why-choose-card{background:#fff;border-radius:16px;border-top:4px solid #b91c1c;box-shadow:0 4px 20px #00000014;padding:2.5rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.why-choose-card:hover{box-shadow:0 8px 30px #0000001f;transform:translateY(-5px)}.why-choose-card h3{color:#1f2937;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.why-choose-card p{color:#6b7280;font-size:1rem;line-height:1.7;margin:0}.contact-info-box{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:2rem}.info-box-item{background:#f9fafb;border-left:4px solid #b91c1c;border-radius:16px;padding:2rem}.info-box-item h3{color:#1f2937;font-size:1.3rem;font-weight:700;margin-bottom:1rem}.info-box-item p{color:#6b7280;font-size:1rem;line-height:1.7;margin:.5rem 0}.info-box-item a{color:#b91c1c;font-weight:600;text-decoration:none;transition:color .3s ease}.info-box-item a:hover{color:#991b1b}@media (max-width:968px){.about-hero-title{font-size:2rem}.about-hero-subtitle{font-size:1.05rem}.section-title{font-size:2rem}.process-steps,.values-grid,.why-choose-grid{grid-template-columns:1fr}}@media (max-width:640px){.about-hero{padding:3rem 1.5rem}.about-hero-title{font-size:1.75rem}.about-hero-subtitle{font-size:1rem}.about-content{padding:3rem 0}.about-section{margin-bottom:3rem}.section-container{padding:2rem 1.5rem}.stats-grid{gap:1.5rem;grid-template-columns:1fr;max-width:100%}.stat-card{padding:2rem 1.5rem}.stat-number{font-size:3rem}.stat-label{font-size:1rem}.mission-vision-container{gap:2rem;grid-template-columns:1fr}.mission-vision-item{padding:2rem 1.5rem}.mission-vision-item .section-title{font-size:1.8rem;text-align:center}.section-title{font-size:1.8rem}.section-content p{font-size:1rem;text-align:left}.info-box-item,.process-step,.value-card,.why-choose-card{padding:1.5rem}.contact-info-box{grid-template-columns:1fr}}.membership-page .page-hero{background:linear-gradient(135deg,#62c470,#52b85f);color:#fff;margin-top:100px;padding:4.5rem 2rem 3.5rem}.membership-page .page-hero-title{font-size:2.25rem;font-weight:800;line-height:1.35;margin:0 0 .85rem}.membership-page .page-hero-subtitle{font-size:1.1rem;margin:0;opacity:.95}.membership-page .page-content{padding:3rem 2rem}.membership-page .content-section,.membership-page .intro-block{margin-bottom:2.5rem}.membership-page .intro-block p{color:#334155;font-size:1.1rem;line-height:1.8}.membership-page .membership-fee-note{background:#f0fdf4;border-left:4px solid #62c470;border-radius:0 8px 8px 0;color:#166534;font-size:1.05rem;margin:1.25rem 0 0;padding:1rem 1.25rem}.membership-page .content-section h2{color:#62c470;font-size:1.5rem;margin-bottom:.5rem}.membership-page .section-lead{color:#475569;line-height:1.6;margin-bottom:1.25rem}.membership-cards{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.membership-card{background:#f8fafc;border-left:4px solid #62c470;border-radius:12px;padding:1.5rem}.membership-card h3{color:#62c470;font-size:1.1rem;margin:0 0 .5rem}.membership-card p{color:#475569;font-size:.95rem;line-height:1.6;margin:0}.benefits-list{display:flex;flex-direction:column;gap:1rem}.benefit-item{background:#f8fafc;border-left:4px solid #62c470;border-radius:12px;padding:1.25rem 1.5rem}.benefit-item h4{color:#62c470;font-size:1.05rem;margin:0 0 .35rem}.benefit-item p{color:#475569;font-size:.95rem;line-height:1.6;margin:0}.process-steps{counter-reset:step;list-style:none;margin:0;padding:0}.process-steps li{align-items:flex-start;border-bottom:1px solid #e2e8f0;color:#334155;display:flex;gap:1rem;line-height:1.5;padding:.75rem 0}.process-steps li:last-child{border-bottom:none}.step-num{align-items:center;background:#62c470;border-radius:50%;color:#fff;display:inline-flex;flex-shrink:0;font-size:.9rem;font-weight:700;height:28px;justify-content:center;width:28px}.faq-list{list-style:none;margin:0;padding:0}.faq-item{background:#f8fafc;border-radius:12px;margin-bottom:1.25rem;padding:1.25rem}.faq-item dt{color:#62c470;font-size:1rem;font-weight:700;margin-bottom:.35rem}.faq-item dd{color:#475569;font-size:.95rem;line-height:1.6;margin:0}.membership-page .contact-cta{background:#f0fdfa;border-left:4px solid #62c470;border-radius:8px;margin-top:2rem;padding:1.25rem}.membership-page .contact-cta a{color:#62c470;font-weight:600}.membership-page .contact-cta a:hover{text-decoration:underline}.standards-page .page-hero{background:linear-gradient(135deg,#62c470,#52b85f);color:#fff;margin-top:100px;padding:4.5rem 2rem 3.5rem}.standards-page .page-hero-title{font-size:2.25rem;font-weight:800;line-height:1.35;margin:0 0 .85rem}.standards-page .page-hero-subtitle{font-size:1.1rem;margin:0;opacity:.95}.standards-page .page-content{padding:3rem 2rem}.standard-section,.standards-page .content-section{margin-bottom:2.5rem}.standards-page .content-section p,.standards-page .intro{color:#334155;line-height:1.8}.standards-page .intro{margin-bottom:1rem}.standards-page .content-section h2{color:#62c470;font-size:1.5rem;margin-bottom:.5rem}.standard-doc-link{margin-bottom:2rem}.standard-doc-card{background:#f0fdfa;border:2px solid #62c470;border-radius:16px;cursor:pointer;padding:1.75rem 2rem;transition:all .25s ease}.standard-doc-card:hover{background:#ccfbf1;box-shadow:0 8px 24px #62c47026;transform:translateY(-2px)}.standard-doc-card h2{color:#62c470;font-size:1.35rem;margin:0 0 .75rem}.standard-doc-card p{color:#334155;font-size:1rem;line-height:1.7;margin:0 0 1rem}.standard-doc-cta{color:#62c470;font-size:1rem;font-weight:700}.standard-doc-card:hover .standard-doc-cta{text-decoration:underline}.standards-page .section-lead{color:#475569;line-height:1.6;margin-bottom:1.25rem}.standards-cards{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.standard-card{background:#f8fafc;border-left:4px solid #62c470;border-radius:12px;padding:1.5rem}.standard-card h3{color:#62c470;font-size:1.1rem;margin:0 0 .5rem}.standard-card p{color:#475569;font-size:.95rem;line-height:1.6;margin:0}.standards-benefits-list{list-style:none;margin:0;padding:0}.standards-benefits-list li{color:#334155;line-height:1.6;padding:.5rem 0 .5rem 1.5rem;position:relative}.standards-benefits-list li:before{color:#62c470;content:"✓";font-weight:700;left:0;position:absolute}.standards-page .contact-cta{background:#f0fdfa;border-left:4px solid #62c470;border-radius:8px;margin-top:2rem;padding:1.25rem}.standards-page .contact-cta a{color:#62c470;font-weight:600}.standards-page .contact-cta a:hover{text-decoration:underline}.industry-page .page-hero{background:linear-gradient(135deg,#62c470,#52b85f);color:#fff;margin-top:100px;padding:4.5rem 2rem 3.5rem}.industry-page .page-hero-title{font-size:2.25rem;font-weight:800;line-height:1.35;margin:0 0 .85rem}.industry-page .page-hero-subtitle{font-size:1.1rem;margin:0;opacity:.95}.industry-page .page-content{padding:3rem 2rem}.industry-page .content-section{margin-bottom:2.5rem}.industry-page .intro{color:#334155;line-height:1.8;margin-bottom:1.25rem}.industry-page .content-section h2{color:#62c470;font-size:1.5rem;margin-bottom:.5rem}.industry-page .section-lead{color:#475569;line-height:1.6;margin-bottom:1.25rem}.industry-cards{grid-gap:1.5rem;display:grid;gap:1.5rem}.industry-card{background:#f8fafc;border-left:4px solid #62c470;border-radius:12px;padding:1.5rem 1.75rem}.industry-card h3{color:#62c470;font-size:1.15rem;margin:0 0 .5rem}.industry-card p{color:#475569;font-size:.95rem;line-height:1.65;margin:0}.industry-benefits-list{list-style:none;margin:0;padding:0}.industry-benefits-list li{color:#334155;line-height:1.6;padding:.5rem 0 .5rem 1.5rem;position:relative}.industry-benefits-list li:before{color:#62c470;content:"▸";font-weight:700;left:0;position:absolute}.industry-page .contact-cta{background:#f0fdfa;border-left:4px solid #62c470;border-radius:8px;margin-top:2rem;padding:1.25rem}.industry-page .contact-cta a{color:#62c470;font-weight:600}.industry-page .contact-cta a:hover{text-decoration:underline}.contact-page{background:#fff;min-height:100vh;padding-top:0}.contact-page .page-hero{background:linear-gradient(135deg,#62c470,#52b85f);color:#fff;margin-top:100px;padding:4.5rem 2rem 3.5rem}.contact-page .page-hero-title{font-size:2.25rem;font-weight:800;line-height:1.35;margin:0 0 .85rem}.contact-page .page-hero-subtitle{font-size:1.1rem;margin:0;opacity:.95}.contact-page-content{padding:4rem 0}.contact-intro{margin-bottom:2rem;max-width:720px}.contact-intro p{color:#334155;font-size:1.05rem;line-height:1.75}.contact-info{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:4rem}.info-item{background:#f9fafb;border-radius:16px;padding:2rem}.info-item h3{color:#1f2937;font-size:1.3rem;font-weight:700;margin-bottom:1rem}.contact-phone{color:#62c470;display:block;font-size:1.5rem;font-weight:700;text-decoration:none;transition:color .3s ease}.contact-phone:hover{color:#52b85f}.contact-info-tkmb .info-item a{color:#62c470;font-weight:600;text-decoration:none}.contact-info-tkmb .info-item a:hover{color:#52b85f;text-decoration:underline}.info-item-main{grid-column:1/-1}.org-name{color:#1f2937;font-weight:700;margin-bottom:.25rem}.org-sub{color:#6b7280;font-size:.95rem;margin-bottom:0}.info-note{color:#6b7280;font-size:.85rem;margin:.5rem 0 0}.contact-topics{border-top:1px solid #e5e7eb;margin-top:2.5rem;padding-top:2rem}.contact-topics h2{color:#62c470;font-size:1.35rem;margin-bottom:.5rem}.topics-lead{color:#475569;font-size:.95rem;line-height:1.6;margin-bottom:1rem}.topic-links{list-style:none;margin:0;padding:0}.topic-links li{margin-bottom:.5rem}.topic-links a{color:#62c470;font-weight:500;text-decoration:none}.topic-links a:hover{text-decoration:underline}.contact-note{background:#f0fdfa;border-left:4px solid #62c470;border-radius:8px;margin-top:2rem;padding:1.25rem}.contact-note p{color:#475569;font-size:.95rem;line-height:1.6;margin:0}.info-item p{color:#6b7280;font-size:1rem;line-height:1.6;margin-bottom:.5rem;overflow-wrap:break-word;word-break:break-word}.contact-email{color:#b91c1c;display:block;font-size:1rem;margin-top:.5rem;text-decoration:none;transition:color .3s ease}.contact-email:hover{color:#991b1b}.maps-container{margin:0 auto;max-width:1200px}.maps-wrapper{border-radius:16px;box-shadow:0 4px 20px #0000001a;overflow:hidden;width:100%}.maps-wrapper iframe{border:none;display:block;height:450px;width:100%}@media (max-width:968px){.contact-page .page-hero-title{font-size:2rem}.contact-page .page-hero-subtitle{font-size:1.05rem}.contact-info{grid-template-columns:1fr}}@media (max-width:640px){.contact-page .page-hero{padding:3rem 1.5rem}.contact-page .page-hero-title{font-size:1.75rem}.contact-page .page-hero-subtitle{font-size:1rem}.contact-page-content{padding:3rem 0}.maps-wrapper iframe{height:350px}}.membership-form-page{background:#f8fafc;min-height:100vh;padding-top:0}.membership-form-hero{background:linear-gradient(135deg,#62c470,#52b85f);color:#fff;margin-top:100px;padding:4.5rem 2rem 3.5rem}.membership-form-hero .container{margin:0 auto;max-width:800px;text-align:center}.membership-form-hero-title{font-size:2.25rem;font-weight:800;line-height:1.35;margin:0 0 .85rem}.membership-form-hero-sub{font-size:1.1rem;margin:0;opacity:.95}.membership-form-back-btn{background:#fff3;border:2px solid #fff9;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;margin-top:1.5rem;padding:.75rem 1.5rem;transition:all .2s ease}.membership-form-back-btn:hover{background:#ffffff4d}.membership-form-application-id{background:#ffffff26;border:1px solid #ffffff4d;border-radius:12px;margin-top:1.5rem;padding:1.25rem 1.5rem;text-align:left}.application-id-label{font-size:.95rem;font-weight:600;margin:0 0 .5rem;opacity:.95}.application-id-box{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:.75rem}.application-id-value{background:#00000026;border-radius:8px;font-family:ui-monospace,monospace;font-size:1.1rem;font-weight:700;letter-spacing:.02em;padding:.5rem .75rem}.application-id-copy{background:#fff;border:none;border-radius:8px;color:#52b85f;cursor:pointer;font-weight:600;padding:.5rem 1rem;transition:background .2s,color .2s}.application-id-copy:hover{background:#f0fdf4;color:#166534}.application-id-note{font-size:.9rem;line-height:1.5;margin:0;opacity:.9}.membership-form-content{padding:2.5rem 2rem 4rem}.membership-form-content .container{margin:0 auto;max-width:720px}.membership-form-error{background:#fef2f2;border-left:4px solid #b91c1c;border-radius:8px;color:#b91c1c;margin-bottom:1.5rem;padding:1rem 1.25rem}.form-section{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 12px #0000000a;margin-bottom:1.5rem;padding:1.75rem 2rem}.form-section-title{border-bottom:2px solid #f0fdfa;color:#62c470;font-size:1.2rem;font-weight:700;margin:0 0 1.25rem;padding-bottom:.75rem}.form-field{margin-bottom:1.25rem}.form-field:last-child{margin-bottom:0}.form-field label{color:#334155;display:block;font-size:.9rem;font-weight:600;margin-bottom:.4rem}.form-field input[type=date],.form-field input[type=email],.form-field input[type=tel],.form-field input[type=text],.form-field textarea{border:1px solid #cbd5e1;border-radius:8px;font-family:inherit;font-size:1rem;padding:.6rem .85rem;transition:border-color .2s ease;width:100%}.form-field input:focus,.form-field textarea:focus{border-color:#62c470;box-shadow:0 0 0 3px #62c4701a;outline:none}.form-field textarea{min-height:80px;resize:vertical}.form-field input[type=file]{font-size:.9rem;padding:.5rem 0}.form-file-names{color:#64748b;display:block;font-size:.85rem;margin-top:.35rem}.form-grid-2{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.form-row{margin-bottom:1rem}.form-label{color:#334155;display:block;font-size:.9rem;font-weight:600;margin-bottom:.5rem}.form-radio-group{display:flex;flex-wrap:wrap;gap:1rem 1.5rem}.form-radio{align-items:center;color:#475569;cursor:pointer;display:inline-flex;font-size:.95rem;gap:.5rem}.form-radio input{accent-color:#62c470;height:1.1rem;width:1.1rem}.required{color:#b91c1c}.form-section-declaration{background:#f0fdfa;border-color:#62c47033}.form-checkboxes{display:flex;flex-direction:column;gap:.75rem}.form-checkbox{align-items:flex-start;color:#334155;cursor:pointer;display:flex;font-size:.95rem;gap:.6rem;line-height:1.5}.form-checkbox input{accent-color:#62c470;flex-shrink:0;height:1.1rem;margin-top:.25rem;width:1.1rem}.form-actions{border-top:1px solid #e2e8f0;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:2rem;padding-top:1.5rem}.form-btn{border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.75rem;transition:all .2s ease}.form-btn:disabled{cursor:not-allowed;opacity:.7}.form-btn-primary{background:#62c470;border:none;color:#fff}.form-btn-primary:hover:not(:disabled){background:#52b85f}.form-btn-secondary{background:#fff;border:2px solid #cbd5e1;color:#64748b}.form-btn-secondary:hover{border-color:#62c470;color:#62c470}@media (max-width:640px){.membership-form-hero{padding:3rem 1.5rem}.membership-form-hero-title{font-size:1.75rem}.membership-form-hero-sub{font-size:1rem}.membership-form-content{padding:1.5rem 1rem 3rem}.form-section{padding:1.25rem}.form-grid-2{grid-template-columns:1fr}.form-radio-group{flex-direction:column}}.bylaws-page{background:#f8fafc;min-height:100vh;padding-top:0}.bylaws-page .page-hero{background:linear-gradient(135deg,#62c470,#52b85f);color:#fff;margin-top:100px;padding:4.5rem 2rem 3.5rem}.bylaws-page .page-hero-title{font-size:2.25rem;font-weight:800;line-height:1.35;margin:0 0 .85rem}.bylaws-page .page-hero-subtitle{font-size:1.1rem;margin:0;opacity:.95}.bylaws-page .page-content{padding:3rem 2rem}.bylaws-page .content-section{margin-bottom:2.5rem}.bylaws-page .intro-block p{color:#334155;font-size:1.1rem;line-height:1.8;margin:0}.bylaws-page .contact-cta{background:#f0fdfa;border-left:4px solid #62c470;border-radius:8px;margin-top:2rem;padding:1.25rem}.bylaws-page .contact-cta a{color:#62c470;font-weight:600}.bylaws-page .contact-cta a:hover{text-decoration:underline}.bylaws-list{counter-reset:article;list-style:none;margin:0;padding:0}.bylaws-article{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 12px #0000000a;counter-increment:article;margin-bottom:1rem;padding:1.5rem 1.75rem}.bylaws-article-title{color:#62c470;font-size:1.15rem;font-weight:700;line-height:1.4;margin:0 0 .6rem}.bylaws-article-num{color:#4a9e55;font-weight:800}.bylaws-article-body{color:#334155;font-size:1rem;line-height:1.75;margin:0}@media (max-width:640px){.bylaws-page .page-hero{padding:3rem 1.5rem}.bylaws-page .page-hero-title{font-size:1.75rem}.bylaws-page .page-hero-subtitle{font-size:1rem}.bylaws-article{padding:1.25rem}}.home-bylaws-banner{background:linear-gradient(135deg,#4a9e55,#62c470 40%,#52b85f);color:#fff;overflow:hidden;padding:2.5rem 2rem;position:relative}.home-bylaws-banner:before{background:radial-gradient(circle at 100% 50%,#ffffff14 0,#0000 60%);content:"";height:100%;pointer-events:none;position:absolute;right:0;top:0;width:40%}.home-bylaws-banner-inner{align-items:center;display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between;margin:0 auto;max-width:1100px;position:relative;z-index:1}.home-bylaws-banner-text{flex:1 1;min-width:280px}.home-bylaws-banner-label{display:inline-block;font-size:.8rem;font-weight:600;letter-spacing:.1em;margin-bottom:.5rem;opacity:.9;text-transform:uppercase}.home-bylaws-banner-title{font-size:1.5rem;font-weight:700;line-height:1.3;margin:0 0 .5rem}.home-bylaws-banner-desc{font-size:.95rem;line-height:1.6;margin:0;max-width:520px;opacity:.95}.home-bylaws-banner-action{flex-shrink:0}.home-bylaws-banner-btn{align-items:center;background:#fff;border:none;border-radius:10px;box-shadow:0 4px 14px #00000026;color:#62c470;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:700;gap:.5rem;padding:.85rem 1.5rem;transition:all .25s ease}.home-bylaws-banner-btn:hover{background:#f0fdfa;box-shadow:0 6px 20px #0003;transform:translateY(-2px)}@media (max-width:768px){.home-bylaws-banner-inner{flex-direction:column;text-align:center}.home-bylaws-banner-desc{max-width:none}.home-bylaws-banner-title{font-size:1.35rem}}.home-contact-strip{background:linear-gradient(135deg,#2d5a3a,#3d7a4a 50%,#4a9e55);color:#fff;overflow:hidden;padding:3rem 2rem;position:relative}.home-contact-strip:before{background:radial-gradient(ellipse 80% 60% at 70% 50%,#ffffff0f 0,#0000 50%);content:"";height:100%;left:0;pointer-events:none;position:absolute;right:0;top:0}.home-contact-strip-inner{align-items:center;display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between;margin:0 auto;max-width:1100px;position:relative;z-index:1}.home-contact-strip-content{flex:1 1;min-width:280px}.home-contact-strip-label{display:inline-block;font-size:.8rem;font-weight:600;letter-spacing:.1em;margin-bottom:.5rem;opacity:.9;text-transform:uppercase}.home-contact-strip-title{font-size:1.75rem;font-weight:700;line-height:1.3;margin:0 0 .75rem}.home-contact-strip-desc{font-size:1rem;line-height:1.65;margin:0 0 1.25rem;max-width:520px;opacity:.95}.home-contact-strip-links{display:flex;flex-wrap:wrap;gap:1rem}.home-contact-strip-link{align-items:center;background:#ffffff26;border:1px solid #fff3;border-radius:8px;color:#fff;display:inline-flex;font-size:.95rem;font-weight:600;padding:.5rem 1rem;text-decoration:none;transition:background .25s ease,transform .2s ease}.home-contact-strip-link:hover{background:#ffffff40;transform:translateY(-1px)}.home-contact-strip-action{flex-shrink:0}.home-contact-strip-btn{align-items:center;background:#fff;border:none;border-radius:10px;box-shadow:0 4px 14px #0003;color:#2d5a3a;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:700;gap:.5rem;padding:.9rem 1.75rem;transition:all .25s ease}.home-contact-strip-btn:hover{background:#f0fdfa;box-shadow:0 6px 20px #00000040;color:#2d5a3a;transform:translateY(-2px)}@media (max-width:768px){.home-contact-strip{padding:2.5rem 1.5rem}.home-contact-strip-inner{flex-direction:column;text-align:center}.home-contact-strip-desc{max-width:none}.home-contact-strip-title{font-size:1.5rem}.home-contact-strip-links{justify-content:center}.home-contact-strip-btn{justify-content:center;width:100%}}.home-contact-survey{background:#f8fafc;padding:4rem 2rem}.home-contact-survey-inner{margin:0 auto;max-width:640px}.home-contact-survey-header{margin-bottom:2.5rem;text-align:center}.home-contact-survey-label{color:#62c470;display:inline-block;font-size:.8rem;font-weight:600;letter-spacing:.08em;margin-bottom:.5rem;text-transform:uppercase}.home-contact-survey-title{color:#1e293b;font-size:1.75rem;font-weight:700;line-height:1.3;margin:0 0 .75rem}.home-contact-survey-desc{color:#64748b;font-size:1rem;line-height:1.65;margin:0}.home-contact-survey-form{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 20px #0000000f;padding:2rem}.home-contact-survey-error{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#b91c1c;font-size:.9rem;margin-bottom:1.25rem;padding:.75rem 1rem}.home-contact-survey-row{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:1fr 1fr}.home-contact-survey-field{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1.25rem}.home-contact-survey-field span{color:#334155;font-size:.9rem;font-weight:600}.home-contact-survey-field em{color:#62c470;font-style:normal}.home-contact-survey-field input,.home-contact-survey-field select,.home-contact-survey-field textarea{border:2px solid #e2e8f0;border-radius:10px;font-family:inherit;font-size:1rem;padding:.75rem 1rem;transition:border-color .2s ease}.home-contact-survey-field input:focus,.home-contact-survey-field select:focus,.home-contact-survey-field textarea:focus{border-color:#62c470;outline:none}.home-contact-survey-field textarea{min-height:100px;resize:vertical}.home-contact-survey-actions{margin-top:1.5rem}.home-contact-survey-submit{background:#62c470;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;padding:.9rem 1.5rem;transition:background .25s ease,transform .2s ease;width:100%}.home-contact-survey-submit:hover:not(:disabled){background:#52b85f;transform:translateY(-1px)}.home-contact-survey-submit:disabled{cursor:not-allowed;opacity:.7}.home-contact-survey-success{background:#f0fdf4;border:1px solid #86efac;border-radius:12px;padding:1.5rem 2rem;text-align:center}.home-contact-survey-success p{color:#166534;font-size:1rem;font-weight:500;margin:0}@media (max-width:640px){.home-contact-survey{padding:3rem 1.5rem}.home-contact-survey-form{padding:1.5rem}.home-contact-survey-row{grid-template-columns:1fr}.home-contact-survey-title{font-size:1.5rem}}.professional-standard-page{background:#f8fafc;min-height:100vh;padding-top:0}.standard-hero{background:linear-gradient(135deg,#62c470,#52b85f);color:#fff;margin-top:100px;padding:4.5rem 2rem 3.5rem}.standard-hero .container{margin:0 auto;max-width:800px;text-align:center}.standard-hero-title{font-size:2.25rem;font-weight:800;line-height:1.35;margin:0 0 .85rem}.standard-hero-sub{font-size:1.1rem;margin:0;opacity:.95}.standard-back-btn{background:#fff3;border:1px solid #ffffff80;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-size:.9rem;font-weight:500;padding:.5rem 1rem;transition:all .2s ease}.standard-back-btn:hover{background:#ffffff4d}.standard-content{padding:2.5rem 2rem 4rem}.standard-content .container{margin:0 auto;max-width:720px}.standard-section{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 12px #0000000a;margin-bottom:1.5rem;padding:1.75rem 2rem}.standard-section-num{border-bottom:2px solid #f0fdfa;color:#62c470;font-size:1.15rem;font-weight:700;margin:0 0 1rem;padding-bottom:.5rem}.standard-section p{color:#334155;font-size:1rem;line-height:1.75;margin:0 0 1rem}.standard-section p:last-child{margin-bottom:0}.standard-subtitle{color:#4a9e55;font-size:1rem;font-weight:700;margin:1rem 0 .5rem}.standard-subtitle:first-of-type{margin-top:.5rem}.standard-list{list-style:none;margin:.5rem 0 0;padding:0}.standard-list li{color:#334155;line-height:1.6;padding:.4rem 0 .4rem 1.5rem;position:relative}.standard-list li:before{color:#62c470;content:"–";font-weight:700;left:0;position:absolute}.standard-note{color:#475569!important;font-style:italic;margin-top:.5rem!important}@media (max-width:640px){.standard-hero{padding:3rem 1.5rem}.standard-hero-title{font-size:1.75rem}.standard-hero-sub{font-size:1rem}.standard-section{padding:1.25rem}}.float-contact{bottom:1.5rem;display:flex;flex-direction:column;gap:.75rem;position:fixed;right:1.5rem;z-index:999}.float-contact-btn{align-items:center;border-radius:50%;box-shadow:0 4px 14px #0003;color:#fff;display:flex;height:56px;justify-content:center;transition:transform .2s ease,box-shadow .2s ease;width:56px}.float-contact-btn:hover{box-shadow:0 6px 20px #00000040;transform:scale(1.08)}.float-whatsapp{background:#25d366}.float-whatsapp:hover{background:#20bd5a}.float-phone{background:#62c470}.float-phone:hover{background:#52b85f}@media (max-width:640px){.float-contact{bottom:1rem;gap:.5rem;right:1rem}.float-contact-btn{height:50px;width:50px}.float-contact-btn svg{height:22px!important;width:22px!important}.float-phone svg{height:20px!important;width:20px!important}}.admin-login{align-items:center;background:#f9fafb;display:flex;justify-content:center;min-height:100vh;padding:2rem}.login-box{background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000001a;max-width:400px;padding:3rem;width:100%}.login-box h2{color:#1f2937;font-size:2rem;font-weight:700;margin-bottom:2rem;text-align:center}.login-box form{display:flex;flex-direction:column;gap:1rem}.login-box input{border:2px solid #e5e7eb;border-radius:8px;font-family:inherit;font-size:1rem;padding:.75rem}.login-box input:focus{border-color:#b91c1c;outline:none}.login-box button{background:#b91c1c;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem;transition:background .3s ease}.login-box button:hover{background:#991b1b}.admin-panel{background:#f9fafb;min-height:100vh;padding:2rem}.admin-header{align-items:center;background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;display:flex;justify-content:space-between;margin:0 auto 2rem;max-width:1200px;padding:1.5rem 2rem}.admin-header h1{color:#1f2937;font-size:2rem;font-weight:800}.logout-btn{background:#ef4444;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:.5rem 1.5rem;transition:background .3s ease}.logout-btn:hover{background:#dc2626}.admin-tabs{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;display:flex;gap:.5rem;margin:0 auto 2rem;max-width:1200px;padding:.5rem}.tab-button{background:#0000;border:none;border-radius:12px;color:#6b7280;cursor:pointer;flex:1 1;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.tab-button:hover{background:#f9fafb;color:#1f2937}.tab-button.active{background:#b91c1c;color:#fff}.admin-content{margin:0 auto;max-width:1200px}.admin-section{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:2rem}.admin-section h2{color:#1f2937;font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}.mock-data-btn{background:#52b85f;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.95rem;font-weight:600;margin-bottom:1.5rem;padding:.75rem 1.25rem;transition:background .3s ease}.mock-data-btn:hover{background:#62c470}.admin-form{border-bottom:2px solid #f3f4f6;gap:1rem;margin-bottom:2rem;padding-bottom:2rem}.admin-form,.form-group{display:flex;flex-direction:column}.form-group{gap:.5rem}.form-group label{color:#1f2937;font-size:.9rem;font-weight:600}.admin-form input,.admin-form textarea{border:2px solid #e5e7eb;border-radius:8px;font-family:inherit;font-size:1rem;padding:.75rem}.admin-form input:focus,.admin-form textarea:focus{border-color:#b91c1c;outline:none}.admin-form textarea{min-height:100px;resize:vertical}.rating-input{display:flex;flex-direction:column;gap:.5rem}.rating-input label{color:#1f2937;font-size:.9rem;font-weight:600}.rating-input select{background:#fff;border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;font-family:inherit;font-size:1rem;padding:.75rem}.rating-input select:focus{border-color:#b91c1c;outline:none}.admin-form button,.save-btn{background:#b91c1c;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem;transition:background .3s ease}.admin-form button:hover,.save-btn:hover{background:#991b1b}.items-list{display:flex;flex-direction:column;gap:1rem}.empty-message{color:#9ca3af;font-size:1.1rem;padding:3rem;text-align:center}.item-card{background:#f9fafb;border-left:4px solid #b91c1c;border-radius:12px;display:flex;flex-direction:column;gap:.5rem;padding:1.5rem}.item-card h3{color:#1f2937;font-size:1.2rem;font-weight:700}.item-card p{color:#6b7280;font-size:1rem;line-height:1.6}.delete-btn{align-self:flex-start;background:#ef4444;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;margin-top:.5rem;padding:.5rem 1rem;transition:background .3s ease}.delete-btn:hover{background:#dc2626}.delete-btn.small{font-size:.8rem;margin-top:0;padding:.35rem .65rem}.product-categories-list{display:flex;flex-direction:column;gap:1.5rem;margin-top:1.5rem}.product-category-block{background:#fff;border:1px solid #e5e7eb;border-left:4px solid #b91c1c;border-radius:12px;padding:1.25rem 1.5rem}.product-category-header{align-items:center;display:flex;gap:1rem;justify-content:space-between;margin-bottom:1rem}.product-category-title{color:#1f2937;font-size:1.2rem;font-weight:700;margin:0}.product-subcategory-form{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.product-subcategory-form input{flex:1 1;min-width:180px}.product-subcategory-block{background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;margin-top:1.25rem;padding:1rem 1.25rem}.product-subcategory-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.75rem}.product-subcategory-title{color:#b91c1c;font-size:1.05rem;font-weight:700;margin:0}.admin-form-inline{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem}.admin-form-inline input{flex:1 1;min-width:180px}.product-item-form{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.product-item-form input,.product-item-form textarea{width:100%}.product-item-form textarea{min-height:60px;resize:vertical}.product-item-in-list{flex:1 1;min-width:0}.product-item-in-list strong{display:block;margin-bottom:.25rem}.product-items-under-category .product-item-desc{color:#6b7280;font-size:.9rem;line-height:1.4;margin:0}.product-items-under-category{border-top:1px solid #f3f4f6;list-style:none;margin:0;padding:.75rem 0 0}.product-items-under-category li{align-items:center;border-bottom:1px solid #f9fafb;display:flex;gap:.75rem;justify-content:space-between;padding:.5rem 0}.product-items-under-category li:last-child{border-bottom:none}.product-items-under-category .empty-sub{color:#9ca3af;font-size:.95rem;font-style:italic}.file-input-wrapper{align-items:center;display:flex;gap:.5rem}.file-input{display:none}.file-label{cursor:pointer;flex:1 1}.file-button{background:#f3f4f6;border:2px dashed #d1d5db;border-radius:8px;color:#6b7280;display:inline-block;font-size:.9rem;padding:.75rem;text-align:center;transition:all .3s ease}.file-button:hover{background:#e5e7eb;border-color:#b91c1c;color:#b91c1c}.remove-file-btn{background:#ef4444;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;padding:.5rem .75rem;transition:background .3s ease}.remove-file-btn:hover{background:#dc2626}.item-image{border-radius:8px;margin-bottom:1rem;max-height:200px;object-fit:cover;width:100%}.reference-icon{font-size:3rem;margin-bottom:1rem;text-align:center}.admin-form button:disabled{background:#9ca3af;cursor:not-allowed}.section-lead{color:#6b7280;font-size:.95rem;line-height:1.5;margin-bottom:1.25rem}.applications-stats{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(4,1fr);margin-bottom:1.5rem}.stat-card{border-radius:12px;box-shadow:0 2px 8px #0000000f;padding:1.25rem;text-align:center}.stat-card .stat-value{color:#1e293b;display:block;font-size:2rem;font-weight:800;line-height:1.2}.stat-card .stat-label{color:#64748b;display:block;font-size:.85rem;margin-top:.35rem}.stat-card.stat-total{background:#f1f5f9;border-left:4px solid #64748b}.stat-card.stat-approved{background:#f0fdf4;border-left:4px solid #22c55e}.stat-card.stat-approved .stat-value{color:#16a34a}.stat-card.stat-rejected{background:#fef2f2;border-left:4px solid #ef4444}.stat-card.stat-rejected .stat-value{color:#dc2626}.stat-card.stat-pending{background:#fffbeb;border-left:4px solid #f59e0b}.stat-card.stat-pending .stat-value{color:#d97706}.applications-wrap{margin-top:1rem;overflow-x:auto}.applications-table{background:#fff;border-collapse:collapse;border-radius:12px;box-shadow:0 1px 3px #0000000f;font-size:.9rem;overflow:hidden;width:100%}.applications-table thead{background:#f8fafc;border-bottom:2px solid #e2e8f0}.applications-table th{color:#475569;font-weight:600;padding:.85rem 1rem;text-align:left}.applications-table th.th-action{text-align:right;width:90px}.application-row{border-bottom:1px solid #f1f5f9;cursor:pointer;transition:background .2s ease}.application-row:hover{background:#f8fafc}.application-row.expanded{background:#f0fdfa}.applications-table td{color:#334155;padding:.75rem 1rem;vertical-align:middle}.applications-table .cell-date{color:#64748b;font-size:.85rem;white-space:nowrap}.applications-table .cell-name{color:#1e293b;font-weight:600}.applications-table .cell-email a,.applications-table .cell-phone a{color:#62c470;text-decoration:none}.applications-table .cell-email a:hover,.applications-table .cell-phone a:hover{text-decoration:underline}.applications-table .cell-action{text-align:right}.cell-actions{align-items:center;display:flex;flex-wrap:wrap;gap:.4rem;justify-content:flex-end}.status-badge{border-radius:6px;display:inline-block;font-size:.8rem;font-weight:600;padding:.3rem .6rem}.status-badge.status-pending{background:#fef3c7;color:#b45309}.status-badge.status-approved{background:#dcfce7;color:#166534}.status-badge.status-rejected{background:#fee2e2;color:#b91c1c}.btn-approve{background:#22c55e;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.85rem;font-weight:600;padding:.4rem .75rem;transition:background .2s ease}.btn-approve:hover{background:#16a34a}.btn-reject{background:#ef4444;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.85rem;font-weight:600;padding:.4rem .75rem;transition:background .2s ease}.btn-reject:hover{background:#dc2626}.btn-pending{background:#f59e0b;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.85rem;font-weight:600;padding:.4rem .75rem;transition:background .2s ease}.btn-pending:hover{background:#d97706}.application-detail-actions{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem;padding-bottom:1rem}.application-detail-actions .detail-status-label{color:#475569;font-size:.9rem;font-weight:600}.application-detail-actions .status-badge{margin-right:.25rem}.btn-detail{background:#62c470;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.85rem;font-weight:600;padding:.4rem .75rem;transition:background .2s ease}.btn-detail:hover{background:#52b85f}.application-detail-row td{background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:0;vertical-align:top}.application-detail{max-width:100%;padding:1.25rem 1.5rem}.application-detail-grid{grid-gap:.75rem 1.5rem;display:grid;gap:.75rem 1.5rem;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));margin-bottom:1rem}.detail-item{display:flex;flex-direction:column;gap:.2rem}.detail-label{color:#64748b;font-size:.75rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase}.detail-value{color:#334155;font-size:.9rem;line-height:1.4;word-break:break-word}.application-files{border-top:1px solid #e2e8f0;margin-top:1rem;padding-top:1rem}.application-files ul{list-style:none;margin:.5rem 0 0;padding:0}.application-files li{margin-bottom:.35rem}.application-files a{color:#62c470;font-weight:500;text-decoration:none}.application-files a:hover{text-decoration:underline}.application-raw{border-top:1px solid #e2e8f0;font-size:.8rem;margin-top:1rem;padding-top:1rem}.application-raw summary{color:#64748b;cursor:pointer;font-weight:600}.application-raw pre{background:#1e293b;border-radius:8px;color:#e2e8f0;font-size:.75rem;line-height:1.5;margin:.5rem 0 0;overflow-x:auto;padding:1rem}@media (max-width:900px){.applications-stats{grid-template-columns:repeat(2,1fr)}.applications-table thead{display:none}.application-row{background:#fff;border:1px solid #e2e8f0;border-radius:10px;display:block;margin-bottom:.5rem;padding:1rem}.application-row.expanded{background:#f0fdfa}.applications-table .application-row td{border:none;display:block;padding:.25rem 0}.applications-table .cell-date{color:#94a3b8;font-size:.8rem;margin-bottom:.35rem}.applications-table .cell-name{font-size:1.05rem;margin-bottom:.5rem}.applications-table .cell-email,.applications-table .cell-phone,.applications-table .cell-type{margin-bottom:.35rem}.applications-table .cell-action{border-top:1px solid #f1f5f9;margin-top:.5rem;padding-top:.5rem;text-align:left}.application-detail-row td{display:block;padding:0}.application-detail-row .application-detail{background:#fff;border:1px solid #e2e8f0;border-radius:10px;margin:0 1rem 1rem;padding:1rem}.application-detail-grid{grid-template-columns:1fr}.cell-actions{justify-content:flex-start}}@media (max-width:640px){.applications-stats{grid-template-columns:1fr}.admin-panel{padding:1rem}.admin-header{gap:1rem;text-align:center}.admin-header,.admin-tabs{flex-direction:column}.tab-button{width:100%}.admin-section{padding:1.5rem}}.application-inquiry-overlay{align-items:center;background:#00000080;display:flex;inset:0;justify-content:center;padding:1rem;position:fixed;z-index:2000}.application-inquiry-modal{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0003;max-width:440px;overflow:hidden;width:100%}.application-inquiry-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:1.25rem 1.5rem}.application-inquiry-header h2{color:#1f2937;font-size:1.35rem;font-weight:700;margin:0}.application-inquiry-close{align-items:center;background:#0000;border:none;border-radius:8px;color:#6b7280;cursor:pointer;display:flex;font-size:1.75rem;height:36px;justify-content:center;line-height:1;transition:background .2s,color .2s;width:36px}.application-inquiry-close:hover{background:#f3f4f6;color:#1f2937}.application-inquiry-desc{color:#4b5563;font-size:.95rem;line-height:1.5;margin:0;padding:1rem 1.5rem 0}.application-inquiry-form{padding:1.25rem 1.5rem}.application-inquiry-form label{color:#374151;display:block;font-size:.9rem;font-weight:600;margin-bottom:.5rem}.application-inquiry-form input{border:2px solid #e5e7eb;border-radius:8px;box-sizing:border-box;font-family:ui-monospace,monospace;font-size:1rem;padding:.75rem 1rem;width:100%}.application-inquiry-form input:focus{border-color:#62c470;outline:none}.application-inquiry-form input::placeholder{color:#9ca3af}.application-inquiry-error{color:#b91c1c;font-size:.9rem;margin:.5rem 0 0}.application-inquiry-submit{background:#62c470;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:1rem;padding:.75rem 1rem;transition:background .2s ease;width:100%}.application-inquiry-submit:hover:not(:disabled){background:#52b85f}.application-inquiry-submit:disabled{cursor:not-allowed;opacity:.7}.application-inquiry-result{border-left:4px solid #6b7280;border-radius:12px;margin:0 1.5rem 1.5rem;padding:1.25rem}.application-inquiry-result.result-pending{background:#fffbeb;border-left-color:#f59e0b}.application-inquiry-result.result-approved{background:#f0fdf4;border-left-color:#22c55e}.application-inquiry-result.result-rejected{background:#fef2f2;border-left-color:#ef4444}.application-inquiry-result.result-notfound{background:#f9fafb;border-left-color:#9ca3af}.application-inquiry-result .result-title{color:#4b5563;font-size:.9rem;font-weight:600;margin:0 0 .5rem}.application-inquiry-result .result-status{font-size:1.25rem;font-weight:700;margin:0}.result-pending .result-status{color:#b45309}.result-approved .result-status{color:#166534}.result-rejected .result-status{color:#b91c1c}.application-inquiry-result .result-name{color:#374151;font-size:.95rem;margin:.35rem 0 0}.application-inquiry-result .result-text{color:#6b7280;font-size:.9rem;line-height:1.5;margin:.75rem 0 0}
/*# sourceMappingURL=main.67f4c452.css.map*/