/* Approved app style. Requested copy and layout changes are allowlisted in build.mjs.
   Tokens come from CREATIVE SYSTEM/studio-app/app/studio.css (.cs-body). */
:root {
  --ink: #1d1d1f;
  --muted: #77776f;
  --line: #e8e8e4;
  --soft: #f5f5f2;
  --cream: #fafaf9;
  --orange: #64645e;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: var(--sans);
  --cs-ease: cubic-bezier(.22,.8,.24,1);
}
html { background: #fff; }
body {
  background: #fff;
  color: var(--ink);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
::selection { background: #e9e9e5; color: var(--ink); }
h1, h2, h3, .closing p, .row b, .pform h3 {
  font-family: var(--sans);
  font-weight: 500;
}
h1 em, .hero h1 em, .closing p em, .js .tphrase.b em {
  font-style: normal;
  color: #77776f;
}
header, .header { background: transparent; }
.pill {
  background: #f5f5f2;
  border-color: #eeeee9;
  border-radius: 11px;
  box-shadow: none;
  color: #77776f;
}
.pill b {
  background: #fff;
  color: #454541;
  border-radius: 8px;
  box-shadow: 0 1px 4px #00000006, 0 0 0 1px #e9e9e5;
  font-weight: 500;
}
.hero2 h1 {
  max-width: 19ch;
  font-size: clamp(2.6rem, 6.2vw, 4.7rem);
  line-height: 1.05;
  letter-spacing: -.055em;
  font-weight: 500;
}
.sub, .lead, .hero p, .proof li, .mod p, .perk, .transition p {
  color: #6b6b65;
}
.sub { line-height: 1.65; }
.hero h1 {
  font-size: clamp(3rem, 5.8vw, 5.1rem);
  font-weight: 500;
  line-height: 1.055;
  letter-spacing: -.055em;
}
.hero p { line-height: 1.65; }
.hero .promo { color: #41413c; font-weight: 500; }
.hero .meta { color: #77776f; }
.proof li svg, .perk svg { color: #85857d; }
.btn {
  border-width: 1px;
  border-color: #e0e0d9;
  border-radius: 11px;
  font-family: var(--sans);
  font-weight: 500;
  transform: none;
  box-shadow: 0 1px 2px #00000005;
  transition: transform .22s var(--cs-ease), background .22s, box-shadow .22s;
}
.btn.dark, .btn-dark {
  background: #242421;
  border-color: #242421;
  color: #fff;
}
.btn:hover, .btn-dark:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 14px #1e1e1710;
}
.btn.dark:hover, .btn-dark:hover { background: #111110; }
.btn-ghost { border-color: #e0e0d9; }
a:focus-visible, button:focus-visible {
  outline: 2px solid #84847b;
  outline-offset: 5px;
}
.pform {
  border: 1px solid #e0e0d9;
  border-radius: 23px;
  background: #fff;
  box-shadow: 0 10px 42px #1e1e170a, 0 2px 6px #1e1e1704;
  padding: 28px;
}
.pform h3 { font-size: 1.3rem; letter-spacing: -.025em; }
.pform .fsub { color: #77776f; margin-top: 5px; }
.pform label { color: #64645e; font-weight: 500; }
.pform input, .pform textarea {
  border: 1px solid #e8e8e4;
  border-radius: 10px;
  background: #fafaf9;
  color: var(--ink);
  transition: border-color .18s, background .18s, box-shadow .18s;
}
.pform input::placeholder, .pform textarea::placeholder { color: #94948c; }
.pform input:focus, .pform textarea:focus {
  border-color: #b0b0a6;
  box-shadow: 0 0 0 3px #1e1e1705;
  background: #fff;
}
.ugc-strip { gap: 14px; }
.ugc-item, .ugc-item:nth-child(1), .ugc-item:nth-child(2), .ugc-item:nth-child(3) {
  border: 1px solid #e8e8e4;
  border-radius: 8px;
  background: #f5f5f2;
  transform: none;
  box-shadow: 0 2px 6px #1e1e1706;
  transition: transform .25s var(--cs-ease), box-shadow .25s;
}
.ugc-item:hover, .ugc-item:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px #1e1e1712;
}
.ugc-item:focus-visible { outline: 2px solid #84847b; outline-offset: 4px; }
.ugc-play { background: #ffffff40; backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
.ugc-item:hover .ugc-play { background: #ffffff60; transform: scale(1.07); }
.ugc-hint { color: #77776f; }
.ugc-hint-ic { border-left-color: #77776f; }
.hero:has(.studio-tour) { padding-top: 28px; }
.studio-tour { width: min(100%, 820px); margin: 0 0 38px; border: 1px solid var(--line); border-radius: 13px; overflow: hidden; background: #fff; }
.studio-tour video { display: block; width: 100%; height: auto; aspect-ratio: 16/9; pointer-events: none; user-select: none; }
.vdlg::backdrop { background: #1d1d1fc9; backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
.vdlg video { border-radius: 12px; box-shadow: 0 20px 80px #00000030; }
.vdlg-close { border: 1px solid #ffffff30; background: #ffffff20; backdrop-filter: blur(12px); }
.transition { border-color: var(--line); }
.js .transition::after { background: radial-gradient(ellipse at center, #e8e8e422 0%, transparent 66%); }
.transition h2 { font-weight: 500; letter-spacing: -.055em; line-height: 1.08; }
.transition-inner { text-align: left; padding-left: 0; padding-right: 0; }
.transition-inner > div { width: min(1180px, calc(100% - 32px)); }
.transition h2, .transition p, .js .tphrase { text-align: left; margin-left: 0; }
.js .tphrase { transform-origin: left center; }
body:has(#cs) { --cream: #fff; }
body:has(#cs) .transition { height: 270px; background: #fff; }
body:has(#cs) .transition::before, body:has(#cs) .wipe, body:has(#cs) #cs { background: #fff; }
body:has(#cs) .transition::after { display: none; }
body:has(#cs) #cs { padding-top: 0 !important; }
.catalog-lead { max-width: 670px; margin: 0 0 34px; color: #64645e; font-size: clamp(1.15rem,2vw,1.5rem); line-height: 1.45; }
.catalog-arguments { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 28px; margin-bottom: 44px; }
.catalog-arguments > div { border-top: 1px solid var(--line); padding-top: 20px; }
.catalog-arguments h3 { margin: 0 0 8px; font-size: 1.05rem; letter-spacing: -.02em; }
.catalog-arguments p { margin: 0; max-width: 260px; color: #707069; font-size: .92rem; line-height: 1.5; }
#cs h2 { font-weight: 500; letter-spacing: -.045em; line-height: 1.1; }
.mod { border-color: #e8e8e4; border-radius: 13px; background: #fff; }
.mod h3 { font-weight: 500; letter-spacing: -.025em; }
.mod.live {
  border: 1px solid #d8d8d1;
  box-shadow: 0 2px 7px #00000005;
  transition: transform .22s var(--cs-ease), box-shadow .22s, border-color .22s;
}
.mod.live:hover { border-color: #b8b8af; transform: translateY(-3px); box-shadow: 0 8px 24px #1e1e170a; }
.mod.soon { background: #f7f7f4; }
.mod.soon .soon-label { color: #92928a; font-weight: 500; letter-spacing: .08em; }
.row { border-color: #ededeb; }
.row b { font-size: 1rem; line-height: 1.65; color: #999990; font-variant-numeric: tabular-nums; }
.row h3 { font-size: 1.35rem; font-weight: 500; letter-spacing: -.025em; line-height: 1.25; }
.row p { color: #77776f; }
.closing p { font-size: clamp(2.4rem, 4.5vw, 4.4rem); font-weight: 500; letter-spacing: -.05em; line-height: 1.1; }
.visual-benefits { display: grid; gap: 32px; }
.format-feature { display: block; padding: 12px 0 0; min-width: 0; }
.feature-copy { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-bottom: 24px; }
.feature-copy h3 { margin: 0; font-size: clamp(1.8rem, 3.4vw, 3rem); line-height: 1.1; letter-spacing: -.045em; }
.format-tags { display: flex; flex-wrap: wrap; gap: 8px 14px; max-width: 300px; }
.format-tags span { padding: 0; color: var(--muted); font-size: .78rem; line-height: 1.5; }
.format-feature > img { width: 100%; height: auto; display: block; border-radius: 12px; border: 1px solid var(--line); }
.ownership-features { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 0; }
.ownership-feature { background: #fafaf8; border: 1px solid #e9e9e4; border-radius: 18px; padding: 28px; overflow: hidden; position: relative; }
.ownership-feature h3 { margin: 20px 0 12px; max-width: 390px; font-size: clamp(1.4rem,2.2vw,1.8rem); line-height: 1.16; letter-spacing: -.035em; }
.ownership-feature p { margin: 0; max-width: 43ch; color: #6b6b64; font-size: .88rem; line-height: 1.5; }
.ownership-feature:nth-child(2) { background: #242421; color: #fff; border-color: #242421; }
.ownership-feature:nth-child(2) p { color: #c8c8bf; }
.ownership-feature:nth-child(2) .cost-proof > span { color: #cdcdc5; }
.cost-proof { height: 56px; display: flex; align-items: center; gap: 16px; }
.cost-proof > strong { font-size: 3.6rem; letter-spacing: -.06em; font-weight: 400; line-height: 1; }
.cost-proof > strong span { font-size: .45em; padding-left: 3px; }
.cost-proof > span { font-size: .75rem; max-width: 130px; line-height: 1.4; color: #77796e; }
.api-note { display: block; font-size: .72rem; color: #b9b9b0; margin-top: 25px; }
.output-gallery { min-width: 0; width: 100%; }
.format-feature .output-gallery { padding: 0; border: 0; }
.format-feature .output-rail { gap: 12px; padding-bottom: 12px; }
.format-feature .output-item { flex-basis: clamp(180px,18vw,220px); }
.format-feature .output-picture { border-radius: 12px; }
.format-feature .output-caption { flex-direction: column; align-items: flex-start; gap: 3px; padding: 10px 1px 0; }
.gallery-tools { display: flex; justify-content: space-between; align-items: center; gap: 15px; margin: 0 0 18px; }
.gallery-tools p { font-size: .84rem; color: var(--muted); margin: 0; }
.gallery-tools > div { display: flex; gap: 8px; flex: 0 0 auto; }
.gallery-tools button { background: #fff; border: 1px solid var(--line); width: 36px; height: 36px; border-radius: 50%; cursor: pointer; color: var(--ink); }
.output-rail { display: flex; gap: 16px; overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: #d1d1ca transparent; padding: 4px 0 16px; }
.output-item { appearance: none; padding: 0; border: 0; background: none; color: inherit; font: inherit; text-align: left; flex: 0 0 220px; min-width: 0; scroll-snap-align: start; cursor: pointer; }
.output-item:focus-visible { outline: none; }
.output-item:focus-visible .output-picture { outline: 2px solid #84847b; outline-offset: -3px; }
.output-picture { aspect-ratio: 3/4; border-radius: 16px; overflow: hidden; position: relative; background: #f4f4f1; }
.output-picture img, .output-picture video { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s var(--cs-ease); }
.output-item:hover .output-picture img, .output-item:hover .output-picture video { transform: scale(1.035); }
.output-open { position: absolute; bottom: 12px; right: 12px; min-width: 33px; height: 33px; padding: 0 8px; border-radius: 50px; display: grid; place-items: center; color: white; background: #1d1d1f55; backdrop-filter: blur(14px); font-size: .75rem; }
.output-caption { display: flex; justify-content: space-between; align-items: center; gap: 5px; padding: 13px 1px 0; font-size: .81rem; }
.output-caption strong { font-weight: 500; }
.output-caption > span { color: var(--muted); font-size: .72rem; }
.media-dialog { border: 0; padding: 0; margin: auto; background: transparent; width: min(940px,calc(100vw - 32px)); max-width: none; max-height: calc(100dvh - 30px); overflow: visible; color: white; }
.media-dialog::backdrop { background: #101012e8; backdrop-filter: blur(18px); }
.media-stage { display: flex; justify-content: center; align-items: center; min-height: 200px; }
.media-stage img, .media-stage video { display: block; max-width: 100%; max-height: calc(100dvh - 120px); width: auto; border-radius: 12px; }
.media-close { position: absolute; top: -2px; right: 0; z-index: 2; width: 40px; height: 40px; font-size: 28px; line-height: 1; border: 1px solid #ffffff35; color: white; background: #222222b8; border-radius: 50%; cursor: pointer; }
.media-nav { display: flex; justify-content: center; align-items: center; gap: 24px; margin-top: 16px; }
.media-nav[hidden] { display: none; }
.media-nav button { background: transparent; color: white; border: 1px solid #ffffff40; border-radius: 50%; width: 36px; height: 36px; cursor: pointer; }
.local-visual, .price-visual { height: 56px; display: flex; align-items: center; gap: 16px; }
.local-visual svg { width: 74px; height: 53px; stroke: #62625c; stroke-width: 1.5; }
.local-visual > div { display: flex; flex-direction: column; gap: 4px; color: #93938c; font-size: .77rem; }
.price-visual { max-width: 310px; gap: 17px; }
.price-visual > span:not(.direct-line) { display: grid; place-items: center; width: 70px; height: 70px; border: 1px solid #deded8; background: white; border-radius: 15px; font-size: 1rem; }
.direct-line { height: 1px; background: #c9c9c1; flex: 1; position: relative; }
.direct-line::after { content: ''; position: absolute; width: 6px; height: 6px; border-top: 1px solid #a1a198; border-right: 1px solid #a1a198; right: 0; top: -3px; transform: rotate(45deg); }
.demo-slot { width: 100%; min-width: 0; margin-top: 20px; position: relative; aspect-ratio: 16/7; min-height: 260px; background: #f8f8f6; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; }
.demo-slot > img { width: 100%; height: 100%; object-fit: cover; object-position: top; opacity: .24; filter: blur(2px); }
.demo-slot-label { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 12px; padding: 25px; background: #fafaf933; text-align: center; }
.demo-slot-label > span { font-size: clamp(1.6rem, 3vw, 2.6rem); font-weight: 500; letter-spacing: -.04em; }
.demo-slot-label small { color: #77776f; font-size: .82rem; }
footer { border-color: #ededeb; color: #77776f; background: #fafaf9; }
.switch { border-color: #deded8; }
@media (max-width: 760px) {
  .hero h1 { font-size: clamp(3rem, 9vw, 4.1rem); }
  .format-feature { grid-template-columns: 1fr; gap: 22px; padding-top: 0; }
  .feature-copy { display: block; }
  .format-tags { margin-top: 15px; max-width: none; }
  .catalog-arguments { gap: 19px; grid-template-columns: 1fr; margin-bottom: 34px; }
  .catalog-arguments > div { padding-top: 15px; }
  .catalog-arguments p { max-width: none; }
  .ownership-features { grid-template-columns: 1fr; gap: 14px; }
  .ownership-feature { padding: 24px; }
  .demo-slot { aspect-ratio: auto; height: 240px; min-height: 0; }
}
@media (max-width: 560px) {
  .wrap { width: calc(100% - 36px); }
  .hero2 h1 { font-size: clamp(2.5rem, 10.4vw, 3.5rem); }
  .hero h1 { font-size: clamp(2.75rem, 11vw, 3.8rem); }
  .hero .meta { white-space: normal; flex-wrap: wrap; gap: 7px 10px; }
  .pform { padding: 21px; border-radius: 19px; }
  .transition h2 { font-size: clamp(2.3rem, 10vw, 3.4rem); }
  .transition-inner > div { width: calc(100% - 36px); }
  body:has(#cs) .transition { height: 220px; }
  .output-item { flex-basis: 208px; }
  .ownership-features { margin-top: 0; }
  .ownership-feature { padding: 22px; }
  .format-feature .output-item { flex-basis: 46%; min-width: 145px; }
  .studio-tour { margin-bottom: 25px; border-radius: 9px; }
  .btn { gap: 8px; padding: 12px 14px; }
  .btn .price { margin-left: 3px; font-size: .85rem; }
  .ugc-strip { gap: 10px; }
  .ugc-item { width: calc((100% - 20px) / 3); }
  .ugc-play { width: 38px; height: 38px; margin: -19px 0 0 -19px; }
  .ugc-play::after { border-left-width: 11px; border-top-width: 7px; border-bottom-width: 7px; }
  .row { gap: 14px; }
  .row h3 { font-size: 1.2rem; }
  .closing p { font-size: 2.5rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .rv { opacity: 1; transform: none; }
}

/* Two distinct products, same approved art direction. */
/* Match the old #cs specificity: prior overrides lost to body:has(#cs). */
body[data-product="home"]:has(#cs) .transition { height: 140px; padding:0; }
body[data-product="home"]:has(#cs) .transition-inner { padding:16px 0 10px; place-items:end start; }
body[data-product="home"] #cs { padding-top:4px!important; }
.product-platform { display:block; margin-top:20px; color:#888780; font-size:.74rem; }
.product-eyebrow { margin:0 0 18px!important; font-size:.76rem!important; font-weight:600; letter-spacing:.025em; color:#86857f; }
.product-nav { display:flex; align-items:center; flex-wrap:nowrap; overflow-x:auto; overscroll-behavior-x:contain; scrollbar-width:none; gap:6px; padding-top:10px; padding-bottom:13px; font-size:.73rem; }
.product-nav::-webkit-scrollbar { display:none; }
.product-nav a { flex:0 0 auto; white-space:nowrap; color:#77766f; text-decoration:none; padding:8px 12px; border:1px solid transparent; border-radius:9px; transition:background .2s,color .2s; }
.product-nav a[data-home-link] { padding-left:0; margin-right:4px; }
.product-nav a:hover { background:#f2f2ef; color:#23231f; }
.product-nav a[aria-current="page"] { color:#fff; background:#252521; border-color:#252521; box-shadow:0 2px 5px #0000000d; font-weight:600; }
.product-nav a:focus-visible { outline:2px solid #85857c; outline-offset:3px; }
.shop-showcase { margin-top:54px; }
.shop-rail .output-item { flex-basis:min(74vw,440px); }
.shop-rail .output-picture { aspect-ratio:16/9; background:#f6f5f2; }
.shop-rail img { object-fit:contain; }
.hero:has(.shop-hero) { padding-top:28px; }
body[data-product="cs"] .hero h1 em { white-space:nowrap; }
.shop-hero { width:min(100%,820px); margin:0 0 32px; min-width:0; }
.shop-window { position:relative; overflow:hidden; aspect-ratio:16/9; background:#fafaf8; border:1px solid var(--line); border-radius:13px; }
.shop-track { display:flex; width:100%; height:100%; overflow-x:auto; overflow-y:hidden; scroll-snap-type:x mandatory; scrollbar-width:none; overscroll-behavior-x:contain; -webkit-overflow-scrolling:touch; }
.shop-track::-webkit-scrollbar { display:none; }
.shop-slide { position:relative; flex:0 0 100%; height:100%; min-width:0; scroll-snap-align:start; }
.shop-slide img,.shop-slide video { user-select:none; -webkit-user-drag:none; }
.shop-track.is-dragging { scroll-snap-type:none; cursor:grabbing; }
.shop-slide img,.shop-slide video { display:block; width:100%; height:100%; object-fit:contain; }
.shop-slide video { position:absolute; inset:0; background:#000; }
.shop-glass { position:absolute; z-index:3; display:flex; align-items:center; padding:0; border:1px solid #ffffff80; border-radius:999px; background:rgba(247,247,244,.72); backdrop-filter:blur(6px); -webkit-backdrop-filter:blur(6px); box-shadow:inset 0 1px 0 #ffffffb3; }
.shop-dots { left:50%; bottom:9px; transform:translateX(-50%); }
.shop-glass button { display:grid; place-items:center; width:24px; height:24px; padding:0; border:0; border-radius:999px; background:transparent; color:#292925; cursor:pointer; }
.shop-dots button::after { content:""; width:4px; height:4px; border-radius:20px; background:#29292559; transition:width .25s,background .25s; }
.shop-dots button[aria-current="true"]::after { width:11px; background:#292925; }
.shop-controls { top:9px; right:9px; }
.shop-controls[hidden] { display:none; }
.shop-controls svg { width:12px; height:12px; }
.shop-glass button:hover { background:#ffffff45; }
.shop-hero button:focus-visible { outline:2px solid #68685e; outline-offset:3px; }
body[data-product] .btn { width:100%; justify-content:flex-start; text-align:left; }
body[data-product] .btn .price { margin-left:auto; flex-shrink:0; text-align:right; }
body[data-product] .actions { width:100%; }
.checkout-sticky { position:fixed; z-index:50; bottom:18px; left:50%; transform:translateX(-50%); display:flex; align-items:center; gap:30px; padding:10px 12px 10px 24px; border:1px solid #deded9; border-radius:18px; background:rgba(255,255,255,.94); backdrop-filter:blur(16px); box-shadow:0 8px 38px #00000014; width:max-content; max-width:calc(100% - 28px); box-sizing:border-box; }
.checkout-sticky[hidden] { display:none; }
.sticky-name { font-size:.82rem; white-space:nowrap; }
.checkout-sticky .btn { margin:0; }
.checkout-sticky { width:min(820px,calc(100% - 28px)); padding:8px; }
.checkout-sticky .sticky-name { display:none; }
.checkout-sticky .p-old { transform:none!important; }
body[data-product="os"] .btn .p-new { opacity:1; }
body[data-product="os"] .studio-tour { aspect-ratio:8/5; }
@media(max-width:560px){
  body[data-product="home"]:has(#cs) .transition { height:128px; }
  .product-nav { gap:4px; font-size:.65rem; }
  .product-nav a { padding:7px 8px; }
  .checkout-sticky { bottom:calc(10px + env(safe-area-inset-bottom)); padding:8px; width:calc(100% - 28px); justify-content:center; }
  .checkout-sticky .btn { flex:1; }
  .checkout-sticky [data-t="ctaLabel"] { white-space:nowrap; }
  .sticky-name { display:none; }
  .shop-showcase { margin-top:36px; }
  .product-platform { font-size:.68rem; }
}

/* V7: native scrolling, short one-time reveals, no scroll-bound blur layers. */
html { scroll-behavior:auto; }
@view-transition { navigation:none; }
.motion-lite .reveal,.motion-lite .rv {
  transition:opacity .24s ease-out,transform .24s ease-out!important;
  transition-delay:0s!important;
}
.motion-lite .reveal:not(.show),.motion-lite .rv:not(.on) { transform:translateY(8px); }
.motion-lite .transition::before,.motion-lite .transition::after,.motion-lite .community-band::before { display:none; }
.motion-lite .transition p { opacity:1; filter:none; }
.lite-title { display:grid; }
.lite-title h2 { grid-area:1/1; margin:0; transition:opacity .4s ease,transform .4s ease; }
.lite-title .lite-a { opacity:1; }
.lite-title .lite-b { opacity:0; transform:translateY(6px); }
.lite-title.read .lite-a { opacity:0; transform:translateY(-6px); }
.lite-title.read .lite-b { opacity:1; transform:none; }
.lite-title em { color:var(--cs-muted,#82827b); }
.checkout-sticky { background:#fffffffa; backdrop-filter:none; box-shadow:0 3px 18px #0000000a; }
.vdlg::backdrop,.media-dialog::backdrop { backdrop-filter:none; -webkit-backdrop-filter:none; }
.ugc-play,.output-open,.vdlg-close { backdrop-filter:none; -webkit-backdrop-filter:none; }
.output-open { background:#1d1d1f99; }
.output-rail { scroll-snap-type:x proximity; overscroll-behavior-x:contain; }
.scrolldown svg { animation:none; }
@media(hover:none) {
  .output-item:hover .output-picture img,.output-item:hover .output-picture video,
  .ugc-item:hover,.mod:hover,.btn:hover { transform:none; }
}
@media(prefers-reduced-motion:reduce) {
  .motion-lite .reveal,.motion-lite .rv { transition:none!important; }
}

/* OS is the only landscape card. Skills stay in two columns, including mobile. */
.offer-grid { grid-template-columns:repeat(2,minmax(0,1fr)); grid-auto-rows:auto; gap:14px; margin-top:26px; }
.offer-grid .mod { min-width:0; min-height:180px; padding:24px; box-shadow:none; }
.offer-grid .offer-featured { grid-column:1/-1; min-height:290px; display:grid; grid-template-columns:1fr 1fr; align-items:center; gap:26px; overflow:hidden; background:#fff; border:1px solid #deded8; }
.offer-featured .offer-copy { position:relative; z-index:1; min-width:0; }
.offer-featured h3 { font-size:clamp(1.3rem,2.4vw,2rem); margin:0 0 14px; }
.offer-featured p { font-size:clamp(1rem,1.6vw,1.35rem); line-height:1.35; max-width:27ch; }
.offer-app { border:1px solid #cececa; border-radius:9px; overflow:hidden; box-shadow:0 12px 28px #00000012; transform:translate(16px,28px) rotate(-2deg); }
.offer-app img { display:block; width:100%; height:auto; }
.offer-featured::after { content:''; position:absolute; inset:-40% -60%; pointer-events:none; background:linear-gradient(100deg,transparent 36%,#aaaaaa12 44%,#ffffffa6 49%,#aaaaaa0d 54%,transparent 62%); transform:translateX(-70%); animation:catalog-shine 6s ease-in-out infinite; animation-play-state:paused; }
.offer-featured.shimmer-visible::after { animation-play-state:running; }
@keyframes catalog-shine { 0%,15% { transform:translateX(-70%); } 55%,100% { transform:translateX(75%); } }
.offer-grid .offer-skill { background:#fff; border:1px solid #e6e6e1; }
.offer-skill h3 { font-size:1.04rem; line-height:1.35; margin:0 0 12px; }
.offer-skill p { color:#82827b; font-size:.9rem; }
.offer-grid .mod:hover { box-shadow:0 5px 18px #00000008; border-color:#bdbdb6; }
body[data-product="home"] .transition-inner>div { width:min(1020px,calc(100% - 36px)); }
.product-nav a.nav-featured,.product-nav a.nav-featured:hover,.product-nav a.nav-featured[aria-current="page"] { background:transparent; border-color:transparent; box-shadow:none; color:#343430; font-weight:600; }
.nav-os-text { color:#343430; }
@supports (background-clip:text) {
  .nav-os-text { background:linear-gradient(105deg,#343430 35%,#aaa9a2 48%,#343430 60%); background-size:250% 100%; background-clip:text; -webkit-background-clip:text; color:transparent; animation:nav-text-shine 5s ease-in-out infinite; animation-play-state:paused; }
  .shimmer-visible .nav-os-text { animation-play-state:running; }
}
.nav-featured[aria-current="page"] .nav-os-text { text-decoration:underline; text-decoration-color:#55554e; text-decoration-thickness:1.5px; text-underline-offset:7px; }
@keyframes nav-text-shine { 0%,15% { background-position:100% 50%; } 65%,100% { background-position:0% 50%; } }
.catalog-page { padding-top:40px; padding-bottom:64px; }
.catalog-title { margin:16px 0; font-size:clamp(2.3rem,5.4vw,4rem); max-width:none; }
.catalog-page .catalog-lead { font-size:1.05rem; }
.catalog-page .offer-grid { margin-top:36px; }
.btn[aria-disabled="true"] { background:#e9e9e5; border-color:#e3e3de; color:#73736b; cursor:default; box-shadow:none; }
.shop-controls[hidden] { display:none; }
.lite-title h2 { transition:none; }
.title-word { display:inline-block; }
.text-reveal:not(.on) .title-word { opacity:0; filter:blur(5px); transform:translateY(8px); }
.text-reveal.on .title-word { opacity:1; filter:none; transform:none; transition:opacity .5s ease,filter .5s ease,transform .5s ease; transition-delay:var(--word-delay,0ms); }
@media(max-width:760px){
  .offer-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; }
  .offer-grid .offer-featured { min-height:210px; grid-template-columns:minmax(0,1.3fr) minmax(0,.7fr); padding:22px; gap:8px; }
  .offer-featured h3 { font-size:1.3rem; }
  .offer-featured p { font-size:.92rem; }
  .offer-app { transform:translate(38px,18px) rotate(-3deg); width:220px; }
  .offer-featured .product-platform { font-size:.65rem; }
  .offer-grid .offer-skill { min-height:190px; padding:16px; }
  .offer-skill h3 { font-size:.9rem; }
  .offer-skill p { font-size:.8rem; }
  .offer-skill .product-platform { margin-top:14px; }
  .product-nav { gap:5px; font-size:.67rem; }
  .product-nav a { padding:8px 9px; }
}
@media(prefers-reduced-motion:reduce){
  .text-reveal .title-word { opacity:1!important;filter:none!important;transform:none!important; }
  .offer-featured::after { display:none; }
  .nav-os-text { background:none; color:#343430; }
}

/* V10: lightweight, shared icons and support. No page-wide scroll effects. */
.product-icon{display:inline-block;width:20px;height:20px;vertical-align:middle;flex-shrink:0}
.product-nav a{display:inline-flex;align-items:center;gap:7px}
.product-nav .product-icon{width:15px;height:15px}
.product-eyebrow{display:flex;align-items:center;gap:8px}
.product-eyebrow .product-icon{width:17px;height:17px}
.card-icon{width:25px;height:25px;margin-bottom:17px;color:#797971}
.offer-featured .card-icon{width:28px;height:28px;color:#41413b}
.founders-proof{display:flex;align-items:center;gap:0;font-size:.77rem!important;font-weight:450!important;line-height:1.5!important;color:#7b7b72!important;letter-spacing:0!important;margin:15px 0!important;white-space:normal}
.proof-signal{display:none}
.founders-proof::before{display:none}
.founders-proof:has(.proof-signal)::before{display:none}
.offer-grid+.founders-proof{margin-top:20px!important}
.whatsapp-support{display:inline-flex;align-items:center;gap:6px;width:fit-content;max-width:100%;min-height:34px;padding:7px 11px!important;border:1px solid #e7e8e2;border-radius:99px;background:#fafbf8;color:#626a5c;text-decoration:none;margin:0;font:400 12px/1.4 -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;transition:color .2s,background .2s}
.whatsapp-support .product-icon{color:#7e9181;width:14px;height:14px}
.whatsapp-support .support-arrow{font-size:11px;color:#aaa9a0;margin-left:2px}
.whatsapp-support:hover{color:#343e32;text-decoration:underline;text-underline-offset:3px}
.closing .founders-proof,.closing .whatsapp-support{text-align:left}
.offer-grid .coming-soon{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:18px;position:relative;background:#f9f9f6;cursor:default;color:#a9a99f}
.coming-soon>span:last-child{font-size:.63rem;text-transform:uppercase;letter-spacing:.13em}
.coming-soon .future-mark{filter:blur(3px);opacity:.28}.coming-soon .future-mark .product-icon{width:30px;height:30px}
.future-lines{width:68%;height:21px;background:linear-gradient(#dcdcd5 0 6px,transparent 6px 14px,#e5e5df 14px 20px);border-radius:4px;filter:blur(3px);opacity:.45}
.offer-grid .coming-soon:hover{box-shadow:none;border-color:#e6e6e1}
.btn{position:relative;isolation:isolate;overflow:hidden}
.btn::after{content:'';position:absolute;inset:-50% -60%;pointer-events:none;background:linear-gradient(110deg,transparent 38%,#ffffff09 44%,#ffffff25 49%,#ffffff09 54%,transparent 60%);transform:translateX(-80%);animation:cta-soft-shine 7s ease-in-out infinite;animation-play-state:paused}
.btn.shimmer-visible::after{animation-play-state:running}
body[data-product] .btn .p-new{opacity:1!important;transition:none;transform:none}
@keyframes cta-soft-shine{0%,30%{transform:translateX(-80%)}65%,100%{transform:translateX(80%)}}
.hero:has(.sales-gallery){padding-top:28px}
.sales-gallery .founders-proof{font-size:1.35cqw!important;margin-top:2.5cqw!important}
.sales-gallery .sales-buy{margin-bottom:0}
.sales-gallery .sales-buy .price{margin-left:auto}
.sales-gallery .sales-headline{max-width:none}
.sales-gallery .sales-fine{font-weight:400}
@media(max-width:560px){.product-nav .product-icon{width:14px;height:14px}.product-nav a{gap:5px}.card-icon{width:23px;height:23px;margin-bottom:13px}.offer-grid .coming-soon{min-height:205px}.hero:has(.sales-gallery){padding-top:20px}.founders-proof{font-size:.72rem!important}.whatsapp-support{padding:7px 9px}.sales-gallery .founders-proof{font-size:2.8cqw!important;margin-top:5cqw!important}.service-hero{padding-bottom:10px}.service-hero .sub{margin-top:12px}}
@media(prefers-reduced-motion:reduce){.btn::after{display:none}.whatsapp-support{transition:none}}
/* V14: shorten the actual space above the catalogue title, retaining scroll blur. */
body[data-product="home"]:has(#cs) .transition{height:92px}
body[data-product="home"]:has(#cs) .transition-inner{padding-top:0}
.catalog-page{padding-top:12px}
.catalog-page .catalog-title{margin-top:0}
@media(max-width:600px){body[data-product="home"]:has(#cs) .transition{height:80px}}
/* V15: a lightweight, native after-purchase guide; no new media or scroll loop. */
.after-purchase{margin:56px 0 0;padding:32px 0 0;border-top:1px solid #e8e8e5;color:#252522;text-align:left}
.after-purchase h2{font:500 clamp(25px,4.5vw,34px)/1.14 -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;letter-spacing:-1.1px;margin:0 0 28px;text-align:left}
.after-purchase h2 em{font-style:normal;color:#7d7e75}
.purchase-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:28px}
.purchase-heading h2{margin-bottom:0!important}
.purchase-heading .whatsapp-support{flex-shrink:0}
.purchase-reassurance{display:flex;align-items:center;gap:16px;margin:14px 0 0;color:#707368;font:400 11.5px/1.4 -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.purchase-reassurance>span{display:flex;align-items:center;gap:6px;min-width:0}
.purchase-reassurance>span+span{padding-left:16px;border-left:1px solid #e7e8e2;flex-shrink:0}
.purchase-reassurance .product-icon{width:15px;height:15px;color:#818674}
@media(max-width:380px){.purchase-reassurance{gap:10px}.purchase-reassurance>span+span{padding-left:10px}}
@media(max-width:600px){.purchase-heading{align-items:flex-start;flex-direction:column;gap:14px;margin-bottom:25px}}
.purchase-compatibility{font-size:11px!important;line-height:1.5!important;color:#707368!important;margin:18px 0 0!important;max-width:70ch}
.skill-benefits .row{padding-top:24px;padding-bottom:24px}
.skill-benefits .row p{max-width:52ch}
.purchase-steps{list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:28px 32px;margin:0;padding:0}
.purchase-steps li{display:flex;gap:14px;align-items:flex-start;min-width:0}
.purchase-step-icon{position:relative;display:grid;place-items:center;flex:0 0 42px;height:42px;border:1px solid #e3e3df;border-radius:12px;background:#f7f7f5;color:#63655d}
.purchase-step-icon .product-icon{width:21px;height:21px}
.purchase-step-icon small{position:absolute;right:-4px;bottom:-5px;background:#fff;border:1px solid #e3e3df;border-radius:50%;width:17px;height:17px;text-align:center;font:500 10px/16px -apple-system,BlinkMacSystemFont,sans-serif;color:#686960}
.purchase-steps h3{font:550 16px/1.25 -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;letter-spacing:-.3px;margin:0 0 6px;color:#252522}
.purchase-steps p{font-size:14px;line-height:1.5;color:#75766e;margin:0}
.purchase-questions{margin-top:30px;border-top:1px solid #e8e8e5}
.purchase-questions details{border-bottom:1px solid #e8e8e5;padding:0}
.purchase-questions summary{list-style:none;display:flex;justify-content:space-between;gap:20px;align-items:center;cursor:pointer;font-size:14px;font-weight:500;min-height:54px;padding:14px 0}
.purchase-questions summary::-webkit-details-marker{display:none}
.purchase-questions summary::after{content:'+';font-size:21px;font-weight:300;flex-shrink:0;color:#77786e}
.purchase-questions details[open] summary::after{content:'−'}
.purchase-questions summary:focus-visible{outline:2px solid #77786e;outline-offset:4px;border-radius:3px}
.purchase-questions p{font-size:14px;line-height:1.55;color:#75766e;margin:0;padding:0 26px 18px 0}
@media(max-width:600px){.after-purchase{margin-top:40px;padding-top:28px}.purchase-steps{grid-template-columns:1fr;gap:23px}.after-purchase h2{margin-bottom:25px}.purchase-questions{margin-top:25px}}
/* V17: untouched customer screenshots, a simple automatic strip. */
.customer-reviews{margin:36px 0 0;padding:12px 0;text-align:left;color:#252522;min-width:0;max-width:100%}
.customer-reviews .reviews-caption{font:400 11px/1.5 system-ui!important;letter-spacing:0!important;color:#92948a!important;margin:0 0 14px!important;max-width:none!important}
.reviews-marquee{overflow:hidden;max-width:100%;mask-image:linear-gradient(90deg,transparent,#000 3%,#000 97%,transparent)}
.reviews-marquee:focus-visible{outline:1px solid #8b8f81;outline-offset:4px}
.reviews-belt{display:flex;width:max-content;min-width:200%;animation:reviews-drift 38s linear infinite;animation-play-state:paused}
.reviews-group{display:flex;align-items:center;justify-content:space-around;gap:18px;padding-right:18px;flex:1 0 auto}
.reviews-group img{display:block;flex-shrink:0;width:auto;height:280px;max-width:none;object-fit:contain;border-radius:10px}
.reviews-marquee.motion-visible .reviews-belt{animation-play-state:running}
.reviews-marquee:focus-within .reviews-belt{animation-play-state:paused}
@media(hover:hover){.reviews-marquee:hover .reviews-belt{animation-play-state:paused}}
@keyframes reviews-drift{to{transform:translateX(-50%)}}
/* Service stays below the original home H1, with the approved three visuals. */
body[data-product="home"] #projet{scroll-margin-top:30px;padding:12px 0 34px}
.service-panel{display:grid;grid-template-columns:1.15fr 1fr;gap:46px;align-items:center}
.service-hero{padding-bottom:16px}
.service-hero h1{max-width:20ch;font-size:clamp(2.9rem,6.6vw,5rem)}
.service-hero .sub{max-width:48ch;margin-top:16px}
.service-contact-intro h2{font:500 clamp(22px,2.7vw,30px)/1.12 system-ui;letter-spacing:-.9px;margin:0 0 14px;color:#33342e;text-align:left}
.service-contact-intro h2 em{font-style:normal;color:#83867a}
.service-contact-intro .service-scale{font:400 11px/1.45 system-ui;color:#777b6e;margin:12px 0 0}
.service-flow{display:flex;align-items:flex-start;gap:10px;padding:12px 0}
.service-flow>div{display:flex;flex-direction:column;align-items:flex-start;gap:7px;flex:1;min-width:0;color:#55594e;font:500 12px/1.3 system-ui}
.service-step-copy{white-space:nowrap}
.service-flow small{font:400 10px/1.35 system-ui;color:#777b6e;margin-top:-2px}
.service-flow .product-icon{width:25px;height:25px;color:#858b79}.flow-arrow{color:#c2c6ba;margin-top:5px}
.account-grid{display:grid;grid-template-columns:repeat(4,5px);gap:3px;flex-shrink:0;height:25px}.account-grid i{height:6px;border:1px solid #a7ad9b;border-radius:2px}.account-grid i:nth-child(3n){background:#a7ad9b}
.service-flow>div>.product-icon,.service-flow .account-grid{animation:service-step 6s ease-in-out infinite;animation-play-state:paused}
.service-flow>div:nth-of-type(2)>.product-icon{animation-delay:1.4s}.service-flow .account-grid{animation-delay:2.8s}
.service-flow.motion-visible>div>.product-icon,.service-flow.motion-visible .account-grid{animation-play-state:running}
@keyframes service-step{0%,50%,100%{transform:translateY(0);opacity:.65}18%,32%{transform:translateY(-3px);opacity:1}}
body[data-product="home"] .service-form{padding:24px;border:1px solid #e4e5df;border-radius:18px;background:#fff;box-shadow:0 5px 20px #26291b04;max-width:none}
.service-field{margin-bottom:16px;min-width:0}.service-field-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.service-form label{font-size:12px;color:#4d5046;display:block;margin-bottom:8px}.service-form label span{font-weight:400;color:#96988d;margin-left:6px}
body[data-product="home"] .service-form input,body[data-product="home"] .service-form textarea{font:16px/1.4 system-ui;color:#31342b;background:#fcfcfa;border:1px solid #dedfd7;border-radius:9px;padding:11px 12px;width:100%;box-shadow:none}
.service-form input:focus-visible,.service-form textarea:focus-visible{outline:2px solid #919580;outline-offset:1px}
.service-form [aria-invalid="true"]{border-color:#ab5148!important}.service-form .field-error{color:#9b4138;font-size:12px;margin:7px 0 0}
.service-form .btn{display:flex;width:100%;justify-content:space-between;text-align:left;gap:12px}
.service-form .btn>.product-icon{margin-left:auto}.service-form input::placeholder,.service-form textarea::placeholder{font-size:12px;color:#969a8d}
.service-form .service-disclosure{font-size:11px;color:#8b8d81;line-height:1.5;margin:12px 0 0}
.service-status{font-size:13px;color:#576449;line-height:1.5;margin:12px 0 0}.service-status:empty{display:none}.service-reopen{font-size:12px;color:#687254;display:inline-block;margin-top:9px}
.service-form [hidden]{display:none!important}
@media(max-width:700px){.reviews-group{gap:14px;padding-right:14px}.reviews-group img{height:240px}.customer-reviews{margin-top:26px;padding-top:8px}.service-panel{grid-template-columns:1fr;gap:24px}.service-flow{gap:6px;padding:10px 0}.service-flow>div{font-size:11px}.service-contact .service-form{padding:18px!important}}
/* Reduce both sources of the LP gap: hero bottom + the transition's inner box. */
body:is([data-product="cs"],[data-product="os"],[data-product="animation"],[data-product="carousel"]) .hero{padding-bottom:20px}
body:is([data-product="cs"],[data-product="os"],[data-product="animation"],[data-product="carousel"]) .transition{height:168px}
body:is([data-product="cs"],[data-product="os"],[data-product="animation"],[data-product="carousel"]) .transition-inner{padding-top:12px;padding-bottom:12px}
.os-section-rule{display:block;position:static;width:100%;height:1px;margin:40px 0;border:0;background:#e7e7e1}
@media(max-width:560px){body:is([data-product="cs"],[data-product="os"],[data-product="animation"],[data-product="carousel"]) .hero{padding-bottom:16px}body:is([data-product="cs"],[data-product="os"],[data-product="animation"],[data-product="carousel"]) .transition{height:120px}}
/* One spacing source around the rule: no fixed-height centering or stacked
   section padding. Keep the animated title while the content sets the height. */
body[data-product="os"] .transition{height:auto;margin-bottom:0}
body[data-product="os"] .transition-inner{position:relative;inset:auto;display:block;padding-top:18px;padding-bottom:0}
body[data-product="os"] .transition-inner>div{display:flow-root}
body[data-product="os"] .how,body[data-product="os"] .format-feature{padding-top:0}

/* The actual gallery covers, reduced to passive, lightweight product links. */
.related-tools{margin-top:56px;min-width:0}
.related-tools>h2{margin:0 0 22px;font-size:clamp(22px,2.5vw,30px);line-height:1.2;letter-spacing:-.045em;font-weight:550;color:#292927}
.related-tools-track{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;overscroll-behavior-x:contain;scrollbar-width:none;padding:2px 2px 12px;touch-action:pan-x pan-y}
.related-tools-track::-webkit-scrollbar{display:none}
.related-tool{display:block;flex:0 0 min(360px,82%);min-width:0;scroll-snap-align:start;text-decoration:none;color:inherit;border-radius:13px;outline-offset:3px}
.product-cover{--sales-ink:#242422;--sales-muted:#84847e;container-type:inline-size;aspect-ratio:16/9;overflow:hidden;border:1px solid #e3e3df;border-radius:12px;background:#f9f9f6;pointer-events:none;transition:border-color .2s,box-shadow .2s}
.product-cover .sales-app-screen{cursor:inherit}
.related-tool-caption{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:12px 2px 0;font-size:12px;line-height:1.4;color:#74746c}
.related-tool-caption>span:last-child{font-size:16px;color:#88887d}
.related-tool:focus-visible{outline:2px solid #858579}
@media(hover:hover){.related-tool:hover .product-cover{border-color:#bdbdb2;box-shadow:0 3px 12px #00000007}.related-tool:hover .related-tool-caption{color:#292927}}
@media(max-width:560px){.related-tools{margin-top:40px}.related-tools>h2{margin-bottom:18px}.related-tools-track{gap:12px}}
@media(prefers-reduced-motion:reduce){.product-cover{transition:none}}
.hero-review{width:min(100%,460px);margin:16px 0 0;text-align:left}
.hero-reviews-track{display:flex;gap:10px;align-items:center;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;border-radius:8px}
.hero-reviews-track::-webkit-scrollbar{display:none}
.hero-reviews-track img{display:block;flex:0 0 76%;width:76%;max-width:300px;height:auto;aspect-ratio:1206/465;object-fit:contain;object-position:center top;scroll-snap-align:start;border:1px solid #e8e8e3;border-radius:8px;background:#fff}
.hero-reviews-track:focus-visible{outline:1px solid #858579;outline-offset:3px}
.hero-review a,.trust-footer a{color:#55554f;text-decoration:underline;text-decoration-color:#d4d4cb;text-underline-offset:4px}
.hero-review a:focus-visible,.trust-footer a:focus-visible{outline:2px solid #858579;outline-offset:5px;border-radius:2px}
.trust-footer{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px 20px}
.trust-footer a{font-size:12px}
.reviews-group img.review-wide{width:min(440px,84vw);height:auto;align-self:center;flex:none}
.trust-footer .legal-links{display:flex;flex-wrap:wrap;gap:10px 20px;flex-basis:100%;margin:0;padding:0;border:0}
.trust-footer .legal-links a{font:400 11px/1.5 system-ui;color:#76766f;text-decoration:none}
.trust-footer .legal-links a:hover{text-decoration:underline;text-underline-offset:3px}
.legal-page{margin:0;background:#fff;color:#242420;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.legal-page .wrap{width:min(760px,calc(100% - 40px));margin-inline:auto}
.legal-page .nav{display:flex;justify-content:space-between;align-items:center;padding-block:24px}
.legal-page .brand-logo{display:block;width:125px;height:auto}
.legal-page #switch{font-size:13px;color:#66665f;text-decoration:none}
.legal-content{padding-block:30px 70px}
.legal-back{font-size:13px;color:#73736b;text-decoration:none}
.legal-version{margin:36px 0 10px;font-size:12px;color:#76766e}
.legal-content h1{margin:0;font-size:clamp(32px,6vw,48px);font-weight:550;line-height:1.12;letter-spacing:-.045em}
.legal-draft{padding:16px 18px;margin:24px 0 36px;background:#f6f6f3;border:1px solid #e7e7e0;border-radius:12px;font-size:13px;line-height:1.6;color:#66665e}
.legal-content article>section{padding:0;margin:30px 0 0;opacity:1;transform:none;filter:none}
.legal-content h2{font-size:20px;line-height:1.3;letter-spacing:-.025em;margin:0 0 12px;font-weight:550}
.legal-content article p,.legal-content article li{font-size:14px;line-height:1.8;color:#616159;letter-spacing:0;margin:0 0 12px;overflow-wrap:anywhere}
.legal-content article strong{color:#31312b;font-weight:600}
.legal-content article ul{margin:0;padding-left:20px}
.legal-content article a{color:inherit;text-underline-offset:3px}
.legal-page .foot{padding-block:26px;border-top:1px solid #ecece7;font-size:12px;color:#75756d}
@media print{.legal-page header,.legal-page footer,.legal-back{display:none}.legal-page .wrap{width:100%}.legal-content{padding:0}.legal-content article>section{break-inside:avoid}.legal-content article p{font-size:10pt}}
@media(prefers-reduced-motion:reduce){.reviews-belt,.service-flow>div>.product-icon,.service-flow .account-grid{animation:none}.reviews-marquee{overflow-x:auto;mask-image:none}.reviews-group[aria-hidden="true"]{display:none}}
