.Hero-module__JgYmMq__hero{align-items:center;width:100%;height:100vh;min-height:700px;display:flex;position:relative;overflow:hidden}.Hero-module__JgYmMq__bgWrapper{z-index:0;position:absolute;inset:0}.Hero-module__JgYmMq__bgImage{will-change:transform;background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:-5%}.Hero-module__JgYmMq__overlay{background:linear-gradient(90deg, rgba(var(--bg-rgb), .85) 0%, rgba(var(--bg-rgb), .6) 50%, rgba(var(--bg-rgb), .3) 100%);z-index:1;position:absolute;inset:0}.Hero-module__JgYmMq__content{z-index:2;width:100%;padding-top:80px;position:relative}.Hero-module__JgYmMq__textWrapper{flex-direction:column;gap:40px;max-width:800px;display:flex}@keyframes Hero-module__JgYmMq__slideUpFade{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.Hero-module__JgYmMq__title{font-family:var(--font-display);color:var(--white-pure);letter-spacing:-1px;text-transform:uppercase;margin:0;font-size:clamp(48px,6vw,84px);font-weight:700;line-height:1.05}.Hero-module__JgYmMq__titleLine{opacity:0;animation:.8s cubic-bezier(.2,.8,.2,1) forwards Hero-module__JgYmMq__slideUpFade;display:block}.Hero-module__JgYmMq__titleLine:first-child{animation-delay:.2s}.Hero-module__JgYmMq__titleLine:nth-child(2){animation-delay:.35s}.Hero-module__JgYmMq__titleLine:nth-child(3){animation-delay:.5s}.Hero-module__JgYmMq__ctaWrapper{opacity:0;animation:.8s cubic-bezier(.2,.8,.2,1) .7s forwards Hero-module__JgYmMq__slideUpFade;display:flex}.Hero-module__JgYmMq__ctaWrapper .Hero-module__JgYmMq__btn-primary{letter-spacing:.5px;padding:18px 40px;font-size:16px;transition:all .3s;box-shadow:0 10px 30px #c8102e4d}.Hero-module__JgYmMq__ctaWrapper .Hero-module__JgYmMq__btn-primary:hover{transform:translateY(-4px);box-shadow:0 15px 35px #c8102e66}.Hero-module__JgYmMq__themeToggle{z-index:10;background:rgba(var(--fg-rgb), .1);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(var(--fg-rgb), .15);color:#fff;cursor:pointer;opacity:0;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s;animation:.8s .9s forwards Hero-module__JgYmMq__slideUpFade;display:flex;position:absolute;bottom:40px;left:40px}.Hero-module__JgYmMq__themeToggle:hover{background:rgba(var(--fg-rgb), .2);transform:scale(1.05)}.Hero-module__JgYmMq__scrollIndicator{z-index:10;color:rgba(var(--fg-rgb), .5);cursor:pointer;opacity:0;background:0 0;border:none;flex-direction:column;align-items:center;gap:12px;transition:color .3s;animation:.8s 1.1s forwards Hero-module__JgYmMq__slideUpFade;display:flex;position:absolute;bottom:40px;left:50%;transform:translate(-50%)}.Hero-module__JgYmMq__scrollIndicator:hover{color:var(--white-pure)}@keyframes Hero-module__JgYmMq__scrollBounce{0%,to{transform:translateY(0)}50%{transform:translateY(8px)}}.Hero-module__JgYmMq__scrollIcon{animation:2s ease-in-out infinite Hero-module__JgYmMq__scrollBounce}@media (max-width:1024px){.Hero-module__JgYmMq__overlay{background:linear-gradient(90deg, rgba(var(--bg-rgb), .85) 0%, rgba(var(--bg-rgb), .7) 100%)}}@media (max-width:768px){.Hero-module__JgYmMq__hero{align-items:center;min-height:600px}.Hero-module__JgYmMq__content{justify-content:center;display:flex}.Hero-module__JgYmMq__textWrapper{text-align:center;align-items:center;gap:32px}.Hero-module__JgYmMq__overlay{background:rgba(var(--bg-rgb), .7)}.Hero-module__JgYmMq__themeToggle{bottom:24px;left:24px}.Hero-module__JgYmMq__scrollIndicator{display:none}}
[data-animate]{opacity:0;transition:opacity .7s,transform .7s;transition-delay:var(--delay,0s);transform:translateY(28px)}[data-animate].HomeIntro-module__AWdFdG__visible{opacity:1;transform:translateY(0)}.HomeIntro-module__AWdFdG__intro{background:var(--black-rich);padding:100px 0 120px;position:relative;overflow:hidden}.HomeIntro-module__AWdFdG__intro:before{content:"";background:linear-gradient(90deg,#0000,#c8102e80,#0000);width:100%;height:1px;position:absolute;top:0;left:0}.HomeIntro-module__AWdFdG__intro:after{content:"";pointer-events:none;background:radial-gradient(circle,#c8102e0d 0%,#0000 65%);width:700px;height:700px;position:absolute;top:-300px;right:-200px}.HomeIntro-module__AWdFdG__introGrid{grid-template-columns:1fr 1fr;align-items:start;gap:64px;margin-bottom:80px;display:grid}.HomeIntro-module__AWdFdG__introLeft{flex-direction:column;gap:0;display:flex}.HomeIntro-module__AWdFdG__introSubtitle{font-family:var(--font-primary);color:var(--red-light);text-transform:uppercase;letter-spacing:3px;margin-bottom:20px;font-size:13px;font-weight:600;display:block}.HomeIntro-module__AWdFdG__introTitle{font-family:var(--font-display);color:var(--white-pure);letter-spacing:.5px;margin-bottom:24px;font-size:clamp(32px,3.5vw,48px);line-height:1.1}.HomeIntro-module__AWdFdG__introText{color:rgba(var(--fg-rgb), .65);text-align:justify;margin-bottom:36px;font-size:16px;line-height:1.85}.HomeIntro-module__AWdFdG__buttonGroup{flex-wrap:wrap;gap:16px;display:flex}.HomeIntro-module__AWdFdG__navCardsGrid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.HomeIntro-module__AWdFdG__navCard{background:var(--black-card);border:1px solid var(--black-border);border-radius:var(--radius-md);align-items:center;gap:14px;padding:16px 18px;text-decoration:none;transition:all .3s;display:flex;position:relative;overflow:hidden}.HomeIntro-module__AWdFdG__navCard:before{content:"";opacity:0;background:linear-gradient(135deg,#c8102e14 0%,#0000 60%);transition:opacity .3s;position:absolute;inset:0}.HomeIntro-module__AWdFdG__navCard:hover{box-shadow:0 8px 24px rgba(var(--bg-rgb), .4);border-color:#c8102e66;transform:translateY(-3px)}.HomeIntro-module__AWdFdG__navCard:hover:before{opacity:1}.HomeIntro-module__AWdFdG__navCardHighlight{background:#c8102e1a;border-color:#c8102e59}.HomeIntro-module__AWdFdG__navCardHighlight:hover{background:#c8102e2e;border-color:#c8102e99}.HomeIntro-module__AWdFdG__navCardIcon{border-radius:var(--radius-sm);width:40px;height:40px;color:var(--red-light);background:#c8102e1f;flex-shrink:0;justify-content:center;align-items:center;transition:all .3s;display:flex}.HomeIntro-module__AWdFdG__navCard:hover .HomeIntro-module__AWdFdG__navCardIcon{background:var(--red-primary);color:#fff}.HomeIntro-module__AWdFdG__navCardLabel{color:var(--white-pure);font-size:14px;font-weight:700;line-height:1.2;display:block}.HomeIntro-module__AWdFdG__navCardDesc{color:rgba(var(--fg-rgb), .45);margin-top:2px;font-size:12px;line-height:1.4;display:block}.HomeIntro-module__AWdFdG__navCardArrow{color:rgba(var(--fg-rgb), .25);flex-shrink:0;margin-left:auto;transition:all .3s}.HomeIntro-module__AWdFdG__navCard:hover .HomeIntro-module__AWdFdG__navCardArrow{color:var(--red-light);transform:translate(3px)}.HomeIntro-module__AWdFdG__statsBar{background:var(--black-card);border:1px solid var(--black-border);border-radius:var(--radius-xl);justify-content:space-between;align-items:center;margin-bottom:100px;padding:40px 60px;display:flex;position:relative;overflow:hidden}.HomeIntro-module__AWdFdG__statsBar:before{content:"";pointer-events:none;background:linear-gradient(135deg,#c8102e0a 0%,#0000 60%);position:absolute;inset:0}.HomeIntro-module__AWdFdG__statItem{flex-direction:column;flex:1;align-items:center;gap:6px;display:flex;position:relative}.HomeIntro-module__AWdFdG__statValue{font-family:var(--font-display);color:var(--white-pure);letter-spacing:-1px;font-size:clamp(40px,4vw,60px);line-height:1}.HomeIntro-module__AWdFdG__statLabel{color:rgba(var(--fg-rgb), .45);letter-spacing:.3px;text-align:center;font-size:13px}.HomeIntro-module__AWdFdG__statDivider{background:rgba(var(--fg-rgb), .07);width:1px;height:48px;position:absolute;top:50%;right:0;transform:translateY(-50%)}.HomeIntro-module__AWdFdG__whyUsHeader{margin-bottom:48px}.HomeIntro-module__AWdFdG__whyUsTitle{font-family:var(--font-display);color:var(--white-pure);letter-spacing:.5px;margin-top:12px;font-size:clamp(32px,3.5vw,44px)}.HomeIntro-module__AWdFdG__whyUsGrid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.HomeIntro-module__AWdFdG__whyUsCard{background:var(--black-card);border:1px solid var(--black-border);border-radius:var(--radius-lg);padding:36px 28px;transition:all .4s;position:relative;overflow:hidden}.HomeIntro-module__AWdFdG__whyUsCard:before{content:"";background:var(--red-primary);transform-origin:0;width:100%;height:3px;transition:transform .4s;position:absolute;top:0;left:0;transform:scaleX(0)}.HomeIntro-module__AWdFdG__whyUsCard:hover{box-shadow:0 16px 40px rgba(var(--bg-rgb), .4);border-color:#c8102e40;transform:translateY(-6px)}.HomeIntro-module__AWdFdG__whyUsCard:hover:before{transform:scaleX(1)}.HomeIntro-module__AWdFdG__iconWrapper{border-radius:var(--radius-md);width:52px;height:52px;color:var(--red-light);background:#c8102e1a;justify-content:center;align-items:center;margin-bottom:20px;transition:all .3s;display:flex}.HomeIntro-module__AWdFdG__whyUsCard:hover .HomeIntro-module__AWdFdG__iconWrapper{background:var(--red-primary);color:#fff}.HomeIntro-module__AWdFdG__cardTitle{font-family:var(--font-primary);color:var(--white-pure);margin-bottom:14px;font-size:18px;font-weight:700;line-height:1.3}.HomeIntro-module__AWdFdG__cardText{color:rgba(var(--fg-rgb), .55);text-align:justify;font-size:15px;line-height:1.75}@media (max-width:1100px){.HomeIntro-module__AWdFdG__introGrid{grid-template-columns:1fr;gap:48px}.HomeIntro-module__AWdFdG__navCardsGrid{grid-template-columns:repeat(3,1fr)}}@media (max-width:900px){.HomeIntro-module__AWdFdG__whyUsGrid{grid-template-columns:repeat(2,1fr)}.HomeIntro-module__AWdFdG__statsBar{flex-wrap:wrap;gap:32px;padding:32px 40px}.HomeIntro-module__AWdFdG__statDivider{display:none}.HomeIntro-module__AWdFdG__statItem{flex:calc(50% - 16px)}}@media (max-width:640px){.HomeIntro-module__AWdFdG__navCardsGrid{grid-template-columns:1fr 1fr}.HomeIntro-module__AWdFdG__whyUsGrid{grid-template-columns:1fr}.HomeIntro-module__AWdFdG__statsBar{padding:28px 24px}.HomeIntro-module__AWdFdG__statItem{flex:calc(50% - 12px)}.HomeIntro-module__AWdFdG__intro{padding:72px 0 80px}}@media (max-width:420px){.HomeIntro-module__AWdFdG__navCardsGrid{grid-template-columns:1fr}}
.Testimonials-module__5wb8fq__testimonials{background:var(--black-rich);position:relative;overflow:hidden}.Testimonials-module__5wb8fq__bgAccent{pointer-events:none;background:radial-gradient(50% 50% at 50% 0,#c8102e12 0%,#0000 70%);width:800px;height:400px;position:absolute;top:0;left:50%;transform:translate(-50%)}[data-animate-test]{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(28px)}[data-animate-test].Testimonials-module__5wb8fq__visible{opacity:1;transform:translateY(0)}[data-animate-test]:nth-child(2){transition-delay:.1s}[data-animate-test]:nth-child(3){transition-delay:.2s}.Testimonials-module__5wb8fq__header{text-align:center;margin-bottom:64px}.Testimonials-module__5wb8fq__sliderWrapper{max-width:800px;margin:0 auto 80px}.Testimonials-module__5wb8fq__slider{background:var(--black-card);border:1px solid var(--black-border);border-radius:var(--radius-xl);padding:56px 64px;position:relative;overflow:hidden}.Testimonials-module__5wb8fq__slider:before{content:"";background:linear-gradient(90deg, transparent, var(--red-primary), transparent);height:2px;position:absolute;top:0;left:0;right:0}.Testimonials-module__5wb8fq__quoteIcon{color:#c8102e33;margin-bottom:24px}.Testimonials-module__5wb8fq__stars{gap:4px;margin-bottom:28px;display:flex}.Testimonials-module__5wb8fq__star{color:#f59e0b}.Testimonials-module__5wb8fq__content{color:rgba(var(--fg-rgb),.8);quotes:none;border:none;margin-bottom:36px;padding:0;font-size:clamp(16px,2vw,20px);font-style:italic;line-height:1.75}@keyframes Testimonials-module__5wb8fq__slideInFromRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes Testimonials-module__5wb8fq__slideInFromLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes Testimonials-module__5wb8fq__slideOutLeft{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-20px)}}@keyframes Testimonials-module__5wb8fq__slideOutRight{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(20px)}}.Testimonials-module__5wb8fq__enter{animation:.4s forwards Testimonials-module__5wb8fq__slideInFromRight}.Testimonials-module__5wb8fq__exitLeft{animation:.4s forwards Testimonials-module__5wb8fq__slideOutLeft}.Testimonials-module__5wb8fq__exitRight{animation:.4s forwards Testimonials-module__5wb8fq__slideOutRight}.Testimonials-module__5wb8fq__author{align-items:center;gap:16px;display:flex}.Testimonials-module__5wb8fq__authorAvatar{background:var(--red-primary);width:52px;height:52px;font-family:var(--font-display);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:18px;display:flex;box-shadow:0 4px 16px #c8102e4d}.Testimonials-module__5wb8fq__authorInfo{flex-direction:column;gap:2px;display:flex}.Testimonials-module__5wb8fq__authorName{color:var(--white-pure);font-size:15px;font-weight:700}.Testimonials-module__5wb8fq__authorRole{color:rgba(var(--fg-rgb),.5);font-size:13px}.Testimonials-module__5wb8fq__authorCompany{color:var(--red-light);font-size:12px;font-weight:600}.Testimonials-module__5wb8fq__navigation{justify-content:center;align-items:center;gap:20px;margin-top:36px;display:flex}.Testimonials-module__5wb8fq__navBtn{background:rgba(var(--fg-rgb),.06);border:1px solid rgba(var(--fg-rgb),.1);color:#fff;cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .25s;display:flex}.Testimonials-module__5wb8fq__navBtn:hover{background:var(--red-primary);border-color:var(--red-primary);transform:scale(1.05)}.Testimonials-module__5wb8fq__dots{align-items:center;gap:8px;display:flex}.Testimonials-module__5wb8fq__dot{background:rgba(var(--fg-rgb),.2);cursor:pointer;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:all .3s}.Testimonials-module__5wb8fq__dotActive{background:var(--red-primary);border-radius:4px;width:24px}.Testimonials-module__5wb8fq__logosStrip{text-align:center;margin-top:40px}.Testimonials-module__5wb8fq__logoLabel{color:rgba(var(--fg-rgb),.3);letter-spacing:1px;text-transform:uppercase;margin-bottom:32px;font-size:13px;font-weight:500}.Testimonials-module__5wb8fq__marqueeContainer{flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.Testimonials-module__5wb8fq__marqueeRow{--duration:40s;--gap:2rem;gap:var(--gap);width:100%;padding:12px 0;display:flex;overflow:hidden}.Testimonials-module__5wb8fq__marqueeRow+.Testimonials-module__5wb8fq__marqueeRow{margin-top:16px}.Testimonials-module__5wb8fq__marqueeContent{justify-content:space-around;gap:var(--gap);animation:Testimonials-module__5wb8fq__marquee var(--duration) linear infinite;flex-shrink:0;min-width:100%;display:flex}.Testimonials-module__5wb8fq__marqueeRowReverse .Testimonials-module__5wb8fq__marqueeContent{animation-direction:reverse}.Testimonials-module__5wb8fq__marqueeRow:hover .Testimonials-module__5wb8fq__marqueeContent{animation-play-state:paused}@keyframes Testimonials-module__5wb8fq__marquee{0%{transform:translate(0)}to{transform:translateX(calc(-100% - var(--gap)))}}.Testimonials-module__5wb8fq__logoCard{flex-shrink:0;justify-content:center;align-items:center;width:120px;display:flex}@media (min-width:768px){.Testimonials-module__5wb8fq__logoCard{width:160px}}.Testimonials-module__5wb8fq__logoWrapper{cursor:pointer;justify-content:center;align-items:center;padding:16px;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;transform:scale(1)}.Testimonials-module__5wb8fq__logoWrapper:hover{transform:scale(1.15)}.Testimonials-module__5wb8fq__logoFilter{filter:grayscale();opacity:.6;transition:all .4s}.Testimonials-module__5wb8fq__logoWrapper:hover .Testimonials-module__5wb8fq__logoFilter{filter:grayscale(0%);opacity:1}.Testimonials-module__5wb8fq__logoTooltip{pointer-events:none;opacity:0;z-index:50;flex-direction:column;align-items:center;margin-top:8px;transition:opacity .3s;display:flex;position:absolute;top:100%}.Testimonials-module__5wb8fq__logoWrapper:hover .Testimonials-module__5wb8fq__logoTooltip{opacity:1}.Testimonials-module__5wb8fq__tooltipInner{background:var(--white-pure);color:var(--black-rich);box-shadow:var(--shadow-md);white-space:nowrap;border-radius:6px;flex-direction:column;align-items:center;padding:6px 12px;font-size:12px;font-weight:600;display:flex}.Testimonials-module__5wb8fq__tooltipCountry{color:var(--gray-600);text-transform:uppercase;letter-spacing:1px;margin-top:2px;font-size:10px}.Testimonials-module__5wb8fq__tooltipArrow{background:var(--white-pure);width:8px;height:8px;position:absolute;top:-4px;left:50%;transform:translate(-50%)rotate(45deg)}.Testimonials-module__5wb8fq__marqueeGradients{pointer-events:none;background:linear-gradient(to right, var(--black-rich), transparent 15%, transparent 85%, var(--black-rich));position:absolute;inset:0}.Testimonials-module__5wb8fq__fallbackImageWrapper{border:1px solid var(--black-border);border-radius:var(--radius-sm);background:rgba(var(--fg-rgb), .03);justify-content:center;align-items:center;min-width:120px;height:40px;padding:0 16px;transition:all .2s;display:flex}.Testimonials-module__5wb8fq__fallbackImageText{color:rgba(var(--fg-rgb), .5);white-space:nowrap;font-size:12px;font-weight:700}.Testimonials-module__5wb8fq__clientLogoImage{object-fit:contain;width:auto;max-width:140px;height:64px}@media (max-width:768px){.Testimonials-module__5wb8fq__slider{padding:36px 28px}.Testimonials-module__5wb8fq__header{margin-bottom:40px}.Testimonials-module__5wb8fq__sliderWrapper{margin-bottom:48px}}@media (max-width:480px){.Testimonials-module__5wb8fq__slider{padding:28px 20px}.Testimonials-module__5wb8fq__logos{gap:10px}.Testimonials-module__5wb8fq__logoItem{padding:10px 18px;font-size:12px}}
.HomeCTA-module__WCZduG__ctaSection{background:var(--black-card);border-top:1px solid var(--black-border);border-bottom:1px solid var(--black-border);position:relative;overflow:hidden}.HomeCTA-module__WCZduG__bgAccent{pointer-events:none;background:radial-gradient(circle at 100% 100%,#c8102e14 0%,#0000 60%);width:600px;height:600px;position:absolute;bottom:0;right:0}.HomeCTA-module__WCZduG__container{grid-template-columns:1fr 1fr;align-items:center;gap:64px;display:grid}.HomeCTA-module__WCZduG__leftContent{flex-direction:column;display:flex}.HomeCTA-module__WCZduG__title{font-family:var(--font-display);margin-top:16px;margin-bottom:24px;font-size:clamp(36px,4vw,56px);line-height:1.1}.HomeCTA-module__WCZduG__text{color:var(--gray-400);max-width:480px;margin-bottom:40px;font-size:16px;line-height:1.6}.HomeCTA-module__WCZduG__contactList{flex-direction:column;gap:24px;display:flex}.HomeCTA-module__WCZduG__contactItem{color:var(--white-pure);align-items:center;gap:16px;text-decoration:none;transition:transform .3s;display:flex}.HomeCTA-module__WCZduG__contactItem:hover{transform:translate(8px)}.HomeCTA-module__WCZduG__iconWrapper{width:48px;height:48px;color:var(--red-primary);background:#c8102e1a;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.HomeCTA-module__WCZduG__contactItem:hover .HomeCTA-module__WCZduG__iconWrapper{background:var(--red-primary);color:var(--white-pure);box-shadow:0 4px 12px #c8102e4d}.HomeCTA-module__WCZduG__contactDetails{flex-direction:column;display:flex}.HomeCTA-module__WCZduG__contactLabel{color:var(--gray-600);text-transform:uppercase;letter-spacing:1px;font-size:12px}.HomeCTA-module__WCZduG__contactValue{font-size:16px;font-weight:600}.HomeCTA-module__WCZduG__formCard{background:var(--black-rich);border:1px solid var(--black-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);z-index:2;padding:48px;position:relative}.HomeCTA-module__WCZduG__formTitle{margin-bottom:8px;font-size:24px;font-weight:700}.HomeCTA-module__WCZduG__formSubtitle{color:var(--gray-400);margin-bottom:32px;font-size:14px}.HomeCTA-module__WCZduG__formGroup{margin-bottom:24px}.HomeCTA-module__WCZduG__label{color:var(--gray-400);margin-bottom:8px;font-size:13px;font-weight:600;display:block}.HomeCTA-module__WCZduG__input,.HomeCTA-module__WCZduG__textarea{background:rgba(var(--fg-rgb), .03);border:1px solid rgba(var(--fg-rgb), .1);border-radius:var(--radius-md);width:100%;color:var(--white-pure);font-family:var(--font-primary);padding:16px;font-size:15px;transition:all .25s}.HomeCTA-module__WCZduG__input:focus,.HomeCTA-module__WCZduG__textarea:focus{border-color:var(--red-primary);background:rgba(var(--fg-rgb), .06);outline:none;box-shadow:0 0 0 4px #c8102e1a}.HomeCTA-module__WCZduG__textarea{resize:vertical;min-height:120px}.HomeCTA-module__WCZduG__submitBtn{justify-content:center;width:100%;margin-top:8px;padding:18px}@media (max-width:992px){.HomeCTA-module__WCZduG__container{grid-template-columns:1fr;gap:48px}.HomeCTA-module__WCZduG__formCard{padding:32px 24px}}[data-animate-cta]{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(30px)}[data-animate-cta].HomeCTA-module__WCZduG__visible{opacity:1;transform:translateY(0)}
