.Hero-module__s-6kkG__hero{align-items:center;min-height:100vh;padding:7rem 0 0;display:flex;position:relative;overflow:hidden}.Hero-module__s-6kkG__slideBg{opacity:0;background-position:50%;background-repeat:no-repeat;background-size:cover;transition:opacity .8s,transform 6s;position:absolute;inset:0;transform:scale(1.03)}.Hero-module__s-6kkG__slideActive{opacity:1;transform:scale(1)}.Hero-module__s-6kkG__overlay{z-index:1;background:linear-gradient(90deg,#000000e0 0%,#000000b3 50%,#0006 100%);position:absolute;inset:0}.Hero-module__s-6kkG__greenOverlay{z-index:2;background:linear-gradient(135deg,#16a34a26 0%,#0000 60%);position:absolute;inset:0}.Hero-module__s-6kkG__gridOverlay{z-index:2;pointer-events:none;background-image:linear-gradient(#16a34a0d 1px,#0000 1px),linear-gradient(90deg,#16a34a0d 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0}.Hero-module__s-6kkG__heroContent{z-index:10;max-width:780px;padding-bottom:8rem;position:relative}.Hero-module__s-6kkG__logoWrap{margin-bottom:2rem}.Hero-module__s-6kkG__logo{object-fit:contain;filter:drop-shadow(0 2px 8px #0006);width:auto;height:56px}.Hero-module__s-6kkG__badgeWrapper{z-index:12;justify-content:flex-end;margin-bottom:1.5rem;display:flex;position:relative}@media (max-width:768px){.Hero-module__s-6kkG__badgeWrapper{justify-content:flex-start;margin-bottom:1rem}}.Hero-module__s-6kkG__badge{border-radius:var(--radius-full);color:#4ade80;letter-spacing:.04em;text-transform:uppercase;background:#16a34a26;border:1px solid #16a34a66;align-items:center;gap:.625rem;margin-bottom:0;padding:.5rem 1.125rem;font-size:.8125rem;font-weight:600;display:inline-flex}.Hero-module__s-6kkG__badgeDot{background:#4ade80;border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:2s ease-in-out infinite Hero-module__s-6kkG__pulse-slow}.Hero-module__s-6kkG__heroTitle{font-family:var(--font-display);color:var(--white);margin-bottom:1.25rem;font-size:clamp(2.25rem,5.5vw,3.75rem);font-weight:800;line-height:1.1}.Hero-module__s-6kkG__heroHighlight{background:linear-gradient(135deg,#4ade80,#86efac);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Hero-module__s-6kkG__heroSubLine{color:#ffffffd9;font-size:clamp(1.5rem,3.5vw,2.5rem)}.Hero-module__s-6kkG__heroDesc{color:#ffffffb8;max-width:580px;margin-bottom:2.5rem;font-size:clamp(.9375rem,1.8vw,1.125rem);line-height:1.8}.Hero-module__s-6kkG__fadeIn{animation:.5s both Hero-module__s-6kkG__fadeInUp}.Hero-module__s-6kkG__fadeOut{opacity:0;transition:all .3s;transform:translateY(-8px)}.Hero-module__s-6kkG__heroCta{flex-wrap:wrap;gap:1rem;margin-bottom:3rem;display:flex}.Hero-module__s-6kkG__slideNav{gap:.625rem;display:flex}.Hero-module__s-6kkG__slideDot{width:32px;height:4px;transition:all var(--transition);cursor:pointer;background:#ffffff4d;border-radius:2px}.Hero-module__s-6kkG__slideDotActive{background:var(--brand-primary);width:52px}@media (max-width:768px){.Hero-module__s-6kkG__hero{padding-top:6rem}.Hero-module__s-6kkG__heroContent{padding-bottom:6rem}}@media (max-width:480px){.Hero-module__s-6kkG__hero{min-height:calc(100vh - 60px);padding-top:5rem}.Hero-module__s-6kkG__heroContent{padding-bottom:4rem}.Hero-module__s-6kkG__heroTitle{font-size:2.2rem}.Hero-module__s-6kkG__heroSubLine{font-size:1.4rem}.Hero-module__s-6kkG__heroCta{flex-direction:column;width:100%}.Hero-module__s-6kkG__heroCta a{text-align:center;justify-content:center;width:100%}}.Hero-module__s-6kkG__badgeRed{color:#ef4444!important;background:#b91c1c38!important;border:1px solid #b91c1c73!important}.Hero-module__s-6kkG__badgeDotRed{animation:1.8s ease-in-out infinite Hero-module__s-6kkG__blinkRedGreen!important;box-shadow:0 0 8px #dc2626cc!important}@keyframes Hero-module__s-6kkG__blinkRedGreen{0%,to{background-color:#dc2626;transform:scale(1);box-shadow:0 0 8px #dc2626cc,0 0 16px #dc262666}50%{background-color:#16a34a;transform:scale(1.05);box-shadow:0 0 8px #16a34acc,0 0 16px #16a34a66}}
.Stats-module__Z7emmW__stats{background:var(--dark-800);border-bottom:1px solid #16a34a1a;padding:4rem 0;overflow:hidden}.Stats-module__Z7emmW__statsGrid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.Stats-module__Z7emmW__statCard{border-radius:var(--radius-lg);text-align:center;opacity:0;transition:opacity .6s ease, transform .6s ease, background var(--transition), border-color var(--transition), box-shadow var(--transition);background:#ffffff08;border:1px solid #ffffff0f;flex-direction:column;align-items:center;padding:2rem 1.5rem;display:flex;position:relative;overflow:hidden;transform:translateY(40px)}.Stats-module__Z7emmW__statCardVisible{opacity:1;transform:translateY(0)}.Stats-module__Z7emmW__statCard:hover{box-shadow:var(--shadow-green);background:#16a34a12;border-color:#16a34a47;transform:translateY(-6px)scale(1.02)}.Stats-module__Z7emmW__statIcon{border-radius:var(--radius-lg);border:1.5px solid #0000;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 1.25rem;font-size:1.6rem;transition:transform .4s cubic-bezier(.34,1.56,.64,1),box-shadow .4s;display:flex}.Stats-module__Z7emmW__statIconPop{animation:.5s cubic-bezier(.34,1.56,.64,1) both Stats-module__Z7emmW__iconPop}@keyframes Stats-module__Z7emmW__iconPop{0%{opacity:0;transform:scale(.4)rotate(-10deg)}70%{opacity:1;transform:scale(1.15)rotate(4deg)}to{opacity:1;transform:scale(1)rotate(0)}}.Stats-module__Z7emmW__statCard:hover .Stats-module__Z7emmW__statIcon{transform:scale(1.18)rotate(-4deg);box-shadow:0 0 18px #ffffff1f}.Stats-module__Z7emmW__statNumber{font-family:var(--font-display);color:var(--white);justify-content:center;align-items:baseline;gap:2px;margin-bottom:.375rem;font-size:2.75rem;font-weight:800;line-height:1;display:flex}.Stats-module__Z7emmW__statSuffix{color:#ffffff8c;font-size:1.5rem;font-weight:700}.Stats-module__Z7emmW__shimmer{background:linear-gradient(90deg,#fff 0%,#4ade80 40%,#86efac 55%,#fff 100%) 0 0/200%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;animation:1.2s forwards Stats-module__Z7emmW__shimmerSweep}@keyframes Stats-module__Z7emmW__shimmerSweep{0%{background-position:150%}to{background-position:-50%}}.Stats-module__Z7emmW__statLabel{color:#fffc;margin-bottom:.5rem;font-size:1rem;font-weight:600}.Stats-module__Z7emmW__statDesc{color:#fff6;margin-bottom:1rem;font-size:.875rem;line-height:1.5}.Stats-module__Z7emmW__accentBar{border-radius:99px;width:0%;height:3px;transition:width .7s cubic-bezier(.22,1,.36,1);position:absolute;bottom:0;left:50%;transform:translate(-50%)}.Stats-module__Z7emmW__accentBarGrow{width:60%}.Stats-module__Z7emmW__statCard:hover .Stats-module__Z7emmW__accentBar{width:85%}@media (max-width:1024px){.Stats-module__Z7emmW__statsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.Stats-module__Z7emmW__statsGrid{grid-template-columns:1fr;gap:1rem}.Stats-module__Z7emmW__statCard{padding:1.5rem 1rem}.Stats-module__Z7emmW__statNumber{font-size:2rem}.Stats-module__Z7emmW__statSuffix{font-size:1.2rem}}
.About-module__vMbv_W__grid{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}.About-module__vMbv_W__visual{position:relative}.About-module__vMbv_W__mainImgWrap{border-radius:var(--radius-xl);box-shadow:var(--shadow-2xl);position:relative;overflow:hidden}.About-module__vMbv_W__mainImg{object-fit:cover;width:100%;height:420px;transition:transform var(--transition-slow);display:block}.About-module__vMbv_W__mainImgWrap:hover .About-module__vMbv_W__mainImg{transform:scale(1.03)}.About-module__vMbv_W__floatCard{background:var(--dark-800);border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);border:1px solid #16a34a4d;align-items:center;gap:1rem;padding:1rem 1.5rem;animation:4s ease-in-out infinite About-module__vMbv_W__float;display:flex;position:absolute;bottom:1.5rem;right:-2rem}.About-module__vMbv_W__floatCardIcon{font-size:1.75rem}.About-module__vMbv_W__floatCardNum{font-family:var(--font-display);color:var(--white);font-size:1.5rem;font-weight:800;line-height:1}.About-module__vMbv_W__floatCardLabel{color:#fff9;font-size:.8125rem;font-weight:500}.About-module__vMbv_W__secondImgWrap{border-radius:var(--radius-xl);width:220px;box-shadow:var(--shadow-xl);border:3px solid var(--white);position:absolute;top:-2rem;right:-3.5rem;overflow:hidden}.About-module__vMbv_W__secondImg{object-fit:cover;width:100%;height:160px;display:block}.About-module__vMbv_W__secondImgBadge{color:var(--white);background:#000c;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.8rem;font-weight:600;display:flex}.About-module__vMbv_W__title{font-family:var(--font-display);color:var(--gray-900);margin-bottom:.5rem;font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:800;line-height:1.2}.About-module__vMbv_W__desc{color:var(--gray-500);margin-bottom:1rem;font-size:1rem;line-height:1.8}.About-module__vMbv_W__desc strong{color:var(--gray-800);font-weight:600}.About-module__vMbv_W__points{flex-direction:column;gap:1rem;margin:1.75rem 0;display:flex}.About-module__vMbv_W__point{background:var(--gray-50);border-radius:var(--radius-md);border:1px solid var(--gray-100);transition:all var(--transition-fast);align-items:flex-start;gap:1rem;padding:.875rem 1rem;display:flex}.About-module__vMbv_W__point:hover{background:#16a34a0a;border-color:#16a34a26}.About-module__vMbv_W__pointIcon{background:var(--white);border-radius:var(--radius);width:40px;height:40px;box-shadow:var(--shadow-sm);flex-shrink:0;justify-content:center;align-items:center;font-size:1.25rem;display:flex}.About-module__vMbv_W__pointTitle{color:var(--gray-900);margin-bottom:.2rem;font-size:.9375rem;font-weight:700}.About-module__vMbv_W__pointDesc{color:var(--gray-500);font-size:.875rem}.About-module__vMbv_W__partnerBar{background:var(--dark-800);border-radius:var(--radius-lg);border:1px solid #16a34a33;flex-wrap:wrap;align-items:center;gap:1rem;width:fit-content;padding:1rem 1.25rem;display:flex}.About-module__vMbv_W__partnerLabel{color:#ffffff80;text-transform:uppercase;letter-spacing:.06em;font-size:.75rem;font-weight:600}.About-module__vMbv_W__partnerLogoImg{opacity:1;width:auto;height:28px}.About-module__vMbv_W__partnerSep{color:#fff3}.About-module__vMbv_W__partnerText{color:#4ade80;align-items:center;gap:.25rem;font-size:.8rem;font-weight:600;display:flex}@media (max-width:1024px){.About-module__vMbv_W__grid{grid-template-columns:1fr;gap:3rem}.About-module__vMbv_W__secondImgWrap{width:180px;top:-1.5rem;right:0}.About-module__vMbv_W__floatCard{bottom:1rem;right:0}}@media (max-width:640px){.About-module__vMbv_W__secondImgWrap{display:none}.About-module__vMbv_W__floatCard{margin-top:1rem;position:relative;bottom:auto;right:auto}.About-module__vMbv_W__mainImgWrap{border-radius:var(--radius-lg)}.About-module__vMbv_W__mainImg{height:280px}}
.Industries-module__MgoscG__section{background:var(--gray-50);border-top:1px solid var(--gray-100);padding:6rem 0}.Industries-module__MgoscG__title{color:var(--gray-900)}.Industries-module__MgoscG__grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:3rem;margin-bottom:3rem;display:grid}.Industries-module__MgoscG__card{background:var(--white);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);transition:all var(--transition-slow);border:1px solid var(--gray-100);flex-direction:column;animation:.5s backwards Industries-module__MgoscG__fadeInUp;display:flex;position:relative;overflow:hidden}.Industries-module__MgoscG__card:hover{box-shadow:var(--shadow-2xl);border-color:#16a34a4d;transform:translateY(-10px)}.Industries-module__MgoscG__imgWrap{height:240px;position:relative;overflow:hidden}.Industries-module__MgoscG__img{object-fit:cover;transition:transform .6s}.Industries-module__MgoscG__card:hover .Industries-module__MgoscG__img{transform:scale(1.1)}.Industries-module__MgoscG__overlay{z-index:1;background:linear-gradient(#0000 50%,#0009 100%);position:absolute;inset:0}.Industries-module__MgoscG__content{background:var(--white);z-index:2;flex-direction:column;flex:1;padding:1.5rem;display:flex;position:relative}.Industries-module__MgoscG__cardTitle{font-family:var(--font-display);color:var(--gray-900);transition:color var(--transition);margin-bottom:.75rem;font-size:1.125rem;font-weight:800}.Industries-module__MgoscG__card:hover .Industries-module__MgoscG__cardTitle{color:var(--brand-primary)}.Industries-module__MgoscG__cardDesc{color:var(--gray-600);flex:1;font-size:.875rem;line-height:1.6}.Industries-module__MgoscG__line{background:var(--gray-200);width:40px;height:3px;transition:all var(--transition);border-radius:4px;margin-top:1.5rem}.Industries-module__MgoscG__card:hover .Industries-module__MgoscG__line{background:var(--brand-primary);width:100%}.Industries-module__MgoscG__ctaWrapper{text-align:center}@media (max-width:1024px){.Industries-module__MgoscG__grid{grid-template-columns:repeat(2,1fr)}.Industries-module__MgoscG__imgWrap{height:200px}}@media (max-width:640px){.Industries-module__MgoscG__grid{grid-template-columns:1fr}.Industries-module__MgoscG__imgWrap{height:200px}.Industries-module__MgoscG__content{padding:1.25rem}.Industries-module__MgoscG__section{padding:4rem 0}}
.Services-module__mJrWua__section{background:var(--dark-900)}.Services-module__mJrWua__section .section-header h2{color:var(--white)}.Services-module__mJrWua__section .section-header p{color:#fff9}.Services-module__mJrWua__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:900px;margin:0 auto 2.5rem;display:grid}.Services-module__mJrWua__card{background:var(--dark-700);border-radius:var(--radius-xl);transition:all var(--transition);border:1px solid #ffffff0f;flex-direction:column;display:flex;overflow:hidden}.Services-module__mJrWua__card:hover{border-color:#16a34a40;transform:translateY(-6px);box-shadow:0 20px 40px #00000080,0 0 0 1px #16a34a33}.Services-module__mJrWua__cardImage{height:200px;position:relative;overflow:hidden}.Services-module__mJrWua__img{object-fit:cover;width:100%;height:200px;transition:transform var(--transition-slow);display:block}.Services-module__mJrWua__card:hover .Services-module__mJrWua__img{transform:scale(1.05)}.Services-module__mJrWua__imageOverlay{background:linear-gradient(#0000 0%,#0000001a 40%,#0009 100%);position:absolute;inset:0}.Services-module__mJrWua__imageBadge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:var(--radius-full);letter-spacing:.04em;align-items:center;gap:.5rem;padding:.4rem .875rem;font-size:.8rem;font-weight:700;display:inline-flex;position:absolute;bottom:1rem;left:1rem}.Services-module__mJrWua__cardBody{flex-direction:column;flex:1;padding:1.75rem;display:flex}.Services-module__mJrWua__cardTitle{font-family:var(--font-display);color:var(--white);margin-bottom:.75rem;font-size:1.0625rem;font-weight:700}.Services-module__mJrWua__cardDesc{color:#ffffff8c;margin-bottom:1.25rem;font-size:.875rem;line-height:1.7}.Services-module__mJrWua__cardList{flex-direction:column;flex:1;gap:.625rem;margin-bottom:1.5rem;list-style:none;display:flex}.Services-module__mJrWua__cardListItem{color:#ffffffb8;align-items:center;gap:.625rem;font-size:.875rem;font-weight:500;display:flex}.Services-module__mJrWua__cardCta{transition:gap var(--transition-fast), opacity var(--transition-fast);border-top:1px solid #ffffff12;align-items:center;gap:.375rem;margin-top:auto;padding-top:1.25rem;font-size:.9rem;font-weight:700;text-decoration:none;display:inline-flex}.Services-module__mJrWua__cardCta:hover{opacity:.8;gap:.625rem}.Services-module__mJrWua__ctaRow{border-radius:var(--radius-xl);background:#16a34a12;border:1px solid #16a34a33;flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem;padding:1.75rem 2.5rem;display:flex}.Services-module__mJrWua__ctaText{color:#ffffffb3;font-size:1rem;font-weight:500}@media (max-width:640px){.Services-module__mJrWua__grid{grid-template-columns:1fr;max-width:480px}.Services-module__mJrWua__ctaRow{text-align:center;flex-direction:column}}
.Partners-module__GDFjwa__officialPartners{background:var(--gray-50);padding:var(--section-py) 0;border-bottom:1px solid var(--gray-100)}.Partners-module__GDFjwa__opHeader{text-align:center;margin-bottom:3rem}.Partners-module__GDFjwa__opTitle{font-family:var(--font-display);color:var(--gray-900);margin-bottom:.75rem;font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:800}.Partners-module__GDFjwa__opGrid{grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto;display:grid}@media (max-width:992px){.Partners-module__GDFjwa__opGrid{grid-template-columns:repeat(2,1fr);max-width:860px}}.Partners-module__GDFjwa__opCard{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-xl);box-shadow:var(--shadow-md);transition:all var(--transition);padding:2.5rem}.Partners-module__GDFjwa__opCard:hover{border-color:var(--brand-primary);box-shadow:var(--shadow-xl);transform:translateY(-4px)}.Partners-module__GDFjwa__opBadge{color:var(--brand-primary);border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.08em;background:#0a5c361a;margin-bottom:1.5rem;padding:.375rem .875rem;font-size:.75rem;font-weight:700;display:inline-flex}.Partners-module__GDFjwa__opBadge2{color:#b45309;border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.08em;background:#f59e0b1a;margin-bottom:1.5rem;padding:.375rem .875rem;font-size:.75rem;font-weight:700;display:inline-flex}.Partners-module__GDFjwa__opLogoWrap{justify-content:center;align-items:center;width:100%;height:130px;margin-bottom:1.5rem;display:flex}.Partners-module__GDFjwa__opLogo{opacity:1;object-fit:contain;width:auto;height:auto;max-height:100px}.Partners-module__GDFjwa__opLogoFallback{font-family:var(--font-display);color:var(--gray-900);font-size:1.5rem;font-weight:700}.Partners-module__GDFjwa__opName{font-family:var(--font-display);color:var(--gray-900);margin-bottom:.75rem;font-size:1.25rem;font-weight:800}.Partners-module__GDFjwa__opDesc{color:var(--gray-500);margin-bottom:1.25rem;font-size:.9375rem;line-height:1.7}.Partners-module__GDFjwa__opLink{color:#4ade80;transition:opacity var(--transition-fast);font-size:.875rem;font-weight:600;text-decoration:none}.Partners-module__GDFjwa__opLink:hover{opacity:.75}.Partners-module__GDFjwa__clientsSection{background:var(--gray-50);padding:var(--section-py) 0}.Partners-module__GDFjwa__logoTickerWrapper{width:calc(100% + 3rem);margin:3rem -1.5rem;padding:1rem 0;overflow:hidden}.Partners-module__GDFjwa__logoTicker{gap:2rem;width:max-content;animation:40s linear infinite Partners-module__GDFjwa__logo-ticker-scroll;display:flex}.Partners-module__GDFjwa__logoTicker:hover{animation-play-state:paused}.Partners-module__GDFjwa__logoTickerCard{background:var(--white);border:1.5px solid var(--gray-100);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);width:380px;height:180px;transition:all var(--transition);flex-shrink:0;justify-content:center;align-items:center;padding:1.5rem;display:flex}.Partners-module__GDFjwa__logoTickerCard:hover{border-color:var(--brand-primary);box-shadow:0 0 0 3px #16a34a12, var(--shadow-lg);transform:translateY(-3px)}.Partners-module__GDFjwa__tickerLogoImg{object-fit:contain;width:auto;max-width:98%;height:auto;max-height:165px;transition:all var(--transition);transform:scale(1.75)}.Partners-module__GDFjwa__logoTickerCard:hover .Partners-module__GDFjwa__tickerLogoImg{transform:scale(1.95)}.Partners-module__GDFjwa__clientInitial{border-radius:var(--radius-md);background:linear-gradient(135deg, var(--brand-primary), #15803d);width:56px;height:56px;color:var(--white);font-family:var(--font-display);justify-content:center;align-items:center;font-size:1.5rem;font-weight:800;display:flex}@keyframes Partners-module__GDFjwa__logo-ticker-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width:768px){.Partners-module__GDFjwa__opGrid{grid-template-columns:1fr;max-width:480px}.Partners-module__GDFjwa__logoTickerCard{width:260px;height:130px}}
.ContactCta-module__8c1XmW__ctaSection{padding:var(--section-py) 0;background:linear-gradient(135deg,#052e1c 0%,#0a5c36 50%,#073d24 100%);position:relative;overflow:hidden}.ContactCta-module__8c1XmW__ctaBg{pointer-events:none;position:absolute;inset:0}.ContactCta-module__8c1XmW__ctaShape1{background:radial-gradient(circle,#f59e0b1a 0%,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;top:-40%;right:-5%}.ContactCta-module__8c1XmW__ctaShape2{background:radial-gradient(circle,#ffffff0d 0%,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;bottom:-40%;left:10%}.ContactCta-module__8c1XmW__ctaContent{z-index:2;grid-template-columns:1.1fr 1fr;align-items:center;gap:4rem;display:grid;position:relative}.ContactCta-module__8c1XmW__ctaTitle{font-family:var(--font-display);color:var(--white);margin-bottom:1.25rem;font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:800;line-height:1.2}.ContactCta-module__8c1XmW__ctaDesc{color:#ffffffbf;margin-bottom:2rem;font-size:1.0625rem;line-height:1.8}.ContactCta-module__8c1XmW__ctaInfo{flex-direction:column;gap:1rem;display:flex}.ContactCta-module__8c1XmW__ctaInfoItem{color:var(--white);transition:opacity var(--transition-fast);align-items:center;gap:1rem;text-decoration:none;display:flex}.ContactCta-module__8c1XmW__ctaInfoItem:hover{opacity:.85}.ContactCta-module__8c1XmW__ctaInfoIcon{border-radius:var(--radius);background:#ffffff1a;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.375rem;display:flex}.ContactCta-module__8c1XmW__ctaInfoLabel{color:#ffffff8c;text-transform:uppercase;letter-spacing:.07em;font-size:.8rem;font-weight:600;display:block}.ContactCta-module__8c1XmW__ctaInfoValue{color:var(--white);margin-top:2px;font-size:1rem;font-weight:600;display:block}.ContactCta-module__8c1XmW__ctaCard{background:var(--white);border-radius:var(--radius-xl);padding:2.5rem;box-shadow:0 24px 60px #00000040}.ContactCta-module__8c1XmW__ctaCardTitle{font-family:var(--font-display);color:var(--gray-900);margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.ContactCta-module__8c1XmW__ctaCardDesc{color:var(--gray-500);margin-bottom:1.75rem;font-size:.9375rem;line-height:1.6}.ContactCta-module__8c1XmW__ctaCardLinks{flex-direction:column;gap:1rem;display:flex}.ContactCta-module__8c1XmW__ctaCardSecondary{text-align:center;color:var(--brand-primary);transition:opacity var(--transition-fast);padding:.5rem;font-size:.9375rem;font-weight:600;text-decoration:none;display:block}.ContactCta-module__8c1XmW__ctaCardSecondary:hover{opacity:.75}.ContactCta-module__8c1XmW__ctaCardBadges{border-top:1px solid var(--gray-100);flex-wrap:wrap;gap:1rem;margin-top:1.5rem;padding-top:1.5rem;display:flex}.ContactCta-module__8c1XmW__ctaCardBadges span{color:var(--brand-primary);font-size:.8125rem;font-weight:600}@media (max-width:900px){.ContactCta-module__8c1XmW__ctaContent{grid-template-columns:1fr;gap:2.5rem}}
