:root{--ink:#102128;--muted:#52636b;--soft:#eef7f5;--soft-2:#f7faf9;--line:#dce7e4;--brand:#0f766e;--brand-dark:#0b5f59;--brand-soft:#dff7f2;--white:#fff;--danger:#9a3412;--shadow:0 22px 60px #0f3e3a1c;--radius:18px;--container:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth;max-width:100%;overflow-x:hidden}body{max-width:100%;color:var(--ink);background:var(--white);text-rendering:optimizelegibility;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.7;overflow-x:hidden}@supports (overflow:clip){html,body{overflow-x:clip}}a{color:inherit;text-decoration:none}button,input{font:inherit}button{cursor:pointer}img,svg{max-width:100%;display:block}.skip-link{z-index:100;background:var(--ink);color:#fff;border-radius:8px;padding:10px 14px;position:fixed;top:-80px;left:12px}.skip-link:focus{top:12px}.container{width:min(var(--container), calc(100% - 40px));margin-inline:auto}.site-header{z-index:30;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff0;border-bottom:1px solid #dce7e4d9;position:sticky;top:0}.site-header__inner{justify-content:space-between;align-items:center;gap:28px;min-height:74px;display:flex}.brand{color:var(--brand);flex:none;align-items:center;gap:11px;display:inline-flex}.brand__mark{width:42px;height:42px}.brand__text{color:var(--ink);line-height:1.05;display:grid}.brand__text strong{letter-spacing:-.02em;font-size:17px}.brand__text small{color:var(--muted);letter-spacing:.18em;margin-top:4px;font-size:10px;font-weight:700}.desktop-nav{letter-spacing:-.006em;color:#2b4148;align-items:center;gap:25px;font-size:14.5px;font-weight:650;display:flex}.desktop-nav>a{padding:9px 0;transition:color .18s}.desktop-nav>a:hover{color:var(--brand)}.desktop-more{position:relative}.desktop-more__trigger{border:1px solid var(--line);min-height:40px;color:var(--ink);background:#fff;border-radius:10px;padding:8px 35px 8px 13px;font-weight:650;line-height:1;transition:border-color .18s,background .18s,color .18s;position:relative}.desktop-more__trigger:after{content:"⌄";color:var(--muted);transform-origin:50%;transition:transform .2s;position:absolute;top:50%;right:13px;transform:translateY(-54%)rotate(0)}.desktop-more__trigger:hover{background:var(--soft-2);border-color:#a8cfca}.desktop-more--open .desktop-more__trigger{background:var(--soft-2);border-color:#9bcac3}.desktop-more--open .desktop-more__trigger:after{transform:translateY(-46%)rotate(180deg)}.desktop-more__menu{z-index:60;border:1px solid var(--line);width:510px;box-shadow:var(--shadow);background:#fff;border-radius:16px;grid-template-columns:1.15fr 1fr;gap:24px;padding:20px;animation:.16s ease-out desktop-menu-enter;display:grid;position:absolute;top:calc(100% + 10px);right:0}@keyframes desktop-menu-enter{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.desktop-more__menu>div{align-content:start;display:grid}.desktop-more__menu span{color:#71817f;letter-spacing:.08em;text-transform:uppercase;margin:0 0 7px;font-size:11px;font-weight:750}.desktop-more__menu a{border-radius:8px;padding:7px 8px;font-weight:600;line-height:1.35}.desktop-more__menu a:hover{color:var(--brand);background:var(--soft-2)}.mobile-menu-button{border:1px solid var(--line);width:42px;height:42px;color:var(--ink);background:#fff;border-radius:11px;place-content:center;gap:4px;padding:0;transition:border-color .18s,background .18s;display:none}.mobile-menu-button:hover{background:var(--soft-2);border-color:#a8cfca}.mobile-menu-button span{background:currentColor;border-radius:2px;width:18px;height:2px;transition:transform .24s,opacity .2s;display:block}.mobile-menu-button--open span:first-child{transform:translateY(6px)rotate(45deg)}.mobile-menu-button--open span:nth-child(2){opacity:0}.mobile-menu-button--open span:last-child{transform:translateY(-6px)rotate(-45deg)}.mobile-drawer-shell{z-index:100;visibility:hidden;pointer-events:none;width:100vw;height:100dvh;transition:visibility 0s linear .32s;position:fixed;inset:0;overflow:hidden}.mobile-drawer-shell--open{visibility:visible;pointer-events:auto;transition-delay:0s}.mobile-drawer__backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;background:#081c1d6b;border:0;border-radius:0;width:100%;height:100%;padding:0;transition:opacity .28s;position:absolute;inset:0}.mobile-drawer-shell--open .mobile-drawer__backdrop{opacity:1}.mobile-drawer{overscroll-behavior:contain;border-left:1px solid var(--line);background:#fff;width:min(376px,88vw);height:100dvh;padding:18px 18px 28px;transition:transform .32s cubic-bezier(.22,.76,.24,1);position:absolute;top:0;right:0;overflow-y:auto;transform:translate(104%);box-shadow:-22px 0 60px #0a2d2b2e}.mobile-drawer-shell--open .mobile-drawer{transform:translate(0,0)}.mobile-drawer__header{z-index:2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--line);background:#fffffff5;justify-content:space-between;align-items:center;min-height:66px;margin:-18px -18px 10px;padding:14px 18px;display:flex;position:sticky;top:-18px}.mobile-drawer__header>span{letter-spacing:-.02em;font-size:17px;font-weight:700}.mobile-drawer__header button{border:1px solid var(--line);background:var(--soft-2);border-radius:11px;width:40px;height:40px;padding:0;position:relative}.mobile-drawer__header button i{background:var(--ink);border-radius:2px;width:18px;height:2px;position:absolute;top:50%;left:50%}.mobile-drawer__header button i:first-child{transform:translate(-50%,-50%)rotate(45deg)}.mobile-drawer__header button i:last-child{transform:translate(-50%,-50%)rotate(-45deg)}.mobile-drawer nav{gap:8px;display:grid}.mobile-drawer__group{border-bottom:1px solid #e7efed;padding:8px 0 13px;display:grid}.mobile-drawer__group--company{border-bottom:0;padding-bottom:0}.mobile-drawer__label{color:#71817f;letter-spacing:.09em;text-transform:uppercase;padding:4px 11px 7px;font-size:11px;font-weight:750}.mobile-drawer a{color:#243b42;border-radius:10px;padding:10px 36px 10px 11px;font-size:15px;font-weight:590;line-height:1.38;transition:color .18s,background .18s;position:relative}.mobile-drawer a:after{content:"›";color:#89a09e;font-size:20px;font-weight:400;position:absolute;top:50%;right:13px;transform:translateY(-52%)}.mobile-drawer a:hover{color:var(--brand-dark);background:var(--soft-2)}.mobile-drawer a[aria-current=page]{color:var(--brand-dark);background:var(--brand-soft);font-weight:700}.page-hero{border-bottom:1px solid var(--line);background:radial-gradient(circle at 85% 10%,#99f6e473,#0000 30%),linear-gradient(#fbfefd 0%,#f3faf8 100%);padding:70px 0 58px;position:relative;overflow:hidden}.page-hero--home{padding-top:86px;padding-bottom:70px}.page-hero--tool{padding:54px 0 50px}.page-hero--home.page-hero--tool{padding-bottom:60px}.page-hero--tool .hero-grid,.page-hero--home.page-hero--tool .hero-grid{grid-template-columns:minmax(0,920px);justify-content:center}.page-hero--tool .hero-copy h1{font-size:clamp(38px,5.5vw,60px)}.breadcrumbs{color:#65777e;align-items:center;gap:9px;margin-bottom:28px;font-size:14px;display:flex}.breadcrumbs a:hover{color:var(--brand)}.hero-grid{grid-template-columns:minmax(0,1fr) 380px;align-items:center;gap:70px;display:grid}.page-hero--home .hero-grid{grid-template-columns:minmax(0,760px)}.hero-tool{width:100%;max-width:760px;margin:24px auto 0}.hero-copy h1{letter-spacing:-.045em;text-wrap:balance;max-width:850px;margin:0;font-size:clamp(40px,6vw,66px);font-weight:650;line-height:1.04}.hero-lead{max-width:760px;color:var(--muted);margin:24px 0 0;font-size:clamp(18px,2vw,22px);line-height:1.62}.hero-assurances{flex-wrap:wrap;gap:10px;margin-top:28px;display:flex}.hero-assurances span{color:#325a56;background:#ffffffbf;border:1px solid #cfe4df;border-radius:999px;padding:7px 11px;font-size:13px;font-weight:600}.hero-actions{flex-wrap:wrap;align-items:center;gap:20px;margin-top:30px;display:flex}.secondary-link{color:var(--brand-dark);font-weight:650}.hero-illustration{place-items:center;min-height:280px;display:grid;position:relative}.hero-phone{background:linear-gradient(160deg,#e7faf6,#fff);border:8px solid #153b3a;border-radius:30px;width:160px;height:260px;position:relative;transform:rotate(4deg);box-shadow:0 24px 50px #0f766e29}.hero-phone__receiver{background:#153b3a;border-radius:5px;width:54px;height:5px;margin-left:-27px;position:absolute;top:14px;left:50%}.hero-phone__screen{align-content:center;gap:13px;display:grid;position:absolute;inset:50px 20px}.hero-phone__screen i{background:#b5e8df;border-radius:8px;height:8px}.hero-phone__screen i:nth-child(2){width:72%}.hero-phone__speaker{background:#325a56;border-radius:4px;width:56px;height:4px;margin-left:-28px;position:absolute;bottom:14px;left:50%}.hero-wave{border:3px solid var(--brand);opacity:.5;border-top-color:#0000;border-bottom-color:#0000;border-left:0;border-radius:50%;width:55px;height:110px;position:absolute;right:22px}.hero-wave--two{opacity:.3;width:90px;height:165px;right:0}.hero-wave--three{opacity:.16;width:125px;height:220px;right:-20px}.primary-button,.secondary-button{border:0;border-radius:12px;justify-content:center;align-items:center;min-height:48px;padding:12px 20px;font-weight:700;transition:transform .15s,background .15s,box-shadow .15s;display:inline-flex}.primary-button{background:var(--brand);color:#fff;box-shadow:0 12px 28px #0f766e33}.primary-button:hover{background:var(--brand-dark);transform:translateY(-1px)}.primary-button--large{width:100%;min-height:58px;font-size:17px}.secondary-button{color:var(--ink);border:1px solid var(--line);background:#fff;width:100%}.secondary-button:hover{background:var(--soft-2)}.text-button{color:var(--brand);background:0 0;border:0;padding:8px;font-weight:700}button:focus-visible,a:focus-visible,input:focus-visible{outline-offset:3px;outline:3px solid #0f766e47}.tool-wrap{z-index:4;margin-top:-24px;position:relative}.tool-panel{max-width:900px;box-shadow:var(--shadow);background:#fff;border:1px solid #d7e7e3;border-radius:22px;margin:0 auto;padding:30px}.tool-intro{max-width:900px;padding-top:24px}.tool-intro p{max-width:790px;color:var(--muted);text-align:center;margin:0 auto;font-size:17px}.page-hero--home.page-hero--tool+.tool-intro{padding-top:74px}.tool-panel__header{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.tool-panel__header h2{letter-spacing:-.025em;margin:0;font-size:24px;font-weight:650}.tool-panel__header p{color:var(--muted);max-width:600px;margin:7px 0 0}.privacy-chip{white-space:nowrap;background:var(--soft);color:var(--brand-dark);border-radius:999px;padding:7px 10px;font-size:12px;font-weight:700}.cleaner-panel{max-width:760px;padding:24px 28px 18px;overflow:hidden}.cleaner-panel--hero{appearance:none;outline:0;width:100%;max-width:760px;margin:0 auto;padding:22px 0 0;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important}.cleaner-panel audio{display:none}.cleaner-stage{isolation:isolate;place-items:center;min-height:238px;display:grid;position:relative}.cleaner-stage:before{content:"";filter:blur(2px);z-index:-2;background:radial-gradient(circle,#2dd4bf30,#2dd4bf00 68%);border-radius:50%;width:290px;height:170px;position:absolute}.cleaner-stage__halo{opacity:.42;border:1px solid #0f766e33;border-radius:50%;width:138px;height:138px;position:absolute}.cleaner-stage__halo--two{opacity:.28;width:184px;height:184px}.cleaner-stage__halo--three{opacity:.16;width:230px;height:230px}.cleaner-phone{background:linear-gradient(155deg,#f5fffc 0%,#e7f7f3 100%);border:6px solid #153b3a;border-radius:27px;width:142px;height:210px;position:relative;transform:rotate(-3deg);box-shadow:0 24px 42px #0e4a452b}.cleaner-phone__receiver{background:#173d3a;border-radius:5px;width:46px;height:5px;position:absolute;top:13px;left:50%;transform:translate(-50%)}.cleaner-phone__screen{justify-content:center;align-items:center;gap:5px;display:flex;position:absolute;inset:48px 22px}.cleaner-phone__screen i{background:var(--brand);opacity:.8;transform-origin:50%;border-radius:6px;width:5px;height:24px}.cleaner-phone__screen i:nth-child(2),.cleaner-phone__screen i:nth-child(4){opacity:.65;height:43px}.cleaner-phone__screen i:nth-child(3){height:64px}.cleaner-phone__grille{background:repeating-linear-gradient(90deg,#174f4b 0 4px,#0000 4px 8px);border-radius:8px;width:64px;height:8px;position:absolute;bottom:16px;left:50%;transform:translate(-50%)}.cleaner-particle{border:2px solid var(--brand);opacity:.46;border-radius:50%;width:11px;height:11px;position:absolute}.cleaner-particle--one{top:64px;left:calc(50% + 72px)}.cleaner-particle--two{width:7px;height:7px;top:105px;left:calc(50% + 95px)}.cleaner-particle--three{width:8px;height:8px;top:112px;left:calc(50% - 105px)}.cleaner-particle--four{width:6px;height:6px;top:72px;left:calc(50% - 82px)}.cleaner-panel--water .cleaner-particle{background:#0f766e14;border-radius:55% 45% 58% 42%;transform:rotate(45deg)}.cleaner-panel--dust .cleaner-particle{background:#8a6b4214;border-color:#8a6b42;border-radius:3px}.cleaner-stage--active .cleaner-phone{animation:.22s linear infinite cleaner-phone-vibrate}.cleaner-stage--active .cleaner-phone__screen i{animation:.78s ease-in-out infinite alternate cleaner-bars}.cleaner-stage--active .cleaner-phone__screen i:nth-child(2){animation-delay:.12s}.cleaner-stage--active .cleaner-phone__screen i:nth-child(3){animation-delay:.24s}.cleaner-stage--active .cleaner-phone__screen i:nth-child(4){animation-delay:.36s}.cleaner-stage--active .cleaner-phone__screen i:nth-child(5){animation-delay:.48s}.cleaner-stage--active .cleaner-stage__halo{animation:1.45s ease-out infinite cleaner-halo}.cleaner-stage--active .cleaner-stage__halo--two{animation-delay:.25s}.cleaner-stage--active .cleaner-stage__halo--three{animation-delay:.5s}.cleaner-stage--active .cleaner-particle{animation:1.5s ease-out infinite cleaner-particle}.cleaner-stage--active .cleaner-particle--two{animation-delay:.25s}.cleaner-stage--active .cleaner-particle--three{animation-delay:.45s}.cleaner-stage--active .cleaner-particle--four{animation-delay:.7s}@keyframes cleaner-phone-vibrate{0%,to{transform:rotate(-3deg)translate(0)}25%{transform:rotate(-2.5deg)translate(1px)}75%{transform:rotate(-3.5deg)translate(-1px)}}@keyframes cleaner-bars{0%{opacity:.45;transform:scaleY(.46)}to{opacity:.92;transform:scaleY(1)}}@keyframes cleaner-halo{0%{opacity:0;transform:scale(.62)}38%{opacity:.48}to{opacity:0;transform:scale(1.18)}}@keyframes cleaner-particle{0%{opacity:0;transform:translateY(16px)scale(.65)rotate(45deg)}40%{opacity:.65}to{opacity:0;transform:translateY(-35px)scale(1.15)rotate(45deg)}}.cleaner-control{width:min(100%,580px);margin:12px auto 0}.cleaner-live-status{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.cleaner-circle-progress{place-items:center;width:220px;height:220px;margin:0 auto;display:grid;position:relative}.cleaner-circle-progress__ring{width:100%;height:100%;position:absolute;inset:0;overflow:visible;transform:rotate(-90deg)}.cleaner-circle-progress__track,.cleaner-circle-progress__value{fill:none;stroke-width:8px}.cleaner-circle-progress__track{stroke:#0f766e24}.cleaner-circle-progress__value{stroke:#0f8177;stroke-linecap:round;transition:stroke-dashoffset .18s linear}.cleaner-action-button{z-index:1;color:#fff;letter-spacing:-.01em;text-align:center;cursor:pointer;background:linear-gradient(145deg,#0f766e,#13877d);border:0;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:164px;min-width:164px;max-width:164px;height:164px;min-height:164px;max-height:164px;padding:24px;font-size:16px;font-weight:750;line-height:1.28;display:flex;position:absolute;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 16px 34px #0f5e5633,inset 0 1px #ffffff2e}.cleaner-action-button span{white-space:normal;max-width:118px;line-height:1.08;display:block}.cleaner-action-button small{opacity:.78;font-size:11px;font-weight:650;line-height:1.1;display:block}.cleaner-action-button:hover{background:linear-gradient(145deg,#0d6d65,#117c73)}.cleaner-action-button:active{background:linear-gradient(145deg,#0c655e,#0f756d)}.cleaner-control--playing .cleaner-action-button,.cleaner-control--starting .cleaner-action-button{letter-spacing:-.04em;font-size:34px}.cleaner-control--playing .cleaner-action-button small,.cleaner-control--starting .cleaner-action-button small{letter-spacing:0;opacity:.9;font-size:13px;font-weight:750}.cleaner-control--done .cleaner-action-button{background:linear-gradient(145deg,#176f66,#168c7e);font-size:30px}.cleaner-control--error .cleaner-action-button{background:linear-gradient(145deg,#8e3b3b,#b34f4f)}.cleaner-control--error .cleaner-circle-progress__value{stroke:#b34f4f}.cleaner-hint{color:#6a7a80;text-align:center;letter-spacing:.005em;margin:16px 0 0;font-size:12px}.cleaner-panel--hero .cleaner-hint{margin-top:16px}.cleaner-hint--error{color:var(--danger)}.tool-preflight{border-top:1px solid var(--line);color:var(--muted);grid-template-columns:repeat(3,1fr);gap:14px;margin-top:20px;padding-top:18px;font-size:13px;line-height:1.5;display:grid}.audio-fallback{width:100%;margin-top:14px}.call-diagram{place-items:center;min-height:210px;display:grid}.call-diagram__phone{background:#f3fbf9;border:7px solid #173d3a;border-radius:28px;width:145px;height:220px;position:relative}.call-diagram__receiver{background:var(--brand);border-radius:7px;width:56px;height:7px;position:absolute;top:15px;left:50%;transform:translate(-50%);box-shadow:0 0 0 7px #0f766e14}.call-diagram__screen{color:#68938e;letter-spacing:.16em;place-items:center;font-size:13px;display:grid;position:absolute;inset:55px 20px}.call-diagram__bottom{background:#92b7b2;border-radius:7px;width:64px;height:7px;position:absolute;bottom:14px;left:50%;transform:translate(-50%)}.diagnostic-message{background:var(--soft-2);border-left:3px solid var(--brand);color:#3d535a;margin:8px 0 18px;padding:13px 15px}.choice-grid{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}.choice-card{border:1px solid var(--line);text-align:left;color:var(--ink);background:#fff;border-radius:14px;gap:5px;padding:18px;display:grid}.choice-card:hover{background:#fbfefd;border-color:#8fc7bf}.choice-card span{color:var(--muted);font-size:14px}.test-grid{grid-template-columns:repeat(2,1fr);gap:14px;margin:30px 0 18px;display:grid}.test-button{border:1px solid var(--line);background:var(--soft-2);min-height:120px;color:var(--ink);border-radius:16px;place-items:center;gap:6px;font-weight:700;display:grid}.test-button span{background:var(--brand);color:#fff;border-radius:50%;place-items:center;width:46px;height:46px;font-size:20px;display:grid}.test-button--wide{grid-column:1/-1;min-height:98px}.frequency-display{justify-content:center;align-items:baseline;gap:8px;margin:34px 0;display:flex}.frequency-display strong{letter-spacing:-.05em;font-size:clamp(48px,10vw,82px);font-weight:650;line-height:1}.frequency-display span{color:var(--muted);font-size:20px}.range-label{gap:8px;font-weight:650;display:grid}.range-label input{width:100%;accent-color:var(--brand)}.frequency-presets{flex-wrap:wrap;gap:8px;margin:16px 0 22px;display:flex}.frequency-presets button{border:1px solid var(--line);color:#38524f;background:#fff;border-radius:999px;padding:7px 11px}.quick-steps{padding:74px 0}.quick-steps h2{text-align:center;letter-spacing:-.035em;margin:0 0 28px;font-size:32px;font-weight:650}.quick-steps ol{grid-template-columns:repeat(3,1fr);gap:20px;margin:0;padding:0;list-style:none;display:grid}.quick-steps li{border-top:2px solid #a9d8d0;gap:15px;padding:22px 10px 0 0;display:flex}.quick-steps li span{background:var(--brand-soft);width:34px;height:34px;color:var(--brand-dark);border-radius:50%;flex:none;place-items:center;font-weight:800;display:grid}.quick-steps li p{color:#40555b;margin:2px 0 0}.content-layout{grid-template-columns:minmax(0,760px) 300px;align-items:start;gap:70px;padding-bottom:48px;display:grid}.main-content section{margin-bottom:50px}.main-content h2,.lower-content h2{letter-spacing:-.035em;margin:0 0 18px;font-size:clamp(27px,3.4vw,36px);font-weight:650;line-height:1.18}.main-content p{color:#40545b;margin:0 0 17px;font-size:17px}.main-content ul{color:#40545b;padding-left:22px}.main-content li{margin-bottom:9px;padding-left:5px}.content-note{color:#74451e;background:#fff8ed;border:1px solid #f4d7b2;border-radius:12px;margin-top:22px;padding:17px 18px}.content-sidebar{gap:18px;display:grid;position:sticky;top:100px}.sidebar-card{border:1px solid var(--line);border-radius:16px;padding:20px}.sidebar-card h2{margin:0 0 13px;font-size:18px;font-weight:650}.sidebar-card>a{border-top:1px solid var(--line);padding:12px 0;display:grid}.sidebar-card>a:first-of-type{border-top:0}.sidebar-card>a strong{font-size:14px}.sidebar-card>a span{color:var(--muted);font-size:13px}.sidebar-card>a:hover strong{color:var(--brand)}.sidebar-card--soft{background:var(--soft);border-color:#0000}.sidebar-card--soft p{color:#46635f;margin:0 0 12px;font-size:14px}.sidebar-card--soft a{color:var(--brand-dark);border:0;padding:0;font-size:14px;font-weight:700;display:inline}.lower-content{padding-top:20px;padding-bottom:90px}.faq-section,.source-section,.related-section{max-width:1000px;margin:0 auto 76px}.faq-list{border-top:1px solid var(--line)}.faq-list details{border-bottom:1px solid var(--line);padding:0}.faq-list summary{cursor:pointer;padding:20px 42px 20px 0;font-weight:650;list-style:none;position:relative}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:"+";color:var(--brand);font-size:24px;position:absolute;top:13px;right:8px}.faq-list details[open] summary:after{content:"–"}.faq-list p{color:var(--muted);margin:-4px 40px 20px 0}.source-section>p{color:var(--muted)}.source-section ul{gap:12px;margin:22px 0 0;padding:0;list-style:none;display:grid}.source-section li{border:1px solid var(--line);border-radius:12px;gap:3px;padding:15px 17px;display:grid}.source-section a{color:var(--brand-dark);font-weight:700}.source-section span{color:var(--muted);font-size:14px}.related-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.related-card{border:1px solid var(--line);border-radius:15px;align-content:start;min-height:180px;padding:20px;display:grid}.related-card:hover{border-color:#91c8c0;transform:translateY(-2px)}.related-card strong{font-size:18px}.related-card span{color:var(--muted);margin-top:8px;font-size:14px}.related-card small{color:var(--brand);margin-top:auto;padding-top:20px;font-weight:700}.site-footer{color:#d8e9e6;background:#102d2c;padding:36px 0 14px}.site-footer .brand{color:#2dd4bf}.site-footer .brand__mark{width:38px;height:38px}.site-footer .brand__text{color:#fff}.site-footer .brand__text small{color:#9dc0bb}.footer-grid{grid-template-columns:1.05fr 2fr 1fr 1fr;align-items:start;gap:34px;display:grid}.footer-intro p{color:#a9c0bd;max-width:250px;margin:12px 0 0;font-size:13px;line-height:1.55}.site-footer h2{text-transform:uppercase;letter-spacing:.08em;color:#fff;margin:2px 0 9px;font-size:12px}.footer-links{gap:3px;display:grid}.footer-links--tools{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:18px}.site-footer .footer-links a{color:#aac1be;padding:2px 0;font-size:13px;line-height:1.4}.site-footer .footer-links a:hover{color:#fff}.footer-bottom{color:#8fa8a5;border-top:1px solid #ffffff1a;margin-top:22px;padding-top:13px;font-size:12px}@media (max-width:900px){.desktop-nav{display:none}.mobile-menu-button{display:grid}.hero-grid{grid-template-columns:1fr;gap:35px}.hero-illustration{min-height:220px}.content-layout{grid-template-columns:1fr;gap:20px}.content-sidebar{grid-template-columns:repeat(2,1fr);position:static}.tool-preflight,.quick-steps ol,.related-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1.7fr 1fr;gap:26px}.footer-intro{grid-column:1/-1}.footer-section:last-of-type{grid-column:auto}}@media (max-width:640px){.container{width:min(100% - 28px, var(--container))}.site-header__inner{min-height:66px}.brand__mark{width:38px;height:38px}.brand__text strong{font-size:15px}.page-hero{padding:48px 0 44px}.page-hero--home{padding-top:58px;padding-bottom:48px}.page-hero--tool{padding:27px 0 36px}.page-hero--home.page-hero--tool{padding:27px 0 48px}.hero-copy h1{font-size:42px}.page-hero--tool .hero-copy h1{font-size:36px;line-height:1.08}.hero-lead{font-size:18px}.tool-wrap{width:100%;margin-top:-18px}.tool-panel{border-radius:17px;padding:22px 18px;box-shadow:0 14px 38px #0f3e3a1a}.tool-intro{padding-top:18px}.tool-intro p{text-align:left;font-size:15px;line-height:1.65}.tool-panel__header{display:grid}.privacy-chip{width:fit-content}.cleaner-panel{padding:18px 16px 14px}.cleaner-panel--hero{width:100%;max-width:none;margin:0;padding:17px 0 0;overflow:visible;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important}.cleaner-stage{min-height:196px}.cleaner-phone{width:122px;height:180px}.cleaner-stage__halo{width:120px;height:120px}.cleaner-stage__halo--two{width:158px;height:158px}.cleaner-stage__halo--three{width:194px;height:194px}.cleaner-readout{font-size:13px}.hero-tool{margin-top:14px}.cleaner-control{margin-top:8px}.cleaner-circle-progress{width:204px;height:204px}.cleaner-action-button{width:150px;min-width:150px;max-width:150px;height:150px;min-height:150px;max-height:150px;padding:20px;font-size:15px}.cleaner-control--playing .cleaner-action-button,.cleaner-control--starting .cleaner-action-button{font-size:31px}.cleaner-control--done .cleaner-action-button{font-size:28px}.cleaner-panel--hero .cleaner-hint{margin-top:14px;font-size:11px;line-height:1.55}.page-hero--home.page-hero--tool+.tool-intro{padding-top:60px}.choice-grid,.test-grid{grid-template-columns:1fr}.test-button--wide{grid-column:auto}.quick-steps{padding:54px 0}.quick-steps h2{text-align:left;font-size:28px}.content-layout{padding-bottom:26px}.main-content h2,.lower-content h2{font-size:28px}.main-content p{font-size:16px}.content-sidebar{grid-template-columns:1fr}.lower-content{padding-bottom:60px}.faq-section,.source-section,.related-section{margin-bottom:54px}.site-footer{padding-top:28px}.footer-grid{grid-template-columns:1.4fr 1fr;gap:24px 20px}.footer-intro,.footer-section--wide{grid-column:1/-1}.footer-links--tools{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-bottom{margin-top:18px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}.static-hero__copy{max-width:820px}.static-hero h1{letter-spacing:-.04em;margin:0;font-size:clamp(38px,6vw,58px);font-weight:650;line-height:1.08}.static-content{max-width:850px;padding-top:70px;padding-bottom:100px}.static-content section{margin-bottom:48px}.static-content h2{letter-spacing:-.03em;margin:0 0 16px;font-size:30px;font-weight:650;line-height:1.2}.static-content h3{margin:26px 0 10px;font-size:20px;font-weight:650}.static-content p,.static-content li{color:#40545b;font-size:17px}.static-content ul{padding-left:22px}.static-content li{margin-bottom:9px}.contact-panel{border:1px solid var(--line);background:var(--soft-2);border-radius:18px;margin:30px 0;padding:26px}.contact-panel a{color:var(--brand-dark);word-break:break-word;font-size:22px;font-weight:700}.legal-meta{border-left:3px solid var(--brand);background:var(--soft);color:#3f5e59;margin-bottom:34px;padding:13px 15px}@media (max-width:640px){.static-content{padding-top:48px;padding-bottom:70px}.static-content h2{font-size:27px}.static-content p,.static-content li{font-size:16px}}.not-found{text-align:center;background:var(--soft-2);place-items:center;min-height:65vh;padding:70px 0;display:grid}.not-found span{color:var(--brand);text-transform:uppercase;letter-spacing:.08em;font-weight:800}.not-found h1{letter-spacing:-.045em;margin:10px 0;font-size:clamp(38px,7vw,64px);font-weight:650}.not-found p{color:var(--muted);font-size:18px}.not-found .hero-actions{justify-content:center}
