.Navbar-module___rHu7W__navbar{z-index:1000;padding:var(--space-4) 0;transition:all var(--duration-normal) var(--ease-out);background:0 0;position:fixed;top:0;left:0;right:0}.Navbar-module___rHu7W__navbar.Navbar-module___rHu7W__scrolled{-webkit-backdrop-filter:blur(16px);padding:var(--space-3) 0;background:#0a1628eb;border-bottom:1px solid #3341554d}.Navbar-module___rHu7W__container{max-width:var(--container-max);padding:0 var(--gutter);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.Navbar-module___rHu7W__logo{align-items:center;gap:var(--space-3);color:var(--white);text-decoration:none;display:flex}.Navbar-module___rHu7W__logoIcon{color:var(--gold);filter:drop-shadow(0 0 8px #d4a85366);font-size:1.5rem}.Navbar-module___rHu7W__logoText{font-family:var(--font-heading);letter-spacing:-.01em;color:var(--white);font-size:1.25rem;font-weight:700}.Navbar-module___rHu7W__logoCo{color:var(--gold);font-weight:400}.Navbar-module___rHu7W__links{align-items:center;gap:var(--space-8);display:flex}.Navbar-module___rHu7W__link{font-family:var(--font-body);color:var(--text-secondary);transition:color var(--duration-fast) var(--ease-out);font-size:.9rem;font-weight:500;text-decoration:none;position:relative}.Navbar-module___rHu7W__link:hover{color:var(--white)}.Navbar-module___rHu7W__link:after{content:"";background:var(--gold);width:0;height:2px;transition:width var(--duration-normal) var(--ease-out);position:absolute;bottom:-4px;left:0}.Navbar-module___rHu7W__link:hover:after{width:100%}.Navbar-module___rHu7W__ctas{align-items:center;gap:var(--space-3);margin-left:var(--space-4);display:flex}.Navbar-module___rHu7W__hamburger{cursor:pointer;padding:var(--space-2);z-index:1001;background:0 0;border:none;flex-direction:column;gap:5px;display:none}.Navbar-module___rHu7W__hamburger span{background:var(--white);width:24px;height:2px;transition:all var(--duration-normal) var(--ease-out);border-radius:2px;display:block}.Navbar-module___rHu7W__hamburgerOpen span:first-child{transform:rotate(45deg)translate(5px,5px)}.Navbar-module___rHu7W__hamburgerOpen span:nth-child(2){opacity:0}.Navbar-module___rHu7W__hamburgerOpen span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}@media (max-width:900px){.Navbar-module___rHu7W__hamburger{display:flex}.Navbar-module___rHu7W__links{background:var(--midnight);width:85%;max-width:400px;height:100dvh;padding:var(--space-12) var(--space-8);justify-content:center;align-items:flex-start;gap:var(--space-6);transition:right var(--duration-slow) var(--ease-out);border-left:1px solid var(--slate-light);flex-direction:column;position:fixed;top:0;right:-100%}.Navbar-module___rHu7W__links.Navbar-module___rHu7W__open{right:0}.Navbar-module___rHu7W__link{font-size:1.25rem}.Navbar-module___rHu7W__ctas{width:100%;margin-left:0;margin-top:var(--space-6);flex-direction:column}.Navbar-module___rHu7W__ctas a{text-align:center;width:100%}}
.Hero-module__JgYmMq__hero{background:var(--gradient-hero);flex-direction:column;justify-content:center;min-height:100vh;padding-top:80px;display:flex;position:relative;overflow:hidden}.Hero-module__JgYmMq__bgGlow{pointer-events:none;background:radial-gradient(#2563eb14 0%,#0000 70%);width:800px;height:600px;position:absolute;top:-20%;left:50%;transform:translate(-50%)}.Hero-module__JgYmMq__bgGrid{pointer-events:none;background-image:linear-gradient(#33415514 1px,#0000 1px),linear-gradient(90deg,#33415514 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#0000,#000 20% 80%,#0000);mask-image:linear-gradient(#0000,#000 20% 80%,#0000)}.Hero-module__JgYmMq__content{gap:var(--space-16);padding-top:var(--space-16);padding-bottom:var(--space-12);grid-template-columns:1fr 1fr;align-items:center;display:grid}.Hero-module__JgYmMq__textCol{flex-direction:column;gap:0;display:flex}.Hero-module__JgYmMq__headline{letter-spacing:-.025em;margin-bottom:24px;font-size:clamp(2rem,4.2vw,3.25rem);font-weight:700;line-height:1.22}.Hero-module__JgYmMq__headlineAccent{background:var(--gradient-gold);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Hero-module__JgYmMq__subheadline{color:var(--text-secondary);max-width:500px;margin-bottom:32px;font-size:1.05rem;line-height:1.75}.Hero-module__JgYmMq__ctas{gap:var(--space-3);flex-wrap:wrap;margin-bottom:24px;display:flex}.Hero-module__JgYmMq__trustRow{gap:var(--space-6);flex-wrap:wrap;display:flex}.Hero-module__JgYmMq__trustItem{color:var(--text-muted);font-size:.85rem}.Hero-module__JgYmMq__textCol>.badge{margin-bottom:20px}.Hero-module__JgYmMq__badgeDot{background:var(--jade);border-radius:50%;width:8px;height:8px;animation:2s infinite Hero-module__JgYmMq__pulse;display:inline-block}@keyframes Hero-module__JgYmMq__pulse{0%,to{opacity:1;box-shadow:0 0 #10b98166}50%{opacity:.8;box-shadow:0 0 0 6px #10b98100}}.Hero-module__JgYmMq__visualCol{justify-content:center;align-items:center;min-height:420px;display:flex;position:relative}.Hero-module__JgYmMq__routeCard{align-items:center;gap:var(--space-4);padding:var(--space-8) var(--space-10);border-radius:var(--radius-xl);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#1e293b80;border:1px solid #33415580;flex-direction:column;display:flex}.Hero-module__JgYmMq__routePoint{align-items:center;gap:var(--space-3);font-family:var(--font-heading);color:var(--white);font-size:1.1rem;font-weight:600;display:flex}.Hero-module__JgYmMq__routeFlag{font-size:2rem}.Hero-module__JgYmMq__routeLine{background:var(--slate-light);border-radius:2px;width:3px;height:80px;position:relative;overflow:visible}.Hero-module__JgYmMq__routeLineInner{background:var(--gradient-primary);border-radius:2px;width:100%;height:0%;animation:3s ease-in-out infinite Hero-module__JgYmMq__routeProgress;position:absolute;top:0}@keyframes Hero-module__JgYmMq__routeProgress{0%{height:0%}50%{height:100%}to{opacity:.3;height:100%}}.Hero-module__JgYmMq__routeShip{font-size:1.2rem;animation:3s ease-in-out infinite Hero-module__JgYmMq__shipMove;position:absolute;left:50%;transform:translate(-50%)}@keyframes Hero-module__JgYmMq__shipMove{0%{top:-12px}50%{top:calc(100% - 12px)}to{top:calc(100% - 12px)}}.Hero-module__JgYmMq__floatingCards{pointer-events:none;position:absolute;inset:0}.Hero-module__JgYmMq__floatingCard{align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);border-radius:var(--radius-md);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);white-space:nowrap;background:#0f172ae6;border:1px solid #33415599;animation:6s ease-in-out infinite Hero-module__JgYmMq__float;display:flex;position:absolute}.Hero-module__JgYmMq__floatingCard1{animation-delay:0s;top:10%;right:-10%}.Hero-module__JgYmMq__floatingCard2{animation-delay:2s;bottom:30%;left:-15%}.Hero-module__JgYmMq__floatingCard3{animation-delay:4s;bottom:8%;right:-5%}@keyframes Hero-module__JgYmMq__float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.Hero-module__JgYmMq__fcIcon{font-size:1.25rem}.Hero-module__JgYmMq__fcText{flex-direction:column;display:flex}.Hero-module__JgYmMq__fcText strong{color:var(--white);font-size:.8rem;font-weight:600}.Hero-module__JgYmMq__fcText span{color:var(--text-muted);font-size:.7rem}.Hero-module__JgYmMq__statsBar{padding:var(--space-8) 0;background:#0a1628cc;border-top:1px solid #3341554d;border-bottom:1px solid #3341554d;margin-top:auto}.Hero-module__JgYmMq__statsGrid{justify-content:center;align-items:center;gap:var(--space-12);display:flex}.Hero-module__JgYmMq__statDivider{background:var(--slate-light);width:1px;height:48px}@media (max-width:1024px){.Hero-module__JgYmMq__content{gap:var(--space-10);text-align:center;grid-template-columns:1fr}.Hero-module__JgYmMq__textCol{align-items:center}.Hero-module__JgYmMq__subheadline{margin-left:auto;margin-right:auto}.Hero-module__JgYmMq__ctas,.Hero-module__JgYmMq__trustRow{justify-content:center}.Hero-module__JgYmMq__visualCol{min-height:300px}.Hero-module__JgYmMq__floatingCard1{right:5%}.Hero-module__JgYmMq__floatingCard2{left:0}.Hero-module__JgYmMq__floatingCard3{right:5%}}@media (max-width:768px){.Hero-module__JgYmMq__hero{min-height:auto;padding-top:100px}.Hero-module__JgYmMq__headline{margin-bottom:18px;font-size:clamp(1.75rem,7vw,2.5rem)}.Hero-module__JgYmMq__subheadline{margin-bottom:28px;font-size:1rem}.Hero-module__JgYmMq__ctas{flex-direction:column;width:100%;margin-bottom:20px}.Hero-module__JgYmMq__statsGrid{gap:var(--space-6);grid-template-columns:1fr 1fr;display:grid}.Hero-module__JgYmMq__statDivider,.Hero-module__JgYmMq__visualCol{display:none}}
.PainPoints-module__JnDLRa__section{background:linear-gradient(180deg, var(--midnight) 0%, var(--navy) 100%);position:relative;overflow:hidden}.PainPoints-module__JnDLRa__section:before{content:"";background:linear-gradient(90deg,#0000,#d4a85340,#0000);height:1px;position:absolute;top:0;left:0;right:0}.PainPoints-module__JnDLRa__header{text-align:center;margin-bottom:var(--space-12);flex-direction:column;align-items:center;display:flex}.PainPoints-module__JnDLRa__eyebrow{border-radius:var(--radius-full);font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.11em;color:var(--gold);background:#d4a85314;border:1px solid #d4a85347;align-items:center;margin-bottom:18px;padding:7px 20px;font-size:.75rem;font-weight:600;display:inline-flex}.PainPoints-module__JnDLRa__headline{font-family:var(--font-heading);letter-spacing:-.02em;color:var(--white);margin:0 0 20px;font-size:clamp(1.75rem,3.5vw,3rem);font-weight:600;line-height:1.15}.PainPoints-module__JnDLRa__headlineAccent{background:var(--gradient-gold);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.PainPoints-module__JnDLRa__subtitle{color:var(--text-secondary);text-align:center;max-width:560px;margin:0;font-size:1.05rem;line-height:1.75}.PainPoints-module__JnDLRa__grid{gap:var(--space-5);margin-bottom:var(--space-12);grid-template-columns:repeat(3,1fr);display:grid}.PainPoints-module__JnDLRa__item{align-items:flex-start;gap:var(--space-4);padding:var(--space-5) var(--space-6);border-radius:var(--radius-lg);opacity:0;transition:opacity .5s var(--ease-out), transform .5s var(--ease-out), border-color .25s var(--ease-out);background:#1e293b8c;border:1px solid #3341558c;display:flex;transform:translateY(20px)}.PainPoints-module__JnDLRa__item:hover{border-color:#d4a85333}.PainPoints-module__JnDLRa__item.PainPoints-module__JnDLRa__visible{opacity:1;transform:translateY(0)}.PainPoints-module__JnDLRa__itemIcon{opacity:.85;flex-shrink:0;margin-top:2px;font-size:1.4rem}.PainPoints-module__JnDLRa__itemText{color:var(--text-secondary);max-width:none;font-size:.95rem;line-height:1.6}.PainPoints-module__JnDLRa__bridge{padding-top:var(--space-10);border-top:1px solid #33415559}.PainPoints-module__JnDLRa__bridgeInner{align-items:center;gap:var(--space-6);border-radius:var(--radius-xl);padding:var(--space-8) var(--space-10);background:#2563eb12;border:1px solid #2563eb2e;display:flex}.PainPoints-module__JnDLRa__bridgeCheck{background:var(--jade);width:48px;height:48px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.4rem;font-weight:700;display:flex}.PainPoints-module__JnDLRa__bridgeText{gap:var(--space-1);flex-direction:column;flex:1;display:flex}.PainPoints-module__JnDLRa__bridgeText strong{color:var(--white);font-size:1.05rem;font-weight:600}.PainPoints-module__JnDLRa__bridgeText span{color:var(--text-secondary);font-size:.9rem}.PainPoints-module__JnDLRa__bridgeCta{white-space:nowrap;flex-shrink:0}@media (max-width:1024px){.PainPoints-module__JnDLRa__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.PainPoints-module__JnDLRa__eyebrow{padding:6px 16px;font-size:.72rem}.PainPoints-module__JnDLRa__headline{margin-bottom:16px}.PainPoints-module__JnDLRa__subtitle{font-size:.975rem}.PainPoints-module__JnDLRa__grid{grid-template-columns:1fr}.PainPoints-module__JnDLRa__bridgeInner{text-align:center;padding:var(--space-6);gap:var(--space-4);flex-direction:column}.PainPoints-module__JnDLRa__bridgeCta{width:100%}}
.Services-module__h5-agW__services{background:var(--navy);position:relative}.Services-module__h5-agW__header{text-align:center;margin-bottom:var(--space-16);flex-direction:column;align-items:center;display:flex}.Services-module__h5-agW__grid{gap:var(--space-6);grid-template-columns:repeat(3,1fr);display:grid}.Services-module__h5-agW__card{background:var(--gradient-card);border-radius:var(--radius-lg);padding:var(--space-8);transition:all var(--duration-normal) var(--ease-out);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);opacity:0;border:1px solid #33415566;position:relative;overflow:hidden;transform:translateY(24px)}.Services-module__h5-agW__card.Services-module__h5-agW__visible{opacity:1;transform:translateY(0)}.Services-module__h5-agW__card:hover{box-shadow:var(--shadow-lg), 0 0 40px #2563eb14;border-color:#2563eb4d;transform:translateY(-6px)}.Services-module__h5-agW__cardIcon{margin-bottom:var(--space-4);border-radius:var(--radius-md);background:#2563eb14;justify-content:center;align-items:center;width:56px;height:56px;font-size:2rem;display:flex}.Services-module__h5-agW__cardTitle{margin-bottom:var(--space-3);color:var(--white);font-size:1.2rem;font-weight:600}.Services-module__h5-agW__cardDesc{color:var(--text-secondary);font-size:.95rem;line-height:1.65}.Services-module__h5-agW__cardLine{background:var(--gradient-gold);width:0;height:2px;transition:width .4s var(--ease-out);position:absolute;bottom:0;left:0}.Services-module__h5-agW__card:hover .Services-module__h5-agW__cardLine{width:100%}@media (max-width:1024px){.Services-module__h5-agW__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.Services-module__h5-agW__grid{grid-template-columns:1fr}}
.Process-module__Y14LMW__process{background:var(--midnight);position:relative}.Process-module__Y14LMW__header{text-align:center;margin-bottom:var(--space-16);flex-direction:column;align-items:center;display:flex}.Process-module__Y14LMW__timeline{gap:var(--space-2);flex-direction:column;max-width:720px;margin:0 auto;display:flex}.Process-module__Y14LMW__step{gap:var(--space-8);display:flex;position:relative}.Process-module__Y14LMW__stepNumber{flex-direction:column;flex-shrink:0;align-items:center;display:flex}.Process-module__Y14LMW__stepNumber span{width:56px;height:56px;font-family:var(--font-mono);color:var(--gold);border-radius:var(--radius-md);background:#d4a85314;border:1.5px solid #d4a85340;justify-content:center;align-items:center;font-size:1.1rem;font-weight:600;display:flex}.Process-module__Y14LMW__stepLine{width:2px;min-height:40px;margin:var(--space-2) 0;background:linear-gradient(#d4a8534d 0%,#33415533 100%);flex:1}.Process-module__Y14LMW__stepContent{padding-bottom:var(--space-10)}.Process-module__Y14LMW__stepBadge{color:var(--sapphire-hover);text-transform:uppercase;letter-spacing:.08em;margin-bottom:var(--space-2);font-size:.75rem;font-weight:600;display:inline-block}.Process-module__Y14LMW__stepTitle{margin-bottom:var(--space-3);color:var(--white);font-size:1.3rem}.Process-module__Y14LMW__stepDesc{color:var(--text-secondary);font-size:1rem;line-height:1.65}.Process-module__Y14LMW__ctaRow{text-align:center;margin-top:var(--space-12)}@media (max-width:640px){.Process-module__Y14LMW__step{gap:var(--space-4)}.Process-module__Y14LMW__stepNumber span{width:44px;height:44px;font-size:.95rem}}
.Industries-module__2607Mq__industries{background:var(--navy);position:relative}.Industries-module__2607Mq__header{text-align:center;margin-bottom:var(--space-12);flex-direction:column;align-items:center;display:flex}.Industries-module__2607Mq__grid{gap:var(--space-5);grid-template-columns:repeat(3,1fr);display:grid}.Industries-module__2607Mq__card{padding:var(--space-6);border-radius:var(--radius-lg);transition:all var(--duration-normal) var(--ease-out);opacity:0;text-align:center;background:#1e293b66;border:1px solid #3341554d;transform:translateY(20px)}.Industries-module__2607Mq__card.Industries-module__2607Mq__visible{opacity:1;transform:translateY(0)}.Industries-module__2607Mq__card:hover{background:#1e293bb3;border-color:#d4a8534d;transform:translateY(-4px);box-shadow:0 8px 24px #0000004d}.Industries-module__2607Mq__cardIcon{margin-bottom:var(--space-3);font-size:2.2rem}.Industries-module__2607Mq__cardName{color:var(--white);margin-bottom:var(--space-2);font-size:1.1rem;font-weight:600}.Industries-module__2607Mq__cardExamples{color:var(--text-muted);font-size:.85rem;line-height:1.5}.Industries-module__2607Mq__cta{text-align:center;margin-top:var(--space-10);align-items:center;gap:var(--space-4);flex-direction:column;display:flex}.Industries-module__2607Mq__ctaText{color:var(--text-secondary);font-size:1rem}.Industries-module__2607Mq__ctaText strong{color:var(--white)}@media (max-width:900px){.Industries-module__2607Mq__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.Industries-module__2607Mq__grid{grid-template-columns:1fr}}
.TrustSection-module__fU1gDa__trust{background:var(--midnight);position:relative}.TrustSection-module__fU1gDa__layout{gap:var(--space-16);grid-template-columns:1.1fr .9fr;align-items:start;display:grid}.TrustSection-module__fU1gDa__textSide{gap:var(--space-4);flex-direction:column;display:flex}.TrustSection-module__fU1gDa__title{font-size:clamp(1.75rem,3vw,2.5rem);line-height:1.15}.TrustSection-module__fU1gDa__desc{color:var(--text-secondary);margin-bottom:var(--space-4);font-size:1.05rem;line-height:1.7}.TrustSection-module__fU1gDa__points{gap:var(--space-5);flex-direction:column;display:flex}.TrustSection-module__fU1gDa__point{gap:var(--space-4);align-items:flex-start;display:flex}.TrustSection-module__fU1gDa__pointIcon{border-radius:var(--radius-md);background:#d4a8530f;border:1px solid #d4a85326;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.5rem;display:flex}.TrustSection-module__fU1gDa__pointTitle{color:var(--white);margin-bottom:var(--space-1);font-size:1rem;font-weight:600}.TrustSection-module__fU1gDa__pointDesc{color:var(--text-muted);font-size:.9rem;line-height:1.6}.TrustSection-module__fU1gDa__visualSide{gap:var(--space-6);flex-direction:column;display:flex}.TrustSection-module__fU1gDa__quoteCard{background:var(--gradient-card);border-radius:var(--radius-xl);padding:var(--space-8);border:1px solid #33415580;position:relative}.TrustSection-module__fU1gDa__quoteMarks{font-family:var(--font-heading);color:var(--gold);opacity:.4;font-size:4rem;line-height:1;position:absolute;top:16px;left:24px}.TrustSection-module__fU1gDa__quoteText{color:var(--text-primary);margin-bottom:var(--space-6);padding-top:var(--space-4);font-size:1.05rem;font-style:italic;line-height:1.7}.TrustSection-module__fU1gDa__quoteAuthor{align-items:center;gap:var(--space-3);display:flex}.TrustSection-module__fU1gDa__authorAvatar{background:var(--gradient-primary);width:44px;height:44px;font-family:var(--font-heading);color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.9rem;font-weight:700;display:flex}.TrustSection-module__fU1gDa__quoteAuthor strong{color:var(--white);font-size:.95rem;display:block}.TrustSection-module__fU1gDa__quoteAuthor span{color:var(--text-muted);font-size:.8rem}.TrustSection-module__fU1gDa__certBadges{gap:var(--space-3);flex-wrap:wrap;display:flex}.TrustSection-module__fU1gDa__certBadge{align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-4);border-radius:var(--radius-full);color:var(--jade);background:#10b9810f;border:1px solid #10b98133;font-size:.8rem;font-weight:500;display:inline-flex}.TrustSection-module__fU1gDa__certBadge span{font-weight:700}@media (max-width:900px){.TrustSection-module__fU1gDa__layout{gap:var(--space-10);grid-template-columns:1fr}}
.FAQ-module__YTKPaG__faq{background:var(--midnight);position:relative}.FAQ-module__YTKPaG__header{text-align:center;margin-bottom:var(--space-12)}.FAQ-module__YTKPaG__header .FAQ-module__YTKPaG__section-subtitle{margin:0 auto}.FAQ-module__YTKPaG__list{gap:var(--space-3);flex-direction:column;max-width:800px;margin:0 auto;display:flex}.FAQ-module__YTKPaG__item{border-radius:var(--radius-lg);transition:border-color var(--duration-normal) var(--ease-out);border:1px solid #33415580;overflow:hidden}.FAQ-module__YTKPaG__item.FAQ-module__YTKPaG__itemOpen{border-color:#2563eb59}.FAQ-module__YTKPaG__question{justify-content:space-between;align-items:center;gap:var(--space-4);width:100%;padding:var(--space-5) var(--space-6);cursor:pointer;text-align:left;font-family:var(--font-heading);color:var(--text-primary);transition:background var(--duration-fast) var(--ease-out);background:#1e293b99;border:none;font-size:1rem;font-weight:500;display:flex}.FAQ-module__YTKPaG__question:hover{color:var(--white);background:#1e293be6}.FAQ-module__YTKPaG__itemOpen .FAQ-module__YTKPaG__question{color:var(--white);background:#2563eb14}.FAQ-module__YTKPaG__icon{color:var(--gold);flex-shrink:0;font-size:1.4rem;font-weight:300;line-height:1}.FAQ-module__YTKPaG__answer{padding:0 var(--space-6) var(--space-5);background:#2563eb0a}.FAQ-module__YTKPaG__answer p{color:var(--text-secondary);max-width:none;padding-top:var(--space-3);border-top:1px solid #3341554d;font-size:.95rem;line-height:1.7}.FAQ-module__YTKPaG__ctaRow{justify-content:center;align-items:center;gap:var(--space-4);margin-top:var(--space-10);flex-wrap:wrap;display:flex}.FAQ-module__YTKPaG__ctaText{color:var(--text-secondary);max-width:none;margin:0;font-size:1rem}@media (max-width:768px){.FAQ-module__YTKPaG__question{padding:var(--space-4) var(--space-4);font-size:.95rem}.FAQ-module__YTKPaG__answer{padding:0 var(--space-4) var(--space-4)}}
.QuoteForm-module__hQj56q__quote{background:var(--navy);position:relative}.QuoteForm-module__hQj56q__wrapper{gap:var(--space-12);grid-template-columns:1fr 1fr;align-items:start;display:grid}.QuoteForm-module__hQj56q__info{gap:var(--space-5);flex-direction:column;display:flex}.QuoteForm-module__hQj56q__title{font-size:clamp(1.75rem,3vw,2.5rem);line-height:1.15}.QuoteForm-module__hQj56q__desc{color:var(--text-secondary);font-size:1.05rem;line-height:1.7}.QuoteForm-module__hQj56q__benefits{gap:var(--space-4);margin-top:var(--space-4);flex-direction:column;display:flex}.QuoteForm-module__hQj56q__benefit{align-items:flex-start;gap:var(--space-3);display:flex}.QuoteForm-module__hQj56q__benefitIcon{flex-shrink:0;margin-top:2px;font-size:1.3rem}.QuoteForm-module__hQj56q__benefit div{flex-direction:column;display:flex}.QuoteForm-module__hQj56q__benefit strong{color:var(--white);font-size:.95rem;font-weight:600}.QuoteForm-module__hQj56q__benefit span{color:var(--text-muted);font-size:.85rem}.QuoteForm-module__hQj56q__whatsappAlt{margin-top:var(--space-6);padding-top:var(--space-6);border-top:1px solid var(--slate-light);gap:var(--space-3);flex-direction:column;display:flex}.QuoteForm-module__hQj56q__whatsappAlt span{color:var(--text-muted);font-size:.9rem}.QuoteForm-module__hQj56q__formCard{background:var(--gradient-card);border-radius:var(--radius-xl);padding:var(--space-8);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid #33415580}.QuoteForm-module__hQj56q__stepIndicator{margin-bottom:var(--space-8);justify-content:center;align-items:center;gap:0;display:flex}.QuoteForm-module__hQj56q__stepDot{width:32px;height:32px;font-family:var(--font-mono);background:var(--slate);color:var(--text-muted);border:2px solid var(--slate-light);transition:all var(--duration-normal) var(--ease-out);border-radius:50%;justify-content:center;align-items:center;font-size:.8rem;font-weight:600;display:flex}.QuoteForm-module__hQj56q__stepDot.QuoteForm-module__hQj56q__active{background:var(--sapphire);color:var(--white);border-color:var(--sapphire);box-shadow:0 0 16px #2563eb4d}.QuoteForm-module__hQj56q__stepConnector{background:var(--slate-light);width:60px;height:2px;transition:background var(--duration-normal) var(--ease-out)}.QuoteForm-module__hQj56q__stepConnector.QuoteForm-module__hQj56q__active{background:var(--sapphire)}.QuoteForm-module__hQj56q__formStep{gap:var(--space-4);flex-direction:column;display:flex}.QuoteForm-module__hQj56q__formStepTitle{margin-bottom:var(--space-2);color:var(--white);font-size:1.15rem}.QuoteForm-module__hQj56q__field{gap:var(--space-2);flex-direction:column;flex:1;display:flex}.QuoteForm-module__hQj56q__field label{color:var(--text-secondary);font-size:.85rem;font-weight:500}.QuoteForm-module__hQj56q__field input,.QuoteForm-module__hQj56q__field select,.QuoteForm-module__hQj56q__field textarea{padding:var(--space-3) var(--space-4);border:1px solid var(--slate-light);border-radius:var(--radius-md);color:var(--text-primary);font-family:var(--font-body);transition:border-color var(--duration-fast) var(--ease-out);background:#0f172a99;outline:none;font-size:.95rem}.QuoteForm-module__hQj56q__field input:focus,.QuoteForm-module__hQj56q__field select:focus,.QuoteForm-module__hQj56q__field textarea:focus{border-color:var(--sapphire);box-shadow:0 0 0 3px #2563eb26}.QuoteForm-module__hQj56q__field input::placeholder,.QuoteForm-module__hQj56q__field textarea::placeholder{color:var(--text-muted)}.QuoteForm-module__hQj56q__field select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M2 4l4 4 4-4' stroke='%2394A3B8' fill='none' stroke-width='1.5'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;padding-right:36px}.QuoteForm-module__hQj56q__field select option{background:var(--midnight);color:var(--text-primary)}.QuoteForm-module__hQj56q__fieldRow{gap:var(--space-4);grid-template-columns:1fr 1fr;display:grid}.QuoteForm-module__hQj56q__fieldBtns{gap:var(--space-3);margin-top:var(--space-2);display:flex}.QuoteForm-module__hQj56q__errorMsg{color:var(--ruby);text-align:center;margin-top:var(--space-3);font-size:.85rem;line-height:1.5}.QuoteForm-module__hQj56q__privacy{color:var(--text-muted);text-align:center;margin-top:var(--space-3);font-size:.8rem}.QuoteForm-module__hQj56q__summary{border-radius:var(--radius-md);padding:var(--space-4) var(--space-5);gap:var(--space-2);background:#2563eb0f;border:1px solid #2563eb26;flex-direction:column;display:flex}.QuoteForm-module__hQj56q__summaryRow{justify-content:space-between;align-items:center;font-size:.875rem;display:flex}.QuoteForm-module__hQj56q__summaryRow span{color:var(--text-muted)}.QuoteForm-module__hQj56q__summaryRow strong{color:var(--text-primary);text-align:right;text-overflow:ellipsis;white-space:nowrap;max-width:60%;font-weight:500;overflow:hidden}.QuoteForm-module__hQj56q__successWrapper{text-align:center;align-items:center;gap:var(--space-5);padding:var(--space-20) var(--space-8);flex-direction:column;max-width:560px;margin:0 auto;display:flex}.QuoteForm-module__hQj56q__successIcon{font-size:3rem}.QuoteForm-module__hQj56q__successTitle{color:var(--white);font-size:clamp(1.5rem,3vw,2rem)}.QuoteForm-module__hQj56q__successDesc{color:var(--text-secondary);max-width:none;font-size:1.05rem}@media (max-width:900px){.QuoteForm-module__hQj56q__wrapper,.QuoteForm-module__hQj56q__fieldRow{grid-template-columns:1fr}}
.Footer-module__Grjkva__footer{background:var(--midnight);padding:var(--space-16) 0 var(--space-8);border-top:1px solid #3341554d}.Footer-module__Grjkva__grid{gap:var(--space-10);margin-bottom:var(--space-12);grid-template-columns:1.5fr 1fr 1fr 1fr;display:grid}.Footer-module__Grjkva__brand{gap:var(--space-3);flex-direction:column;display:flex}.Footer-module__Grjkva__logo{align-items:center;gap:var(--space-3);display:flex}.Footer-module__Grjkva__logoIcon{color:var(--gold);font-size:1.3rem}.Footer-module__Grjkva__logoText{font-family:var(--font-heading);color:var(--white);font-size:1.15rem;font-weight:700}.Footer-module__Grjkva__logoCo{color:var(--gold);font-weight:400}.Footer-module__Grjkva__tagline{color:var(--gold);font-size:.9rem;font-style:italic}.Footer-module__Grjkva__description{color:var(--text-muted);max-width:280px;font-size:.9rem;line-height:1.6}.Footer-module__Grjkva__col{gap:var(--space-3);flex-direction:column;display:flex}.Footer-module__Grjkva__colTitle{font-family:var(--font-heading);color:var(--white);margin-bottom:var(--space-2);text-transform:uppercase;letter-spacing:.06em;font-size:.9rem;font-weight:600}.Footer-module__Grjkva__col a{color:var(--text-muted);transition:color var(--duration-fast) var(--ease-out);font-size:.9rem}.Footer-module__Grjkva__col a:hover{color:var(--gold)}.Footer-module__Grjkva__address{color:var(--text-muted);font-size:.85rem;line-height:1.5}.Footer-module__Grjkva__bottom{padding-top:var(--space-6);border-top:1px solid #3341554d;justify-content:space-between;align-items:center;display:flex}.Footer-module__Grjkva__bottom p{color:var(--text-muted);font-size:.8rem}.Footer-module__Grjkva__legal{gap:var(--space-6);display:flex}.Footer-module__Grjkva__legal a{color:var(--text-muted);font-size:.8rem}.Footer-module__Grjkva__legal a:hover{color:var(--gold)}@media (max-width:900px){.Footer-module__Grjkva__grid{gap:var(--space-8);grid-template-columns:1fr 1fr}}@media (max-width:640px){.Footer-module__Grjkva__grid{grid-template-columns:1fr}.Footer-module__Grjkva__bottom{gap:var(--space-3);text-align:center;flex-direction:column}}
.WhatsAppFloat-module__58gkSa__float{z-index:1000;width:60px;height:60px;transition:transform .25s var(--ease-out), box-shadow .25s var(--ease-out), opacity .4s var(--ease-out);opacity:0;background:#25d366;border-radius:50%;justify-content:center;align-items:center;display:flex;position:fixed;bottom:32px;right:28px;transform:scale(.7)translateY(20px);box-shadow:0 4px 20px #25d36673}.WhatsAppFloat-module__58gkSa__floatVisible{opacity:1;transform:scale(1)translateY(0)}.WhatsAppFloat-module__58gkSa__float:hover{transform:scale(1.08)translateY(-2px);box-shadow:0 8px 30px #25d3668c}.WhatsAppFloat-module__58gkSa__float:before{content:"";border:2px solid #25d36666;border-radius:50%;animation:2.5s ease-out infinite WhatsAppFloat-module__58gkSa__ring;position:absolute;inset:-4px}@keyframes WhatsAppFloat-module__58gkSa__ring{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.5)}}.WhatsAppFloat-module__58gkSa__tooltip{background:var(--slate);color:var(--white);border-radius:var(--radius-md);white-space:nowrap;pointer-events:none;opacity:0;border:1px solid #33415599;padding:6px 12px;font-size:.8rem;font-weight:500;transition:opacity .2s,transform .2s;position:absolute;right:70px;transform:translate(8px)}.WhatsAppFloat-module__58gkSa__float:hover .WhatsAppFloat-module__58gkSa__tooltip{opacity:1;transform:translate(0)}.WhatsAppFloat-module__58gkSa__mobileBar{display:none}@media (max-width:768px){.WhatsAppFloat-module__58gkSa__float{width:52px;height:52px;bottom:82px;right:16px}.WhatsAppFloat-module__58gkSa__float:before,.WhatsAppFloat-module__58gkSa__tooltip{display:none}.WhatsAppFloat-module__58gkSa__mobileBar{z-index:999;-webkit-backdrop-filter:blur(10px);background:#0a1628f7;border-top:1px solid #33415580;gap:10px;padding:10px 16px;display:flex;position:fixed;bottom:0;left:0;right:0}.WhatsAppFloat-module__58gkSa__mobileBarBtn{padding:var(--space-3) var(--space-4);flex:1;justify-content:center;font-size:.9rem}}
