.services-module__NL8ehG__page{padding:var(--space-4xl) 0;background:var(--color-white);min-height:100vh}.services-module__NL8ehG__inner{max-width:var(--max-width);padding:0 var(--space-2xl);margin:0 auto}.services-module__NL8ehG__header{margin-bottom:var(--space-2xl);text-align:center}.services-module__NL8ehG__title{font-family:var(--font-display);font-size:var(--text-3xl);color:var(--color-text);margin-bottom:var(--space-md);font-weight:700}.services-module__NL8ehG__subtitle{font-size:var(--text-lg);color:var(--color-text-secondary);max-width:600px;margin:0 auto}.services-module__NL8ehG__grid{gap:var(--space-md);grid-template-columns:repeat(4,1fr);display:grid}.services-module__NL8ehG__card{aspect-ratio:4/5;border-radius:12px;flex-direction:column;text-decoration:none;display:flex;position:relative;overflow:hidden}.services-module__NL8ehG__cardBg{background-position:50%;background-size:cover;background-color:var(--color-primary);transition:transform var(--transition-slow);position:absolute;inset:0}.services-module__NL8ehG__card:hover .services-module__NL8ehG__cardBg{transform:scale(1.05)}.services-module__NL8ehG__requestBtn{background:var(--color-whatsapp);color:var(--color-white);font-family:var(--font-display);font-size:var(--text-xs);opacity:0;transition:all var(--transition-fast);cursor:pointer;z-index:10;border:none;border-radius:8px;align-items:center;gap:6px;padding:8px 12px;font-weight:600;display:flex;position:absolute;top:16px;right:16px;transform:translateY(-10px);box-shadow:0 4px 12px #00000026}.services-module__NL8ehG__card:hover .services-module__NL8ehG__requestBtn{opacity:1;transform:translateY(0)}.services-module__NL8ehG__requestBtn:hover{background:#1da851;transform:translateY(-2px);box-shadow:0 6px 16px #0003}.services-module__NL8ehG__cardOverlay{z-index:1;background:linear-gradient(#0000001a 0%,#0006 50%,#000000e6 100%);position:absolute;inset:0}.services-module__NL8ehG__cardContent{z-index:2;height:100%;padding:var(--space-lg);flex-direction:column;justify-content:flex-end;display:flex;position:relative}.services-module__NL8ehG__cardTitle{font-family:var(--font-display);font-size:var(--text-lg);color:var(--color-white);transition:transform var(--transition-base);margin:0;font-weight:700}.services-module__NL8ehG__cardDesc{font-size:var(--text-sm);color:#fffc;opacity:0;max-height:0;transition:all var(--transition-base);line-height:1.5;overflow:hidden}.services-module__NL8ehG__card:hover .services-module__NL8ehG__cardDesc{opacity:1;max-height:300px;margin-top:var(--space-sm)}.services-module__NL8ehG__cardDesc ul{flex-direction:column;gap:4px;margin:0;padding:0;list-style:none;display:flex}.services-module__NL8ehG__cardDesc li{padding-left:12px;position:relative}.services-module__NL8ehG__cardDesc li:before{content:"•";color:var(--color-white);position:absolute;left:0}.services-module__NL8ehG__actionContainer{margin-top:var(--space-3xl);justify-content:center;display:flex}.services-module__NL8ehG__viewMoreBtn{background:var(--color-text);color:var(--color-white);border-radius:var(--radius-full);font-family:var(--font-display);font-size:var(--text-sm);cursor:pointer;transition:all var(--transition-fast);border:none;padding:14px 32px;font-weight:600}.services-module__NL8ehG__viewMoreBtn:hover{background:var(--color-primary);transform:translateY(-2px);box-shadow:0 8px 24px #00000026}@media (max-width:1024px){.services-module__NL8ehG__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.services-module__NL8ehG__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.services-module__NL8ehG__grid{grid-template-columns:repeat(2,1fr);gap:8px}.services-module__NL8ehG__inner{padding:var(--space-xl) var(--space-sm)}.services-module__NL8ehG__cardContent{padding:var(--space-sm)}.services-module__NL8ehG__cardTitle{font-size:.9rem}.services-module__NL8ehG__cardDesc{font-size:.75rem}.services-module__NL8ehG__requestBtn{padding:6px 8px;font-size:.65rem;top:8px;right:8px}}
.WorkforceModal-module__MXNfdW__overlay{z-index:9999;-webkit-backdrop-filter:blur(8px);animation:WorkforceModal-module__MXNfdW__fadeIn .3s var(--ease-out) forwards;background:#0009;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.WorkforceModal-module__MXNfdW__modal{background:var(--color-white);border-radius:var(--radius-lg);width:100%;max-width:640px;max-height:90vh;animation:WorkforceModal-module__MXNfdW__slideUp .4s var(--ease-out) forwards;overflow-y:auto;box-shadow:0 32px 80px #00000040}.WorkforceModal-module__MXNfdW__header{justify-content:space-between;align-items:flex-start;gap:16px;padding:32px 32px 0;display:flex}.WorkforceModal-module__MXNfdW__title{font-family:var(--font-display);font-size:var(--text-2xl);color:var(--color-text);margin:0;font-weight:700}.WorkforceModal-module__MXNfdW__subtitle{font-size:var(--text-sm);color:var(--color-text-muted);margin-top:4px}.WorkforceModal-module__MXNfdW__closeBtn{width:36px;height:36px;color:var(--color-text-muted);transition:all var(--transition-fast);background:var(--color-cream);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.WorkforceModal-module__MXNfdW__closeBtn:hover{background:var(--color-light);color:var(--color-text)}.WorkforceModal-module__MXNfdW__form{flex-direction:column;gap:16px;padding:24px 32px 32px;display:flex}.WorkforceModal-module__MXNfdW__row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.WorkforceModal-module__MXNfdW__field{flex-direction:column;gap:6px;display:flex}.WorkforceModal-module__MXNfdW__label{font-size:var(--text-xs);color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.5px;font-weight:600}.WorkforceModal-module__MXNfdW__input,.WorkforceModal-module__MXNfdW__select,.WorkforceModal-module__MXNfdW__textarea{border:1.5px solid var(--color-border);border-radius:var(--radius-sm);width:100%;font-family:var(--font-body);font-size:var(--text-sm);color:var(--color-text);background:var(--color-off-white);transition:border-color var(--transition-fast), box-shadow var(--transition-fast);outline:none;padding:12px 14px}.WorkforceModal-module__MXNfdW__input:focus,.WorkforceModal-module__MXNfdW__select:focus,.WorkforceModal-module__MXNfdW__textarea:focus{border-color:var(--color-text);box-shadow:0 0 0 3px #1212120f}.WorkforceModal-module__MXNfdW__input::placeholder,.WorkforceModal-module__MXNfdW__textarea::placeholder{color:var(--color-text-muted)}.WorkforceModal-module__MXNfdW__select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;padding-right:36px}.WorkforceModal-module__MXNfdW__textarea{resize:vertical;min-height:72px}.WorkforceModal-module__MXNfdW__sendVia{align-items:center;gap:12px;padding-top:4px;display:flex}.WorkforceModal-module__MXNfdW__sendViaLabel{font-size:var(--text-sm);color:var(--color-text-secondary);white-space:nowrap;font-weight:500}.WorkforceModal-module__MXNfdW__toggleGroup{gap:8px;display:flex}.WorkforceModal-module__MXNfdW__toggleBtn{border:1.5px solid var(--color-border);border-radius:var(--radius-full);font-family:var(--font-body);font-size:var(--text-sm);color:var(--color-text-secondary);cursor:pointer;transition:all var(--transition-fast);background:0 0;align-items:center;gap:6px;padding:8px 16px;font-weight:500;display:inline-flex}.WorkforceModal-module__MXNfdW__toggleBtn:hover{border-color:var(--color-text-muted)}.WorkforceModal-module__MXNfdW__toggleBtn.WorkforceModal-module__MXNfdW__active{background:var(--color-text);color:var(--color-white);border-color:var(--color-text)}.WorkforceModal-module__MXNfdW__submitBtn{border-radius:var(--radius-full);background:var(--color-text);width:100%;color:var(--color-white);font-family:var(--font-display);font-size:var(--text-base);cursor:pointer;transition:all var(--transition-fast);border:none;justify-content:center;align-items:center;gap:8px;margin-top:8px;padding:16px 24px;font-weight:600;display:inline-flex}.WorkforceModal-module__MXNfdW__submitBtn:hover{background:#333;transform:translateY(-2px);box-shadow:0 8px 24px #00000026}.WorkforceModal-module__MXNfdW__errorText{color:#ef4444;font-size:var(--text-sm);text-align:left;margin:0;padding:0}@keyframes WorkforceModal-module__MXNfdW__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes WorkforceModal-module__MXNfdW__slideUp{0%{opacity:0;transform:translateY(32px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.WorkforceModal-module__MXNfdW__modal::-webkit-scrollbar{width:4px}.WorkforceModal-module__MXNfdW__modal::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:var(--radius-full)}@media (max-width:640px){.WorkforceModal-module__MXNfdW__overlay{align-items:flex-end;padding:0}.WorkforceModal-module__MXNfdW__modal{border-radius:var(--radius-lg) var(--radius-lg) 0 0;max-height:95vh;animation:WorkforceModal-module__MXNfdW__slideUpMobile .4s var(--ease-out) forwards}.WorkforceModal-module__MXNfdW__header{padding:24px 20px 0}.WorkforceModal-module__MXNfdW__form{padding:20px 20px 28px}.WorkforceModal-module__MXNfdW__row{grid-template-columns:1fr}.WorkforceModal-module__MXNfdW__sendVia{flex-direction:column;align-items:flex-start}.WorkforceModal-module__MXNfdW__title{font-size:var(--text-xl)}}@keyframes WorkforceModal-module__MXNfdW__slideUpMobile{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}
.home-module__aUD9Yq__sectionsOuter{background-color:var(--color-off-white);padding:16px}.home-module__aUD9Yq__sectionsInner{border-radius:var(--radius-2xl);z-index:0;position:relative;overflow:hidden}.home-module__aUD9Yq__sharedVideo{object-fit:cover;z-index:-1;filter:blur(8px);width:100%;height:100%;position:absolute;top:0;left:0;transform:scale(1.05)}.home-module__aUD9Yq__cardVideo{display:none}.home-module__aUD9Yq__sectionCard{position:relative}.home-module__aUD9Yq__ctaPadding{justify-content:center;padding:80px 20px 120px;display:flex}.home-module__aUD9Yq__ctaGlass{-webkit-backdrop-filter:blur(16px);border-radius:var(--radius-2xl);text-align:center;background:#ffffff14;border:1px solid #ffffff26;width:100%;max-width:800px;padding:60px 40px;box-shadow:0 8px 32px #0003}.home-module__aUD9Yq__ctaHeading{color:var(--color-white);font-size:clamp(2rem,5vw,3.5rem);font-weight:400;font-family:var(--font-display);margin-bottom:32px}.home-module__aUD9Yq__ctaLink{background-color:var(--color-white);color:var(--color-text);border-radius:var(--radius-full);font-weight:500;font-size:var(--text-md);align-items:center;gap:8px;padding:16px 36px;text-decoration:none;transition:all .2s;display:inline-flex}.home-module__aUD9Yq__ctaLink:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000026}.home-module__aUD9Yq__ctaArrow{font-size:1.2em}@media (max-width:768px){.home-module__aUD9Yq__sectionsOuter{padding:8px}.home-module__aUD9Yq__sectionsInner{border-radius:0;flex-direction:column;gap:8px;display:flex;overflow:visible}.home-module__aUD9Yq__sharedVideo{display:none}.home-module__aUD9Yq__sectionCard{border-radius:var(--radius-2xl);overflow:hidden}.home-module__aUD9Yq__cardVideo{object-fit:cover;z-index:-1;filter:blur(8px);width:100%;height:100%;display:block;position:absolute;top:0;left:0;transform:scale(1.05)}.home-module__aUD9Yq__ctaPadding{padding:48px 16px 56px}.home-module__aUD9Yq__ctaGlass{padding:40px 24px}.home-module__aUD9Yq__ctaHeading{margin-bottom:24px;font-size:clamp(1.5rem,6vw,2rem)}.home-module__aUD9Yq__ctaLink{font-size:var(--text-sm);padding:14px 28px}}
