@import url(https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600;700&family=Orbitron:wght@400;500;600;700;800&family=Sora:wght@400;500;600;700;800&display=swap);
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}body{background:#fff;font-family:"DM Sans",sans-serif;color:#000;overflow:hidden;-webkit-font-smoothing:antialiased;min-height:100vh;user-select:none;cursor:auto}button,input,select{font:inherit}button,a{-webkit-tap-highlight-color:rgba(0,0,0,0)}.uc{position:relative;width:100%;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:60px 40px;overflow:hidden}.uc__logo{height:28px;width:auto;margin-bottom:30px;opacity:0;animation:fadeIn .8s ease .2s forwards}.uc__title{font-family:"Orbitron",sans-serif;font-size:clamp(36px,6vw,76px);font-weight:800;line-height:1.05;letter-spacing:0;color:#000;margin-bottom:24px;opacity:0;animation:fadeUp 1s cubic-bezier(0.16, 1, 0.3, 1) .3s forwards}.uc__subtitle{font-size:17px;line-height:1.6;color:#756f68;font-weight:400;max-width:600px;margin-bottom:32px;opacity:0;animation:fadeUp 1s cubic-bezier(0.16, 1, 0.3, 1) .4s forwards}.uc__subtitle strong{color:#000;font-weight:600}.uc__services{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;max-width:700px;margin-bottom:40px;opacity:0;animation:fadeUp 1s cubic-bezier(0.16, 1, 0.3, 1) .5s forwards}.uc__tag{background:rgba(26,26,26,.05);border:1px solid rgba(26,26,26,.1);color:#000;padding:8px 16px;border-radius:999px;font-size:14px;font-weight:600;transition:color .24s ease,background .24s ease,border-color .24s ease,transform .24s ease}.uc__tag:hover{background:rgba(241,79,64,.08);border-color:rgba(241,79,64,.24);color:#f14f40;transform:translateY(-2px)}.uc__actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:16px;margin-bottom:40px;opacity:0;animation:fadeUp 1s cubic-bezier(0.16, 1, 0.3, 1) .6s forwards}.uc__contact,.uc__audit,.uc__modal-btn,.uc__secondary-btn,.uc__audit-type{min-height:52px;border-radius:999px;cursor:pointer;text-decoration:none;border:2px solid rgba(0,0,0,0);will-change:transform}.uc__contact{display:inline-flex;align-items:center;justify-content:center;gap:12px;background:#000;color:#fff;padding:16px 36px;transition:background .2s ease,opacity .2s ease}.uc__contact:hover{background:#f14f40}.uc__contact:active{opacity:.85}.uc__contact-icon{width:20px;height:20px;flex-shrink:0;transition:transform .24s cubic-bezier(0.16, 1, 0.3, 1)}.uc__contact-icon svg{width:20px;height:20px;fill:currentColor}.uc__contact-email{font-family:"Orbitron",sans-serif;font-size:16px;font-weight:600;color:inherit;text-decoration:none}.uc__audit{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:rgba(0,0,0,0);color:#000;border-color:rgba(0,0,0,.15);padding:16px 36px;font-size:16px;font-weight:800;transition:background .2s ease,border-color .2s ease}.uc__audit svg{transition:transform .2s ease}.uc__audit:hover{background:rgba(0,0,0,.04);border-color:rgba(0,0,0,.3)}.uc__audit:active{background:rgba(0,0,0,.08)}.uc__social-proof{display:flex;flex-direction:column;align-items:center;gap:8px;opacity:0;margin-bottom:24px;animation:fadeUp 1s cubic-bezier(0.16, 1, 0.3, 1) .8s forwards}.uc__social-proof p{font-size:14px;color:#756f68;margin:0}.uc__social-proof p strong{color:#000;font-weight:600}.uc__stars{display:flex;gap:4px}.uc__latest-project{font-size:14px;color:#756f68;opacity:0;animation:fadeUp 1s cubic-bezier(0.16, 1, 0.3, 1) .9s forwards}.uc__latest-project a{color:#f14f40;font-weight:700;text-decoration:none;transition:color .2s ease,border-color .2s ease;border-bottom:1px solid rgba(241,79,64,.25)}.uc__latest-project a:hover{color:#d83d31;border-color:currentColor}.uc__footer{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);z-index:6;font-size:12px;color:#756f68;opacity:0;animation:fadeIn .8s ease 1s forwards}.uc__modal{position:fixed;inset:0;background:rgba(10,10,10,.68);z-index:200;display:flex;align-items:center;justify-content:center;padding:24px;opacity:0;pointer-events:none;transition:opacity .32s ease;backdrop-filter:blur(6px)}.uc__modal.is-open{opacity:1;pointer-events:auto}.uc__modal.is-open .uc__modal-shell{opacity:1;transform:translateY(0) scale(1)}.uc__modal-shell{position:relative;display:grid;grid-template-columns:320px minmax(0, 1fr);width:min(1240px,100%);max-height:calc(100vh - 48px);overflow:hidden;background:#fff;opacity:0;transform:translateY(20px) scale(0.98);transition:opacity .32s ease,transform .36s cubic-bezier(0.16, 1, 0.3, 1)}.uc__modal-close{position:absolute;top:18px;right:18px;z-index:4;width:40px;height:40px;border:none;background:hsla(0,0%,100%,.92);color:#000;font-size:24px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:color .22s ease,background .22s ease,transform .22s cubic-bezier(0.16, 1, 0.3, 1)}.uc__modal-close:hover{color:#f14f40;transform:rotate(90deg)}.uc__modal-aside{display:flex;flex-direction:column;gap:24px;min-height:680px;padding:34px;color:#fff;text-align:left;background:#000}.uc__modal-main{overflow-y:auto;max-height:calc(100vh - 48px);padding:34px 36px;text-align:left;background:#fff}.uc__modal-step{animation:stepIn .36s cubic-bezier(0.16, 1, 0.3, 1) both}.uc__modal-step.js-audit-step-3{gap:18px}.uc__modal-kicker{color:#ffd6d1;font-size:12px;font-weight:800;text-transform:uppercase}.uc__modal-title{font-family:"Orbitron",sans-serif;font-size:clamp(25px,3vw,36px);line-height:1.12;color:inherit;margin-bottom:14px;padding-right:38px}.uc__modal-text{font-size:15px;color:hsla(0,0%,100%,.72);line-height:1.6;max-width:720px}.uc__section-heading{display:grid;gap:6px;margin-bottom:20px;padding-right:48px}.uc__section-heading span{color:#f14f40;font-size:12px;font-weight:800;text-transform:uppercase}.uc__section-heading strong{color:#000;font-size:clamp(20px,2.2vw,27px);line-height:1.25}.uc__stepper{display:grid;gap:10px;margin-top:auto}.uc__step-dot{display:grid;grid-template-columns:34px minmax(0, 1fr);align-items:center;gap:12px;min-height:46px;color:hsla(0,0%,100%,.62);transition:color .24s ease,transform .24s cubic-bezier(0.16, 1, 0.3, 1)}.uc__step-dot span{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border:1px solid hsla(0,0%,100%,.26);border-radius:50%;font-weight:800;transition:background .24s ease,border-color .24s ease,color .24s ease}.uc__step-dot strong{font-size:14px}.uc__step-dot.is-active,.uc__step-dot.is-done{color:#fff;transform:translateX(3px)}.uc__step-dot.is-active span,.uc__step-dot.is-done span{background:#f14f40;border-color:#f14f40;color:#fff}.uc__step-dot.is-done span{background:#2f7d5c;border-color:#2f7d5c}.uc__modal-note{display:grid;gap:8px;padding:16px;background:hsla(0,0%,100%,.06)}.uc__modal-note strong{font-size:14px}.uc__modal-note span{color:hsla(0,0%,100%,.68);font-size:13px;line-height:1.5}.uc__audit-switch{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:0;background:#fbfaf8;margin-bottom:18px}.uc__audit-type{background:rgba(0,0,0,0);color:#756f68;font-weight:800;padding:14px 18px;transition:color .2s ease,background .2s ease}.uc__audit-type.is-active{background:#000;color:#fff}.uc__audit-type:not(.is-active):hover{background:rgba(0,0,0,.06);color:#000}.uc__audit-grid{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:14px}.uc__field{display:flex;flex-direction:column;gap:8px}.uc__field>span:first-child{font-size:13px;color:#756f68;font-weight:800}.uc__field--wide{grid-column:1/-1}.uc__audit-input,.uc__audit-select{width:100%;min-height:52px;padding:13px 16px;border:2px solid rgba(0,0,0,.08);font-family:"DM Sans",sans-serif;font-size:15px;background:#fff;color:#000;outline:none;transition:border-color .2s ease,background .2s ease}.uc__audit-input:hover,.uc__audit-select:hover{border-color:rgba(0,0,0,.18)}.uc__audit-input:focus,.uc__audit-select:focus{border-color:#f14f40}.uc__select-wrap{position:relative;display:block}.uc__select-wrap::after{content:"";position:absolute;right:17px;top:50%;width:9px;height:9px;border-right:2px solid #f14f40;border-bottom:2px solid #f14f40;transform:translateY(-65%) rotate(45deg);pointer-events:none;transition:transform .22s cubic-bezier(0.16, 1, 0.3, 1),border-color .22s ease}.uc__select-wrap:focus-within::after{border-color:#d83d31;transform:translateY(-35%) rotate(225deg)}.uc__audit-select{appearance:none;cursor:pointer;padding-right:46px;background:#fff}.uc__audit-select option{color:#000;background:#fff}.uc__audit-options{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.uc__audit-options label{display:inline-flex;align-items:center;gap:8px;min-height:40px;padding:9px 12px;color:#000;font-size:14px;font-weight:700;background:rgba(0,0,0,.03);transition:background .22s ease}.uc__audit-options label:hover{background:rgba(241,79,64,.06)}.uc__audit-options input{accent-color:#f14f40}.uc__audit-scope{display:grid;grid-template-columns:minmax(0, 1fr) minmax(260px, 0.8fr);gap:18px;padding:18px;background:#fbfaf8;margin-top:18px}.uc__audit-scope strong{display:block;font-size:18px;line-height:1.3;margin-top:5px}.uc__audit-scope ul{display:grid;gap:8px;padding-left:18px;color:#756f68;font-size:14px;line-height:1.45}.uc__scope-label{display:block;color:#f14f40;font-size:12px;font-weight:800;text-transform:uppercase}.uc__audit-error{min-height:22px;margin-top:12px;color:#f14f40;font-size:14px;font-weight:800}.uc__shop-warning{margin-top:12px;padding:12px 16px;background:rgba(241,79,64,.06);color:#f14f40;font-size:14px;font-weight:700;line-height:1.5}.uc__shop-warning.is-success{background:rgba(47,125,92,.06);color:#2f7d5c}.uc__modal-actions{display:flex;flex-wrap:wrap;align-items:center;gap:14px}.uc__modal-actions span{max-width:360px;color:#756f68;font-size:13px;line-height:1.45}.uc__modal-btn{display:inline-flex;align-items:center;justify-content:center;width:fit-content;min-width:190px;background:#f14f40;color:#fff;padding:14px 28px;font-weight:800;font-size:15px;transition:background .2s ease,opacity .2s ease}.uc__modal-btn:hover{background:#d83d31}.uc__modal-btn:active{opacity:.85}.uc__secondary-btn{background:#fff;color:#000;padding:14px 24px;font-weight:800;border-color:rgba(0,0,0,.12);transition:background .2s ease,border-color .2s ease}.uc__secondary-btn:hover{background:rgba(0,0,0,.04);border-color:rgba(0,0,0,.25)}.uc__loader{margin-bottom:22px}.uc__loader-top{display:flex;justify-content:space-between;gap:16px;align-items:center;margin-bottom:12px}.uc__loader-top strong{font-family:"Orbitron",sans-serif;color:#f14f40;font-size:20px}.uc__loader-bar{width:100%;height:12px;background:rgba(26,26,26,.07);border-radius:999px;overflow:hidden}.uc__loader-progress{position:relative;height:100%;width:0%;overflow:hidden;background:#f14f40;border-radius:inherit;transition:width .42s cubic-bezier(0.16, 1, 0.3, 1)}.uc__loader-text{color:#000;font-size:15px;font-weight:800}.uc__scan-grid{display:grid;grid-template-columns:repeat(6, minmax(0, 1fr));gap:10px;margin-top:20px}.uc__scan-grid span{position:relative;overflow:hidden;min-height:54px;padding:14px 12px;text-align:center;font-size:13px;font-weight:800;color:#756f68;background:#fbfaf8;transition:color .24s ease,background .24s ease}.uc__scan-grid span.is-active{color:#f14f40;background:rgba(241,79,64,.08)}.uc__scan-grid span.is-done{color:#2f7d5c;background:rgba(47,125,92,.08)}.uc__analysis-feed{display:grid;gap:10px;min-height:172px;margin-top:18px}.uc__analysis-line{position:relative;padding:13px 14px 13px 38px;color:#756f68;font-size:14px;line-height:1.45;background:#fbfaf8;animation:feedIn .34s cubic-bezier(0.16, 1, 0.3, 1) both}.uc__analysis-line::before{content:"";position:absolute;left:15px;top:18px;width:9px;height:9px;border-radius:50%;background:#f14f40}.uc__result{display:grid;grid-template-columns:220px minmax(0, 1fr);gap:18px;align-items:stretch;margin-bottom:18px}.uc__result-score{padding:22px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;background:#fbfaf8;border:1px solid rgba(0,0,0,.12);border-radius:8px;box-shadow:0 14px 35px rgba(0,0,0,.05);animation:resultPop .42s cubic-bezier(0.16, 1, 0.3, 1) both}.uc__result-score strong{font-size:17px}.uc__result-score span{color:#756f68;font-size:13px;overflow-wrap:anywhere}.uc__audit-circle{width:116px;height:116px;border-radius:50%;border:8px solid #f14f40;display:flex;align-items:center;justify-content:center;font-family:"Orbitron",sans-serif;font-size:34px;font-weight:800;color:#f14f40;background:#fff;transition:border-color .24s ease,color .24s ease,box-shadow .24s ease}.uc__audit-circle.is-good{border-color:#2f7d5c;color:#2f7d5c;box-shadow:0 0 0 8px rgba(47,125,92,.08)}.uc__audit-circle.is-medium{border-color:#d89b2b;color:#d89b2b;box-shadow:0 0 0 8px rgba(216,155,43,.1)}.uc__audit-circle.is-low{border-color:#f14f40;color:#f14f40;box-shadow:0 0 0 8px rgba(241,79,64,.1)}.uc__result-summary,.uc__insight-grid{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:10px}.uc__summary-card,.uc__insight{position:relative;overflow:hidden;padding:14px;background:#fbfaf8;border:1px solid rgba(0,0,0,.08);border-radius:8px;box-shadow:0 10px 26px rgba(0,0,0,.04);animation:cardIn .36s cubic-bezier(0.16, 1, 0.3, 1) both}.uc__summary-card::before,.uc__insight::before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:#f14f40}.uc__summary-card span,.uc__insight span{display:block;color:#756f68;font-size:11px;font-weight:800;text-transform:uppercase;margin-bottom:7px}.uc__summary-card strong,.uc__insight strong{display:block;font-size:15px;line-height:1.35}.uc__summary-card.is-good,.uc__insight.is-good{border-color:rgba(47,125,92,.24);background:linear-gradient(180deg, rgba(47, 125, 92, 0.075), #fff 88%)}.uc__summary-card.is-good::before,.uc__insight.is-good::before{background:#2f7d5c}.uc__summary-card.is-medium,.uc__insight.is-medium{border-color:rgba(216,155,43,.28);background:linear-gradient(180deg, rgba(216, 155, 43, 0.09), #fff 88%)}.uc__summary-card.is-medium::before,.uc__insight.is-medium::before{background:#d89b2b}.uc__summary-card.is-low,.uc__insight.is-low{border-color:rgba(241,79,64,.24);background:linear-gradient(180deg, rgba(241, 79, 64, 0.08), #fff 88%)}.uc__summary-card.is-low::before,.uc__insight.is-low::before{background:#f14f40}.uc__category-list{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:12px;margin-bottom:18px}.uc__category{padding:16px;background:#fbfaf8;border:1px solid rgba(0,0,0,.08);border-radius:8px;box-shadow:0 12px 28px rgba(0,0,0,.04);opacity:0;transform:translateY(10px);animation:cardIn .42s cubic-bezier(0.16, 1, 0.3, 1) forwards;animation-delay:var(--delay)}.uc__category p{color:#756f68;font-size:13px;line-height:1.45;margin:7px 0 12px}.uc__category.is-good{border-left:4px solid #2f7d5c;background:linear-gradient(180deg, rgba(47, 125, 92, 0.065), #fff 86%)}.uc__category.is-medium{border-left:4px solid #d89b2b;background:linear-gradient(180deg, rgba(216, 155, 43, 0.08), #fff 86%)}.uc__category.is-low{border-left:4px solid #f14f40;background:linear-gradient(180deg, rgba(241, 79, 64, 0.075), #fff 86%)}.uc__category-fix{margin-top:8px;font-size:13px;line-height:1.5;color:#756f68}.uc__category-fix strong{color:#000;font-weight:700}.uc__category-context{margin-top:10px;padding:9px 10px;border:1px solid rgba(0,0,0,.07);border-radius:6px;background:hsla(0,0%,100%,.72);font-size:13px;color:#000}.uc__category-top{display:flex;justify-content:space-between;gap:12px;align-items:center}.uc__category-top strong{font-size:15px}.uc__category-top span{display:inline-flex;align-items:center;min-height:28px;padding:5px 9px;border-radius:999px;color:#f14f40;background:rgba(241,79,64,.08);font-weight:800;font-size:13px;white-space:nowrap}.uc__category-bar{width:100%;height:6px;background:rgba(0,0,0,.06);overflow:hidden}.uc__category-bar span{display:block;width:0;height:100%;animation:barFill .9s cubic-bezier(0.16, 1, 0.3, 1) forwards;animation-delay:calc(var(--delay) + 180ms)}.uc__category.is-good .uc__category-bar span{background:#2f7d5c}.uc__category.is-medium .uc__category-bar span{background:#d89b2b}.uc__category.is-low .uc__category-bar span{background:#f14f40}.uc__category.is-good .uc__category-top span{color:#2f7d5c;background:rgba(47,125,92,.1)}.uc__category.is-medium .uc__category-top span{color:#d89b2b;background:rgba(216,155,43,.12)}.uc__category.is-low .uc__category-top span{color:#f14f40;background:rgba(241,79,64,.1)}.uc__insight-grid{margin-bottom:18px}.uc__diagnosis{display:grid;gap:8px;margin-bottom:18px;padding:18px;background:linear-gradient(135deg, rgba(47, 125, 92, 0.08), rgba(47, 125, 92, 0.025));border:1px solid rgba(47,125,92,.18);border-left:4px solid #2f7d5c;border-radius:8px}.uc__diagnosis strong{color:#2f7d5c;font-size:12px;font-weight:800;text-transform:uppercase}.uc__diagnosis p{margin:0;color:#000;font-size:15px;line-height:1.55}.uc__report-columns{display:flex;align-items:stretch;gap:12px;overflow-x:auto;margin-bottom:18px;padding-bottom:8px;scroll-snap-type:x proximity;scrollbar-color:rgba(0,0,0,.22) rgba(0,0,0,0);-webkit-overflow-scrolling:touch}.uc__report-columns::-webkit-scrollbar{height:8px}.uc__report-columns::-webkit-scrollbar-track{background:rgba(0,0,0,.05);border-radius:999px}.uc__report-columns::-webkit-scrollbar-thumb{background:rgba(0,0,0,.22);border-radius:999px}.uc__report-columns>.uc__recommendations{flex:1 0 285px;min-width:285px;margin-bottom:0;scroll-snap-align:start}.uc__recommendations{padding:18px;background:#fbfaf8;margin-bottom:18px;border:1px solid rgba(0,0,0,.08);border-radius:8px;box-shadow:0 12px 28px rgba(0,0,0,.04)}.uc__recommendations h4{font-size:16px;margin-bottom:12px}.uc__recommendations ol{display:grid;gap:8px;padding-left:18px;color:#756f68;line-height:1.5;font-size:14px}.uc__result-actions{display:flex;flex-wrap:wrap;gap:12px}.uc__result-explainer{margin-bottom:20px}.uc__result-explainer p{font-size:15px;line-height:1.6;color:#756f68}.uc__result-footer{margin-top:24px;padding:20px;background:#fbfaf8}.uc__result-footer p{font-size:14px;line-height:1.6;color:#756f68;margin:0}.uc__result-footer p strong{color:#000}@keyframes fadeUp{from{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes stepIn{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes feedIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes scanSweep{to{transform:translateX(110%)}}@keyframes progressShine{to{transform:translateX(100%)}}@keyframes resultPop{from{opacity:0;transform:translateY(10px) scale(0.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes cardIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes barFill{to{width:var(--score)}}@media(prefers-reduced-motion: reduce){*,*::before,*::after{animation-duration:.001ms !important;animation-iteration-count:1 !important;scroll-behavior:auto !important;transition-duration:.001ms !important}}@media(max-width: 980px){body{overflow:auto}.uc{min-height:100vh;height:auto;padding:46px 24px 92px}.uc__modal{align-items:flex-start;padding:14px}.uc__modal-shell{grid-template-columns:1fr;max-height:calc(100vh - 28px);overflow-y:auto}.uc__modal-aside{min-height:auto;padding:28px}.uc__stepper{grid-template-columns:repeat(3, minmax(0, 1fr));margin-top:4px}.uc__step-dot{grid-template-columns:28px minmax(0, 1fr);gap:8px}.uc__step-dot span{width:28px;height:28px}.uc__modal-main{max-height:none;overflow:visible;padding:28px}.uc__scan-grid,.uc__result-summary,.uc__insight-grid{grid-template-columns:repeat(2, minmax(0, 1fr))}}@media(max-width: 768px){.uc{padding:40px 22px 92px}.uc__logo{height:28px;margin-bottom:40px}.uc__subtitle{font-size:15px;margin-bottom:28px}.uc__actions{width:100%;gap:12px}.uc__contact,.uc__audit{width:100%;padding-inline:18px}.uc__modal{padding:10px}.uc__modal-close{top:14px;right:14px}.uc__modal-aside,.uc__modal-main{padding:22px 18px}.uc__modal-title,.uc__section-heading{padding-right:42px}.uc__stepper,.uc__audit-switch,.uc__audit-grid,.uc__audit-scope,.uc__scan-grid,.uc__result,.uc__result-summary,.uc__insight-grid,.uc__category-list{grid-template-columns:1fr}.uc__audit-switch{border-radius:14px}.uc__audit-type{border-radius:10px}.uc__modal-actions,.uc__result-actions{align-items:stretch;flex-direction:column}.uc__modal-btn,.uc__secondary-btn{width:100%}}body.circle47-home{min-height:100vh;overflow:auto;user-select:auto;background:#f4f5f5;color:#111;font-family:"Sora",Arial,sans-serif}body.circle47-home main{display:block;width:100%}.home-page{position:relative;overflow:hidden;min-height:100vh;background:linear-gradient(90deg, transparent calc(20% - 1px), rgba(17, 17, 17, 0.055) 20%, transparent calc(20% + 1px)),linear-gradient(90deg, transparent calc(40% - 1px), rgba(17, 17, 17, 0.055) 40%, transparent calc(40% + 1px)),linear-gradient(90deg, transparent calc(60% - 1px), rgba(17, 17, 17, 0.055) 60%, transparent calc(60% + 1px)),linear-gradient(90deg, transparent calc(80% - 1px), rgba(17, 17, 17, 0.055) 80%, transparent calc(80% + 1px)),#f4f5f5;color:#111;font-family:"Sora",Arial,sans-serif}.home-page img{display:block;max-width:100%}.home-page a{color:inherit}.home-container{width:min(100% - 48px,1360px);margin-inline:auto}.home-kicker{color:#f14f40;font-size:14px;font-weight:500;line-height:1.5}.home-kicker--light{color:#fff}.home-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:42px;padding:12px 22px;border:1px solid rgba(0,0,0,0);border-radius:999px;font-size:13px;font-weight:700;line-height:1;text-decoration:none;transition:transform .2s cubic-bezier(0.16, 1, 0.3, 1),color .2s ease,background .2s ease,border-color .2s ease}.home-button::after{content:"";width:9px;height:9px;border-top:2px solid currentColor;border-right:2px solid currentColor;transform:rotate(45deg)}.home-button:hover{transform:translateY(-2px)}.home-button--primary{background:#f14f40;color:#fff}.home-button--outline{border-color:#f14f40;background:#fff;color:#111}.home-button--outline:hover{background:#f14f40;color:#fff}.home-button--dark{background:#111;color:#fff}.home-header{position:sticky;top:40px;z-index:30;display:grid;grid-template-columns:auto minmax(0, 1fr) auto;align-items:center;gap:26px;width:min(100% - 48px,1410px);min-height:68px;margin:40px auto 0;padding:12px 18px 12px 48px;border-radius:999px;background:#111;color:#fff;box-shadow:0 18px 45px rgba(17,17,17,.12)}.home-header__brand{display:inline-flex;align-items:center;text-decoration:none}.home-header__logo{width:264px;height:auto}.home-header__nav{display:flex;align-items:center;justify-content:center;gap:10px}.home-header__link{display:inline-flex;align-items:center;min-height:34px;padding:8px 16px;border-radius:999px;color:#fff;font-size:12px;font-weight:700;line-height:1;text-decoration:none;text-transform:uppercase;transition:background .2s ease,color .2s ease}.home-header__link::after{content:"";width:6px;height:6px;margin-left:6px;border-top:1px solid currentColor;border-right:1px solid currentColor;transform:rotate(45deg)}.home-header__link:hover,.home-header__link--active{background:#f14f40}.home-header__actions{display:flex;align-items:center;gap:14px}.home-header__icon{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;color:#fff;text-decoration:none}.home-header__icon svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.home-header__shop{display:inline-flex;align-items:center;min-height:42px;padding:10px 20px;border-radius:999px;background:#fff;color:#111;font-size:12px;font-weight:800;text-decoration:none}.home-header__shop::after{content:"";width:10px;height:10px;margin-left:8px;border:1px solid #111;border-radius:50%}.home-hero{position:relative;width:min(100% - 48px,1410px);margin:78px auto 0;padding-bottom:118px}.home-hero__content{display:grid;grid-template-columns:minmax(0, 1fr) 322px;gap:90px;align-items:start;max-width:1040px;margin:0 auto 90px}.home-hero__title{max-width:770px;font-size:56px;font-weight:700;line-height:1.15;letter-spacing:0}.home-hero__title span{color:#f14f40}.home-hero__intro{display:grid;gap:26px;padding-top:20px}.home-hero__intro p{color:#111;font-size:14px;font-weight:400;line-height:1.55}.home-hero__media{position:relative;max-width:1332px;margin-inline:auto}.home-hero__image{width:100%;border-radius:18px;object-fit:cover}.home-hero__notch{position:absolute;display:block;background:#f4f5f5}.home-hero__notch--top{right:0;top:0;width:150px;height:112px;border-bottom-left-radius:26px}.home-hero__notch--left{left:-1px;bottom:190px;width:72px;height:92px;border-top-right-radius:22px;border-bottom-right-radius:22px}.home-hero__notch--bottom{left:52px;bottom:0;width:740px;height:58px;border-top-right-radius:18px}.home-hero__side{position:absolute;z-index:1;color:rgba(0,0,0,0);font-size:96px;font-weight:700;line-height:1;text-transform:uppercase;writing-mode:vertical-rl;-webkit-text-stroke:1px #f14f40;text-stroke:1px #f14f40}.home-hero__side--left{left:-122px;top:86px;transform:rotate(180deg)}.home-hero__side--right{right:-122px;top:285px}.home-offer{padding:0 0 140px}.home-offer__title{margin-bottom:60px;font-size:46px;font-weight:700;line-height:1.15;letter-spacing:0}.home-offer__grid{display:grid;grid-template-columns:repeat(4, minmax(0, 1fr));gap:58px 50px}.home-offer__card{display:flex;min-height:190px;flex-direction:column;justify-content:space-between;gap:18px}.home-offer__heading{font-size:15px;font-weight:700;line-height:1.4}.home-offer__text{color:#111;font-size:13px;line-height:1.55}.home-offer__icon{position:relative;display:grid;place-items:center;width:46px;height:46px;border-radius:6px;background:linear-gradient(135deg, #67110d 0%, #df2c1d 100%)}.home-offer__icon svg{display:block;width:38px;height:38px}.home-trust{padding:112px 0 120px;background:#fff}.home-trust__grid{display:grid;grid-template-columns:minmax(0, 560px) minmax(0, 560px);gap:70px;align-items:center;justify-content:center}.home-trust__media{position:relative}.home-trust__image{width:100%;border-radius:14px}.home-trust__content{display:grid;gap:26px}.home-trust__title{max-width:550px;font-size:50px;font-weight:700;line-height:1.08;letter-spacing:0}.home-trust__title span{color:#f14f40}.home-steps{display:grid;gap:22px;list-style:none}.home-steps__item{display:grid;grid-template-columns:42px minmax(0, 1fr);gap:18px;align-items:start;padding:20px 24px;border-radius:14px}.home-steps__item--active{background:rgba(241,79,64,.1)}.home-steps__number{color:#111;font-size:14px;font-weight:800}.home-steps__title{margin-bottom:7px;font-size:16px;font-weight:800;line-height:1.3}.home-steps__text{color:#111;font-size:13px;line-height:1.55}.home-impact{padding:108px 0 98px}.home-impact__grid{display:grid;grid-template-columns:minmax(0, 580px) minmax(0, 640px);gap:92px;align-items:center}.home-impact__content{display:grid;gap:22px}.home-impact__title{max-width:580px;font-size:50px;font-weight:700;line-height:1.08;letter-spacing:0}.home-impact__title span{color:#f14f40}.home-impact__lead{max-width:560px;font-size:14px;line-height:1.6}.home-impact__media{justify-self:end;width:min(100%,640px)}.home-impact__image{width:100%;border-radius:14px}.home-services{display:grid;gap:22px;margin:20px 0 16px;list-style:none}.home-services__item{display:grid;grid-template-columns:72px minmax(0, 1fr);gap:16px}.home-services__number{color:rgba(0,0,0,0);font-size:32px;font-weight:700;line-height:1;-webkit-text-stroke:1px #f14f40;text-stroke:1px #f14f40}.home-services__title{margin-bottom:6px;font-size:17px;font-weight:800;line-height:1.35}.home-services__text{max-width:370px;font-size:13px;line-height:1.55}.home-pricing{padding:0 0 132px}.home-pricing__panel{position:relative;padding:142px 88px 86px;border-radius:12px;background:#111;color:#fff;box-shadow:0 28px 80px rgba(17,17,17,.16)}.home-pricing__corner{position:absolute;width:112px;height:78px;background:#f4f5f5}.home-pricing__corner--top-left{top:0;left:0;border-bottom-right-radius:28px}.home-pricing__corner--top-right{top:0;right:0;border-bottom-left-radius:28px}.home-pricing__corner--bottom-left{bottom:0;left:0;border-top-right-radius:28px}.home-pricing__corner--bottom-right{right:0;bottom:0;border-top-left-radius:28px}.home-pricing__intro{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0, 430px) minmax(0, 560px);gap:170px;align-items:start;margin-bottom:72px}.home-pricing__intro>p{max-width:330px;color:#fff;font-size:13px;line-height:1.6}.home-pricing__title{margin-top:6px;font-size:50px;font-weight:700;line-height:1.08;letter-spacing:0}.home-pricing__title span{color:#f14f40}.home-pricing__cards{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:42px;width:min(100%,1060px);margin-inline:auto}.home-pricing__note{position:relative;z-index:1;max-width:760px;margin:72px auto 0;color:#fff;font-size:13px;line-height:1.55;text-align:center}.home-price-card{position:relative;display:flex;min-height:590px;flex-direction:column;padding:46px 36px 34px;border:1px solid rgba(0,0,0,0);border-radius:16px;background:#fff;color:#111}.home-price-card--featured{border-color:#f14f40}.home-price-card__badge{position:absolute;top:22px;right:22px;padding:7px 12px;border-radius:999px;background:#f14f40;color:#fff;font-size:10px;font-weight:700}.home-price-card__name{font-size:18px;font-weight:800;line-height:1.35}.home-price-card__meta{margin-top:2px;color:#a1a1a1;font-size:13px;line-height:1.5}.home-price-card__price{display:flex;align-items:flex-end;gap:14px;margin-top:20px;font-size:38px;font-weight:800;line-height:1}.home-price-card__price span{padding-bottom:5px;font-size:12px;font-weight:400}.home-price-card__promo{margin-top:18px;color:#f14f40;font-size:12px;font-weight:800}.home-price-card__list{display:grid;gap:14px;margin:38px 0 30px;list-style:none}.home-price-card__list li{position:relative;min-height:24px;padding-left:34px;color:#111;font-size:13px;line-height:1.45}.home-price-card__list li::before{content:"";position:absolute;left:0;top:0;width:23px;height:23px;border-radius:50%;background:#111}.home-price-card__list li::after{content:"";position:absolute;left:7px;top:7px;width:8px;height:5px;border-left:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(-45deg)}.home-price-card__item--disabled{color:rgba(40,40,40,.18) !important}.home-price-card__item--disabled::before{background:rgba(17,17,17,.05) !important}.home-price-card__item--disabled::after{border-color:rgba(17,17,17,.24) !important}.home-price-card__button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;margin-top:auto;border-radius:999px;background:#111;color:#fff;font-size:13px;font-weight:800;text-decoration:none}.home-price-card__button::after{content:"";width:8px;height:8px;margin-left:10px;border-top:2px solid currentColor;border-right:2px solid currentColor;transform:rotate(45deg)}.home-price-card--featured .home-price-card__button{background:linear-gradient(90deg, #120302 0%, #df2c1d 100%)}.home-portfolio{padding:0 0 130px;background:linear-gradient(180deg, #fff 0%, #fff6f5 55%, #fff 100%)}.home-portfolio__title{margin:10px 0 72px;font-size:50px;font-weight:700;line-height:1.1;letter-spacing:0}.home-portfolio__title span{color:#f14f40}.home-portfolio__mosaic{display:grid;grid-template-columns:repeat(4, minmax(0, 1fr));grid-auto-rows:210px;gap:22px;width:min(100%,1110px);margin-inline:auto}.home-portfolio__item{overflow:hidden;min-height:0;border-radius:8px;background:#eee;box-shadow:0 18px 42px rgba(17,17,17,.12)}.home-portfolio__item img{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(0.16, 1, 0.3, 1)}.home-portfolio__item:hover img{transform:scale(1.04)}.home-portfolio__item--tall{grid-row:span 2}.home-portfolio__item--wide{grid-column:span 2}.home-portfolio__actions{display:flex;justify-content:center;margin-top:70px}.home-faq{padding:0 0 128px;background:#fff}.home-faq__panel{position:relative;padding:106px 190px 120px;border-radius:12px;background:#111;color:#fff}.home-faq__corner{position:absolute;width:96px;height:70px;background:#fff}.home-faq__corner--top-left{top:0;left:0;border-bottom-right-radius:24px}.home-faq__corner--top-right{top:0;right:0;border-bottom-left-radius:24px}.home-faq__corner--bottom-left{bottom:0;left:0;border-top-right-radius:24px}.home-faq__corner--bottom-right{right:0;bottom:0;border-top-left-radius:24px}.home-faq__title{margin:10px 0 70px;font-size:50px;font-weight:700;line-height:1.1;text-align:center;letter-spacing:0}.home-faq__title span{color:#f14f40}.home-faq__list{position:relative;z-index:1;display:grid;gap:0}.home-faq__item{border-top:1px solid hsla(0,0%,100%,.14)}.home-faq__item:last-child{border-bottom:1px solid hsla(0,0%,100%,.14)}.home-faq__question{position:relative;display:block;padding:24px 54px 24px 0;cursor:pointer;color:#fff;font-size:15px;font-weight:800;line-height:1.45;list-style:none}.home-faq__question::-webkit-details-marker{display:none}.home-faq__question::after{content:"+";position:absolute;right:0;top:20px;display:flex;width:22px;height:22px;align-items:center;justify-content:center;border-radius:50%;background:#fff;color:#111;font-size:18px;font-weight:800;line-height:1}.home-faq__item[open] .home-faq__question::after{content:"-"}.home-faq__answer{max-width:950px;padding:0 72px 26px 0;color:hsla(0,0%,100%,.72);font-size:14px;line-height:1.65}.home-ticker{position:relative;z-index:2;height:150px;margin:-26px 0 110px;color:#fff;font-size:42px;font-weight:800;line-height:1;white-space:nowrap}.home-ticker__line{position:absolute;left:-5%;overflow:hidden;width:110%;padding:18px 0}.home-ticker__line--dark{top:10px;background:#111;transform:rotate(2deg)}.home-ticker__line--dark .home-ticker__track{animation:homeTickerRight 26s linear infinite}.home-ticker__line--red{top:72px;background:var(--Gradient, linear-gradient(109deg, #000 9.31%, #D72B1B 62.75%));transform:rotate(-4deg)}.home-ticker__line--red .home-ticker__track{animation:homeTickerLeft 24s linear infinite}.home-ticker__track{display:flex;width:max-content;will-change:transform}.home-ticker__text{flex:0 0 auto;padding-right:72px}@keyframes homeTickerRight{from{transform:translateX(-33.333%)}to{transform:translateX(0)}}@keyframes homeTickerLeft{from{transform:translateX(0)}to{transform:translateX(-33.333%)}}.home-testimonials{padding:0 0 150px}.home-testimonials__title{margin:10px 0 62px;font-size:50px;font-weight:700;line-height:1.1;letter-spacing:0}.home-testimonials__title span{color:#f14f40}.home-testimonials__grid{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:28px;width:min(100%,1040px);margin-inline:auto}.home-opinion{display:flex;min-height:260px;flex-direction:column;justify-content:space-between;padding:30px;border:1px solid #f14f40;border-radius:18px;background:hsla(0,0%,100%,.72)}.home-opinion--short{min-height:220px}.home-opinion__quote{color:#111;font-size:14px;line-height:1.6}.home-opinion__author{display:flex;align-items:center;gap:14px;margin-top:28px}.home-opinion__author img{width:42px;height:42px;border-radius:50%;object-fit:cover}.home-opinion__author strong,.home-opinion__author span{display:block}.home-opinion__author strong{font-size:13px;font-weight:800;line-height:1.4}.home-opinion__author span{font-size:12px;line-height:1.4}.home-footer{padding:0 0 64px}.home-footer__panel{position:relative;padding:108px 116px 84px;border-radius:12px;background:#111;color:#fff}.home-footer__corner{position:absolute;width:110px;height:82px;background:#f4f5f5}.home-footer__corner--top-left{top:0;left:0;border-bottom-right-radius:28px}.home-footer__corner--top-right{top:0;right:0;border-bottom-left-radius:28px}.home-footer__corner--bottom-left{bottom:0;left:0;border-top-right-radius:28px}.home-footer__corner--bottom-right{right:0;bottom:0;border-top-left-radius:28px}.home-footer__main{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0, 600px) minmax(360px, 420px);gap:90px;align-items:start;padding-bottom:92px;border-bottom:1px solid rgba(241,79,64,.55)}.home-footer__logo{width:470px;margin-bottom:54px}.home-footer__title{max-width:520px;margin-top:24px;font-size:30px;font-weight:700;line-height:1.2;letter-spacing:0}.home-footer__title span{color:#f14f40}.home-footer__contact{display:flex;gap:62px;margin-top:28px}.home-footer__contact div{display:grid;gap:9px}.home-footer__contact span{font-size:13px;font-weight:800}.home-footer__contact a{color:#fff;font-size:13px;text-decoration:none}.home-footer__social{display:grid;gap:14px;margin-top:56px}.home-footer__social span{font-size:13px;font-weight:800}.home-footer__social a{display:inline-flex;width:18px;height:18px;align-items:center;justify-content:center;border-radius:50%;background:#fff;color:#111;font-size:12px;font-weight:900;text-decoration:none}.home-footer__bottom{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0, 1fr) auto;gap:80px;align-items:start;padding-top:58px}.home-footer__claim{max-width:330px;font-size:32px;font-weight:700;line-height:1.22}.home-footer__claim span{color:#f14f40}.home-footer__nav{display:flex;gap:92px}.home-footer__nav div{display:grid;gap:9px;min-width:135px}.home-footer__nav h3{margin-bottom:10px;font-size:14px;font-weight:800}.home-footer__nav a{color:#fff;font-size:13px;text-decoration:none}.home-footer__nav a::before{content:"/ ";color:#f14f40}.home-footer__copyright{margin-top:36px;color:#111;font-size:12px;text-align:right}.home-contact-form{display:grid;gap:20px;padding:52px 54px;border-radius:16px;background:#fff;color:#111}.home-contact-form__title{font-size:26px;font-weight:800;line-height:1.2}.home-contact-form__text{margin-bottom:10px;color:#111;font-size:13px;line-height:1.6}.home-contact-form__field{display:block}.home-contact-form__label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.home-contact-form__input,.home-contact-form__textarea{width:100%;border:0;border-bottom:1px solid rgba(17,17,17,.18);border-radius:0;outline:none;background:rgba(0,0,0,0);color:#111;font:inherit;font-size:13px}.home-contact-form__input{min-height:42px}.home-contact-form__textarea{min-height:100px;resize:vertical}.home-contact-form__button{justify-self:center;min-height:38px;margin-top:14px;padding:11px 22px;border:0;border-radius:999px;background:linear-gradient(90deg, #1b0402 0%, #df2c1d 100%);color:#fff;cursor:pointer;font:inherit;font-size:12px;font-weight:800}.home-contact-form__button::after{content:"";display:inline-block;width:7px;height:7px;margin-left:10px;border-top:2px solid currentColor;border-right:2px solid currentColor;transform:rotate(45deg)}@media(max-width: 1280px){.home-header{padding-left:28px}.home-header__logo{width:220px}.home-header__nav{gap:4px}.home-header__link{padding-inline:10px}.home-hero__side{display:none}.home-pricing__panel{padding-inline:48px}.home-pricing__intro{gap:70px}.home-faq__panel{padding-inline:110px}.home-footer__panel{padding-inline:76px}}@media(max-width: 1080px){.home-header{position:relative;top:0;grid-template-columns:1fr auto;border-radius:28px}.home-header__nav{grid-column:1/-1;justify-content:flex-start;order:3;overflow-x:auto;padding-bottom:2px}.home-hero{margin-top:54px}.home-hero__content{grid-template-columns:1fr;gap:24px;margin-bottom:54px}.home-hero__title{font-size:44px}.home-hero__intro{max-width:520px;padding-top:0}.home-offer__grid{grid-template-columns:repeat(2, minmax(0, 1fr))}.home-trust__grid,.home-impact__grid{grid-template-columns:1fr;gap:48px}.home-impact__media{justify-self:start}.home-pricing__intro,.home-pricing__cards{grid-template-columns:1fr}.home-pricing__intro{gap:32px}.home-portfolio__mosaic{grid-template-columns:repeat(2, minmax(0, 1fr))}.home-testimonials__grid{grid-template-columns:repeat(2, minmax(0, 1fr))}.home-footer__main,.home-footer__bottom{grid-template-columns:1fr}.home-footer__logo{width:360px}}@media(max-width: 720px){.home-container,.home-header,.home-hero{width:min(100% - 32px,100%)}.home-header{margin-top:18px;padding:14px}.home-header__logo{width:172px}.home-header__actions{gap:6px}.home-header__shop{min-height:36px;padding-inline:14px}.home-hero{padding-bottom:76px}.home-hero__title{font-size:34px}.home-hero__media{margin-inline:-8px}.home-hero__image{min-height:320px}.home-hero__notch{display:none}.home-offer{padding-bottom:84px}.home-offer__title{margin-bottom:38px;font-size:34px}.home-offer__grid{grid-template-columns:1fr;gap:32px}.home-offer__card{min-height:auto}.home-trust,.home-impact{padding-block:76px}.home-trust__title,.home-impact__title{font-size:34px}.home-impact__title{font-size:34px}.home-services__item{grid-template-columns:54px minmax(0, 1fr)}.home-services__number{font-size:26px}.home-pricing{padding-bottom:82px}.home-pricing__panel{padding:76px 20px 54px}.home-pricing__corner{width:58px;height:44px}.home-pricing__title{font-size:34px}.home-price-card{min-height:auto;padding:34px 24px 28px}.home-price-card__price{flex-direction:column;align-items:flex-start;gap:6px;font-size:34px}.home-portfolio{padding-bottom:86px}.home-portfolio__title{font-size:34px}.home-portfolio__mosaic{grid-template-columns:1fr;grid-auto-rows:280px}.home-portfolio__item--tall,.home-portfolio__item--wide{grid-column:auto;grid-row:auto}.home-faq{padding-bottom:92px}.home-faq__panel{padding:72px 20px 64px}.home-faq__corner{width:52px;height:38px}.home-faq__title{margin-bottom:42px;font-size:34px}.home-faq__answer{padding-right:0}.home-ticker{height:116px;margin-bottom:76px;font-size:26px}.home-ticker__line{padding-block:14px}.home-testimonials{padding-bottom:86px}.home-testimonials__title{font-size:34px}.home-testimonials__grid{grid-template-columns:1fr}.home-footer__panel{padding:72px 20px 58px}.home-footer__corner{width:58px;height:44px}.home-footer__main{gap:42px;padding-bottom:56px}.home-footer__logo{width:min(100%,290px);margin-bottom:36px}.home-footer__title{font-size:25px}.home-footer__contact,.home-footer__nav{flex-direction:column;gap:24px}.home-footer__claim{font-size:28px}.home-contact-form{padding:34px 22px}}
