:root{--ink: #0f172a;--muted: #475569;--line: #e2e8f0;--brand: #ff4500;--brand-hover: #e03e00;--brand-soft: #fff0eb;--gold: #d4af37;--paper: #f8fafc;--card: #fff;--btn-row-gap: .75rem;--r: .75rem}*,*:before,*:after{box-sizing:border-box}html{overflow-x:clip;max-width:100%}body{margin:0;font-family:"Source Sans 3",system-ui,sans-serif;color:var(--ink);background:radial-gradient(1100px 520px at 8% -8%,#ffe4d9 0%,transparent 55%),radial-gradient(900px 480px at 100% 0%,#fff5f0 0%,transparent 50%),var(--paper);min-height:100vh;overflow-x:clip;max-width:100%}img{max-width:100%;height:auto;display:block}a{color:inherit}.wrap{width:min(1100px,100%);margin:0 auto;padding:1.25rem clamp(1rem,3vw,1.5rem);min-width:0}.site-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.35rem 0 1.5rem;min-width:0}.site-header__actions{display:flex;align-items:center;gap:.55rem;flex-shrink:0}.tg-icon-link{display:inline-flex;align-items:center;gap:.4rem;color:#229ed9;text-decoration:none;font-weight:600;font-size:.9rem;line-height:1;border-radius:999px;transition:transform .15s ease,filter .15s ease}.tg-icon-link:hover{transform:translateY(-1px);filter:brightness(1.06)}.tg-icon-link img{display:block;width:32px;height:32px;flex-shrink:0}.site-footer .tg-icon-link img{width:28px;height:28px}.brand{display:flex;align-items:center;gap:.55rem;font-family:Fraunces,Georgia,serif;font-weight:700;font-size:1.25rem;letter-spacing:.02em;color:var(--brand);text-decoration:none;min-width:0}.brand img{width:36px;height:36px;flex-shrink:0}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.7rem 1.2rem;border-radius:.55rem;font-weight:600;text-decoration:none;border:1px solid transparent;cursor:pointer;font-size:1rem;line-height:1.2;white-space:nowrap}.btn-primary{background:var(--brand);color:#fff}.btn-primary:hover{background:var(--brand-hover)}.btn-ghost{background:transparent;color:var(--ink);border-color:#cbd5e1}.btn-ghost:hover{background:#fff}.btn-row{display:flex;flex-wrap:wrap;gap:var(--btn-row-gap);align-items:center}.lh-hero{padding:.5rem 0 3rem;min-width:0}.lh-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:clamp(1.25rem,3.5vw,2.5rem);align-items:center}.lh-copy{display:flex;flex-direction:column;gap:1rem;min-width:0}.lh-eyebrow{margin:0;font-size:.78rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--brand);line-height:1.35}.lh-title{margin:0;font-family:Fraunces,Georgia,serif;font-size:clamp(1.55rem,3.2vw,2.35rem);font-weight:700;line-height:1.15;letter-spacing:-.02em;color:var(--ink)}.lh-lead{margin:0;font-size:1.05rem;color:var(--muted);line-height:1.55;max-width:40rem}.lh-slot{display:grid;align-items:start;width:100%;min-width:0}.lh-slot>*{grid-area:1 / 1;margin:0;max-width:100%}.lh-slot>.is-off{visibility:hidden;pointer-events:none;-webkit-user-select:none;user-select:none}.lh-slot>.is-on{visibility:visible;z-index:1}.lh-slot>.is-on[data-enter]{animation:lh-fade-up .4s ease both}@keyframes lh-fade-up{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.lh-stage{display:flex;flex-direction:column;gap:.65rem;min-width:0;width:100%}.lh-media{position:relative;aspect-ratio:1;width:100%;max-width:28rem;margin-inline:auto;border-radius:.85rem;overflow:hidden;border:1px solid var(--line);background:var(--brand-soft);box-shadow:0 12px 32px #0f172a0f}.lh-media picture{position:absolute;inset:0;margin:0}.lh-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .5s ease}.lh-media img.is-show{opacity:1;z-index:1}.lh-timeline{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;width:100%;max-width:28rem;margin-inline:auto}.lh-timeline button{position:relative;height:6px;padding:0;border:none;border-radius:999px;background:#e8eaf0;cursor:pointer;overflow:hidden}.lh-timeline .lh-seg-fill{display:block;height:100%;width:100%;border-radius:inherit;background:var(--brand);transform-origin:left center;transform:scaleX(0)}.lh-timeline button.is-done .lh-seg-fill{transform:scaleX(1);animation:none}.lh-timeline button.is-active .lh-seg-fill{animation:lh-seg 5s linear forwards}.lh-hero.is-paused .lh-timeline button.is-active .lh-seg-fill{animation-play-state:paused}@keyframes lh-seg{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.lh-seg-labels{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;width:100%;max-width:28rem;margin-inline:auto;font-size:.72rem;font-weight:600;color:var(--muted);text-align:center}@media(max-width:860px){.lh-grid{grid-template-columns:1fr}.lh-stage{order:-1}}@media(prefers-reduced-motion:reduce){.lh-slot>.is-on[data-enter],.lh-timeline button.is-active .lh-seg-fill{animation:none!important}.lh-timeline button.is-active .lh-seg-fill,.lh-timeline button.is-done .lh-seg-fill{transform:scaleX(1)}}.audience-thesis{padding:2.25rem 0 2.75rem}.audience-thesis__inner{max-width:40rem;margin-inline:auto;text-align:center}.audience-thesis__eyebrow{margin:0 0 .65rem;font-size:.78rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--brand);line-height:1.35}.audience-thesis h2{font-family:Fraunces,Georgia,serif;font-size:clamp(1.45rem,2.6vw,1.95rem);margin:0 0 1rem;line-height:1.2;letter-spacing:-.02em}.audience-thesis__lead{margin:0 0 1rem;font-size:clamp(1.05rem,1.6vw,1.2rem);line-height:1.55;color:var(--ink);font-weight:600}.audience-thesis__note{margin:0;font-size:1rem;line-height:1.5;color:var(--muted)}.sec{padding:2.5rem 0;min-width:0}.sec+.sec{border-top:1px solid var(--line)}.sec-head{margin:0 0 1.5rem;max-width:40rem}.sec-head h2{font-family:Fraunces,Georgia,serif;font-size:clamp(1.5rem,2.8vw,2rem);margin:0 0 .5rem;line-height:1.2}.sec-head p{margin:0;color:var(--muted);font-size:1.05rem;line-height:1.5}.live-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.live-card{background:var(--card);border:1px solid var(--line);border-radius:var(--r);padding:.85rem;min-width:0}.live-card img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:.55rem;margin-bottom:.75rem;background:var(--brand-soft)}.live-card .tag{font-size:.72rem;font-weight:700;color:var(--brand);letter-spacing:.03em;text-transform:uppercase;margin:0 0 .35rem}.live-card h3{font-size:1rem;margin:0 0 .35rem;line-height:1.3}.live-card p{margin:0;font-size:.92rem;color:var(--muted);line-height:1.45}.steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;min-width:0}.steps.steps--tile{grid-template-columns:repeat(4,minmax(0,1fr))}.step{display:flex;flex-direction:column;gap:.75rem;background:var(--card);border:1px solid var(--line);border-radius:var(--r);padding:1rem;min-width:0;height:100%}.step picture,.step>img{display:block;width:100%;min-width:0}.step img{width:100%;aspect-ratio:1;height:auto;object-fit:cover;border-radius:.55rem;background:var(--brand-soft)}.step .n{font-size:.75rem;font-weight:700;color:var(--brand);margin:0 0 .2rem}.step h3{margin:0 0 .3rem;font-size:1.05rem;line-height:1.3}.step p{margin:0;color:var(--muted);font-size:.92rem;line-height:1.45}.benefits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.benefit{background:var(--card);border:1px solid var(--line);border-radius:var(--r);padding:1rem;min-width:0}.benefit img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:.55rem;margin-bottom:.85rem;background:var(--brand-soft)}.benefit h3{margin:0 0 .45rem;font-size:1.05rem;line-height:1.3;font-family:Fraunces,Georgia,serif}.benefit p{margin:0;color:var(--muted);font-size:.95rem;line-height:1.5}.sample{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,18rem);gap:clamp(1.25rem,3vw,2rem);align-items:center}.sample.sample--media-start{grid-template-columns:minmax(0,20rem) minmax(0,1fr)}.sample.sample--media-start>:first-child{order:2}.sample.sample--media-start>:last-child{order:1}.sample img{width:100%;max-width:20rem;margin-inline:auto;aspect-ratio:1;object-fit:cover;border-radius:.85rem;border:1px solid var(--line);background:var(--brand-soft)}.sample h2{font-family:Fraunces,Georgia,serif;font-size:clamp(1.4rem,2.5vw,1.85rem);margin:0 0 .6rem}.sample p{margin:0 0 1rem;color:var(--muted);line-height:1.5}.feature-band .feature-grid{display:grid;grid-template-columns:1fr min(42%,420px);gap:1.5rem 2rem;align-items:center;min-width:0}.feature-band--media-start .feature-grid{grid-template-columns:min(42%,420px) 1fr}.feature-band--media-start .feature-grid>:first-child{order:2}.feature-band--media-start .feature-grid>:last-child{order:1}.feature-band--stack-center .feature-stack{display:flex;flex-direction:column;align-items:center;gap:1.25rem;text-align:center;max-width:52rem;margin-inline:auto}.feature-band--stack-center .feature-stack__copy{max-width:40rem}.feature-band--stack-center .feature-stack__media{width:min(100%,28rem)}.feature-band--stack-center .btn-row{justify-content:center}.feature-band .lead{color:var(--muted);font-size:1.05rem;margin:0 0 .75rem}.feature-band h2{font-family:Fraunces,Georgia,serif;font-size:clamp(1.45rem,2.6vw,1.95rem);margin:0 0 .5rem;line-height:1.2}.feature-band p{margin:0 0 .75rem;line-height:1.5;color:var(--ink)}.feature-band picture,.feature-band img{width:100%;border-radius:var(--r);min-width:0;display:block}.pricing{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.price-card{background:var(--card);border:1px solid var(--line);border-radius:1rem;padding:1.35rem;box-shadow:0 10px 28px #0f172a0a;min-width:0;display:flex;flex-direction:column;gap:.5rem}.price-card.featured{border-color:color-mix(in srgb,var(--brand) 45%,var(--line));box-shadow:0 12px 32px #ff450014}.price-card .badge{align-self:flex-start;font-size:.72rem;font-weight:700;color:var(--brand);background:var(--brand-soft);padding:.25rem .55rem;border-radius:999px}.price-card h3{font-family:Fraunces,Georgia,serif;margin:0;font-size:1.35rem}.price-card .desc{margin:0;color:var(--muted);font-size:.95rem}.price-card .amount{font-size:2rem;font-weight:700;color:var(--brand);margin:.35rem 0}.price-card .btn{margin-top:auto;align-self:flex-start}.faq details{border:1px solid var(--line);border-radius:var(--r);background:var(--card);padding:.85rem 1rem;margin-bottom:.65rem;min-width:0}.faq-cols{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem 1.25rem;align-items:start;min-width:0}.faq-col{display:flex;flex-direction:column;gap:0;min-width:0;align-self:start}.faq-col details:last-child{margin-bottom:0}.faq summary{cursor:pointer;font-weight:600;list-style:none;line-height:1.35}.faq summary::-webkit-details-marker{display:none}.faq details p{margin:.65rem 0 0;color:var(--muted);line-height:1.5;font-size:.95rem}.final-cta{text-align:center;padding:2.5rem 1rem;background:linear-gradient(180deg,#fff 0%,var(--brand-soft) 100%);border:1px solid var(--line);border-radius:1rem}.final-cta h2{font-family:Fraunces,Georgia,serif;margin:0 0 .5rem;font-size:clamp(1.4rem,2.5vw,1.9rem)}.final-cta p{margin:0 auto 1.25rem;color:var(--muted);max-width:36rem;line-height:1.5}.final-cta .btn-row{justify-content:center}.site-footer{color:#64748b;font-size:.85rem;padding:2rem 0 1rem;border-top:1px solid var(--line);margin-top:1rem}.site-footer a{color:var(--brand)}.site-footer__row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem 1.25rem}.site-footer__tg{display:flex;flex-wrap:wrap;align-items:center;gap:.85rem}.site-footer__tg .tg-icon-link{color:#229ed9}.site-footer__mail,.site-footer__req{margin:.85rem 0 0;font-size:.85rem;line-height:1.5;color:#64748b}.site-footer__mail a,.site-footer__req a{color:var(--brand, #ff4500);font-weight:600}.site-footer__bottom{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem 1rem;margin-top:1.25rem;padding-top:.85rem;border-top:1px solid var(--line, #e2e8f0);font-size:.85rem;color:#64748b}.site-footer__bottom a{color:var(--brand, #ff4500);font-weight:600}.nm-rail{position:fixed;right:max(1rem,env(safe-area-inset-right));top:calc(7.5rem + env(safe-area-inset-top,0px));z-index:110;width:min(17.5rem,calc(100vw - 2rem));pointer-events:none}.nm-rail__panel{pointer-events:auto;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 10px 28px #0f172a24;overflow:hidden;animation:nm-rail-in .35s ease-out both}.nm-rail--exiting .nm-rail__panel{animation:nm-rail-out .28s ease-in both}@keyframes nm-rail-in{0%{transform:translate(110%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes nm-rail-out{0%{transform:translate(0);opacity:1}to{transform:translate(110%);opacity:0}}.nm-rail__head{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.55rem .65rem .45rem .85rem;border-bottom:1px solid #e2e8f0;background:#fafafa}.nm-rail__head-title{font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#64748b}.nm-rail__head-end{display:flex;align-items:center;gap:.4rem;flex-shrink:0}.nm-rail__auto-timer{font-variant-numeric:tabular-nums;font-size:.72rem;font-weight:700;color:#0369a1;background:#e0f2fe;border:1px solid #bae6fd;border-radius:999px;padding:.2rem .5rem;line-height:1.2;min-width:2.4rem;text-align:center}.nm-rail__collapse{display:inline-flex;align-items:center;gap:.2rem;margin:0;padding:.28rem .5rem;border:1px solid #e2e8f0;border-radius:8px;background:#fff;color:#0f172a;font:inherit;font-size:.72rem;font-weight:600;line-height:1.2;cursor:pointer;white-space:nowrap}.nm-rail__collapse:hover{border-color:#229ed973;color:#229ed9;background:#f0f9ff}.nm-rail__collapse-chevron{font-size:1rem;line-height:1;font-weight:700;color:#229ed9}.nm-rail__row{display:flex;align-items:center;gap:.55rem;width:100%;border:0;background:transparent;padding:.7rem .85rem;text-align:left;cursor:pointer;font:inherit;color:#0f172a;text-decoration:none;box-sizing:border-box}.nm-rail__row+.nm-rail__row{border-top:1px solid #e2e8f0}.nm-rail__row:hover{background:#f8fafc}.nm-rail__icon{width:2.125rem;height:2.125rem;border-radius:999px;display:grid;place-items:center;flex-shrink:0;color:#fff;box-shadow:inset 0 0 0 1px #0f172a0f}.nm-rail__icon svg{display:block;width:1.15rem;height:1.15rem}.nm-rail__icon--telegram,.nm-rail__icon--support{background:#229ed9;color:#fff}.nm-rail__icon--mail{background:#0f172a;color:#fff}.nm-rail__row:hover .nm-rail__icon--telegram,.nm-rail__row:hover .nm-rail__icon--support{background:#3db4ef}.nm-rail__row:hover .nm-rail__icon--mail{background:#334155}.nm-rail__label{font-size:.82rem;font-weight:600;line-height:1.25}.nm-rail__sub{display:block;font-size:.72rem;font-weight:500;color:#64748b;margin-top:.1rem}.nm-rail--fab{width:auto;pointer-events:none}.nm-rail__fab{pointer-events:auto;position:relative;border:0;background:transparent;padding:0;cursor:pointer;box-sizing:border-box;width:4.25rem;height:4.25rem;display:grid;place-items:center;overflow:hidden;filter:drop-shadow(0 10px 22px rgba(34,158,217,.4));animation:nm-fab-in .35s ease-out both}@keyframes nm-fab-in{0%{transform:scale(.6);opacity:0}to{transform:scale(1);opacity:1}}.nm-rail__fab:hover{filter:drop-shadow(0 12px 26px rgba(34,158,217,.55))}.nm-rail__fab:hover .nm-rail__fab-face{animation-duration:1.1s}.nm-rail__fab:focus-visible{outline:2px solid #229ed9;outline-offset:4px;border-radius:999px}.nm-rail__fab-face{position:relative;display:block;width:3.75rem;height:3.75rem;animation:nm-fab-attention 1.8s ease-in-out infinite}.nm-rail__fab-svg{position:relative;z-index:1;display:block;width:3.75rem;height:3.75rem}.nm-rail__fab-ring{position:absolute;inset:2px;border-radius:999px;border:2px solid rgba(34,158,217,.55);pointer-events:none;animation:nm-fab-ring 1.8s ease-out infinite}@keyframes nm-fab-attention{0%,to{transform:translateY(0) scale(1)}12%{transform:translateY(-5px) scale(1.06)}24%{transform:translateY(0) scale(1)}36%{transform:translateY(-3px) scale(1.04)}48%{transform:translateY(0) scale(1)}}@keyframes nm-fab-ring{0%{transform:scale(.92);opacity:.85}70%{transform:scale(1.35);opacity:0}to{transform:scale(1.35);opacity:0}}.nm-rail__backdrop{display:none}@media(max-width:900px){.nm-rail:not(.nm-rail--fab){inset:auto max(.75rem,env(safe-area-inset-right)) max(.75rem,env(safe-area-inset-bottom)) max(.75rem,env(safe-area-inset-left));top:auto;width:auto}.nm-rail:not(.nm-rail--fab) .nm-rail__backdrop{display:block;pointer-events:auto;position:fixed;inset:0;border:0;background:#0f172a59;cursor:pointer}.nm-rail:not(.nm-rail--fab) .nm-rail__panel{position:relative;z-index:1;width:min(22rem,100%);margin-left:auto}.nm-rail--fab{top:auto;bottom:max(1rem,env(safe-area-inset-bottom))}}@media(prefers-reduced-motion:reduce){.nm-rail__panel,.nm-rail--exiting .nm-rail__panel,.nm-rail__fab,.nm-rail__fab-face,.nm-rail__fab-ring{animation:none!important}}@media(max-width:900px){.live-grid,.steps{grid-template-columns:repeat(2,minmax(0,1fr))}.faq-cols,.benefits,.sample,.sample.sample--media-start,.feature-band .feature-grid,.feature-band--media-start .feature-grid{grid-template-columns:1fr}.sample.sample--media-start>:first-child,.sample.sample--media-start>:last-child,.feature-band--media-start .feature-grid>:first-child,.feature-band--media-start .feature-grid>:last-child{order:unset}.sample img{order:-1}.pricing{grid-template-columns:1fr}}@media(max-width:520px){.live-grid,.steps{grid-template-columns:1fr}}body.legal-page{margin:0;font-family:"Source Sans 3",system-ui,sans-serif;color:#0f172a;background:#f8fafc}.site-header--legal{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem 1.25rem;border-bottom:1px solid var(--line, #e2e8f0);background:#fff}#legal-doc{max-width:48rem;margin:0 auto;padding:1.5rem 1.25rem 3rem}#legal-doc h1{font-family:Fraunces,Georgia,serif;font-size:clamp(1.6rem,3vw,2.1rem);margin:0 0 .5rem}#legal-doc h2{font-size:1.15rem;margin:1.6rem 0 .55rem}#legal-doc p,#legal-doc li{line-height:1.55;color:#334155}#legal-doc .legal-meta{font-size:.9rem;color:#64748b}.breadcrumbs{max-width:48rem;margin:0 auto;padding:.85rem 1.25rem 0}.breadcrumbs__list{display:flex;flex-wrap:wrap;gap:.35rem .5rem;list-style:none;margin:0;padding:0;font-size:.85rem;color:#64748b}.breadcrumbs__item:not(:last-child):after{content:"/";margin-left:.5rem;opacity:.5}.breadcrumbs a{color:var(--brand, #ff4500)}.site-footer--legal{max-width:48rem;margin:0 auto;padding:1.5rem 1.25rem 2.5rem;border-top:1px solid var(--line, #e2e8f0)}.site-footer__docs-title{font-weight:700;margin:0 0 .5rem}.site-footer__docs ul{list-style:none;margin:0;padding:0;display:grid;gap:.35rem}.site-footer__docs a,.footer-cookie-link{color:var(--brand, #ff4500);background:none;border:0;padding:0;font:inherit;cursor:pointer;text-align:left}.footer-req{font-size:.85rem;color:#64748b;line-height:1.5;margin-top:1.25rem}.site-footer__copy{font-size:.85rem;color:#64748b;margin-top:1rem}.site-header__lang{min-width:7.5rem;max-width:12rem}.site-header__actions .field,.site-header__lang{appearance:auto;min-height:2.35rem;padding:.35rem .55rem;border:1px solid var(--line, #e2e8f0);border-radius:8px;background:#fff;font:inherit;font-size:.9rem;color:#0f172a}.site-footer__docs-inline{display:flex;flex-wrap:wrap;gap:.5rem 1rem;margin-top:.75rem;font-size:.85rem}.site-footer__docs-inline a,.site-footer__docs-inline button{color:var(--brand, #ff4500);background:none;border:0;padding:0;font:inherit;cursor:pointer}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.cookie-consent{--fab-zone: 5.75rem;position:fixed;z-index:110;left:50%;transform:translate(-50%);bottom:max(1rem,env(safe-area-inset-bottom,0px));width:min(36rem,calc(100vw - 2 * var(--fab-zone)));display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1rem;padding:.85rem 1rem;background:#fff;border:1px solid #e2e8f0;border-radius:14px;box-shadow:0 12px 32px #0f172a24}@media(max-width:768px){.cookie-consent{width:min(36rem,calc(100vw - 2rem))}}@media(max-width:480px){.cookie-consent{flex-direction:column;align-items:stretch}.cookie-consent__accept{width:100%}}.cookie-consent__text{flex:1 1 14rem;margin:0;font-size:.84rem;line-height:1.45;color:#0f172a}.cookie-consent__text a{color:var(--brand, #ff4500);font-weight:700;text-decoration:underline}.cookie-consent__accept,.btn-accept{flex-shrink:0;min-height:2.5rem;padding:.45rem 1.35rem;border-radius:999px;border:0;background:var(--brand, #ff4500);color:#fff;font:inherit;font-weight:700;font-size:.88rem;cursor:pointer}.cookie-consent__accept:hover,.btn-accept:hover{background:var(--brand-hover, #e03e00);filter:none}
