@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --bg: #070814;
  --bg-deep: #05060e;
  --surface: #101225;
  --surface-soft: #14172d;
  --surface-bright: #1a1e39;
  --text: #f7f7fb;
  --muted: #a7abc0;
  --muted-strong: #c9cbda;
  --line: rgba(255, 255, 255, 0.1);
  --violet: #9b87ff;
  --violet-strong: #7457ff;
  --cyan: #52e2d0;
  --amber: #ffbd59;
  --success: #7df3b2;
  --shadow: 0 28px 70px rgba(0, 0, 0, 0.35);
  --radius-sm: 14px;
  --radius: 22px;
  --radius-lg: 34px;
  --shell: min(1480px, calc(100% - clamp(32px, 5vw, 96px)));
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--text);
  background:
    radial-gradient(circle at 15% 12%, rgba(116, 87, 255, 0.12), transparent 27rem),
    radial-gradient(circle at 87% 42%, rgba(82, 226, 208, 0.07), transparent 24rem),
    var(--bg);
  font-family: 'Manrope', 'Segoe UI', sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: '';
  pointer-events: none;
  opacity: 0.15;
  background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, black, transparent 75%);
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.1; letter-spacing: -0.035em; }
h1 { font-size: clamp(3.2rem, 7.3vw, 6.65rem); margin-bottom: 28px; }
h2 { font-size: clamp(2.25rem, 4.6vw, 4.25rem); margin-bottom: 22px; }
h3 { font-size: 1.45rem; }
em { color: var(--violet); font-style: normal; }

.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; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 10px 16px; color: #070814; background: #fff; border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.section-shell { width: var(--shell); margin-inline: auto; }
.content-section { padding-block: clamp(86px, 7vw, 132px); }

