.Navbar-module__dVeNwG__nav{z-index:100;padding:20px 0;transition:all .3s;position:fixed;top:0;left:0;right:0}.Navbar-module__dVeNwG__nav.Navbar-module__dVeNwG__scrolled{-webkit-backdrop-filter:blur(20px);background:#080810d9;border-bottom:1px solid #ffffff0f;padding:14px 0}.Navbar-module__dVeNwG__inner{justify-content:space-between;align-items:center;gap:24px;display:flex}.Navbar-module__dVeNwG__logo{align-items:center;gap:10px;text-decoration:none;display:flex}.Navbar-module__dVeNwG__logoIcon{filter:drop-shadow(0 0 10px #ff6b2b99);font-size:28px}.Navbar-module__dVeNwG__logoText{background:linear-gradient(135deg,#ff6b2b,#ff9a44);-webkit-text-fill-color:transparent;letter-spacing:-.03em;-webkit-background-clip:text;background-clip:text;font-family:Space Grotesk,sans-serif;font-size:22px;font-weight:700}.Navbar-module__dVeNwG__links{align-items:center;gap:4px;list-style:none;display:flex}.Navbar-module__dVeNwG__links a{color:var(--text-secondary);border-radius:8px;padding:8px 16px;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s;display:block}.Navbar-module__dVeNwG__links a:hover{color:var(--text-primary);background:#ffffff0f}.Navbar-module__dVeNwG__cta{align-items:center;gap:12px;display:flex}.Navbar-module__dVeNwG__langSwitcher{color:var(--text-secondary);border:1px solid var(--border);background:#ffffff0d;border-radius:8px;align-items:center;gap:8px;padding:6px 12px;font-size:13px;font-weight:600;display:flex}.Navbar-module__dVeNwG__langSwitcher a{color:var(--text-secondary);transition:var(--transition);text-decoration:none}.Navbar-module__dVeNwG__langSwitcher a:hover{color:#fff}.Navbar-module__dVeNwG__activeLang{color:var(--color-primary)!important}.Navbar-module__dVeNwG__mobileLang{justify-content:center;gap:16px;margin:10px 0;display:flex}.Navbar-module__dVeNwG__mobileLang a{background:#ffffff0d;padding:6px 12px}.Navbar-module__dVeNwG__burger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.Navbar-module__dVeNwG__burger span{background:var(--text-primary);border-radius:2px;width:24px;height:2px;transition:all .3s;display:block}.Navbar-module__dVeNwG__burger.Navbar-module__dVeNwG__open span:first-child{transform:rotate(45deg)translateY(10px)}.Navbar-module__dVeNwG__burger.Navbar-module__dVeNwG__open span:nth-child(2){opacity:0}.Navbar-module__dVeNwG__burger.Navbar-module__dVeNwG__open span:nth-child(3){transform:rotate(-45deg)translateY(-10px)}.Navbar-module__dVeNwG__mobileMenu{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#080810f2;border-bottom:1px solid #ffffff0f;flex-direction:column;gap:4px;padding:16px 24px 24px;display:flex}.Navbar-module__dVeNwG__mobileMenu a{color:var(--text-secondary);text-align:center;border-radius:8px;padding:12px 16px;font-size:15px;font-weight:500;transition:all .2s}.Navbar-module__dVeNwG__mobileMenu a:hover{color:var(--text-primary);background:#ffffff0f}@media (max-width:768px){.Navbar-module__dVeNwG__links,.Navbar-module__dVeNwG__cta{display:none}.Navbar-module__dVeNwG__burger{display:flex}}
.Hero-module__PgAKtG__hero{align-items:center;min-height:100vh;padding:120px 0 80px;display:flex;position:relative;overflow:hidden}.Hero-module__PgAKtG__canvas{z-index:0;pointer-events:none;position:absolute;inset:0}.Hero-module__PgAKtG__glowOrange{z-index:0;pointer-events:none;background:radial-gradient(circle,#ff6b2b33 0%,#0000 70%);border-radius:50%;width:600px;height:600px;animation:4s ease-in-out infinite alternate Hero-module__PgAKtG__pulse;position:absolute;top:-100px;left:50%;transform:translate(-60%)}.Hero-module__PgAKtG__glowBlue{z-index:0;pointer-events:none;background:radial-gradient(circle,#00d2ff1f 0%,#0000 70%);border-radius:50%;width:400px;height:400px;animation:5s ease-in-out infinite alternate-reverse Hero-module__PgAKtG__pulse;position:absolute;bottom:50px;right:10%}@keyframes Hero-module__PgAKtG__pulse{0%{opacity:.6;transform:scale(1)}to{opacity:1;transform:scale(1.1)}}.Hero-module__PgAKtG__gridLines{z-index:0;pointer-events:none;background-image:linear-gradient(#ffffff06 1px,#0000 1px),linear-gradient(90deg,#ffffff06 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(80% 60%,#000 0%,#0000 100%);mask-image:radial-gradient(80% 60%,#000 0%,#0000 100%)}.Hero-module__PgAKtG__content{z-index:1;text-align:center;flex-direction:column;align-items:center;display:flex;position:relative}.Hero-module__PgAKtG__topBadge{margin-bottom:28px;animation:.6s both Hero-module__PgAKtG__fadeInUp}.Hero-module__PgAKtG__headline{letter-spacing:-.04em;max-width:900px;margin-bottom:24px;font-size:clamp(42px,7vw,90px);font-weight:800;line-height:1.05;animation:.6s .1s both Hero-module__PgAKtG__fadeInUp}.Hero-module__PgAKtG__subheadline{color:var(--text-secondary);max-width:600px;margin-bottom:48px;font-size:clamp(17px,2.5vw,22px);line-height:1.7;animation:.6s .2s both Hero-module__PgAKtG__fadeInUp}.Hero-module__PgAKtG__subheadline strong{color:var(--text-primary);font-weight:600}.Hero-module__PgAKtG__videoPlaceholder{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);cursor:pointer;width:100%;max-width:800px;height:400px;transition:var(--transition);justify-content:center;align-items:center;margin-bottom:48px;animation:.6s .3s both Hero-module__PgAKtG__fadeInUp;display:flex;position:relative;overflow:hidden}.Hero-module__PgAKtG__videoPlaceholder:before{content:"";opacity:.5;transition:var(--transition);background:linear-gradient(135deg,#ff6b2b1a,#00d2ff0d);position:absolute;inset:0}.Hero-module__PgAKtG__videoPlaceholder:hover{border-color:#ff6b2b66;box-shadow:0 0 30px #ff6b2b33}.Hero-module__PgAKtG__videoPlaceholder:hover:before{opacity:1}.Hero-module__PgAKtG__videoInner{z-index:1;flex-direction:column;align-items:center;gap:16px;display:flex;position:relative}.Hero-module__PgAKtG__playIcon{background:var(--gradient-primary);color:#fff;width:64px;height:64px;transition:var(--transition);border-radius:50%;justify-content:center;align-items:center;padding-left:4px;font-size:24px;display:flex;box-shadow:0 4px 20px #ff6b2b66}.Hero-module__PgAKtG__videoPlaceholder:hover .Hero-module__PgAKtG__playIcon{transform:scale(1.1);box-shadow:0 8px 30px #ff6b2b99}.Hero-module__PgAKtG__videoInner p{color:var(--text-secondary);font-size:15px;font-weight:500}.Hero-module__PgAKtG__stats{gap:48px;margin-bottom:48px;animation:.6s .3s both Hero-module__PgAKtG__fadeInUp;display:flex}.Hero-module__PgAKtG__stat{flex-direction:column;align-items:center;gap:4px;display:flex}.Hero-module__PgAKtG__statValue{background:linear-gradient(135deg,#ff6b2b,#ff9a44);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-family:Space Grotesk,sans-serif;font-size:28px;font-weight:700}.Hero-module__PgAKtG__statLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:500}.Hero-module__PgAKtG__cta{flex-wrap:wrap;justify-content:center;gap:16px;margin-bottom:24px;animation:.6s .4s both Hero-module__PgAKtG__fadeInUp;display:flex}.Hero-module__PgAKtG__trustRow{color:var(--text-muted);flex-wrap:wrap;justify-content:center;gap:24px;font-size:13px;animation:.6s .5s both Hero-module__PgAKtG__fadeInUp;display:flex}.Hero-module__PgAKtG__scrollIndicator{z-index:1;position:absolute;bottom:32px;left:50%;transform:translate(-50%)}.Hero-module__PgAKtG__scrollDot{background:var(--color-primary);border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite Hero-module__PgAKtG__bounce}@keyframes Hero-module__PgAKtG__bounce{0%,to{opacity:1;transform:translateY(0)}50%{opacity:.3;transform:translateY(12px)}}@keyframes Hero-module__PgAKtG__fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media (max-width:640px){.Hero-module__PgAKtG__headline{font-size:36px}.Hero-module__PgAKtG__stats{gap:24px}.Hero-module__PgAKtG__cta{flex-direction:column;align-items:center}.Hero-module__PgAKtG__trustRow{flex-direction:column;align-items:center;gap:12px}}
.WeldManagerPro-module__3E94cW__section{background:var(--bg-primary);z-index:1;position:relative}.WeldManagerPro-module__3E94cW__bentoGrid{grid-template-columns:repeat(12,1fr);grid-auto-rows:minmax(180px,auto);gap:24px;width:100%;display:grid}.WeldManagerPro-module__3E94cW__bentoItem{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);transition:var(--transition);flex-direction:column;padding:32px;display:flex;position:relative;overflow:hidden}.WeldManagerPro-module__3E94cW__bentoItem:hover{border-color:#ff6b2b66;transform:translateY(-4px);box-shadow:0 8px 30px #0006}.WeldManagerPro-module__3E94cW__icon{background:var(--color-primary-soft);border:1px solid #ff6b2b33;border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:20px;font-size:32px;display:flex}.WeldManagerPro-module__3E94cW__bentoItem h3{color:var(--text-primary);margin-bottom:12px;font-size:20px}.WeldManagerPro-module__3E94cW__bentoItem p{color:var(--text-secondary);font-size:15px;line-height:1.6}.WeldManagerPro-module__3E94cW__featureAi{grid-area:span 2/span 8}.WeldManagerPro-module__3E94cW__featureCopilot,.WeldManagerPro-module__3E94cW__featureWps,.WeldManagerPro-module__3E94cW__featureBook,.WeldManagerPro-module__3E94cW__featureWelders,.WeldManagerPro-module__3E94cW__featureDb{grid-area:span 1/span 4}.WeldManagerPro-module__3E94cW__aiVisualization{border-radius:var(--radius-md);border:1px dashed var(--border);background:#0000004d;flex:1;justify-content:center;align-items:center;min-height:150px;margin-top:32px;display:flex;position:relative;overflow:hidden}.WeldManagerPro-module__3E94cW__blueprintMock{border:2px solid var(--color-secondary);opacity:.3;border-radius:4px;width:80%;height:70%}.WeldManagerPro-module__3E94cW__scanLine{background:var(--color-primary);height:4px;animation:3s ease-in-out infinite alternate WeldManagerPro-module__3E94cW__scan;position:absolute;top:0;left:0;right:0;box-shadow:0 0 20px 4px #ff6b2bcc}@keyframes WeldManagerPro-module__3E94cW__scan{0%{top:0}to{top:calc(100% - 4px)}}@media (max-width:992px){.WeldManagerPro-module__3E94cW__featureAi{grid-column:span 12}.WeldManagerPro-module__3E94cW__featureCopilot,.WeldManagerPro-module__3E94cW__featureWps,.WeldManagerPro-module__3E94cW__featureBook,.WeldManagerPro-module__3E94cW__featureWelders{grid-column:span 6}.WeldManagerPro-module__3E94cW__featureDb{grid-column:span 12}}@media (max-width:576px){.WeldManagerPro-module__3E94cW__bentoItem{grid-column:span 12!important}}
.WeldUp-module__dZsFQq__section{background:var(--bg-secondary);z-index:1;position:relative}.WeldUp-module__dZsFQq__container{align-items:center;gap:64px;display:flex}.WeldUp-module__dZsFQq__textContent{flex:1}.WeldUp-module__dZsFQq__header{margin-bottom:48px}.WeldUp-module__dZsFQq__dividerLeft{background:var(--gradient-secondary);margin:16px 0}.WeldUp-module__dZsFQq__featuresList{flex-direction:column;gap:32px;display:flex}.WeldUp-module__dZsFQq__featureRow{gap:20px;display:flex}.WeldUp-module__dZsFQq__iconBox{background:var(--color-secondary-soft);width:56px;height:56px;transition:var(--transition);border:1px solid #00d2ff33;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;font-size:24px;display:flex}.WeldUp-module__dZsFQq__featureRow:hover .WeldUp-module__dZsFQq__iconBox{border-color:#00d2ff80;transform:scale(1.1)rotate(5deg);box-shadow:0 0 20px #00d2ff4d}.WeldUp-module__dZsFQq__featureTitle{color:var(--text-primary);margin-bottom:8px;font-size:18px;font-weight:600}.WeldUp-module__dZsFQq__featureDesc{color:var(--text-secondary);font-size:15px;line-height:1.6}.WeldUp-module__dZsFQq__visualContent{flex:1;justify-content:center;display:flex;position:relative}.WeldUp-module__dZsFQq__visualContent:before{content:"";z-index:0;background:radial-gradient(circle,#00d2ff26 0%,#0000 60%);border-radius:50%;width:400px;height:400px;animation:4s ease-in-out infinite alternate WeldUp-module__dZsFQq__pulse;position:absolute}@keyframes WeldUp-module__dZsFQq__pulse{0%{opacity:.5;transform:scale(.9)}to{opacity:1;transform:scale(1.1)}}.WeldUp-module__dZsFQq__phoneFrame{z-index:1;width:300px;height:600px;transition:var(--transition);background:#111;border:12px solid #222;border-radius:40px;padding:12px;position:relative;overflow:hidden;transform:perspective(1000px)rotateY(-5deg)rotateX(5deg);box-shadow:0 20px 50px #00000080,0 0 0 1px #ffffff1a}.WeldUp-module__dZsFQq__visualContent:hover .WeldUp-module__dZsFQq__phoneFrame{transform:perspective(1000px)rotateY(0)rotateX(0)}.WeldUp-module__dZsFQq__phoneNotch{z-index:2;background:#222;border-bottom-right-radius:16px;border-bottom-left-radius:16px;width:120px;height:24px;position:absolute;top:0;left:50%;transform:translate(-50%)}.WeldUp-module__dZsFQq__phoneScreen{background:var(--bg-primary);border-radius:28px;flex-direction:column;gap:20px;width:100%;height:100%;padding:40px 16px 20px;display:flex}.WeldUp-module__dZsFQq__appHeader{justify-content:space-between;align-items:center;display:flex}.WeldUp-module__dZsFQq__appTitle{font-family:var(--font-heading);color:var(--color-secondary);font-size:18px;font-weight:700}.WeldUp-module__dZsFQq__appCoins{background:#ffffff0d;border-radius:100px;padding:4px 10px;font-size:13px;font-weight:600}.WeldUp-module__dZsFQq__appCompanionRow{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);align-items:center;gap:12px;padding:16px;display:flex}.WeldUp-module__dZsFQq__appCompanion{font-size:32px}.WeldUp-module__dZsFQq__appXpBar{background:#ffffff0d;border-radius:4px;flex:1;height:8px;overflow:hidden}.WeldUp-module__dZsFQq__appXpFill{background:var(--gradient-secondary);width:60%;height:100%}.WeldUp-module__dZsFQq__appModes{grid-template-columns:1fr 1fr;gap:12px;display:grid}.WeldUp-module__dZsFQq__appModeCard{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);text-align:center;flex-direction:column;align-items:center;gap:8px;padding:16px 12px;font-size:13px;font-weight:600;display:flex}.WeldUp-module__dZsFQq__appModeCard span:first-child{font-size:24px}.WeldUp-module__dZsFQq__appMainCta{background:var(--gradient-primary);color:#fff;text-align:center;border-radius:var(--radius-md);letter-spacing:.5px;width:100%;margin-top:auto;padding:16px;font-size:15px;font-weight:700;box-shadow:0 4px 15px #ff6b2b4d}@media (max-width:992px){.WeldUp-module__dZsFQq__container{flex-direction:column}.WeldUp-module__dZsFQq__visualContent{margin-top:48px}}
.Pricing-module__Do-gqG__pricing{position:relative}.Pricing-module__Do-gqG__toggle{background:#ffffff0d;border:1px solid #ffffff14;border-radius:100px;gap:4px;margin-top:32px;padding:4px;display:inline-flex}.Pricing-module__Do-gqG__toggle button{color:var(--text-muted);cursor:pointer;font-size:14px;font-weight:600;font-family:var(--font-body);background:0 0;border:none;border-radius:100px;align-items:center;gap:8px;padding:10px 24px;transition:all .25s;display:flex}.Pricing-module__Do-gqG__toggle button.Pricing-module__Do-gqG__active{background:var(--color-primary);color:#fff}.Pricing-module__Do-gqG__toggleBadge{background:#fff3;border-radius:100px;padding:2px 8px;font-size:11px}.Pricing-module__Do-gqG__grid{grid-template-columns:repeat(3,1fr);align-items:start;gap:20px;display:grid}.Pricing-module__Do-gqG__planCard{border:1px solid var(--plan-color-border,#ffffff14);background:linear-gradient(135deg,#ffffff0a,#ffffff03);border-radius:24px;padding:32px 28px;transition:all .3s;position:relative}.Pricing-module__Do-gqG__planCard:hover{box-shadow:0 0 60px var(--plan-color-soft);transform:translateY(-6px)}.Pricing-module__Do-gqG__planCard.Pricing-module__Do-gqG__popular{border-color:#7c3aed80;transform:scale(1.02);box-shadow:0 0 40px #7c3aed26}.Pricing-module__Do-gqG__planCard.Pricing-module__Do-gqG__popular:hover{transform:scale(1.02)translateY(-6px)}.Pricing-module__Do-gqG__popularBadge{color:#fff;letter-spacing:.05em;white-space:nowrap;background:linear-gradient(135deg,#7c3aed,#9f67ff);border-radius:100px;padding:6px 18px;font-size:12px;font-weight:700;position:absolute;top:-14px;left:50%;transform:translate(-50%)}.Pricing-module__Do-gqG__planHeader{align-items:center;gap:16px;margin-bottom:24px;display:flex}.Pricing-module__Do-gqG__planIcon{border:1px solid;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:22px;display:flex}.Pricing-module__Do-gqG__planName{color:var(--text-primary);margin-bottom:2px;font-family:Space Grotesk,sans-serif;font-size:20px;font-weight:700}.Pricing-module__Do-gqG__planTagline{color:var(--text-muted);font-size:13px}.Pricing-module__Do-gqG__priceBlock{align-items:baseline;gap:4px;margin-bottom:8px;display:flex}.Pricing-module__Do-gqG__currency{color:var(--text-secondary);font-size:24px;font-weight:600}.Pricing-module__Do-gqG__price{color:var(--text-primary);letter-spacing:-.03em;font-family:Space Grotesk,sans-serif;font-size:52px;font-weight:700;line-height:1}.Pricing-module__Do-gqG__period{color:var(--text-muted);font-size:16px}.Pricing-module__Do-gqG__saving{color:#4ade80;margin-bottom:20px;font-size:13px;font-weight:600}.Pricing-module__Do-gqG__ctaBtn{width:100%;font-family:var(--font-body);color:#fff;cursor:pointer;border:none;border-radius:14px;margin-bottom:8px;padding:16px;font-size:15px;font-weight:700;transition:all .3s;box-shadow:0 4px 20px #0000004d}.Pricing-module__Do-gqG__ctaBtn:hover:not(:disabled){filter:brightness(1.1);transform:translateY(-2px)}.Pricing-module__Do-gqG__ctaBtn:disabled{opacity:.7;cursor:not-allowed}.Pricing-module__Do-gqG__noCard{text-align:center;color:var(--text-muted);margin-bottom:24px;font-size:12px}.Pricing-module__Do-gqG__featureList{border-top:1px solid #ffffff0f;flex-direction:column;gap:12px;padding-top:24px;list-style:none;display:flex}.Pricing-module__Do-gqG__featureList li{color:var(--text-secondary);align-items:center;gap:10px;font-size:14px;display:flex}.Pricing-module__Do-gqG__check{flex-shrink:0;font-size:14px;font-weight:700}.Pricing-module__Do-gqG__guarantee{background:#4ade800d;border:1px solid #4ade8026;border-radius:20px;align-items:center;gap:20px;margin-top:40px;padding:28px 36px;display:flex}.Pricing-module__Do-gqG__guaranteeIcon{flex-shrink:0;font-size:40px}.Pricing-module__Do-gqG__guarantee strong{color:var(--text-primary);margin-bottom:6px;font-size:17px;font-weight:700;display:block}.Pricing-module__Do-gqG__guarantee p{color:var(--text-secondary);font-size:14px}@media (max-width:900px){.Pricing-module__Do-gqG__grid{grid-template-columns:1fr;max-width:420px;margin:0 auto}.Pricing-module__Do-gqG__planCard.Pricing-module__Do-gqG__popular{transform:none}.Pricing-module__Do-gqG__planCard.Pricing-module__Do-gqG__popular:hover{transform:translateY(-6px)}}@media (max-width:640px){.Pricing-module__Do-gqG__guarantee{text-align:center;flex-direction:column}}
.FAQ-module__8ZM7Ka__faq{position:relative}.FAQ-module__8ZM7Ka__list{flex-direction:column;gap:12px;max-width:820px;margin:0 auto;display:flex}.FAQ-module__8ZM7Ka__item{background:linear-gradient(135deg,#ffffff0a,#ffffff03);border:1px solid #ffffff14;border-radius:16px;transition:all .3s;overflow:hidden}.FAQ-module__8ZM7Ka__item:hover{border-color:#ff6b2b33}.FAQ-module__8ZM7Ka__itemOpen{border-color:#ff6b2b4d;box-shadow:0 0 30px #ff6b2b14}.FAQ-module__8ZM7Ka__question{cursor:pointer;text-align:left;width:100%;font-family:var(--font-body);color:var(--text-primary);background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;padding:22px 28px;font-size:16px;font-weight:600;transition:color .2s;display:flex}.FAQ-module__8ZM7Ka__icon{color:var(--color-primary);text-align:center;flex-shrink:0;width:24px;font-size:22px;font-weight:400;line-height:1}.FAQ-module__8ZM7Ka__answer{padding:0 28px 22px}.FAQ-module__8ZM7Ka__answer p{color:var(--text-secondary);font-size:15px;line-height:1.75}
.Footer-module__rnk_JG__footer{background:var(--bg-secondary);border-top:1px solid #ffffff0f;padding:80px 0 40px}.Footer-module__rnk_JG__ctaBlock{text-align:center;flex-direction:column;align-items:center;gap:16px;max-width:640px;margin:0 auto 60px;display:flex}.Footer-module__rnk_JG__ctaBlock h2{letter-spacing:-.03em;font-family:Space Grotesk,sans-serif;font-size:clamp(28px,4vw,42px);font-weight:700;line-height:1.2}.Footer-module__rnk_JG__ctaBlock p{color:var(--text-secondary);font-size:16px}.Footer-module__rnk_JG__dividerLine{background:#ffffff0f;height:1px;margin:48px 0}.Footer-module__rnk_JG__links{grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;display:grid}.Footer-module__rnk_JG__brand{flex-direction:column;gap:12px;display:flex}.Footer-module__rnk_JG__logo{background:linear-gradient(135deg,#ff6b2b,#ff9a44);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-family:Space Grotesk,sans-serif;font-size:20px;font-weight:700}.Footer-module__rnk_JG__brand p{color:var(--text-muted);max-width:220px;font-size:14px;line-height:1.6}.Footer-module__rnk_JG__col{flex-direction:column;gap:12px;display:flex}.Footer-module__rnk_JG__col h4{text-transform:uppercase;letter-spacing:.1em;color:var(--text-primary);margin-bottom:4px;font-size:13px;font-weight:600}.Footer-module__rnk_JG__col a{color:var(--text-muted);font-size:14px;text-decoration:none;transition:color .2s}.Footer-module__rnk_JG__col a:hover{color:var(--text-primary)}.Footer-module__rnk_JG__bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.Footer-module__rnk_JG__bottom p{color:var(--text-muted);font-size:13px}.Footer-module__rnk_JG__bottomRight{color:var(--text-muted);gap:20px;font-size:13px;display:flex}@media (max-width:768px){.Footer-module__rnk_JG__links{grid-template-columns:1fr 1fr}.Footer-module__rnk_JG__brand{grid-column:1/-1}.Footer-module__rnk_JG__bottom{text-align:center;flex-direction:column}.Footer-module__rnk_JG__bottomRight{justify-content:center}}@media (max-width:480px){.Footer-module__rnk_JG__links{grid-template-columns:1fr}}
.page-module__O9ZbMG__howItWorks{background:linear-gradient(#0000,#ff6b2b08,#0000)}.page-module__O9ZbMG__stepsGrid{grid-template-columns:repeat(3,1fr);gap:28px;display:grid;position:relative}.page-module__O9ZbMG__stepsGrid:before{content:"";z-index:0;background:linear-gradient(90deg,#0000,#ff6b2b4d,#ff6b2b4d,#0000);height:1px;position:absolute;top:44px;left:calc(16.66% + 20px);right:calc(16.66% + 20px)}.page-module__O9ZbMG__step{text-align:center;z-index:1;background:linear-gradient(135deg,#ffffff0a,#ffffff03);border:1px solid #ffffff14;border-radius:24px;flex-direction:column;align-items:center;padding:40px 32px;transition:all .35s;display:flex;position:relative}.page-module__O9ZbMG__step:hover{border-color:#ff6b2b40;transform:translateY(-6px);box-shadow:0 0 40px #ff6b2b1a}.page-module__O9ZbMG__stepNum{color:#ff6b2b1f;letter-spacing:-.04em;margin-bottom:12px;font-family:Space Grotesk,sans-serif;font-size:64px;font-weight:800;line-height:1}.page-module__O9ZbMG__stepIcon{background:#ff6b2b1f;border:1px solid #ff6b2b40;border-radius:18px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:20px;font-size:26px;display:flex}.page-module__O9ZbMG__stepTitle{color:var(--text-primary);margin-bottom:10px;font-family:Space Grotesk,sans-serif;font-size:20px;font-weight:700}.page-module__O9ZbMG__stepDesc{color:var(--text-secondary);font-size:14px;line-height:1.7}.page-module__O9ZbMG__testimonialsGrid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.page-module__O9ZbMG__testimonialCard{background:linear-gradient(135deg,#ffffff0a,#ffffff03);border:1px solid #ffffff14;border-radius:20px;padding:28px;transition:all .3s}.page-module__O9ZbMG__testimonialCard:hover{border-color:#ff6b2b33;transform:translateY(-4px)}.page-module__O9ZbMG__stars{color:#ffb800;letter-spacing:2px;margin-bottom:16px;font-size:18px}.page-module__O9ZbMG__testimonialText{color:var(--text-secondary);margin-bottom:20px;font-size:15px;font-style:italic;line-height:1.7}.page-module__O9ZbMG__testimonialFooter{align-items:center;gap:12px;display:flex}.page-module__O9ZbMG__avatar{background:var(--color-primary-soft);width:40px;height:40px;color:var(--color-primary);border:1px solid #ff6b2b4d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:16px;font-weight:700;display:flex}.page-module__O9ZbMG__testimonialFooter strong{color:var(--text-primary);font-size:14px;font-weight:600;display:block}.page-module__O9ZbMG__testimonialFooter span{color:var(--text-muted);font-size:12px}@media (max-width:900px){.page-module__O9ZbMG__stepsGrid{grid-template-columns:1fr}.page-module__O9ZbMG__stepsGrid:before{display:none}.page-module__O9ZbMG__testimonialsGrid{grid-template-columns:1fr;max-width:480px;margin:0 auto}}
