:root{
  --lc-brand:#4b32ff;
  --lc-brand-soft:#f3f0ff;
  --lc-text:#0b0b10;
  --lc-body:#626575;
  --lc-muted:#9699a6;
  --lc-line:#e9eaf0;
  --lc-surface:#fafafc;
  --lc-risk:#d75b4a;
  --lc-success:#2e9b67;
}

body{background:#fff;color:var(--lc-text);overflow-x:hidden}
.lc-page{overflow:clip}
.lc-container{width:min(1200px,calc(100% - 96px));margin:0 auto}
.lc-wide{width:min(1440px,calc(100% - 64px));margin:0 auto}
.lc-kicker{display:flex;align-items:center;gap:9px;color:var(--lc-brand);font-size:14px;font-weight:650;line-height:1.4}
.lc-kicker::before{content:"";width:6px;height:6px;border-radius:50%;background:var(--lc-brand)}
.lc-btn{display:inline-flex;min-height:52px;align-items:center;justify-content:center;gap:12px;border:1px solid transparent;border-radius:8px;padding:0 24px;font-size:16px;font-weight:650;line-height:1;color:#fff;background:var(--lc-brand);transition:transform .18s ease,box-shadow .18s ease,background .18s ease}
.lc-btn:hover{color:#fff;background:#3f25ed;transform:translateY(-1px);box-shadow:0 14px 30px rgba(75,50,255,.22)}
.lc-btn:focus-visible,.lc-link:focus-visible,.lc-market-tab:focus-visible{outline:3px solid rgba(75,50,255,.24);outline-offset:4px}
.lc-btn svg{width:16px;height:16px}
.lc-link{display:inline-flex;align-items:center;gap:10px;color:var(--lc-brand);font-size:15px;font-weight:650;padding:12px 4px}
.lc-link:hover{color:#3118df}
.lc-section{padding:156px 0}
.lc-section-title{font-size:48px;line-height:1.15;font-weight:700;letter-spacing:0;margin:0}
.lc-section-copy{max-width:430px;margin-top:22px;color:var(--lc-body);font-size:17px;line-height:1.8}

/* Hero */
.lc-hero{min-height:760px;display:flex;align-items:center;padding:44px 0 52px;background:#fff}
.lc-hero-grid{display:grid;grid-template-columns:minmax(410px,.82fr) minmax(620px,1.18fr);align-items:center;gap:36px}
.lc-hero-copy{position:relative;z-index:2;padding-left:2px}
.lc-hero h1{max-width:560px;margin:24px 0 0;font-size:72px;line-height:1.08;font-weight:700;letter-spacing:0}
.lc-hero-support{max-width:520px;margin:25px 0 0;color:var(--lc-body);font-size:18px;line-height:1.8}
.lc-hero-actions{display:flex;align-items:center;gap:26px;margin-top:36px}
.lc-proof-stage{position:relative;height:620px;perspective:1400px}
.lc-proof-shadow{position:absolute;left:15%;right:3%;bottom:45px;height:42px;border-radius:50%;background:rgba(18,19,30,.1);filter:blur(24px)}
.lc-proof-paper{position:absolute;top:14px;right:18px;width:600px;min-height:566px;padding:40px 46px 58px;background:#fff;border:1px solid #ececf1;border-radius:8px 26px 22px 8px;box-shadow:0 36px 70px rgba(34,35,50,.12),0 3px 12px rgba(34,35,50,.06);transform:rotateY(-8deg) rotateZ(4deg);transform-origin:50% 50%}
.lc-proof-paper::before{content:"";position:absolute;right:-2px;top:-1px;width:64px;height:64px;border-radius:0 24px 0 64px;background:#f6f6f8;border-left:1px solid #ececf1;box-shadow:-8px 8px 18px rgba(38,39,52,.07)}
.lc-proof-paper::after{content:"";position:absolute;left:-1px;right:-1px;bottom:-1px;height:34px;border-radius:0 0 22px 8px;background:#f8f8fa;border-top:1px solid #ededf2;box-shadow:0 12px 20px rgba(34,35,50,.08)}
.lc-proof-status{position:absolute;z-index:4;top:17px;left:46px;height:17px;color:var(--lc-brand);font-size:11px;font-weight:650;pointer-events:none}
.lc-proof-status-item{position:absolute;left:0;top:0;display:flex;align-items:center;gap:7px;white-space:nowrap;opacity:0;transform:translateY(5px)}
.lc-proof-status-item::before{content:"";width:5px;height:5px;border-radius:50%;background:var(--lc-brand);box-shadow:0 0 0 4px rgba(75,50,255,.09)}
.lc-proof-block{position:relative;z-index:2;margin-bottom:23px}
.lc-proof-label{display:block;margin-bottom:9px;color:#30323c;font-size:13px;font-weight:700}
.lc-title-field{height:44px;display:flex;align-items:center;padding:0 14px;border:1px solid #dddfe7;border-radius:6px;color:#454752;font-size:13px;white-space:nowrap}
.lc-risk-underline{position:relative;color:#2f3038}
.lc-risk-underline::after{content:"";position:absolute;left:0;right:0;bottom:-4px;height:1px;background:var(--lc-risk)}
.lc-bullets{margin:0;padding:0;list-style:none;counter-reset:item;display:grid;gap:9px}
.lc-bullets li{display:flex;align-items:center;gap:10px;color:#4b4d57;font-size:12px;line-height:1.5}
.lc-bullets li::before{counter-increment:item;content:counter(item) ".";width:14px;color:#777a85}
.lc-bullets .is-risk{color:#33343c}
.lc-products{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.lc-product-thumb{height:94px;display:flex;align-items:center;justify-content:center;border:1px solid #e4e5eb;border-radius:6px;background:#fff;overflow:hidden}
.lc-product-thumb img{width:88%;height:88%;object-fit:contain}
.lc-product-thumb.is-risk{border-color:rgba(215,91,74,.55);box-shadow:inset 0 0 0 1px rgba(215,91,74,.08)}
.lc-sites{display:flex;gap:12px;align-items:center;flex-wrap:wrap}
.lc-site{display:flex;align-items:center;gap:6px;color:#585a64;font-size:12px}
.lc-site img{width:19px;height:13px;object-fit:cover;border:1px solid rgba(20,20,30,.08)}
.lc-callout{position:absolute;right:-116px;display:flex;align-items:center;gap:12px;color:var(--lc-risk);font-size:13px;font-weight:650;white-space:nowrap}
.lc-callout::before{content:"";width:48px;height:1px;background:rgba(215,91,74,.65)}
.lc-callout--brand{top:80px}.lc-callout--claim{top:176px}.lc-callout--image{top:324px}

/* Motion: one product story, then a stable usable state. */
.lc-motion-ready .lc-hero-copy>*{opacity:0;transform:translateY(18px)}
.lc-motion-ready .lc-proof-stage{opacity:0;transform:translate3d(42px,26px,0) scale(.965)}
.lc-motion-ready .lc-proof-shadow{opacity:0;transform:scaleX(.72)}
.lc-motion-ready .lc-proof-paper{transform:rotateY(-15deg) rotateZ(6deg) translate3d(34px,24px,0)}
.lc-motion-ready .lc-risk-underline::after{transform:scaleX(0);transform-origin:left center}
.lc-motion-ready .lc-risk-underline{background:linear-gradient(90deg,rgba(215,91,74,0),rgba(215,91,74,0));background-size:0 100%;background-repeat:no-repeat}
.lc-motion-ready .lc-callout{opacity:0;transform:translateX(-12px)}
.lc-motion-ready.lc-motion-entered .lc-hero-copy>*{opacity:1;transform:none;transition:opacity .72s cubic-bezier(.22,1,.36,1),transform .72s cubic-bezier(.22,1,.36,1)}
.lc-motion-ready.lc-motion-entered .lc-hero-copy .lc-kicker{transition-delay:.08s}
.lc-motion-ready.lc-motion-entered .lc-hero-copy h1{transition-delay:.16s}
.lc-motion-ready.lc-motion-entered .lc-hero-support{transition-delay:.26s}
.lc-motion-ready.lc-motion-entered .lc-hero-actions{transition-delay:.36s}
.lc-motion-ready.lc-motion-entered .lc-proof-stage{opacity:1;transform:none;transition:opacity .85s .16s cubic-bezier(.22,1,.36,1),transform 1.05s .16s cubic-bezier(.22,1,.36,1)}
.lc-motion-ready.lc-motion-entered .lc-proof-shadow{opacity:1;transform:none;transition:opacity .8s .45s ease,transform 1s .45s cubic-bezier(.22,1,.36,1)}
.lc-motion-ready.lc-motion-entered .lc-proof-paper{transform:rotateY(-8deg) rotateZ(4deg);transition:transform 1.15s .16s cubic-bezier(.16,1,.3,1)}
.lc-motion-ready.lc-motion-entered .lc-proof-status-item--split{animation:lc-proof-status 1s .72s ease 1 both}
.lc-motion-ready.lc-motion-entered .lc-proof-status-item--risk{animation:lc-proof-status 1.05s 1.46s ease 1 both}
.lc-motion-ready.lc-motion-entered .lc-proof-status-item--evidence{animation:lc-proof-status 1.05s 2.2s ease 1 both}
.lc-motion-ready.lc-motion-entered .lc-proof-block:nth-of-type(2){animation:lc-field-lift .72s .82s cubic-bezier(.22,1,.36,1) 1 both}
.lc-motion-ready.lc-motion-entered .lc-proof-block:nth-of-type(3){animation:lc-field-lift .78s 1.34s cubic-bezier(.22,1,.36,1) 1 both}
.lc-motion-ready.lc-motion-entered .lc-proof-block:nth-of-type(4){animation:lc-field-lift .78s 2.02s cubic-bezier(.22,1,.36,1) 1 both}
.lc-motion-ready.lc-motion-entered .lc-risk-underline{animation:lc-risk-lock .72s 1.4s cubic-bezier(.22,1,.36,1) 1 both}
.lc-motion-ready.lc-motion-entered .lc-bullets .lc-risk-underline{animation-delay:1.68s}
.lc-motion-ready.lc-motion-entered .lc-product-thumb.is-risk{animation:lc-image-lock .72s 2.08s cubic-bezier(.22,1,.36,1) 1 both}
.lc-motion-ready.lc-motion-entered .lc-risk-underline::after{transform:scaleX(1);transition:transform .48s cubic-bezier(.65,0,.35,1)}
.lc-motion-ready.lc-motion-entered .lc-proof-block:nth-of-type(2) .lc-risk-underline::after{transition-delay:1.42s}
.lc-motion-ready.lc-motion-entered .lc-proof-block:nth-of-type(3) .lc-risk-underline::after{transition-delay:1.72s}
.lc-motion-ready.lc-motion-entered .lc-callout{opacity:1;transform:none;transition:opacity .5s ease,transform .62s cubic-bezier(.22,1,.36,1)}
.lc-motion-ready.lc-motion-entered .lc-callout--brand{transition-delay:1.54s}
.lc-motion-ready.lc-motion-entered .lc-callout--claim{transition-delay:1.9s}
.lc-motion-ready.lc-motion-entered .lc-callout--image{transition-delay:2.38s}
@keyframes lc-proof-status{0%,100%{opacity:0;transform:translateY(5px)}16%,72%{opacity:1;transform:none}}
@keyframes lc-field-lift{0%,100%{transform:none}42%{transform:translate3d(0,-5px,12px)}72%{transform:translate3d(0,-3px,7px)}}
@keyframes lc-risk-lock{0%,100%{transform:none;background-size:0 100%}38%{transform:translateY(-4px);background-size:100% 100%;background-image:linear-gradient(90deg,rgba(215,91,74,.07),rgba(215,91,74,.15))}72%{transform:translateY(-2px);background-size:100% 100%;background-image:linear-gradient(90deg,rgba(215,91,74,.06),rgba(215,91,74,.1))}}
@keyframes lc-image-lock{0%,100%{transform:none;box-shadow:inset 0 0 0 1px rgba(215,91,74,.08)}42%{transform:translateY(-5px) scale(1.025);box-shadow:0 12px 24px rgba(34,35,50,.1),inset 0 0 0 1px rgba(215,91,74,.18)}72%{transform:translateY(-2px);box-shadow:0 7px 16px rgba(34,35,50,.07),inset 0 0 0 1px rgba(215,91,74,.12)}}
.lc-reveal{opacity:0;transform:translateY(28px)}
.lc-reveal.is-visible{opacity:1;transform:none;transition:opacity .72s cubic-bezier(.22,1,.36,1),transform .82s cubic-bezier(.22,1,.36,1)}
.lc-reveal-group>*{opacity:0;transform:translateY(16px)}
.lc-reveal-group.is-visible>*{opacity:1;transform:none;transition:opacity .58s cubic-bezier(.22,1,.36,1),transform .68s cubic-bezier(.22,1,.36,1)}
.lc-reveal-group.is-visible>*:nth-child(2){transition-delay:.07s}
.lc-reveal-group.is-visible>*:nth-child(3){transition-delay:.14s}
.lc-reveal-group.is-visible>*:nth-child(4){transition-delay:.21s}
.lc-market-body.is-switching{opacity:.35;transform:translateY(5px)}
.lc-market-body{transition:opacity .2s ease,transform .24s ease}

/* Workflow */
.lc-workflow{padding:92px 0 96px;border-top:1px solid #ededf2;border-bottom:1px solid #ededf2;background:#fff}
.lc-workflow h2{text-align:left;font-size:40px;line-height:1.2;font-weight:700;letter-spacing:0}
.lc-steps{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:64px;border-top:1px solid #dfe0e7}
.lc-steps::before{content:"";position:absolute;z-index:2;left:0;top:-1px;width:100%;height:2px;background:var(--lc-brand);transform:scaleX(0);transform-origin:left center}
.lc-steps.is-visible::before{transform:scaleX(1);transition:transform 1.35s .12s cubic-bezier(.65,0,.35,1)}
.lc-step{position:relative;min-height:224px;padding:38px 36px 14px;border-right:1px solid var(--lc-line);text-align:left}
.lc-step:first-child{padding-left:0}.lc-step:last-child{padding-right:0;border-right:0}
.lc-step:not(:last-child)::after{content:"→";position:absolute;z-index:3;right:-13px;top:-16px;width:26px;height:30px;display:flex;align-items:center;justify-content:center;color:#a6a8b2;background:#fff;font-size:16px}
.lc-step-icon{position:relative;width:100%;height:56px;margin:0 0 26px;display:flex;align-items:center;justify-content:space-between;background:transparent}
.lc-step-icon img{width:34px;height:34px;opacity:.82}
.lc-step-num{position:static;width:auto;height:auto;border-radius:0;color:var(--lc-brand);background:none;font-size:42px;line-height:1;font-weight:620;letter-spacing:0}
.lc-step h3{font-size:21px;line-height:1.35;font-weight:680}
.lc-step p{max-width:220px;margin:12px 0 0;color:var(--lc-body);font-size:14px;line-height:1.7}

/* Editorial modules */
.lc-editorial{display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:110px}
.lc-editorial--reverse{grid-template-columns:.82fr 1.18fr}
.lc-editorial-copy{max-width:430px}
.lc-check-list{display:grid;gap:24px;margin-top:34px}
.lc-check-row{display:grid;grid-template-columns:22px 1fr;gap:13px}
.lc-check-row img{width:18px;height:18px;margin-top:3px}
.lc-check-row strong{display:block;font-size:16px;line-height:1.5}
.lc-check-row span{display:block;margin-top:4px;color:var(--lc-body);font-size:14px;line-height:1.65}
.lc-editor-surface{padding:26px;background:#fff;border:1px solid #e5e6ec;border-radius:8px;box-shadow:0 24px 60px rgba(31,32,48,.08)}
.lc-editor-toolbar{height:38px;display:flex;align-items:center;gap:15px;border-bottom:1px solid #ececf1;color:#9a9ca6;font-size:13px}
.lc-editor-title{margin:20px 0 0;padding:13px 14px;border:1px solid #e4e5ea;border-radius:5px;color:#444650;font-size:13px}
.lc-editor-list{margin:22px 0 0;padding-left:24px;color:#51535e;font-size:13px;line-height:2}
.lc-editor-images{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:24px}
.lc-editor-images div{height:122px;border:1px solid #e6e7ec;border-radius:6px;display:flex;align-items:center;justify-content:center}
.lc-editor-images img{width:88%;height:88%;object-fit:contain}
.lc-editor-sites{display:flex;gap:18px;margin-top:22px;padding-top:18px;border-top:1px solid #eeeef2}

/* Rewrite */
.lc-rewrite{overflow:hidden;border:1px solid #e5e6ec;border-radius:8px;background:#fff;box-shadow:0 24px 60px rgba(31,32,48,.075)}
.lc-rewrite-head,.lc-rewrite-row{display:grid;grid-template-columns:1fr 42px 1fr 1.08fr;align-items:center}
.lc-rewrite-head{min-height:50px;padding:0 24px;background:#fbfbfc;border-bottom:1px solid #e9eaf0;color:#7f818c;font-size:12px;font-weight:650}
.lc-rewrite-row{min-height:92px;padding:18px 24px;border-bottom:1px solid #ececf1;font-size:14px;line-height:1.55}
.lc-rewrite-row:last-child{border-bottom:0}
.lc-before{color:var(--lc-risk);text-decoration:line-through;text-decoration-thickness:1px}
.lc-after{color:var(--lc-success);font-weight:600}
.lc-arrow{color:#a4a6b0;text-align:center;font-size:20px}
.lc-basis{color:#777985;font-size:12px}

/* Market */
.lc-market-panel{position:relative;background:#fff;border-top:1px solid #dfe0e7;border-bottom:1px solid #dfe0e7;overflow:hidden}
.lc-market-tabs{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid #e9eaf0}
.lc-market-tab{position:relative;height:68px;border:0;background:#fff;display:flex;align-items:center;justify-content:flex-start;gap:10px;padding:0 22px;color:#777985;font-size:13px;cursor:pointer;transition:color .2s ease,background .2s ease}
.lc-market-tab img{width:22px;height:15px;object-fit:cover;border:1px solid rgba(20,20,30,.08)}
.lc-market-tab:hover{color:var(--lc-text);background:#fafafd}
.lc-market-tab[aria-selected="true"]{color:var(--lc-text);font-weight:650;background:#fafafd}
.lc-market-tab[aria-selected="true"]::after{content:"";position:absolute;left:22px;right:22px;bottom:-1px;height:2px;background:var(--lc-brand)}
.lc-market-body{min-height:300px;display:grid;grid-template-columns:210px 1fr;align-items:stretch;gap:0;padding:0;background:#fff}
.lc-market-identity{position:relative;display:flex;flex-direction:column;justify-content:space-between;padding:42px 36px 38px;border-right:1px solid var(--lc-line);background:#fafafd}
.lc-market-code{color:var(--lc-brand);font-size:72px;line-height:.9;font-weight:680;letter-spacing:0}
.lc-market-country{display:flex;align-items:center;gap:9px;color:#7a7c87;font-size:12px}
.lc-market-country img{width:24px;height:16px;object-fit:cover;border:1px solid rgba(20,20,30,.08)}
.lc-market-body>div:last-child{display:flex;flex-direction:column;justify-content:center;padding:42px 48px}
.lc-market-body h3{font-size:25px;line-height:1.35}
.lc-market-body p{max-width:520px;margin-top:15px;color:var(--lc-body);font-size:15px;line-height:1.8}
.lc-market-points{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:30px;border-top:1px solid var(--lc-line);color:#626570;font-size:12px}
.lc-market-points span{position:relative;padding:18px 18px 0 14px;border-right:1px solid var(--lc-line)}
.lc-market-points span:first-child{padding-left:14px}.lc-market-points span:last-child{border-right:0}
.lc-market-points span::before{content:"";position:absolute;left:0;top:22px;width:5px;height:5px;border-radius:50%;background:var(--lc-brand)}

/* Evidence and metrics */
.lc-evidence{border-top:1px solid var(--lc-line);border-bottom:1px solid var(--lc-line)}
.lc-evidence-row{display:grid;grid-template-columns:56px 1fr 100px 122px;align-items:center;min-height:86px;border-bottom:1px solid var(--lc-line)}
.lc-evidence-row:last-child{border-bottom:0}
.lc-source-logo{font-size:22px;font-weight:750;color:#21222a}
.lc-source-name strong{display:block;font-size:15px}.lc-source-name span{display:block;margin-top:5px;color:var(--lc-muted);font-size:12px}
.lc-rule-id,.lc-rule-date{color:#777985;font-size:13px}
.lc-metrics{padding:74px 0;border-top:1px solid #f0f0f3;border-bottom:1px solid #f0f0f3}
.lc-metric-grid{display:grid;grid-template-columns:repeat(3,1fr)}
.lc-metric{padding:0 48px;border-right:1px solid var(--lc-line)}
.lc-metric:first-child{padding-left:0}.lc-metric:last-child{border-right:0;padding-right:0}
.lc-metric strong{display:block;color:var(--lc-brand);font-size:54px;line-height:1;font-weight:700}
.lc-metric span{display:block;margin-top:12px;color:#4e505b;font-size:15px}.lc-metric small{display:block;margin-top:7px;color:var(--lc-muted);font-size:12px}

/* FAQ and CTA */
.lc-faq{padding:148px 0 142px}
.lc-faq h2{text-align:center}
.lc-faq-list{width:min(900px,100%);margin:54px auto 0;border-top:1px solid var(--lc-line)}
.lc-faq details{border-bottom:1px solid var(--lc-line)}
.lc-faq summary{min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:20px;cursor:pointer;list-style:none;color:#282a33;font-size:16px;font-weight:600}
.lc-faq summary::-webkit-details-marker{display:none}
.lc-faq summary img{width:18px;height:18px;transition:transform .18s ease}
.lc-faq details[open] summary img{transform:rotate(180deg)}
.lc-faq-answer{max-width:760px;padding:0 0 28px;color:var(--lc-body);font-size:15px;line-height:1.8}
.lc-final{padding-bottom:84px}
.lc-final-panel{position:relative;min-height:240px;overflow:hidden;display:flex;align-items:center;justify-content:space-between;padding:44px 82px;background:#fafafd;border:1px solid #ebebf1;border-radius:8px}
.lc-final-panel::after{content:"";position:absolute;right:-28px;bottom:-54px;width:235px;height:168px;background:#fff;border:1px solid #ededf2;transform:rotate(-14deg);box-shadow:-22px -14px 38px rgba(35,36,50,.06)}
.lc-final h2{position:relative;z-index:1;max-width:560px;font-size:44px;line-height:1.18;font-weight:700}
.lc-final .lc-btn{position:relative;z-index:1;margin-right:220px;white-space:nowrap}

@media (max-width:1400px){
  .lc-hero-grid{grid-template-columns:460px minmax(0,1fr);gap:24px}
  .lc-hero h1{font-size:60px}
  .lc-proof-paper{right:78px;width:540px}
  .lc-callout{display:none}
}
@media (max-width:1180px){
  .lc-container{width:min(100% - 48px,1100px)}
  .lc-hero-grid{grid-template-columns:430px minmax(0,1fr)}.lc-proof-paper{right:44px;width:500px}
  .lc-editorial{gap:64px}.lc-final .lc-btn{margin-right:150px}
}
@media (max-width:900px){
  .lc-container,.lc-wide{width:calc(100% - 40px)}
  .lc-hero{padding-top:70px}.lc-hero-grid,.lc-editorial,.lc-editorial--reverse{grid-template-columns:1fr}.lc-hero h1{font-size:52px}.lc-proof-stage{height:570px;margin-top:20px}.lc-proof-paper{left:50%;right:auto;transform:translateX(-50%) rotateZ(2deg);width:min(580px,82vw)}.lc-callout{display:none}
  .lc-steps{grid-template-columns:repeat(2,1fr);border-top:0}.lc-steps::before{display:none}.lc-step{border-top:1px solid var(--lc-line)}.lc-step:nth-child(2){border-right:0}.lc-step::after{display:none}.lc-step:first-child{padding-left:36px}.lc-editorial-copy{max-width:620px}.lc-market-body{grid-template-columns:150px 1fr}.lc-market-code{font-size:54px}.lc-market-identity{padding:34px 24px}.lc-market-body>div:last-child{padding:36px}.lc-final .lc-btn{margin-right:0}.lc-final-panel{padding:44px}.lc-final-panel::after{display:none}
}

@media (prefers-reduced-motion:reduce){
  .lc-btn,.lc-faq summary img,.lc-market-body{transition:none}
  .lc-motion-ready .lc-hero-copy>*,.lc-motion-ready .lc-proof-stage,.lc-motion-ready .lc-proof-shadow,.lc-motion-ready .lc-callout,.lc-reveal,.lc-reveal-group>*{opacity:1;transform:none}
  .lc-motion-ready .lc-proof-paper{transform:rotateY(-8deg) rotateZ(4deg)}
  .lc-motion-ready .lc-risk-underline::after{transform:none}
  .lc-proof-status{display:none}
}