.site-header { position: sticky; z-index: 100; top: 0; padding: 16px 0; background: rgba(7, 8, 20, 0.72); border-bottom: 1px solid rgba(255,255,255,.06); backdrop-filter: blur(20px); }
.nav-shell { width: var(--shell); margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--text); text-decoration: none; }
.brand-mark { position: relative; display: grid; width: 44px; height: 44px; flex: 0 0 44px; place-items: center; }
.brand-mark img { display: block; width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 8px 18px rgba(116,87,255,.28)); }
.brand-copy { display: grid; line-height: 1.1; }
.brand-copy strong { font-size: .98rem; letter-spacing: -.025em; }
.brand-copy small { margin-top: 4px; color: var(--muted); font-size: .62rem; letter-spacing: .08em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 6px; }
.main-nav a { padding: 10px 13px; color: var(--muted-strong); font-size: .86rem; font-weight: 600; text-decoration: none; border-radius: 11px; transition: color .2s ease, background .2s ease, transform .2s ease; }
.main-nav a:hover, .main-nav a[aria-current='page'] { color: var(--text); background: rgba(255,255,255,.055); }
.main-nav .nav-cta { margin-left: 8px; padding: 11px 17px; color: #0b0c17; background: var(--text); }
.main-nav .nav-cta:hover { color: #0b0c17; background: var(--cyan); transform: translateY(-1px); }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 11px; background: var(--surface); border: 1px solid var(--line); border-radius: 12px; }
.nav-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; background: var(--text); border-radius: 3px; transition: transform .2s ease, opacity .2s ease; }

.hero { min-height: calc(100vh - 76px); padding-block: clamp(76px, 7vw, 118px); display: grid; grid-template-columns: minmax(0,.9fr) minmax(520px,1.1fr); align-items: center; gap: clamp(44px, 5.6vw, 96px); }
.hero-copy { position: relative; z-index: 2; min-width: 0; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 22px; color: var(--muted-strong); font-size: .75rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow > span { width: 24px; height: 1px; background: var(--cyan); box-shadow: 0 0 12px var(--cyan); }
.hero-lead { max-width: 760px; margin-bottom: 34px; color: var(--muted-strong); font-size: clamp(1.05rem, 1.25vw, 1.28rem); }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.button { display: inline-flex; min-height: 52px; padding: 0 21px; align-items: center; justify-content: center; gap: 14px; color: var(--text); font-size: .88rem; font-weight: 700; text-decoration: none; border: 1px solid transparent; border-radius: 14px; transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: linear-gradient(135deg, var(--violet-strong), #9277ff); box-shadow: 0 14px 36px rgba(116,87,255,.28); }
.button-primary:hover { box-shadow: 0 18px 40px rgba(116,87,255,.4); }
.button-ghost { background: rgba(255,255,255,.025); border-color: var(--line); }
.button-ghost:hover { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.22); }
.hero-points { display: flex; flex-wrap: wrap; gap: 17px; padding: 0; margin: 32px 0 0; color: var(--muted); font-size: .76rem; list-style: none; }
.hero-points span { display: inline-grid; width: 17px; height: 17px; margin-right: 5px; color: #06130e; background: var(--success); border-radius: 50%; place-items: center; font-size: .65rem; font-weight: 800; }
.hero-visual { position: relative; min-width: 0; padding: 34px 0 38px 26px; }
.hero-frame { position: relative; z-index: 2; margin: 0; padding: 9px; overflow: hidden; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); border-radius: 26px; box-shadow: var(--shadow); transform: perspective(1100px) rotateY(-4deg) rotateX(1.5deg); }
.hero-frame::after { position: absolute; inset: 9px; content: ''; background: linear-gradient(to top, rgba(5,6,14,.68), transparent 50%); border-radius: 18px; pointer-events: none; }
.hero-frame img { width: 100%; aspect-ratio: 1 / .78; object-fit: cover; border-radius: 18px; }
.hero-frame figcaption { position: absolute; z-index: 2; right: 29px; bottom: 26px; display: flex; align-items: center; gap: 8px; padding: 9px 13px; color: #fff; background: rgba(7,8,20,.72); border: 1px solid var(--line); border-radius: 999px; backdrop-filter: blur(12px); font-size: .7rem; font-weight: 700; }
.live-dot { display: inline-block; width: 7px; height: 7px; background: var(--success); border-radius: 50%; box-shadow: 0 0 13px var(--success); }
.hero-orbit { position: absolute; border: 1px solid rgba(155,135,255,.18); border-radius: 50%; }
.hero-orbit-one { inset: -4% 8% 4% -2%; transform: rotate(18deg); }
.hero-orbit-two { inset: 12% -4% -8% 18%; border-color: rgba(82,226,208,.14); transform: rotate(-15deg); }
.floating-card { position: absolute; z-index: 3; display: grid; min-width: 145px; padding: 13px 16px; background: rgba(16,18,37,.88); border: 1px solid rgba(255,255,255,.13); border-radius: 15px; box-shadow: 0 18px 40px rgba(0,0,0,.28); backdrop-filter: blur(12px); }
.floating-card span { color: var(--muted); font-size: .62rem; text-transform: uppercase; letter-spacing: .1em; }
.floating-card strong { margin-top: 3px; font-size: .82rem; }
.floating-card-top { top: 3px; right: 5%; }
.floating-card-bottom { bottom: 0; left: 0; }

.signal-strip { background: rgba(255,255,255,.025); border-block: 1px solid var(--line); }
.signal-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.signal-grid > div { position: relative; display: grid; padding: 28px 34px; grid-template-columns: auto 1fr; column-gap: 17px; align-items: center; }
.signal-grid > div + div { border-left: 1px solid var(--line); }
.signal-grid strong { grid-row: span 2; color: var(--violet); font-size: .72rem; }
.signal-grid span { font-size: .9rem; font-weight: 700; }
.signal-grid small { color: var(--muted); font-size: .69rem; }

.section-heading { display: grid; margin-bottom: clamp(42px, 4vw, 64px); grid-template-columns: minmax(0,1.35fr) minmax(300px,.65fr); gap: clamp(34px, 4vw, 68px); align-items: end; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { max-width: 560px; margin-bottom: 5px; color: var(--muted); }
.section-heading.compact { display: block; margin-bottom: 36px; }
.feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(18px, 2vw, 28px); }
.feature-card { overflow: hidden; background: linear-gradient(145deg, rgba(20,23,45,.95), rgba(13,15,30,.95)); border: 1px solid var(--line); border-radius: var(--radius); transition: transform .3s ease, border-color .3s ease; }
.feature-card:hover { border-color: rgba(155,135,255,.3); transform: translateY(-4px); }
.feature-card-large { grid-column: 1 / -1; }
.feature-media { position: relative; overflow: hidden; background: #080b18; }
.feature-card-large .feature-media { aspect-ratio: 2.35 / 1; }
.feature-card:not(.feature-card-large) .feature-media { aspect-ratio: 1.72 / 1; }
.feature-media::after { position: absolute; inset: 0; content: ''; box-shadow: inset 0 -50px 70px rgba(7,8,20,.35); pointer-events: none; }
.feature-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.feature-card:hover img { transform: scale(1.018); }
.feature-content { display: grid; padding: 27px 30px 31px; grid-template-columns: auto 1fr; gap: 22px; }
.feature-number { color: var(--cyan); font-size: .7rem; font-weight: 800; }
.feature-content h3 { margin-bottom: 9px; }
.feature-content p { margin: 0; color: var(--muted); font-size: .88rem; }

.workflow-panel { position: relative; display: grid; overflow: hidden; padding: clamp(44px, 5vw, 76px); background: linear-gradient(135deg, rgba(116,87,255,.14), rgba(82,226,208,.045) 60%, rgba(255,255,255,.025)); border: 1px solid rgba(155,135,255,.22); border-radius: var(--radius-lg); grid-template-columns: .9fr 1.1fr; gap: clamp(44px, 5vw, 84px); }
.workflow-panel::before { position: absolute; top: -190px; left: -140px; width: 430px; height: 430px; content: ''; background: rgba(116,87,255,.18); filter: blur(90px); border-radius: 50%; }
.workflow-copy { position: relative; z-index: 1; }
.workflow-copy > p:not(.eyebrow) { color: var(--muted); }
.text-link { display: inline-flex; gap: 10px; margin-top: 8px; color: var(--cyan); font-weight: 700; text-decoration: none; }
.workflow-steps { padding: 0; margin: 0; list-style: none; }
.workflow-steps li { display: grid; padding: 24px 0; grid-template-columns: 48px 1fr; gap: 18px; border-bottom: 1px solid var(--line); }
.workflow-steps li:first-child { padding-top: 0; }
.workflow-steps li:last-child { padding-bottom: 0; border-bottom: 0; }
.workflow-steps li > span { display: grid; width: 42px; height: 42px; color: var(--cyan); background: rgba(82,226,208,.08); border: 1px solid rgba(82,226,208,.22); border-radius: 13px; place-items: center; font-size: .75rem; font-weight: 800; }
.workflow-steps strong { font-size: 1rem; }
.workflow-steps p { margin: 5px 0 0; color: var(--muted); font-size: .82rem; }

.cta-section { position: relative; display: flex; min-height: 340px; margin-top: 40px; margin-bottom: 110px; padding: 62px; overflow: hidden; align-items: center; justify-content: space-between; gap: 45px; background: linear-gradient(125deg, #5f42e4, #7c62ee 48%, #437d85); border: 1px solid rgba(255,255,255,.2); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.cta-section > *:not(.cta-glow) { position: relative; z-index: 1; }
.cta-section h2 { margin-bottom: 12px; }
.cta-section p:not(.eyebrow) { max-width: 610px; margin: 0; color: rgba(255,255,255,.76); }
.cta-section .eyebrow { color: rgba(255,255,255,.75); }
.cta-section .eyebrow span { background: #fff; }
.cta-section > .button-row { flex-shrink: 0; }
.cta-glow { position: absolute; right: -90px; bottom: -230px; width: 520px; height: 520px; background: rgba(82,226,208,.25); border-radius: 50%; filter: blur(45px); }
.button-light { color: #16152a; background: #fff; }
.button-light:hover { background: var(--cyan); }
.button-ghost-light { color: #fff; background: rgba(7,8,20,.14); border-color: rgba(255,255,255,.28); }
.button-ghost-light:hover { background: rgba(7,8,20,.25); }

.page-hero { display: grid; min-height: min(720px, calc(100vh - 76px)); padding-block: clamp(84px, 7vw, 120px); grid-template-columns: minmax(0,1fr) minmax(420px,.92fr); gap: clamp(48px, 5vw, 86px); align-items: center; }
.page-hero h1, .pricing-hero h1 { font-size: clamp(3.1rem, 6vw, 5.5rem); }
.page-hero-copy > p:last-child, .pricing-hero > p:last-child { max-width: 760px; color: var(--muted-strong); font-size: clamp(1.02rem, 1.12vw, 1.18rem); }
.page-hero-art { position: relative; padding: 9px; background: linear-gradient(135deg, rgba(155,135,255,.35), rgba(82,226,208,.08)); border: 1px solid var(--line); border-radius: var(--radius); transform: rotate(2deg); }
.page-hero-art img { width: 100%; aspect-ratio: 1 / .92; object-fit: cover; border-radius: 16px; }
.art-label { position: absolute; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 9px; padding: 10px 14px; background: rgba(7,8,20,.8); border: 1px solid var(--line); border-radius: 999px; backdrop-filter: blur(12px); font-size: .67rem; font-weight: 700; }
.bento-grid { display: grid; grid-template-columns: minmax(300px,.8fr) minmax(0,1.2fr); gap: clamp(18px, 2vw, 28px); }
.bento-card { position: relative; min-height: 290px; padding: 34px; overflow: hidden; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); }
.bento-card h3 { max-width: 390px; margin: 20px 0 12px; }
.bento-card p { max-width: 480px; margin: 0; color: var(--muted); font-size: .88rem; }
.bento-icon { display: grid; width: 42px; height: 42px; color: var(--cyan); background: rgba(82,226,208,.075); border: 1px solid rgba(82,226,208,.16); border-radius: 12px; place-items: center; font-weight: 800; }
.bento-accent { background: linear-gradient(145deg, rgba(116,87,255,.28), rgba(20,23,45,.95)); }
.bento-wide { display: grid; min-height: 390px; padding-bottom: 0; grid-template-rows: auto 1fr; }
.bento-wide img { align-self: end; width: 88%; margin: 28px auto -1px; border: 1px solid var(--line); border-bottom: 0; border-radius: 14px 14px 0 0; box-shadow: 0 -15px 55px rgba(0,0,0,.3); }
.split-panel { display: grid; padding: 12px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); grid-template-columns: minmax(0,1.08fr) minmax(380px,.92fr); gap: 10px; }
.split-visual { position: relative; min-height: 470px; overflow: hidden; border-radius: 24px; }
.split-visual::after { position: absolute; inset: 0; content: ''; background: linear-gradient(to top, rgba(7,8,20,.8), transparent 45%); }
.split-visual img { width: 100%; height: 100%; object-fit: cover; }
.image-note { position: absolute; z-index: 1; bottom: 22px; left: 22px; padding: 8px 12px; background: rgba(7,8,20,.65); border: 1px solid var(--line); border-radius: 999px; backdrop-filter: blur(10px); font-size: .7rem; }
.split-copy { padding: 52px 46px; align-self: center; }
.split-copy > p:not(.eyebrow) { color: var(--muted); }
.check-list { display: grid; padding: 0; margin: 28px 0 0; gap: 13px; color: var(--muted-strong); list-style: none; }
.check-list li::before { display: inline-grid; width: 19px; height: 19px; margin-right: 10px; content: '✓'; color: #07120e; background: var(--success); border-radius: 50%; place-items: center; font-size: .67rem; font-weight: 800; }
.timeline { display: grid; padding: 0; margin: 0; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(16px, 1.6vw, 24px); list-style: none; }
.timeline li { min-height: 235px; padding: 28px; background: rgba(255,255,255,.025); border: 1px solid var(--line); border-radius: var(--radius); }
.timeline-index { display: block; margin-bottom: 55px; color: var(--violet); font-size: .72rem; font-weight: 800; }
.timeline strong { font-size: 1.25rem; }
.timeline p { margin: 10px 0 0; color: var(--muted); font-size: .83rem; }

.pricing-hero { min-height: 620px; padding: 85px 0; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 48px; }
.pricing-hero h1 { font-size: clamp(3rem, 5vw, 4.8rem); }
.pricing-hero-copy > p:last-child { max-width: 590px; color: var(--muted-strong); font-size: 1.08rem; }
.pricing-hero-visual { position: relative; margin: 0; padding: 8px; overflow: hidden; background: linear-gradient(135deg, rgba(155,135,255,.3), rgba(82,226,208,.07)); border: 1px solid var(--line); border-radius: 25px; box-shadow: var(--shadow); transform: perspective(1100px) rotateY(-3deg); }
.pricing-hero-visual::after { position: absolute; inset: 8px; content: ''; pointer-events: none; background: linear-gradient(to top, rgba(5,6,14,.58), transparent 45%); border-radius: 17px; }
.pricing-hero-visual img { width: 100%; aspect-ratio: 1.45 / 1; object-fit: cover; object-position: center top; border-radius: 17px; }
.pricing-hero-visual figcaption { position: absolute; z-index: 1; right: 22px; bottom: 20px; display: flex; align-items: center; gap: 8px; padding: 9px 13px; color: #fff; background: rgba(7,8,20,.76); border: 1px solid var(--line); border-radius: 999px; backdrop-filter: blur(12px); font-size: .68rem; font-weight: 700; }
.pricing-section { padding-bottom: 110px; }
.main-price-card { position: relative; padding: 52px; background: linear-gradient(145deg, rgba(27,30,58,.98), rgba(13,15,30,.98)); border: 1px solid rgba(155,135,255,.28); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.popular-label { position: absolute; top: 0; right: 42px; padding: 9px 15px; color: #080913; background: var(--cyan); border-radius: 0 0 12px 12px; font-size: .65rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.price-card-head { display: flex; padding-bottom: 34px; justify-content: space-between; gap: 50px; border-bottom: 1px solid var(--line); }
.price-card-head h2 { margin-bottom: 13px; }
.price-card-head p:not(.eyebrow) { max-width: 600px; margin: 0; color: var(--muted); }
.price { display: grid; flex-shrink: 0; align-content: center; text-align: right; }
.price strong { font-size: clamp(3rem, 6vw, 5.3rem); line-height: 1; letter-spacing: -.06em; }
.price span { margin-top: 8px; color: var(--muted); font-size: .7rem; }
.included-grid { display: grid; padding: 38px 0; grid-template-columns: repeat(2, 1fr); gap: 25px 40px; }
.included-grid > div { display: grid; grid-template-columns: 28px 1fr; gap: 12px; }
.included-grid > div > span { display: grid; width: 24px; height: 24px; color: #07120e; background: var(--success); border-radius: 50%; place-items: center; font-size: .7rem; font-weight: 800; }
.included-grid strong, .included-grid small { display: block; }
.included-grid strong { font-size: .88rem; }
.included-grid small { margin-top: 4px; color: var(--muted); font-size: .71rem; }
.button-full { width: 100%; }
.pricing-title-row { display: flex; margin: 105px 0 36px; justify-content: space-between; align-items: end; gap: 45px; }
.pricing-title-row h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.3rem); }
.pricing-title-row > p { max-width: 400px; margin: 0 0 4px; color: var(--muted); }
.addon-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.addon-card { position: relative; display: flex; min-height: 360px; padding: 30px; flex-direction: column; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); transition: transform .3s ease, border-color .3s ease; }
.addon-card:hover { border-color: rgba(155,135,255,.3); transform: translateY(-4px); }
.addon-featured { background: linear-gradient(145deg, rgba(116,87,255,.18), var(--surface)); }
.addon-icon { display: grid; width: 48px; height: 48px; margin-bottom: 30px; color: var(--cyan); background: rgba(82,226,208,.075); border: 1px solid rgba(82,226,208,.17); border-radius: 14px; place-items: center; font-size: 1.25rem; }
.availability { position: absolute; top: 32px; right: 28px; color: var(--success); font-size: .63rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.availability::before { display: inline-block; width: 6px; height: 6px; margin-right: 7px; content: ''; background: currentColor; border-radius: 50%; box-shadow: 0 0 10px currentColor; }
.addon-card h3 { margin-bottom: 12px; }
.addon-card > p { margin-bottom: 25px; color: var(--muted); font-size: .83rem; }
.addon-footer { display: flex; margin-top: auto; padding-top: 20px; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); }
.addon-footer strong { font-size: 1.55rem; }
.addon-footer a { color: var(--cyan); font-size: .78rem; font-weight: 700; text-decoration: none; }
.coming-panel { display: grid; margin-top: 80px; padding: 52px; background: linear-gradient(135deg, rgba(255,255,255,.035), rgba(82,226,208,.025)); border: 1px solid var(--line); border-radius: var(--radius-lg); grid-template-columns: 1fr 1fr; gap: 70px; }
.coming-panel h2 { font-size: clamp(2rem, 4vw, 3.3rem); }
.coming-panel > div > p:not(.eyebrow) { color: var(--muted); }
.coming-panel ul { padding: 0; margin: 0; list-style: none; }
.coming-panel li { display: flex; padding: 18px 0; justify-content: space-between; border-bottom: 1px solid var(--line); }
.coming-panel li:last-child { border-bottom: 0; }
.coming-panel li span { font-weight: 700; }
.coming-panel li small { color: var(--muted); }
.faq-section { padding-bottom: 110px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; padding: 25px 4px; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-weight: 700; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--violet); font-size: 1.3rem; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 800px; padding: 0 4px 26px; margin: 0; color: var(--muted); }

.wiki-section { scroll-margin-top: 88px; }
.wiki-page-content { width: min(1720px, calc(100% - clamp(32px, 5vw, 104px))); padding-top: clamp(72px, 7vw, 118px); }
.wiki-search-panel { display: grid; margin: -18px 0 30px; }
.wiki-search { display: grid; min-height: 56px; padding: 8px 14px; grid-template-columns: auto minmax(0, 1fr); gap: 12px; align-items: center; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.12); border-radius: 15px; }
.wiki-search span { color: var(--cyan); font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.wiki-search input { width: 100%; min-width: 0; color: var(--text); background: transparent; border: 0; outline: 0; font: inherit; }
.wiki-search input::placeholder { color: rgba(201,203,218,.64); }
.wiki-overview-grid { display: grid; margin: 0 0 34px; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 12px; }
.wiki-overview-grid a { display: grid; min-height: 126px; padding: 18px; align-content: space-between; color: var(--text); background: linear-gradient(145deg, rgba(20,23,45,.94), rgba(9,11,25,.9)); border: 1px solid var(--line); border-radius: 18px; text-decoration: none; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.wiki-overview-grid a:hover { transform: translateY(-2px); border-color: rgba(82,226,208,.28); background: linear-gradient(145deg, rgba(27,31,58,.98), rgba(9,11,25,.95)); }
.wiki-overview-grid[hidden], .wiki-layout[hidden], .wiki-block[hidden], .wiki-overview-grid a[hidden], .wiki-toc a[hidden] { display: none; }
.wiki-overview-grid strong { font-size: .96rem; }
.wiki-overview-grid span { color: var(--muted); font-size: .8rem; }
.wiki-search-status { margin: -14px 0 26px; padding: 13px 15px; color: var(--muted-strong); background: rgba(82,226,208,.07); border: 1px solid rgba(82,226,208,.18); border-radius: 14px; font-size: .84rem; }
.wiki-subpage-bar { display: flex; margin: -10px 0 28px; padding: 12px; align-items: center; justify-content: space-between; gap: 12px; background: rgba(255,255,255,.035); border: 1px solid var(--line); border-radius: 16px; }
.wiki-subpage-bar[hidden] { display: none; }
.wiki-subpage-bar strong { min-width: 0; color: var(--text); font-size: .9rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.wiki-subpage-bar a { display: inline-flex; min-height: 38px; padding: 0 12px; align-items: center; justify-content: center; color: var(--muted-strong); background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.09); border-radius: 11px; font-size: .78rem; font-weight: 800; text-decoration: none; }
.wiki-subpage-bar a:hover { color: var(--text); border-color: rgba(82,226,208,.25); }
.wiki-subpage-bar a[hidden] { display: none; }
.wiki-subpage-bar > div { display: flex; gap: 8px; flex-wrap: wrap; justify-content: flex-end; }
.wiki-page-content.is-subpage .section-heading { margin-bottom: 34px; }
.wiki-page-content.is-subpage .wiki-search-status { margin-top: -18px; }
.wiki-layout { display: grid; grid-template-columns: minmax(250px, 17vw) minmax(0, 1fr); gap: clamp(26px, 3vw, 48px); align-items: start; }
.wiki-toc { position: sticky; top: 96px; display: grid; max-height: calc(100vh - 124px); padding: 18px; gap: 7px; overflow: auto; background: rgba(16,18,37,.9); border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 18px 46px rgba(0,0,0,.22); }
.wiki-toc strong { margin-bottom: 5px; color: var(--cyan); font-size: .73rem; letter-spacing: .1em; text-transform: uppercase; }
.wiki-toc a { padding: 10px 10px; color: var(--muted-strong); border-radius: 10px; font-size: .8rem; font-weight: 700; text-decoration: none; }
.wiki-toc a:hover { color: var(--text); background: rgba(255,255,255,.06); }
.wiki-toc a.is-active { color: #07120e; background: var(--cyan); }
.wiki-content { display: grid; gap: 0; min-width: 0; }
.wiki-block { padding: clamp(36px, 4vw, 62px) 0; background: transparent; border-top: 1px solid var(--line); scroll-margin-top: 96px; }
.wiki-block:first-child { padding-top: 0; border-top: 0; }
.wiki-block:last-child { padding-bottom: 0; }
.wiki-block-kicker { display: block; margin-bottom: 10px; color: var(--cyan); font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.wiki-block h3 { margin-bottom: 12px; font-size: clamp(1.55rem, 2.2vw, 2.35rem); }
.wiki-block > p { max-width: 980px; }
.wiki-block p { color: var(--muted); font-size: clamp(.92rem, .96vw, 1.02rem); }
.wiki-block code, .wiki-command code { padding: 2px 6px; color: #e8e4ff; background: rgba(155,135,255,.12); border: 1px solid rgba(155,135,255,.18); border-radius: 7px; font-family: Consolas, 'SFMono-Regular', monospace; font-size: .86em; }
.wiki-grid { display: grid; margin-top: 20px; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.wiki-grid-three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.wiki-grid > div { padding: clamp(16px, 1.5vw, 22px); background: rgba(255,255,255,.026); border: 1px solid rgba(255,255,255,.085); border-radius: 15px; }
.wiki-grid strong { display: block; margin-bottom: 7px; color: var(--text); }
.wiki-grid p { margin: 0; font-size: .86rem; }
.wiki-callout { display: grid; margin-top: 20px; padding: 18px 20px; gap: 5px; background: rgba(82,226,208,.07); border: 1px solid rgba(82,226,208,.2); border-radius: 15px; }
.wiki-callout strong { color: var(--cyan); }
.wiki-callout p { margin: 0; }
.wiki-flow { display: grid; margin: 20px 0; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.wiki-flow > div { padding: clamp(18px, 1.6vw, 24px); background: rgba(255,255,255,.028); border: 1px solid rgba(255,255,255,.09); border-radius: 15px; }
.wiki-flow span { display: inline-block; margin-bottom: 18px; color: var(--violet); font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.wiki-flow strong { display: block; margin-bottom: 8px; }
.wiki-flow p { margin: 0; font-size: .82rem; }
.wiki-list { display: grid; padding: 0; margin: 20px 0 0; gap: 11px; list-style: none; }
.wiki-list li { position: relative; padding-left: 24px; color: var(--muted-strong); font-size: clamp(.86rem, .9vw, .96rem); }
.wiki-list li::before { position: absolute; left: 0; top: .48em; width: 8px; height: 8px; content: ''; background: var(--cyan); border-radius: 50%; box-shadow: 0 0 12px rgba(82,226,208,.55); }
.wiki-commands { display: grid; margin-top: 20px; gap: 10px; }
.wiki-command { display: grid; padding: clamp(12px, 1.2vw, 16px); grid-template-columns: minmax(320px, .95fr) minmax(0, 1fr); gap: 14px; align-items: start; background: rgba(5,6,14,.34); border: 1px solid rgba(255,255,255,.08); border-radius: 13px; }
.wiki-command code { display: block; overflow-wrap: anywhere; line-height: 1.55; }
.wiki-command span { color: var(--muted); font-size: clamp(.82rem, .85vw, .92rem); }
.wiki-pill-row { display: flex; flex-wrap: wrap; margin-top: 18px; gap: 8px; }
.wiki-pill { padding: 8px 10px; color: var(--muted-strong); background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.09); border-radius: 999px; font-size: .74rem; font-weight: 700; }
.wiki-note { margin: 20px 0 0; padding: 16px 18px; background: rgba(255,189,89,.07); border: 1px solid rgba(255,189,89,.2); border-radius: 14px; }
.wiki-config-tabs { display: flex; flex-wrap: wrap; margin: 22px 0 16px; padding: 8px; gap: 8px; background: rgba(255,255,255,.03); border: 1px solid var(--line); border-radius: 16px; }
.wiki-config-tabs button { min-height: 40px; padding: 0 13px; color: var(--muted-strong); background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.08); border-radius: 11px; cursor: pointer; font: inherit; font-size: .78rem; font-weight: 800; transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease; }
.wiki-config-tabs button:hover { color: var(--text); border-color: rgba(82,226,208,.25); transform: translateY(-1px); }
.wiki-config-tabs button.is-active { color: #07120e; background: var(--cyan); border-color: transparent; }
.wiki-config-panels { display: grid; }
.wiki-config-panel { display: grid; padding: clamp(20px, 2vw, 28px); gap: 16px; background: linear-gradient(145deg, rgba(13,15,30,.9), rgba(18,21,40,.74)); border: 1px solid rgba(255,255,255,.09); border-radius: 17px; }
.wiki-config-panel[hidden] { display: none; }
.wiki-config-panel h4 { margin: 0; font-size: clamp(1.12rem, 1.4vw, 1.45rem); line-height: 1.2; }
.wiki-config-panel > p { max-width: 1080px; margin: 0; color: var(--muted); }
.wiki-config-options { display: grid; gap: 9px; }
.wiki-config-options > div { display: grid; padding: 13px 15px; grid-template-columns: minmax(230px, .34fr) minmax(0, 1fr); gap: 14px; align-items: start; background: rgba(255,255,255,.026); border: 1px solid rgba(255,255,255,.08); border-radius: 12px; }
.wiki-config-options code { width: fit-content; }
.wiki-config-options span { color: var(--muted); font-size: .88rem; line-height: 1.55; }
.wiki-block.is-hidden { display: none; }

.site-footer { padding: 70px 0 22px; background: var(--bg-deep); border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.5fr .6fr .6fr; gap: 50px; }
.brand-footer { margin-bottom: 20px; }
.footer-grid > div:first-child > p { max-width: 380px; color: var(--muted); font-size: .8rem; }
.footer-links { display: grid; align-content: start; gap: 12px; }
.footer-links strong { margin-bottom: 5px; font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; }
.footer-links a { width: fit-content; color: var(--muted); font-size: .78rem; text-decoration: none; }
.footer-links a:hover { color: var(--cyan); }
.footer-bottom { display: flex; padding-top: 24px; margin-top: 55px; justify-content: space-between; color: #74788e; border-top: 1px solid var(--line); font-size: .68rem; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.8,.2,1); }
.reveal-delay { transition-delay: .12s; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (min-width: 1280px) {
  .feature-card-large { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(360px, .65fr); align-items: stretch; }
  .feature-card-large .feature-media { aspect-ratio: auto; min-height: 420px; }
  .feature-card-large .feature-content { align-content: center; }
  .bento-grid { grid-template-columns: minmax(280px,.75fr) minmax(360px,1fr) minmax(280px,.75fr); }
  .bento-wide { grid-column: span 2; }
  .extension-catalog { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .extension-product-core { grid-column: span 3; display: grid; min-height: 360px; grid-template-columns: minmax(300px,.85fr) minmax(0,1.15fr) minmax(240px,.55fr); align-items: stretch; }
  .extension-product-core .extension-product-media { grid-column: 1; grid-row: 1 / span 4; height: auto; min-height: 100%; margin: -8px 0 -8px -8px; }
  .extension-product-core .extension-product-top { grid-column: 2; grid-row: 1; }
  .extension-product-core .extension-product-copy { grid-column: 2; grid-row: 2; }
  .extension-product-core .extension-product-price { grid-column: 3; grid-row: 1; align-self: start; }
  .extension-product-core ul { grid-column: 3; grid-row: 2; align-content: center; }
  .extension-product-core .button { grid-column: 2 / 4; grid-row: 3; align-self: end; }
  .legal-content { max-width: min(1180px, calc(100% - clamp(32px, 5vw, 96px))); }
}

@media (min-width: 1600px) {
  :root { --shell: min(1660px, calc(100% - 120px)); }
  .hero-frame img { aspect-ratio: 1.18 / .78; }
  .wiki-layout { grid-template-columns: 300px minmax(0, 1fr); }
  .wiki-command { grid-template-columns: minmax(440px, .92fr) minmax(0, 1.08fr); }
}

@media (max-width: 960px) {
  :root { --shell: min(100% - 36px, 860px); }
  .nav-toggle { display: block; }
  .main-nav { position: absolute; top: calc(100% + 1px); right: 18px; left: 18px; display: none; padding: 12px; background: rgba(13,15,30,.98); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); }
  .main-nav.is-open { display: grid; }
  .main-nav a { padding: 13px 14px; }
  .main-nav .nav-cta { margin: 5px 0 0; text-align: center; }
  .nav-toggle[aria-expanded='true'] > span:nth-of-type(2) { transform: translateY(6px) rotate(45deg); }
  .nav-toggle[aria-expanded='true'] > span:nth-of-type(3) { opacity: 0; }
  .nav-toggle[aria-expanded='true'] > span:nth-of-type(4) { transform: translateY(-6px) rotate(-45deg); }
  .hero { min-height: auto; padding-block: 90px; grid-template-columns: 1fr; gap: 65px; }
  .hero-copy { text-align: center; }
  .hero-copy .eyebrow, .hero-copy .button-row, .hero-points { justify-content: center; }
  .hero-lead { margin-inline: auto; }
  .hero-visual { width: min(680px, 100%); margin-inline: auto; }
  .section-heading, .workflow-panel, .page-hero, .pricing-hero, .split-panel, .coming-panel { grid-template-columns: 1fr; }
  .section-heading { gap: 20px; }
  .page-hero { padding-block: 85px; }
  .pricing-hero { padding-block: 80px; gap: 42px; }
  .pricing-hero-visual { width: min(720px, 100%); transform: none; }
  .page-hero-art { width: min(580px, 100%); }
  .split-copy { grid-row: 1; }
  .split-visual { min-height: 420px; }
  .addon-grid { grid-template-columns: repeat(2, 1fr); }
  .addon-grid .addon-card:last-child { grid-column: 1 / -1; }
  .cta-section { align-items: flex-start; flex-direction: column; }
  .wiki-page-content { width: var(--shell); }
  .wiki-search-panel { margin-top: -8px; }
  .wiki-overview-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wiki-layout { grid-template-columns: 1fr; }
  .wiki-toc { position: static; max-height: none; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wiki-toc strong { grid-column: 1 / -1; }
  .wiki-grid, .wiki-grid-three, .wiki-flow { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .extension-product-core { grid-column: auto; }
}

@media (max-width: 700px) {
  :root { --shell: calc(100% - 28px); }
  h1 { font-size: clamp(2.55rem, 11vw, 3.25rem); }
  h2 { font-size: clamp(2rem, 10vw, 3rem); }
  .brand-copy small { display: none; }
  .content-section { padding-block: 78px; }
  .hero { padding-block: 65px; }
  .hero-copy .button-row { align-items: stretch; flex-direction: column; }
  .hero-copy .button { width: 100%; }
  .hero-points { display: grid; width: fit-content; margin-inline: auto; grid-template-columns: 1fr; text-align: left; }
  .hero-visual { padding-left: 0; }
  .floating-card { min-width: 126px; padding: 10px 12px; }
  .floating-card-top { right: 2%; }
  .floating-card-bottom { left: -3px; }
  .hero-frame { transform: none; }
  .hero-points { gap: 10px 16px; }
  .signal-grid { grid-template-columns: 1fr; }
  .signal-grid > div { padding: 20px 10px; }
  .signal-grid > div + div { border-top: 1px solid var(--line); border-left: 0; }
  .feature-grid, .bento-grid, .timeline, .included-grid, .addon-grid, .footer-grid, .wiki-grid { grid-template-columns: 1fr; }
  .feature-card-large, .addon-grid .addon-card:last-child { grid-column: auto; }
  .feature-card-large .feature-media, .feature-card:not(.feature-card-large) .feature-media { aspect-ratio: 1.45 / 1; }
  .feature-content { padding: 23px; }
  .workflow-panel, .main-price-card, .coming-panel { padding: 32px 24px; }
  .workflow-panel { gap: 45px; }
  .wiki-search { grid-template-columns: 1fr; gap: 4px; }
  .wiki-overview-grid { grid-template-columns: 1fr; margin-top: -6px; }
  .wiki-toc { grid-template-columns: 1fr; }
  .wiki-grid, .wiki-grid-three, .wiki-flow { grid-template-columns: 1fr; }
  .wiki-config-tabs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wiki-config-tabs button { width: 100%; }
  .wiki-config-options > div { grid-template-columns: 1fr; gap: 6px; }
  .wiki-block { padding: 26px 0; }
  .wiki-command { grid-template-columns: 1fr; }
  .cta-section { min-height: auto; padding: 42px 25px; margin-bottom: 78px; border-radius: 24px; }
  .cta-section .button-row, .cta-section .button { width: 100%; }
  .page-hero { min-height: auto; padding-block: 65px; gap: 44px; }
  .pricing-hero { min-height: auto; padding-block: 65px; }
  .page-hero h1, .pricing-hero h1 { font-size: clamp(2.6rem, 13vw, 4.2rem); }
  .bento-wide { min-height: 340px; }
  .split-panel { padding: 8px; }
  .split-copy { padding: 34px 24px; }
  .split-visual { min-height: 330px; }
  .price-card-head { align-items: flex-start; flex-direction: column; }
  .price { text-align: left; }
  .included-grid { gap: 23px; }
  .popular-label { right: 24px; }
  .pricing-title-row { margin-top: 75px; align-items: flex-start; flex-direction: column; gap: 14px; }
  .coming-panel { gap: 30px; }
  .footer-grid { gap: 35px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
}

/* Extensions */
.extension-hero { min-height: 610px; padding-block: 90px; display: grid; grid-template-columns: minmax(0,1.2fr) minmax(300px,.8fr); align-items: center; gap: 60px; }
.extension-hero h1, .legal-hero h1 { margin: 14px 0 24px; font-size: clamp(3rem,6vw,5.5rem); line-height: .96; letter-spacing: -.055em; }
.extension-hero h1 em, .legal-hero h1 em { color: var(--cyan); font-style: normal; }
.extension-hero > div:first-child > p:not(.eyebrow) { max-width: 680px; color: var(--muted-strong); font-size: 1.08rem; }
.extension-hero-panel { position: relative; display: grid; min-height: 330px; padding: 38px; align-content: end; gap: 13px; overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: radial-gradient(circle at 85% 10%,rgba(82,226,208,.24),transparent 42%),linear-gradient(145deg,rgba(155,135,255,.19),rgba(10,12,28,.92)); box-shadow: var(--shadow); }
.extension-hero-panel::before { position: absolute; inset: 28px 30px auto auto; width: 120px; height: 120px; content: "＋"; display: grid; place-items: center; color: rgba(255,255,255,.8); border: 1px solid rgba(255,255,255,.18); border-radius: 26px; font-size: 3.5rem; transform: rotate(8deg); }
.extension-hero-panel > span { color: var(--cyan); font-size: .73rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.extension-hero-panel > strong { font-size: clamp(1.65rem,3vw,2.35rem); line-height: 1.14; }
.extension-hero-panel > small { color: var(--muted); line-height: 1.6; }
.extension-section { padding-bottom: 120px; }
.extension-catalog { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.extension-product { --extension-color: var(--violet); display: flex; min-height: 490px; padding: 28px; flex-direction: column; gap: 24px; border: 1px solid var(--line); border-radius: 22px; background: linear-gradient(145deg,rgba(20,23,45,.92),rgba(9,11,25,.96)); box-shadow: 0 18px 48px rgba(0,0,0,.2); }
.extension-product-media { display: block; height: 165px; margin: -8px -8px 0; overflow: hidden; border: 1px solid var(--line); border-radius: 17px; background: rgba(255,255,255,.035); }
.extension-product-media img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.extension-product-media:hover img { transform: scale(1.04); }
.extension-product-gold { --extension-color: #f4c95d; }
.extension-product-cyan { --extension-color: var(--cyan); }
.extension-product-blue { --extension-color: #72a9ff; }
.extension-product-emerald { --extension-color: #62e6a8; }
.extension-product-top { display: flex; align-items: center; justify-content: space-between; }
.extension-product-icon { display: grid; width: 58px; height: 58px; place-items: center; color: #090a14; border-radius: 17px; background: var(--extension-color); font-size: 1.65rem; font-weight: 900; }
.extension-status { padding: 8px 12px; border: 1px solid currentColor; border-radius: 999px; font-size: .68rem; font-weight: 800; }
.extension-status.is-owned { color: #67eaa2; background: rgba(103,234,162,.08); }
.extension-status.is-locked { color: #ff7487; background: rgba(255,102,123,.08); }
.extension-product-copy { display: grid; gap: 9px; }
.extension-product-copy p { margin: 0; color: var(--extension-color); font-size: .67rem; font-weight: 800; letter-spacing: .12em; }
.extension-product-copy h2 { margin: 0; font-size: clamp(1.8rem,3vw,2.7rem); }
.extension-product-copy strong { font-size: .95rem; }
.extension-product-copy > span { color: var(--muted); line-height: 1.7; }
.extension-product-price { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 14px 16px; border: 1px solid color-mix(in srgb, var(--extension-color) 36%, transparent); border-radius: 16px; background: color-mix(in srgb, var(--extension-color) 10%, transparent); }
.extension-product-price span { color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.extension-product-price strong { color: var(--extension-color); font-size: 1.25rem; }
.extension-empty { grid-column: 1/-1; margin: 0; padding: 26px; color: var(--muted); border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.035); }
.extension-product ul { display: grid; margin: 0 0 auto; padding: 0; gap: 10px; list-style: none; }
.extension-product li { display: flex; align-items: center; gap: 10px; color: var(--muted-strong); font-size: .82rem; }
.extension-product li span { color: var(--extension-color); }

/* CGU */
.legal-hero { padding-block: 115px 70px; }
.legal-hero > p:last-child { color: var(--muted); }
.legal-content { display: grid; max-width: 980px; padding-bottom: 120px; }
.legal-content section { display: grid; padding: 30px 0; grid-template-columns: 70px 1fr; gap: 24px; border-top: 1px solid var(--line); }
.legal-content section > span { color: var(--cyan); font-size: .72rem; font-weight: 800; letter-spacing: .12em; }
.legal-content h2 { margin: -6px 0 10px; font-size: 1.5rem; }
.legal-content p { margin: 0; color: var(--muted); line-height: 1.8; }

@media (max-width: 900px) {
  .extension-hero { min-height: auto; grid-template-columns: 1fr; }
  .extension-hero-panel { min-height: 280px; }
}

@media (max-width: 680px) {
  .extension-hero { padding-block: 65px; }
  .extension-catalog { grid-template-columns: 1fr; }
  .extension-product { min-height: 0; padding: 22px; }
  .legal-content section { grid-template-columns: 44px 1fr; gap: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
}


/* Les longs contenus de la boutique restent lisibles sans étirer les cartes. */
.extension-product-copy > span {
  font-size: clamp(.86rem, .9vw, .94rem);
  line-height: 1.6;
}
.extension-product li {
  font-size: clamp(.78rem, .8vw, .84rem);
  line-height: 1.45;
}
.brand-copy small,
.eyebrow,
.floating-card span,
.art-label,
.image-note,
.timeline-index,
.popular-label,
.price span,
.included-grid small,
.availability,
.footer-bottom,
.extension-status,
.extension-product-copy p,
.extension-product-price span,
.legal-content section > span {
  font-size: clamp(.7rem, .75vw, .78rem);
}
