*{box-sizing:border-box;padding:0;margin:0}.main-page-content-side{min-height:100vh;background-color:#f8f9fa;padding:20px 0}.content-spacing{padding:20px 0}.content-spacing .breadcrumb{padding:10px 0}.card-content{margin:10px 0}.card-content__cards{display:flex;align-items:center;flex-wrap:wrap;gap:10px;width:100%}.card-content__cards--card{width:calc(50% - 5px)}@media(max-width:480px){.card-content__cards--card{width:100%}}.navbar{position:-webkit-sticky;position:sticky;top:0;z-index:100;width:100%;background:hsla(0,0%,100%,.92);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid #f0f0f0;transition:box-shadow .2s ease}.navbar--scrolled{box-shadow:0 2px 16px rgba(0,0,0,.08);border-bottom-color:#e8edf2}.navbar__inner{max-width:1200px;margin:0 auto;padding:0 24px;height:60px;gap:8px}.navbar__inner,.navbar__logo{display:flex;align-items:center}.navbar__logo{gap:9px;text-decoration:none!important;flex-shrink:0;margin-right:8px}.navbar__logo-icon{font-size:1.3rem;line-height:1}.navbar__logo-text{font-size:1rem;font-weight:800;color:#1a202c;letter-spacing:-.02em;white-space:nowrap}.navbar__links{display:flex;align-items:center;gap:2px;flex:1 1}.navbar__link{padding:7px 13px;border-radius:9px;font-size:.9rem;font-weight:600;color:#475569;text-decoration:none!important;transition:background .15s,color .15s;white-space:nowrap}.navbar__link:hover{background:#f1f5f9;color:#1a202c}.navbar__cta{display:inline-flex;align-items:center;gap:6px;padding:8px 18px;background:#e07b39;color:#fff!important;border-radius:10px;font-size:.875rem;font-weight:700;text-decoration:none!important;white-space:nowrap;flex-shrink:0;transition:background .18s,box-shadow .18s,transform .18s}.navbar__cta:hover{background:#c96a2a;box-shadow:0 4px 14px rgba(224,123,57,.35);transform:translateY(-1px)}.navbar__hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:36px;height:36px;background:none;border:none;cursor:pointer;flex-shrink:0;border-radius:8px;padding:4px;transition:background .15s}.navbar__hamburger:hover{background:#f1f5f9}.navbar__hamburger span{display:block;width:20px;height:2px;background:#475569;border-radius:2px;transition:transform .22s ease,opacity .22s ease}.navbar__hamburger--open span:first-child{transform:translateY(7px) rotate(45deg)}.navbar__hamburger--open span:nth-child(2){opacity:0}.navbar__hamburger--open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.navbar__mobile-menu{display:flex;flex-direction:column;padding:8px 16px 16px;border-top:1px solid #f0f0f0;animation:slide-down .18s ease}.navbar__mobile-link{padding:12px 10px;font-size:1rem;font-weight:600;color:#1a202c;text-decoration:none!important;border-radius:10px;transition:background .15s}.navbar__mobile-link:hover{background:#f8fafc}@media(max-width:680px){.navbar__cta,.navbar__links{display:none}.navbar__hamburger{display:flex;margin-left:auto}}@media(min-width:681px){.navbar__mobile-menu{display:none!important}}@keyframes slide-down{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.about-hero{text-align:center;padding:48px 24px 40px;background:linear-gradient(135deg,#fff7ed,#fef3c7 50%,#ecfdf5);border-radius:24px;border:1.5px solid #fde68a;margin-bottom:32px}.about-hero__icon{font-size:3.5rem;margin-bottom:12px;line-height:1}.about-hero__page-label{display:inline-block;background:rgba(224,123,57,.12);color:#c96a2a;font-size:.8rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:4px 14px;border-radius:20px;margin-bottom:10px}.about-hero__title{font-size:2.2rem;font-weight:900;color:#1a202c;letter-spacing:-.04em;margin-bottom:12px}.about-hero__tagline{font-size:1.05rem;color:#64748b;max-width:560px;margin:0 auto 32px;line-height:1.6}@media(max-width:480px){.about-hero{padding:32px 16px 28px}.about-hero__title{font-size:1.6rem}}.about-stats{display:flex;justify-content:center;gap:0;border-radius:16px;overflow:hidden;border:1.5px solid #e2e8f0;background:#fff;max-width:480px;margin:0 auto}.about-stats__item{flex:1 1;padding:18px 12px;display:flex;flex-direction:column;align-items:center;gap:4px;border-right:1px solid #e2e8f0}.about-stats__item:last-child{border-right:none}.about-stats__num{font-size:1.6rem;font-weight:900;color:#e07b39;letter-spacing:-.04em}.about-stats__label{font-size:.75rem;color:#94a3b8;font-weight:600;text-transform:uppercase;letter-spacing:.05em;text-align:center}.about-section{margin-bottom:40px}.about-section__title{font-size:1.4rem;font-weight:800;color:#1a202c;letter-spacing:-.02em;margin-bottom:12px}.about-section__text{font-size:1rem;color:#475569;line-height:1.7;max-width:720px}.about-steps{display:flex;flex-direction:column;gap:12px}.about-step{display:flex;align-items:flex-start;gap:16px;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:16px;padding:18px 20px}.about-step__num{width:32px;height:32px;min-width:32px;border-radius:10px;background:#e07b39;color:#fff;font-size:.875rem;font-weight:900;display:flex;align-items:center;justify-content:center;margin-top:2px}.about-step__icon{font-size:1.4rem;line-height:1;margin-top:4px}.about-step__body{flex:1 1}.about-step__name{font-size:1rem;font-weight:700;color:#1a202c;margin-bottom:4px}.about-step__text{font-size:.9rem;color:#64748b;line-height:1.5}.about-features{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px}@media(max-width:760px){.about-features{grid-template-columns:repeat(2,1fr)}}@media(max-width:460px){.about-features{grid-template-columns:1fr}}.about-feature{background:#fff;border:1.5px solid #e8edf2;border-radius:16px;padding:20px 18px;transition:box-shadow .18s,border-color .18s,transform .18s}.about-feature:hover{border-color:#e07b39;box-shadow:0 6px 20px rgba(224,123,57,.1);transform:translateY(-2px)}.about-feature__icon{font-size:1.8rem;margin-bottom:10px;line-height:1}.about-feature__title{font-size:.95rem;font-weight:700;color:#1a202c;margin-bottom:6px}.about-feature__text{font-size:.85rem;color:#64748b;line-height:1.5}.about-cta-block{display:flex;align-items:center;justify-content:space-between;gap:24px;background:linear-gradient(135deg,#e07b39,#c96a2a);border-radius:20px;padding:28px 32px;margin-bottom:40px;flex-wrap:wrap}.about-cta-block__title{font-size:1.2rem;font-weight:800;color:#fff;margin-bottom:6px}.about-cta-block__text{font-size:.9rem;color:hsla(0,0%,100%,.85);line-height:1.5;max-width:440px}.about-cta-block__btn{display:inline-flex;align-items:center;gap:6px;background:#fff;color:#c96a2a!important;font-weight:800;font-size:.95rem;border-radius:12px;padding:12px 22px;text-decoration:none!important;white-space:nowrap;flex-shrink:0;transition:box-shadow .18s,transform .18s}.about-cta-block__btn:hover{box-shadow:0 6px 20px rgba(0,0,0,.15);transform:translateY(-1px)}@media(max-width:540px){.about-cta-block{padding:22px 20px;flex-direction:column;align-items:flex-start}}.about-email-link{display:inline-flex;align-items:center;gap:8px;margin-top:12px;padding:10px 20px;background:#f1f5f9;color:#1a202c!important;border-radius:10px;font-weight:600;font-size:.95rem;text-decoration:none!important;border:1.5px solid #e2e8f0;transition:background .18s,border-color .18s}.about-email-link:hover{background:#e2e8f0;border-color:#cbd5e0}.home-section-heading{text-align:center;margin-bottom:2.25rem}.home-section-heading h2{font-size:clamp(1.35rem,3vw,1.85rem);font-weight:800;color:#111827;margin:0 0 .5rem;letter-spacing:-.02em}.home-section-heading p{font-size:1rem;color:#6b7280;margin:0}.home-usecases{padding:2.5rem 0}.home-usecases__grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.25rem;gap:1.25rem}@media(min-width:900px){.home-usecases__grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:600px){.home-usecases__grid{grid-template-columns:1fr}}.home-usecases__card{background:#f8fafc;border:1px solid #e5e7eb;border-radius:16px;padding:1.5rem 1.4rem;display:flex;flex-direction:column;gap:.5rem;transition:background .2s ease,box-shadow .2s ease,transform .2s ease}.home-usecases__card:hover{background:#fff;box-shadow:0 6px 24px rgba(0,0,0,.08);transform:translateY(-3px)}.home-usecases__icon{font-size:2rem;line-height:1;margin-bottom:.25rem}.home-usecases h3{font-size:1.05rem;font-weight:700;color:#111827;margin:0}.home-usecases p{font-size:.9rem;color:#6b7280;line-height:1.65;margin:0}.home-steps{padding:2.5rem 0}.home-steps__grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem}@media(max-width:768px){.home-steps__grid{grid-template-columns:1fr;gap:1rem}}.home-steps__card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:2rem 1.5rem 1.75rem;text-align:center;box-shadow:0 2px 12px rgba(0,0,0,.05);transition:box-shadow .22s ease,transform .22s ease;position:relative}.home-steps__card:hover{box-shadow:0 10px 36px rgba(0,0,0,.1);transform:translateY(-4px)}.home-steps__card:not(:last-child):after{content:"";position:absolute;top:2.8rem;right:-.85rem;width:1.7rem;height:2px;background:linear-gradient(90deg,#e5e7eb,#f97316);border-radius:2px}@media(max-width:768px){.home-steps__card:not(:last-child):after{display:none}}.home-steps__num{font-size:.7rem;font-weight:800;letter-spacing:.12em;color:#f97316;text-transform:uppercase;margin-bottom:.5rem}.home-steps__icon{font-size:2.6rem;line-height:1;margin-bottom:1rem}.home-steps h3{font-size:1.05rem;font-weight:700;color:#111827;margin:0 0 .5rem}.home-steps p{font-size:.88rem;color:#6b7280;line-height:1.65;margin:0}.home-stats{display:flex;gap:0;background:linear-gradient(135deg,#0d1f35,#1a3253);border-radius:16px;overflow:hidden;margin:.5rem 0 2.5rem}@media(max-width:640px){.home-stats{flex-direction:column}}.home-stats__item{flex:1 1;padding:1.6rem 1rem;text-align:center;position:relative}.home-stats__item:not(:last-child):after{content:"";position:absolute;top:20%;right:0;height:60%;width:1px;background:hsla(0,0%,100%,.12)}@media(max-width:640px){.home-stats__item:not(:last-child):after{top:auto;bottom:0;right:10%;width:80%;height:1px}}.home-stats__value{font-size:1.9rem;font-weight:800;color:#f97316;line-height:1;margin-bottom:6px}.home-stats__label{font-size:.82rem;color:hsla(0,0%,100%,.6);font-weight:500}.home-devices{padding:2rem 0 3rem}.home-device-brands{display:flex;flex-direction:column;gap:1rem}.home-device-brands__group{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:1.2rem 1.4rem;transition:box-shadow .18s ease}.home-device-brands__group:hover{box-shadow:0 4px 18px rgba(0,0,0,.07)}.home-device-brands__brand-name{font-size:.95rem;font-weight:700;color:#111827;margin-bottom:.75rem;display:flex;align-items:center;gap:.4rem}.home-device-brands__models{display:flex;flex-wrap:wrap;gap:.4rem}.home-device-brands__model{display:inline-block;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:6px;padding:3px 10px;font-size:.78rem;color:#374151;font-weight:500;transition:background .15s ease,border-color .15s ease}.home-device-brands__model:hover{background:#fff3eb;border-color:#fdba74;color:#c2410c}.blog-card{width:100%;height:268px}.blog-card:hover{text-decoration:none!important}.blog-card .blog-card-image{width:100%;height:129px}.blog-card .blog-card-image img{height:100%;width:100%;object-fit:cover;border-top-right-radius:5px;border-top-left-radius:5px}.blog-card .blog-content{height:139px;padding:10px;display:flex;flex-direction:column;text-align:center;justify-content:space-between;background-color:#e2e8f0}.blog-card .blog-content .blog-footer{display:flex;align-items:center;justify-content:space-between;width:100%}.blog-card .blog-content .title{max-width:calc(100% - 5px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.blog-card .blog-content .description{max-height:75px;max-width:100%;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}footer{background-color:#547891;height:600px;width:100%;margin-top:40px;justify-content:space-between;align-items:center}footer,footer .footer-content{display:flex;flex-direction:column}footer .footer-content{gap:20px;text-align:center}footer .footer-content .social-media-accounts{display:flex;align-items:center;justify-content:center;gap:10px}footer .footer-content .social-media-accounts .social-media-account{display:flex;justify-content:center;align-items:center;width:45px;height:45px;background-color:#fff;border-radius:100%}footer .footer-content .links__group{display:flex;flex-direction:column;gap:10px;color:#fff}footer .footer-content .links__group--header{font-size:24px;font-weight:700}footer .footer-bottom{display:flex;justify-content:center;align-items:center;width:100%;height:30px;background-color:#283c4f}.faqs .chakra-accordion__item button{border:1px solid #283c4f}#cleaner-header{position:relative;overflow:hidden;background:linear-gradient(135deg,#0d1f35,#1a3253 50%,#0d1f35);border-radius:20px;padding:72px 32px 56px;text-align:center;margin-bottom:0}@media(max-width:480px){#cleaner-header{padding:52px 20px 40px;border-radius:16px}}#cleaner-header .ch-bg{position:absolute;inset:0;display:flex;align-items:flex-end;justify-content:center;gap:6px;padding:0 60px;opacity:.14;pointer-events:none}#cleaner-header .ch-wave{width:10px;border-radius:5px;background:#f97316;height:40%;animation:ch-wave-idle 2s ease-in-out infinite alternate;animation-delay:calc(var(--i)*.18s);animation-play-state:paused;transform-origin:bottom}#cleaner-header.is-playing .ch-wave{animation:ch-wave-play .7s ease-in-out infinite alternate;animation-delay:calc(var(--i)*.09s);animation-play-state:running}#cleaner-header .ch-content{position:relative;z-index:1;max-width:640px;margin:0 auto}#cleaner-header .ch-badge-label{display:inline-block;background:rgba(249,115,22,.18);color:#fb923c;border:1px solid rgba(249,115,22,.35);border-radius:50px;padding:4px 16px;font-size:.78rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;margin-bottom:16px}#cleaner-header .ch-title{font-size:clamp(1.75rem,4vw,2.75rem);font-weight:800;color:#fff;margin:0 0 14px;letter-spacing:-.02em;line-height:1.15}#cleaner-header .ch-desc{font-size:1.05rem;color:hsla(0,0%,100%,.65);line-height:1.65;max-width:520px;margin:0 auto 40px}@media(max-width:480px){#cleaner-header .ch-desc{font-size:.95rem;margin-bottom:32px}}#cleaner-header .ch-btn{position:relative;display:inline-flex;align-items:center;gap:12px;background:#f97316;color:#fff;border:none;border-radius:50px;padding:18px 40px;font-size:1.15rem;font-weight:700;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 6px 28px rgba(249,115,22,.55);letter-spacing:.01em}@media(max-width:480px){#cleaner-header .ch-btn{padding:15px 28px;font-size:1rem}}#cleaner-header .ch-btn:hover{transform:translateY(-2px) scale(1.03);box-shadow:0 10px 36px rgba(249,115,22,.7)}#cleaner-header .ch-btn:active{transform:scale(.98)}#cleaner-header .ch-btn__rings{position:absolute;inset:0;border-radius:50px;pointer-events:none}#cleaner-header .ch-btn__rings span{display:none}#cleaner-header .ch-btn__icon{font-size:1.3rem;line-height:1}#cleaner-header .ch-btn__label{white-space:nowrap}#cleaner-header.is-playing .ch-btn__rings span{display:block;position:absolute;inset:-6px;border-radius:50px;border:2px solid rgba(249,115,22,.55);animation:ch-ring 2.2s ease-out infinite}#cleaner-header.is-playing .ch-btn__rings span:nth-child(2){animation-delay:.7s}#cleaner-header.is-playing .ch-btn__rings span:nth-child(3){animation-delay:1.4s}#cleaner-header .ch-badges{display:flex;gap:24px;justify-content:center;flex-wrap:wrap;margin-top:22px}@media(max-width:480px){#cleaner-header .ch-badges{gap:12px}}#cleaner-header .ch-badges span{font-size:.82rem;color:hsla(0,0%,100%,.5);font-weight:500}@keyframes ch-wave-idle{0%{height:20%}to{height:60%}}@keyframes ch-wave-play{0%{height:8%}to{height:95%}}@keyframes ch-ring{0%{transform:scale(1);opacity:.75}to{transform:scale(1.6);opacity:0}}#tool-header{background:#fff;border-radius:20px;border:1.5px solid #e8edf2;padding:32px 32px 28px;box-shadow:0 4px 24px rgba(0,0,0,.06);margin-bottom:24px}#tool-header .tool-header__icon-row{display:flex;align-items:center;gap:16px;margin-bottom:20px}#tool-header .tool-header__icon-badge{width:60px;height:60px;min-width:60px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:28px}#tool-header .tool-header__header-area{flex:1 1}#tool-header .tool-header__header-area .tool-header__title{font-size:1.75rem;font-weight:800;color:#1a202c;letter-spacing:-.03em;line-height:1.2;margin-bottom:6px}#tool-header .tool-header__header-area .tool-header__description{font-size:.975rem;color:#718096;line-height:1.55;max-width:600px}#tool-header .tool-header__action-area{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:16px;padding:28px 24px;display:flex;flex-direction:column;align-items:center;gap:16px;width:100%}#tool-header .tool-header__divider{height:1px;background:#e8edf2;width:100%;margin:4px 0 20px}@media(max-width:560px){#tool-header{padding:22px 18px 20px;border-radius:16px}#tool-header .tool-header__icon-badge{width:48px;height:48px;min-width:48px;font-size:22px;border-radius:13px}#tool-header .tool-header__header-area .tool-header__title{font-size:1.35rem}#tool-header .tool-header__action-area{padding:20px 16px}}.tools-index{padding-top:8px}.tools-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:14px;gap:14px;margin-bottom:40px}@media(max-width:640px){.tools-grid{grid-template-columns:1fr;gap:10px}}.tool-card{display:flex;align-items:center;gap:16px;padding:18px 20px;background:#fff;border-radius:16px;border:1.5px solid #e8edf2;text-decoration:none!important;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease;cursor:pointer;position:relative;overflow:hidden}.tool-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--tool-accent,#e07b39);border-radius:16px 0 0 16px;transform:scaleY(0);transform-origin:center;transition:transform .18s ease}.tool-card:hover{border-color:var(--tool-accent,#e07b39);box-shadow:0 6px 20px rgba(0,0,0,.09);transform:translateY(-2px);text-decoration:none!important}.tool-card:hover:before{transform:scaleY(1)}.tool-card:hover .tool-card__arrow{transform:translateX(4px);color:var(--tool-accent,#e07b39)}.tool-card__icon{width:50px;height:50px;min-width:50px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:22px;background:var(--tool-icon-bg,#f0f4ff)}.tool-card__body{flex:1 1;min-width:0}.tool-card__title{font-size:.95rem;font-weight:700;color:#1a202c;margin-bottom:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tool-card__desc{font-size:.8rem;color:#718096;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.tool-card__arrow{font-size:18px;color:#cbd5e0;flex-shrink:0;transition:transform .18s ease,color .18s ease}.tools-index__cta{display:inline-flex;align-items:center;gap:6px;margin-top:4px;padding:10px 22px;background:#e07b39;color:#fff!important;border-radius:10px;font-weight:600;font-size:.95rem;text-decoration:none!important;transition:background .18s ease,box-shadow .18s ease,transform .18s ease}.tools-index__cta:hover{background:#c96a2a;box-shadow:0 4px 14px rgba(224,123,57,.35);transform:translateY(-1px);text-decoration:none!important}.tool-btn{display:inline-flex;align-items:center;gap:10px;padding:14px 32px;border-radius:14px;font-size:1rem;font-weight:700;border:none;cursor:pointer;transition:background .18s ease,box-shadow .18s ease,transform .18s ease;letter-spacing:-.01em}.tool-btn__icon{font-size:1.1rem;line-height:1}.tool-btn--primary{background:#2563eb;color:#fff;box-shadow:0 4px 16px rgba(37,99,235,.3)}.tool-btn--primary:hover{background:#1d4ed8;box-shadow:0 6px 22px rgba(37,99,235,.4);transform:translateY(-1px)}.tool-btn--primary:active{transform:translateY(0)}.tool-btn--danger{background:#dc2626;color:#fff;box-shadow:0 4px 16px rgba(220,38,38,.3)}.tool-btn--danger:hover{background:#b91c1c;box-shadow:0 6px 22px rgba(220,38,38,.4);transform:translateY(-1px)}.tool-btn--ghost{background:#f1f5f9;color:#475569}.tool-btn--ghost:hover{background:#e2e8f0}.tool-btn--blocked{background:#6b7280;color:#fff;box-shadow:none;cursor:not-allowed;opacity:.85}.tool-btn--blocked:hover{background:#6b7280;transform:none;box-shadow:none}.tool-error-box{background:#fff5f5;border:1px solid #fca5a5;border-radius:10px;padding:14px 18px;margin-top:16px;max-width:480px;width:100%;text-align:left}.tool-error{color:#dc2626;font-size:.875rem;margin:0}.tool-error--title{font-weight:600;margin-bottom:6px}.tool-error--detail{color:#7f1d1d;font-size:.82rem;line-height:1.5}.tool-steps{display:flex;gap:12px;flex-wrap:wrap;margin:20px 0}.tool-steps__step{display:flex;align-items:flex-start;gap:12px;flex:1 1;min-width:160px;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:14px;padding:14px 16px}.tool-steps__num{width:28px;height:28px;min-width:28px;border-radius:8px;background:#2563eb;color:#fff;font-size:.8rem;font-weight:800;display:flex;align-items:center;justify-content:center}.tool-steps__text{font-size:.875rem;color:#475569;line-height:1.45;padding-top:3px}.mic-tool{display:flex;flex-direction:column;align-items:center;gap:16px;width:100%}.mic-visualizer{display:flex;align-items:flex-end;justify-content:center;gap:3px;height:80px;width:100%;max-width:380px;padding:0 8px}.mic-visualizer__bar{flex:1 1;max-width:10px;border-radius:4px;background:#cbd5e0;transition:height .06s ease;min-height:4px}.mic-visualizer--active .mic-visualizer__bar{background:linear-gradient(0deg,#2563eb,#7c3aed)}.mic-level-badge{display:flex;align-items:center;gap:6px;background:#ede9fe;color:#5b21b6;border-radius:20px;padding:5px 14px;font-size:.85rem;font-weight:700}.mic-level-badge__dot{width:8px;height:8px;border-radius:50%;background:#7c3aed;animation:pulse-dot 1s infinite}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.hearing-tool{display:flex;flex-direction:column;align-items:center;gap:20px;width:100%;max-width:420px;position:relative}.hearing-display{text-align:center}.hearing-display__hz{font-size:3rem;font-weight:900;color:#1a202c;letter-spacing:-.04em;line-height:1;transition:color .2s}.hearing-display__hz--active{color:#0891b2}.hearing-display__band{margin-top:6px;font-size:.875rem;font-weight:600;color:#718096;text-transform:uppercase;letter-spacing:.08em}.hearing-slider-wrap{width:100%;position:relative;padding-bottom:24px}.hearing-slider{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:6px;border-radius:6px;background:linear-gradient(90deg,#0891b2,#7c3aed);outline:none;cursor:pointer}.hearing-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:22px;height:22px;border-radius:50%;background:#fff;border:3px solid #0891b2;box-shadow:0 2px 8px rgba(8,145,178,.3);cursor:-webkit-grab;cursor:grab}.hearing-slider::-webkit-slider-thumb:active{cursor:-webkit-grabbing;cursor:grabbing}.hearing-slider::-moz-range-thumb{width:22px;height:22px;border-radius:50%;background:#fff;border:3px solid #0891b2;box-shadow:0 2px 8px rgba(8,145,178,.3);cursor:grab}.hearing-slider-marks{position:absolute;bottom:0;left:0;right:0;height:20px}.hearing-slider-marks span{position:absolute;transform:translateX(-50%);font-size:.7rem;color:#94a3b8;white-space:nowrap}.hearing-pulse-ring{width:60px;height:60px;border-radius:50%;border:3px solid #0891b2;animation:pulse-ring 1.4s ease-out infinite;position:absolute;bottom:-10px;pointer-events:none}@keyframes pulse-ring{0%{transform:scale(.6);opacity:.8}to{transform:scale(1.6);opacity:0}}.tool-earpiece{flex-direction:column;gap:12px}.tool-earpiece,.tool-earpiece__btn{display:flex;align-items:center;width:100%}.tool-earpiece__btn{justify-content:space-between;gap:20px;max-width:440px;background:#fff;border:1.5px solid #e2e8f0;border-radius:16px;padding:20px 24px;cursor:pointer;transition:border-color .18s,box-shadow .18s,transform .18s;font-size:1rem;font-weight:600;color:#1a202c}.tool-earpiece__btn:hover{border-color:#e07b39;box-shadow:0 6px 20px rgba(224,123,57,.15);transform:translateY(-2px)}.tool-earpiece__btn .icon{width:56px;height:56px;border-radius:14px;background:linear-gradient(135deg,#e07b39,#c96a2a);display:flex;align-items:center;justify-content:center;flex-shrink:0}.tool-dead-pixel{width:100%}.dead-pixel-preview{display:flex;gap:8px;justify-content:center;margin-bottom:16px;flex-wrap:wrap}.dead-pixel-swatch{width:36px;height:36px;border-radius:8px;border:2px solid rgba(0,0,0,.1);cursor:pointer;transition:transform .15s,box-shadow .15s}.dead-pixel-swatch:hover{transform:scale(1.15);box-shadow:0 4px 12px rgba(0,0,0,.2)}.tool-dead-pixel__screen{min-height:220px;display:flex;align-items:center;justify-content:center;border-radius:14px;position:relative;border:2px solid #e2e8f0;overflow:hidden}.tool-dead-pixel__fullscreen-ui{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px}.tool-touch{width:100%;display:flex;flex-direction:column;gap:12px}.tool-touch__info{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px}.tool-touch__info .touch-count-badge{display:flex;align-items:center;gap:6px;background:#ffedd5;color:#c2410c;border-radius:20px;padding:5px 14px;font-size:.85rem;font-weight:700}.tool-touch__canvas{position:relative;min-height:320px;background:linear-gradient(135deg,#1e293b,#0f172a);border-radius:14px;touch-action:none;cursor:crosshair;border:2px solid #334155;overflow:hidden}.tool-touch__canvas__hint{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:8px;pointer-events:none;color:#475569;font-size:.9rem;text-align:center}.tool-touch__point{position:absolute;width:32px;height:32px;border-radius:50%;transform:translate(-50%,-50%);pointer-events:none;border:2.5px solid hsla(0,0%,100%,.6);box-shadow:0 0 10px hsla(0,0%,100%,.2);animation:point-pop .2s ease-out}@keyframes point-pop{0%{transform:translate(-50%,-50%) scale(.4);opacity:.7}to{transform:translate(-50%,-50%) scale(1);opacity:1}}#review-card{width:100%;height:260px;background-color:#fff;border-radius:5px;padding:30px;display:flex;flex-direction:column}@media(max-width:480px){#review-card{padding:15px;height:200px}}#review-card .review-card__info{display:flex;align-items:center;gap:10px;margin-bottom:5px}#review-card .review-card__comment{display:flex;justify-content:center;align-items:center;flex:1 1}#review-card .review-card__user-info{margin-top:25px}@media(max-width:480px){#review-card .review-card__user-info{margin-top:15px}}.content-header{height:60px;width:100%;background-color:#005a8c;padding:15px;display:flex;align-items:center;justify-content:space-between;border-radius:5px}.content-header .icon-area{background-color:#fff;min-width:40px;max-width:40px;min-height:40px;max-height:40px;border-radius:100%;display:flex;justify-content:center;align-items:center}.content-area .text-content h1{font-size:2.5em;line-height:2.380952381ex;margin:2.380952381ex 0}.content-area .text-content h2{font-size:2em;line-height:2.380952381ex;margin:2.380952381ex 0}.content-area .text-content h3{font-size:1.4em;line-height:2.6315789474ex;margin:2.6315789474ex 0}.content-area .text-content h4{font-size:1.5em;line-height:2.7027027027ex;margin:2.7027027027ex 0}.content-area .text-content p{font-size:1.25em;line-height:3.125ex;margin:1.6666666667ex 0}.content-area .text-content ul{padding:5px 40px}@media(max-width:480px){.content-area .text-content ul{padding:5px 20px}}.content-area .text-content ol{padding:5px 40px}@media(max-width:480px){.content-area .text-content ol{padding:5px 20px}}.content-area .text-content ol>li,.content-area .text-content ul>li{margin:8px 0}.content-area .text-content img{width:100%;height:auto;max-width:100%;object-fit:cover;padding:15px}.content-area .text-content img.small-img{border-radius:5px;height:500px;object-fit:contain}@media(max-width:480px){.content-area .text-content img.small-img{height:auto}.content-area .text-content p{font-size:1rem}}