@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;800&display=swap");:root{--icon-upload-bg:linear-gradient(135deg,#3dd68c,#1e87ed);--icon-segmentation-bg:#10D17B;--icon-ai-bg:linear-gradient(135deg,#D96CF6,#7EA5F8);--icon-report-bg:linear-gradient(135deg,#FFA73A,#FF5858)}*{box-sizing:border-box}.App,body,html{font-family:Inter,system-ui,sans-serif;background:linear-gradient(120deg,#f5fafe,#fff);margin:0;padding:0;width:100%;overflow-x:hidden}.rlf-root{min-height:100vh;width:100%}.container,.content-wrapper,.section-inner,section{width:100%;max-width:100%;box-sizing:border-box}.container{width:100%;padding:0 20px;margin:0 auto}@media (min-width:1200px){.container{max-width:1200px}}.rlf-navbar{position:fixed;width:100%;z-index:20;left:0;top:0;background:none;box-shadow:none;padding-top:0}.rlf-navbar-inner{max-width:1080px;margin:18px auto 0;border-radius:18px;padding:13px 22px;background:rgba(255,255,255,.46);box-shadow:0 4px 24px 0 #21303a17;display:flex;align-items:center;gap:16px;justify-content:space-between;position:relative;backdrop-filter:blur(18px);border:1.5px solid rgba(200,220,255,.21)}.rlf-logo-group{display:flex;align-items:center;gap:8px;min-width:90px;font-size:1.2rem;border-radius:13px;padding:2px 5px 2px 2px;text-decoration:none;cursor:pointer;transition:transform .18s,box-shadow .18s,background .18s;z-index:21}.rlf-logo-group:focus,.rlf-logo-group:hover{background:rgba(19,193,107,.12);transform:scale(1.09);box-shadow:0 2px 16px 0 #13c16b33}.rlf-logo-icon{display:flex;align-items:center}.rlf-logo-text{font-weight:700;font-size:1.13rem;color:#181c23;letter-spacing:.01em}.rlf-logo-text sup{font-size:.56em;vertical-align:super;color:#A1A1AA;margin-left:2px}.rlf-nav{display:flex;gap:30px;flex:1;justify-content:center;align-items:center;font-size:1.08rem}.rlf-nav a{position:relative;text-decoration:none;color:#222b39;font-weight:500;transition:color .2s;padding:4px 0;border-bottom:none;outline:none}.rlf-nav a:after{content:"";display:block;position:absolute;height:2px;bottom:0;left:0;right:0;transform:scaleX(0);transform-origin:left;background:#13C16B;transition:transform .2s ease-out}.rlf-nav a:focus-visible,.rlf-nav a:hover{color:#13C16B}.rlf-nav a:focus-visible:after,.rlf-nav a:hover:after{transform:scaleX(1)}.mobile-menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:8px;z-index:100;position:relative}.hamburger-icon{height:16px;display:flex;flex-direction:column;justify-content:space-between;position:relative}.hamburger-icon,.hamburger-icon .bar{width:24px;transition:all .3s ease-in-out}.hamburger-icon .bar{height:2px;background-color:#333;display:block;border-radius:1px}.hamburger-icon.open .bar{position:absolute;top:50%;margin-top:-1px}.hamburger-icon.open .bar:first-child{transform:rotate(45deg)}.hamburger-icon.open .bar:nth-child(2){opacity:0}.hamburger-icon.open .bar:last-child{transform:rotate(-45deg)}@media (max-width:900px){.rlf-navbar-inner{margin:12px auto 0;padding:10px 18px}}@media (max-width:768px){.mobile-menu-toggle{display:block;position:relative;z-index:100}.rlf-nav{position:absolute;top:calc(100% + 5px);left:0;right:0;width:100%;background-color:white;flex-direction:column;padding:0;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.1);display:none;z-index:90;transition:all .2s ease;overflow:hidden}.rlf-nav.mobile-open{display:flex}.rlf-nav a{padding:12px 20px;width:100%;text-align:left;color:#333;border-bottom:1px solid rgba(0,0,0,.05);margin:0}.rlf-nav a:last-child{border-bottom:none}.rlf-nav a:focus,.rlf-nav a:hover{background-color:#f0f0f0}.rlf-navbar-inner{border-radius:14px;width:calc(100% - 24px);margin-left:12px;margin-right:12px}}.rlf-hero-main{display:flex;align-items:stretch;justify-content:center;min-height:100vh;margin-top:0;background:none;padding:0}.rlf-hero{justify-content:space-between;gap:56px;max-width:1350px;margin:auto;padding:0 38px;min-height:100vh;box-sizing:border-box}.rlf-hero-left{flex:1.6;min-width:340px;max-width:750px}.rlf-hero-left h1{font-size:3.5rem;font-weight:800;margin:0 0 12px;line-height:1.1;letter-spacing:-.03em;color:#181c23}.rlf-gradient-green{background:linear-gradient(90deg,#16d375 60%,#0a7cff);-webkit-background-clip:text;background-clip:text;margin-left:12px}.rlf-gradient-blue,.rlf-gradient-green{-webkit-text-fill-color:transparent;font-weight:800}.rlf-gradient-blue{background:linear-gradient(90deg,#0a7cff 10%,#005eea 90%);-webkit-background-clip:text;background-clip:text;margin-left:6px}.rlf-hero-left p{font-size:1.25rem;color:#616c7e;margin:32px 0 36px;font-weight:400;line-height:1.5}.rlf-hero-cta-row{display:flex;gap:16px}.rlf-cta{display:inline-flex;align-items:center;border-radius:13px;padding:13px 30px;cursor:pointer;text-decoration:none;box-shadow:0 4px 24px 0 #0a7cff15;font-family:inherit;font-size:1.08rem;font-weight:600;background:#fff;color:#222b39;border:2px solid #e5e7eb;gap:.8em;transition:border .18s,color .18s,background .18s}.rlf-cta-primary{background:linear-gradient(90deg,#16d375 60%,#0a7cff);color:#fff;box-shadow:0 6px 24px 0 #16d37525;border:none}.rlf-cta-primary:hover{background:linear-gradient(90deg,#129e5c 60%,#0a5ec7)}.rlf-cta-arrow{font-size:1.4em;margin-left:.7em;font-weight:800}.rlf-cta-secondary{background:#fff;border:2px solid #e5e7eb;color:#222b39;box-shadow:none;gap:.8em;transition:border .18s,color .18s,background .18s;padding:13px 24px 13px 16px}.rlf-cta-secondary:focus,.rlf-cta-secondary:hover{border:2px solid #1e87ed;color:#1e87ed;background:#f3f8ff}.rlf-cta-play{margin-right:.5em;display:flex;align-items:center}.rlf-cta-secondary svg circle,.rlf-cta-secondary svg polygon{transition:fill .19s,stroke .19s}.rlf-cta-secondary:hover svg polygon{fill:#0a7cff}.rlf-cta-secondary:hover svg circle{stroke:#0a7cff}.how-works-section{display:flex;flex-direction:column;align-items:center;margin-bottom:48px}.how-title{font-size:2.5rem;letter-spacing:-.01em;background:linear-gradient(90deg,#16d375 60%,#1e87ed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:28px;text-shadow:0 2px 12px #1e87ed0a;line-height:1.13;text-transform:capitalize}.rlf-hero-right{flex:1.1;flex-direction:column;align-items:center;min-width:330px;max-width:430px;margin-top:4px;gap:18px}.rlf-upload-card.segmentation .rlf-upload-icon-bg{background:#10D17B}.rlf-upload-card.ai .rlf-upload-icon-bg{background:linear-gradient(135deg,#D96CF6,#7EA5F8)}.rlf-upload-card.report .rlf-upload-icon-bg{background:linear-gradient(135deg,#FFA73A,#FF5858)}.rlf-upload-card.upload .rlf-upload-icon-bg{background:linear-gradient(135deg,#3dd68c,#1e87ed)}.rlf-upload-card{width:100%;max-width:325px;min-width:220px;min-height:200px;height:208px;border-radius:22px;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 6px 40px 0 #0a7cff0d;margin-bottom:10px;background:rgba(255,255,255,.97);border:1.8px solid #e8f4fc;position:relative;transition:box-shadow .18s,transform .17s}.rlf-upload-card:hover{box-shadow:0 12px 64px 0 #0a7cff17,0 8px 60px 0 #1e87ed1a;transform:translateY(-5px) scale(1.014)}.rlf-upload-icon-bg{border-radius:15px;width:72px;height:72px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 20px 0 #3dd68c13;margin-bottom:18px;transition:background .17s}.rlf-upload-labels{display:flex;flex-direction:column;align-items:center}.rlf-upload-title{font-size:1.22rem;font-weight:700;color:#181c23;text-align:center;margin-bottom:2px}.rlf-upload-desc{color:#8b97a8;font-size:1.03rem;font-weight:500;margin-top:3px;text-align:center}@media (max-width:1100px){.rlf-hero,.rlf-hero-main{min-height:auto;height:auto}.rlf-hero{flex-direction:column;gap:32px;align-items:center;padding:100px 20px 80px}.rlf-hero-left,.rlf-hero-right{max-width:100%;width:100%}.rlf-hero h1{font-size:2.5rem}.rlf-hero h1,.rlf-hero p{text-align:center}.rlf-hero-cta-row{justify-content:center}.rlf-hero-main{padding-top:100px}}@media (max-width:700px){.rlf-navbar-inner{flex-wrap:wrap;padding:10px 3vw;gap:10px}.rlf-nav-toggle{display:flex}.rlf-nav{position:absolute;left:0;top:100%;width:100vw;background:rgba(255,255,255,.96);box-shadow:0 8px 32px #0a7cff10;flex-direction:column;align-items:flex-start;gap:18px;padding:16px 24px 18px;display:none;border-radius:0 0 14px 14px;z-index:40}.rlf-nav.open{display:flex}}.glass-blur{background:rgba(255,255,255,.38)!important;backdrop-filter:blur(18px)!important;-webkit-backdrop-filter:blur(18px)!important;border:1.5px solid rgba(200,220,255,.13)!important}.glass-card{background:rgba(255,255,255,.97);border-radius:22px;box-shadow:0 4px 32px 0 rgba(76,175,80,.07),0 1.5px 12px 0 rgba(0,0,0,.04);border:1.8px solid rgba(76,175,80,.09);backdrop-filter:blur(7px);-webkit-backdrop-filter:blur(7px)}.how-title{font-size:2rem;font-weight:800;letter-spacing:.01em;color:#1976f8;margin-bottom:22px;text-align:center}.rlf-upload-fancy{display:flex;flex-direction:column;align-items:center;gap:0}.rlf-upload-steps-track{position:relative;margin-top:18px;margin-bottom:0;width:260px;height:44px;display:flex;align-items:center;justify-content:center}.track-bg{right:22px;background:#e4e4e7;z-index:1}.track-bg,.track-fg{position:absolute;top:50%;left:22px;height:5px;border-radius:3px;transform:translateY(-50%)}.track-fg{background:linear-gradient(90deg,#16d375 60%,#0a7cff);z-index:2;transition:width .37s cubic-bezier(.4,1.6,.5,1);will-change:width}.rlf-upload-steps{gap:10px;width:100%;z-index:3;justify-content:space-between}.rlf-step-btn,.rlf-upload-steps{display:flex;position:relative;align-items:center}.rlf-step-btn{background:#fff;border:2.5px solid #e6f0f7;border-radius:50%;width:44px;height:44px;justify-content:center;cursor:pointer;outline:none;transition:border .18s,box-shadow .18s,transform .17s;box-shadow:0 2px 12px #1e87ed09;margin:0}.rlf-step-btn.active,.rlf-step-btn:focus,.rlf-step-btn:hover{border:2.5px solid #1e87ed;box-shadow:0 4px 16px #1e87ed33;transform:scale(1.08);z-index:2}.what-releaf-section{padding:80px 0 70px;background:#f6fafd}.what-releaf-title{text-align:center;font-size:2.2rem;font-weight:800;letter-spacing:-.01em;margin-bottom:14px;color:#141d23}.what-releaf-desc{text-align:center;max-width:800px;margin:0 auto 48px;color:#616c7e;font-size:1.17rem;font-weight:500}.what-releaf-cards{display:flex;gap:32px;justify-content:center;flex-wrap:wrap;max-width:1200px;margin:0 auto}.what-card{flex:1 1 320px;max-width:390px;min-width:260px;padding:38px 28px 32px;display:flex;flex-direction:column;align-items:flex-start;background:rgba(255,255,255,.93);border-radius:22px;box-shadow:0 6px 40px 0 #0a7cff0d;border:1.8px solid #e8f4fc;margin-bottom:18px;position:relative}.what-card-icon{width:48px;height:48px;border-radius:13px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;box-shadow:0 2px 18px #10D17B29}.what-card-title{font-size:1.27rem;font-weight:800;margin-bottom:7px;color:#181c23}.what-card-desc{font-size:1.07rem;color:#5d6a7a;font-weight:500;margin-bottom:0}.why-releaf-section{max-width:800px;margin:60px auto 0;padding:0 16px 80px;text-align:center}.why-title{font-size:2.2rem;font-weight:800;color:#181c23;margin-bottom:12px;letter-spacing:-.02em}.why-desc{color:#636c7e;font-size:1.12rem;font-weight:500;margin-bottom:32px}.why-tabs{display:flex;justify-content:center;gap:18px;margin-bottom:26px;background:#f9fbfc;border-radius:99px;padding:6px 10px;box-shadow:0 2px 16px #1976f80b;width:fit-content;margin-left:auto;margin-right:auto}.why-tab{background:none;border:none;padding:9px 28px 9px 16px;font-size:1.07rem;font-weight:600;border-radius:99px;color:#636c7e;transition:background .18s,color .18s,box-shadow .18s;cursor:pointer;display:flex;align-items:center;outline:none}.why-tab.active{background:#fff;box-shadow:0 2px 16px #16d37519;color:#181c23}.why-tab-icon{display:flex;align-items:center;margin-right:8px}.why-card-container{min-height:330px;display:flex;justify-content:center;align-items:flex-start}.why-card{background:#fff;border-radius:29px;box-shadow:0 8px 48px #1e87ed0b,0 2px 16px #16d37513;padding:38px 34px 22px;margin-bottom:0;width:100%;max-width:440px;flex-direction:column}.why-card,.why-card-icon-bg{display:flex;align-items:center}.why-card-icon-bg{background:#90a1b9;border-radius:15px;width:56px;height:56px;justify-content:center;margin-bottom:18px}.why-card-title{font-size:1.23rem;font-weight:800;color:#181c23;margin-bottom:3px}.why-card-desc{font-size:1.06rem;color:#636c7e;font-weight:500;margin-bottom:19px;text-align:center}.why-card-statbox{background:#f3f6fb;border-radius:13px;padding:18px 10px;margin:14px 0 0;width:100%}.why-card-stat{display:flex;align-items:center;justify-content:center;font-size:1.17rem;font-weight:700;color:#222e39;margin-bottom:4px}.why-card-stat-num{font-size:1.34rem;font-weight:800;color:#222e39;margin:0 8px 0 3px}.why-card-stat-label{font-size:1.07rem;font-weight:500;color:#8b97a8}.why-card-statnote{font-size:.97rem;color:#939fae;margin-top:4px}.why-process-row{display:flex;align-items:flex-start;justify-content:center;gap:12px;margin:16px 0 12px;width:100%}.why-process-step{display:flex;flex-direction:column;align-items:center;min-width:64px;max-width:90px;flex:1;color:#181c23;font-size:.98rem;font-weight:600}.why-process-step svg{margin-bottom:4px;margin-top:2px}.why-ai-output{margin-top:12px;background:#f6fbf7;border-radius:13px;padding:15px 17px 10px;width:100%;text-align:left}.why-ai-output-title{font-weight:800;font-size:1.05rem;color:#1976f8;margin-bottom:7px}.why-ai-output ul{margin:0;padding:0 0 0 1px;list-style:none}.why-ai-output li{margin-bottom:9px;font-size:1.01rem;color:#252d39}.dot{display:inline-block;width:10px;height:10px;border-radius:6px;margin-right:7px;margin-bottom:-1.5px}.dot-red{background:#ff5c5c}.dot-yellow{background:#ffe09a}.dot-green{background:#16d375}@media (max-width:1100px){.what-releaf-cards{flex-direction:column;gap:20px;align-items:center}.what-card{max-width:99vw;width:95vw}.why-process-row{flex-direction:column;gap:18px}}.footer-glass{width:100%;padding:0;position:relative;margin-top:0;min-height:440px;display:flex;justify-content:center;align-items:end;background:linear-gradient(120deg,#f9fcfe,#f0fcf7);z-index:1;overflow:hidden}.footer-artifact-cyan,.footer-artifact-green,.footer-artifact-purple{position:absolute;filter:blur(60px);opacity:.24;z-index:0;border-radius:50%}.footer-artifact-cyan{background:#1e87ed;width:320px;height:250px;left:-120px;top:60px}.footer-artifact-purple{background:#a259f7;width:300px;height:190px;right:-100px;top:190px}.footer-artifact-green{background:#16d375;width:260px;height:170px;left:30%;bottom:-70px}.footer-content{width:97%;max-width:1250px;margin:20px auto 32px;padding:38px 32px 18px;background:rgba(255,255,255,.77);border-radius:32px;box-shadow:0 8px 64px #13c16b1c,0 4px 32px #1976f83a;display:flex;flex-direction:column;gap:16px;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border:1.6px solid #e2f7e6;position:relative;z-index:2}.footer-cols{display:flex;flex-wrap:wrap;gap:32px;justify-content:space-between}.footer-col{flex:1 1 200px;min-width:180px;max-width:260px;display:flex;flex-direction:column;gap:13px}.footer-logo-row{display:flex;align-items:center;gap:12px;margin-bottom:3px}.footer-logo-bg{background:#fff;border-radius:14px;width:44px;height:44px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 14px #13c16b21}.footer-logo-title{font-size:1.27rem;font-weight:700;color:#181c23;letter-spacing:.01em}.footer-logo-title sup{font-size:.58em;color:#a1a1aa}.footer-logo-sub{font-size:1.01rem;font-weight:500;color:#49556b;margin-top:-1px}.footer-blurb,.footer-links-desc{color:#49556b;font-weight:500;font-size:1.06rem}.footer-contacts{display:flex;flex-direction:column;justify-content:space-evenly;height:120px;gap:0}.footer-contacts div{margin-bottom:0}.footer-links-col{display:flex;flex-direction:column;gap:10px;min-width:150px}.footer-links-title{font-size:1.11rem;font-weight:600;color:#181c23;margin-bottom:6px}.footer-links-col a{color:#181c23;font-weight:500;font-size:1.04rem;text-decoration:none;transition:color .15s;margin-bottom:0}.footer-links-col a:hover{color:#13C16B}.footer-links{display:flex;flex-direction:column;justify-content:space-evenly;height:100%;gap:0}.footer-links a{color:#181c23;font-weight:500;font-size:1.04rem;text-decoration:none;margin-bottom:3px;transition:color .15s}.footer-links a:hover{color:#13C16B}.footer-social-row{display:flex;gap:12px;margin:10px 0 9px}.footer-social-btn{background:#fff;border-radius:12px;box-shadow:0 6px 8px #99c8ee18;display:flex;align-items:center;justify-content:center;width:46px;height:46px;transition:box-shadow .13s,transform .13s}.footer-social-btn:hover{box-shadow:0 4px 18px #13c16b29;transform:scale(1.07)}.footer-status-row{margin-top:6px;font-size:.99rem;color:#16d375;display:flex;align-items:center;gap:5px;font-weight:600}.footer-dot-dot{width:10px;height:10px;border-radius:50%;background:#16d375;display:inline-block;margin-right:7px}.footer-divider{width:100%;height:1px;background:#e2f7e6;margin:18px 0 11px;opacity:.7}.footer-bottom-row{color:#8ca1a9;font-weight:400;font-size:1.05rem;padding-top:10px;padding-bottom:0;display:flex;align-items:center;justify-content:space-between}.footer-badges{display:flex;gap:10px}.footer-badge{display:inline-flex;align-items:center;border-radius:999px;font-size:1.02rem;font-weight:500;padding:7px 18px;margin-right:10px;background:linear-gradient(110deg,rgba(255,255,255,.7) 60%,rgba(210,255,235,.6));box-shadow:0 2px 18px 0 #c7f4e8;border:1.2px solid rgba(22,211,117,.11);color:#181c23;margin-bottom:0;margin-top:0;backdrop-filter:blur(10px)}.footer-badge-carbon,.footer-badge-open{color:#0a0a0a;background:linear-gradient(110deg,#eff6ff 60%,#f0fdf4);border:1.2x solid #bedbff}.footer-badge-status{margin-top:17px;color:#016630;background:#ddfbe7;font-size:1.02rem;font-weight:500;box-shadow:0 2px 14px 0 #b8f5d3;border:1.2px solid rgba(22,211,117,.09);display:flex;align-items:center;gap:8px}@media (max-width:950px){.footer-cols{flex-direction:column;gap:24px}.footer-content{padding:24px 8px 12px}.footer-bottom-row{flex-direction:column;gap:11px}}.tr-modal-backdrop{position:fixed;inset:0;background:rgba(35,40,55,.34);z-index:1200;display:flex;align-items:center;justify-content:center;transition:background .2s}.tr-modal-card{background:#fff;border-radius:18px;box-shadow:0 8px 48px #07385d2a;padding:32px 30px 24px;width:420px;max-width:97vw;position:relative;animation:tr-modal-in .28s cubic-bezier(.4,1.6,.5,1);will-change:transform,opacity;overflow:visible}@keyframes tr-modal-in{0%{transform:translateY(48px) scale(.98);opacity:0}to{transform:none;opacity:1}}.tr-modal-close{right:18px;top:14px;font-size:1.7rem;color:#6b7280;z-index:10}.tr-modal-close:hover{color:#222b39}.tr-modal-header-row{gap:13px;margin-bottom:6px}.tr-modal-header,.tr-modal-header-row{display:flex;align-items:flex-start}.tr-modal-title{font-size:1.38rem;font-weight:700;color:#181c23;margin-bottom:0;margin-right:8px;white-space:nowrap}.tr-modal-progress{flex:1;margin-left:auto;margin-top:9px}.tr-modal-subtitle{margin-top:26px;font-weight:600}.tr-modal-subdesc{margin-bottom:17px}.tr-upload-drop{transition:border-color .17s,box-shadow .17s;background:rgba(245,250,255,.25)}.tr-modal-close{position:absolute;top:8px;right:22px;font-size:2.1rem;background:none;border:none;color:#181c23;cursor:pointer;z-index:30;transition:color .18s;padding:0 2px;line-height:1}.tr-modal-close:hover{color:#1e87ed;background:#f6fafd;color:#49556b;border:1.3px solid #d6e5f2}.tr-btn-next:disabled{background:#b1c3d1;color:#fff}.tr-modal-progress-outer{flex:1;display:flex;align-items:center;margin-top:13px;height:8px;min-width:120px;position:relative;background:#f4f8fc;border-radius:4px;margin-left:10px;overflow:hidden}.tr-modal-progress-bar{height:8px;border-radius:4px;background:linear-gradient(90deg,#16d375 60%,#1e87ed);transition:width .37s cubic-bezier(.4,1.6,.5,1);min-width:10px;will-change:width}.tr-modal-desc{margin-top:3px;font-size:1.04rem;color:#49556b;margin-bottom:3px}.tr-modal-subtitle{margin-top:22px;font-size:1.09rem;font-weight:700;color:#181c23;margin-bottom:3px}.tr-modal-subdesc{font-size:1.01rem;color:#636c7e;margin-top:2px;margin-bottom:15px}.tr-upload-drop{border:2px dashed #bcd0e1;border-radius:15px;padding:30px 0 22px;text-align:center;cursor:pointer;transition:border-color .23s,box-shadow .23s,background .19s;margin-bottom:12px;min-height:160px;background:rgba(245,250,255,.14);position:relative;outline:none;user-select:none;will-change:border-color,box-shadow,background}.tr-upload-drop.dragover{border-color:#1e87ed;box-shadow:0 2px 24px 0 #1e87ed26;background:#f6fafd;animation:tr-drop-hover .17s}@keyframes tr-drop-hover{0%{box-shadow:0 0 0 #fff}to{box-shadow:0 2px 24px 0 #1e87ed26}}.tr-upload-drop.error{border-color:#ff5c5c}.tr-upload-drop:focus{border-color:#1e87ed}.tr-upload-drop-title{font-size:1.09rem;color:#181c23;font-weight:600;margin-top:8px}.tr-upload-drop-sub{font-size:.99rem;color:#8b97a8;margin-bottom:2px}.tr-upload-drop-support{font-size:.92rem;color:#b3b3b7;margin-top:10px}.tr-upload-err{color:#ff5c5c;font-size:.97rem;margin-bottom:5px;margin-top:2px}.tr-upload-preview{display:flex;flex-direction:column;align-items:center}.tr-upload-preview img{max-width:140px;max-height:110px;border-radius:8px;box-shadow:0 2px 12px #bcd0e1;margin-bottom:5px}.tr-upload-preview-meta{color:#636c7e;font-size:.97rem}.tr-modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:18px}.tr-btn{border:none;border-radius:8px;padding:11px 22px;font-size:1.05rem;font-weight:500;cursor:pointer;transition:background .15s,box-shadow .13s,color .14s;outline:none}.tr-btn-ghost{background:#f6fafd;color:#49556b;border:1.3px solid #d6e5f2}.tr-btn-ghost:hover{background:#eaf4fa;color:#181c23}.tr-btn-next{background:linear-gradient(90deg,#16d375 60%,#1e87ed);color:#fff;box-shadow:0 2px 12px #16d37518;font-weight:600;display:flex;align-items:center;gap:7px}.tr-btn-next:disabled{opacity:.6;cursor:not-allowed;background:#b1c3d1!important;color:#fff!important}.tr-btn-next-icon{font-size:1.12rem}.tr-warn-modal{padding:8px 0;text-align:center}.tr-warn-title{font-size:1.18rem;color:#181c23;font-weight:700;display:flex;align-items:center;gap:7px;justify-content:center;margin-bottom:12px}.tr-warn-icon{font-size:1.3em;color:#ffab00}.tr-warn-desc{font-size:1.03rem;color:#49556b;margin-bottom:23px;margin-top:7px}.tr-warn-actions{display:flex;justify-content:center;gap:16px}.tr-form-row{margin-top:18px;margin-bottom:0;width:100%;display:flex;flex-direction:column;gap:4px}.tr-label-row{gap:5px;margin-bottom:6px}.tr-label-row,.tr-watch-row{display:flex;align-items:center}.tr-watch-row{gap:7px;margin-top:18px;margin-bottom:0}.tr-checkbox-label{font-size:1.04rem;font-weight:500;color:#181c23;display:flex;align-items:center;gap:6px;cursor:pointer;user-select:none}.tr-checkbox-label input[type=checkbox]{accent-color:#16d375;width:1.15em;height:1.15em;margin-right:6px}.tr-label{font-size:1.03rem;font-weight:600;color:#181c23;margin-bottom:2px}.tr-watch-explainer{font-size:.96rem;color:#8b97a8;margin-bottom:2px;margin-top:1px;margin-left:3px}.tr-input{width:100%;border-radius:7px;border:1.5px solid #e5e7eb;padding:11px 13px;font-size:1.04rem;margin-bottom:8px;color:#181c23;background:#f7fafd;transition:border-color .18s,box-shadow .16s}.tr-input:focus{outline:none;border-color:#1e87ed;background:#fff}.tr-input[disabled]{background:#eef1f3;color:#b3b3b7}.tr-question{background:#f3f6fa;color:#8b97a8;border-radius:50%;font-size:1.04em;font-weight:700;width:1.35em;height:1.35em;display:inline-flex;align-items:center;justify-content:center;margin-left:3px;cursor:pointer;border:1.2px solid #d7e4f8;transition:background .13s,color .13s,border .13s;position:relative}.tr-question:focus,.tr-question:hover{background:#e6f5ff;color:#1976f8;border:1.2px solid #1976f8;outline:none}.tr-tooltip{position:absolute;left:110%;top:50%;transform:translateY(-50%);min-width:190px;max-width:220px;background:#fff;color:#222b39;border:1.3px solid #e5e7eb;border-radius:9px;font-size:.98rem;padding:10px 14px;z-index:30;box-shadow:0 2px 18px #bcd0e155;white-space:normal;pointer-events:none;animation:tr-tooltip-in .19s}@keyframes tr-tooltip-in{0%{opacity:0;transform:translateY(-50%) scale(.96)}to{opacity:1;transform:translateY(-50%) scale(1)}}.tr-tooltip-holder{position:absolute;left:50%;top:-9px;transform:translateX(-50%) translateY(-100%);z-index:21;pointer-events:none}.tr-tooltip-bubble{background:#222b39;color:#fff;border-radius:7px;font-size:.97rem;padding:7px 13px;white-space:nowrap;box-shadow:0 2px 14px #2b3242a8;position:relative;min-width:0;text-align:center;display:inline-block;bottom:28px}.tr-tooltip-arrow-inner,.tr-tooltip-bubble{pointer-events:none;transform:translateX(-50%)}.tr-tooltip-arrow-inner{position:absolute;left:50%;bottom:-8px;width:16px;height:8px;z-index:1}.tr-tooltip-arrow-inner:after{content:"";position:absolute;left:0;top:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #222b39;width:0;height:0;pointer-events:none}.tr-tooltip-arrow{display:flex;flex-direction:column;align-items:center;pointer-events:none}.tr-tooltip-inner{background:#222b39;color:#fff;border-radius:7px;font-size:.97rem;padding:7px 13px;white-space:nowrap;margin-bottom:4px;box-shadow:0 2px 14px #2b3242a8;pointer-events:none}.tr-tooltip-pointer{width:14px;height:8px;display:block;position:relative}.tr-tooltip-pointer:after{content:"";display:block;width:14px;height:8px;position:absolute;top:0;left:0;background:transparent;border-left:7px solid transparent;border-right:7px solid transparent;border-top:8px solid #222b39}.tr-input,.tr-modern-input,select.tr-modern-input{box-sizing:border-box;width:100%;max-width:100%}@media (max-width:600px){.tr-modal-card{padding:21px 6vw 12px}}.tr-modal-bigtitle{font-size:1.27rem;font-weight:800;color:#181c23;margin:18px 0 7px}.tr-success-box{border-radius:16px;border:1.5px solid #baf5d3;background:linear-gradient(100deg,#f6fefd 80%,#eafff3);margin:28px auto 0;padding:19px 17px 14px;max-width:99%;text-align:left;display:flex;flex-direction:column;align-items:flex-start;box-shadow:0 1.5px 18px #baf5d31c}.tr-success-title{font-size:1.07rem;font-weight:700;color:#13c16b;margin-bottom:6px}.tr-success-sub{font-size:1.04rem;color:#49556b;display:flex;align-items:center;gap:7px}.tr-success-icon{font-size:1.19em}.tr-btn-finish{margin-top:23px;font-size:1.13rem;border:none;border-radius:12px;background:linear-gradient(90deg,#16d375,#1e87ed);color:#fff;font-weight:700;box-shadow:0 2px 12px #16d37518;transition:background .17s,color .16s}.tr-btn-finish:focus,.tr-btn-finish:hover{background:linear-gradient(90deg,#13c16b,#1976f8);color:#fff}@media (max-width:600px){.tr-success-box{padding:16px 5vw 10px}}.rlf-hero-main{padding-top:120px;overflow:visible;width:100%;box-sizing:border-box}.rlf-hero{display:flex;gap:48px;align-items:center;min-height:95vh;padding-top:0;padding-bottom:100px;width:100%;max-width:1380px;margin:0 auto}.rlf-hero-left{flex:1;max-width:520px}.rlf-hero-right{flex:1;display:flex;justify-content:center}.rlf-hero h1{font-size:3.1rem;font-weight:800;letter-spacing:-.02em;line-height:1.2;color:#181c23;margin-bottom:24px}.rlf-hero p{font-size:1.15rem;line-height:1.6;color:#616c7e;margin-bottom:36px}.rlf-what-cards{display:flex;justify-content:center;gap:32px;flex-wrap:wrap;margin-top:64px}.rlf-what-card{background:white;border-radius:24px;box-shadow:0 10px 40px rgba(0,0,0,.05);width:320px;padding:32px;text-align:left}.rlf-features-section{padding:80px 0;background:#f9fcfe}.rlf-features-header{text-align:center;margin-bottom:64px}.rlf-features-row{display:flex;gap:40px;align-items:center;max-width:1200px;margin:0 auto 80px;padding:0 20px}.rlf-footer{background:#f5faff;padding:60px 0 40px}.rlf-footer-inner{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:40px}@media (max-width:900px){.rlf-what-cards{gap:24px}.rlf-what-card{width:calc(50% - 24px);min-width:260px}.rlf-features-row{flex-direction:column;text-align:center}.rlf-features-image{order:-1}}@media (max-width:768px){.rlf-what-card{width:100%;max-width:400px}.rlf-features-section{padding:60px 0}.rlf-features-header{padding:0 20px}.rlf-footer-inner{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:30px}.footer-cols{flex-direction:column;align-items:center;text-align:center;gap:28px}.footer-col{align-items:center;max-width:100%}.footer-logo-row{justify-content:center}.footer-contacts,.footer-links-col{align-items:center}.footer-links-col{width:100%;text-align:center;display:flex;flex-direction:column}.footer-social-row{justify-content:center}.footer-bottom-row{flex-direction:column;gap:16px;text-align:center}.footer-badges{justify-content:center}.footer-content{padding:28px 20px 18px}}@media (max-width:480px){.rlf-what-cards{margin-top:40px}.rlf-what-card{padding:24px}.rlf-features-section{padding:50px 0}.rlf-footer{padding:40px 0 30px}.rlf-footer-inner{grid-template-columns:1fr}}.mobile-cta-container{position:absolute;bottom:0;left:0;right:0;padding:15px;background:linear-gradient(90deg,#00C853,#2196F3);box-shadow:0 -2px 10px rgba(0,0,0,.1)}.mobile-cta-btn{display:flex;align-items:center;justify-content:center;width:100%;padding:12px;background:none;border:none;color:white;font-size:.95rem;font-weight:600;text-decoration:none;cursor:pointer;letter-spacing:.02em}.mobile-cta-btn svg{margin-left:8px;width:16px;height:16px}.rlf-step-icon{display:flex;align-items:center;justify-content:center;width:28px;height:28px}.rlf-step-icon svg{width:28px!important;height:28px!important;display:block;fill:none!important;stroke-width:2!important}