/*
Theme Name: CueForge Marketing
Theme URI: https://cueforge.fr
Author: CueForge
Description: Thème de présentation moderne pour CueForge, la régie son web pensée pour la scène.
Version: 2.0.0
Text Domain: cueforge-marketing
*/

:root {
  --bg: #09090b;
  --bg-soft: #101012;
  --surface: #151518;
  --surface-2: #1b1b1f;
  --line: rgba(255, 255, 255, .1);
  --line-bright: rgba(255, 255, 255, .17);
  --text: #fafafa;
  --muted: #a1a1aa;
  --quiet: #71717a;
  --orange: #f97316;
  --orange-light: #fdba74;
  --orange-soft: rgba(249, 115, 22, .12);
  --violet: #8b5cf6;
  --cyan: #06b6d4;
  --green: #22c55e;
  --pink: #ec4899;
  --shell: min(1180px, calc(100vw - 48px));
  --radius: 24px;
  --ease: cubic-bezier(.2, .8, .2, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; color: var(--text); background: var(--bg); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
.shell { width: var(--shell); margin-inline: auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; top: 12px; left: 12px; padding: 10px 14px; transform: translateY(-160%); border-radius: 8px; color: #111; background: #fff; font-weight: 700; }
.skip-link:focus { transform: none; }

.site-header { position: fixed; z-index: 50; top: 0; right: 0; left: 0; height: 82px; border-bottom: 1px solid transparent; transition: height .25s var(--ease), background .25s, border-color .25s, backdrop-filter .25s; }
.site-header.is-scrolled { height: 68px; border-color: var(--line); background: rgba(9, 9, 11, .82); backdrop-filter: blur(18px); }
.header-inner { height: 100%; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 32px; }
.brand { width: max-content; display: flex; align-items: center; gap: 11px; color: #fff; font-size: 1.06rem; font-weight: 800; letter-spacing: -.025em; }
.brand img { width: 38px; height: 38px; border-radius: 10px; box-shadow: 0 8px 24px rgba(249, 115, 22, .18); }
.brand-lockup { display: grid; gap: 0; line-height: 1; }
.brand-lockup strong { font-size: 1.08rem; letter-spacing: -.055em; }
.brand-lockup small { margin-top: 3px; color: #71717a; font-size: .47rem; font-weight: 700; letter-spacing: .03em; text-transform: uppercase; }
.primary-nav { display: flex; align-items: center; gap: 30px; }
.primary-nav a, .text-link { position: relative; color: #b9b9c2; font-size: .78rem; font-weight: 650; transition: color .2s; }
.primary-nav a::after { content: ''; position: absolute; right: 50%; bottom: -8px; left: 50%; height: 2px; border-radius: 2px; background: var(--orange); transition: right .2s, left .2s; }
.primary-nav a:hover, .text-link:hover { color: #fff; }
.primary-nav a:hover::after { right: 0; left: 0; }
.header-actions { display: flex; justify-content: flex-end; align-items: center; gap: 22px; }
.nav-toggle { display: none; }

.button { min-height: 50px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 12px; font-size: .82rem; font-weight: 750; line-height: 1; transition: transform .2s var(--ease), border-color .2s, color .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button span { font-size: 1rem; }
.button-small { min-height: 41px; padding-inline: 17px; border-radius: 10px; font-size: .72rem; }
.button-primary { color: #160b05; background: var(--orange); box-shadow: 0 12px 35px rgba(249, 115, 22, .24); }
.button-primary:hover { background: #fb8a3c; box-shadow: 0 16px 45px rgba(249, 115, 22, .32); }
.button-light { color: #101012; background: #fff; }
.button-light:hover { background: #ffedd5; }
.button-ghost { color: #e4e4e7; border-color: var(--line-bright); background: rgba(255, 255, 255, .035); backdrop-filter: blur(10px); }
.button-ghost:hover { color: #fff; border-color: rgba(255, 255, 255, .3); background: rgba(255, 255, 255, .075); }
.button-dark { color: #fff; border-color: rgba(0, 0, 0, .2); background: rgba(9, 9, 11, .88); }
.button.wide { width: 100%; }

.eyebrow { margin-bottom: 18px; color: var(--orange); font-size: .68rem; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
.section { padding: 130px 0; }
.section-heading h2 { margin-bottom: 24px; font-size: clamp(2.45rem, 5vw, 4.6rem); line-height: .99; letter-spacing: -.06em; }
.section-heading h2 em { color: var(--quiet); font-style: normal; }
.section-heading > p, .section-heading.split > p { max-width: 600px; margin-bottom: 0; color: var(--muted); font-size: 1rem; line-height: 1.8; }
.section-heading.centered { max-width: 820px; margin: 0 auto 72px; text-align: center; }
.section-heading.centered > p { margin-inline: auto; }
.section-heading.split { margin-bottom: 65px; display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(280px, .6fr); align-items: end; gap: 70px; }
.section-heading.split h2 { margin-bottom: 0; }

.hero { position: relative; min-height: 930px; padding-top: 82px; overflow: hidden; background: #070709; }
.hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,7,9,.98) 0%, rgba(7,7,9,.86) 34%, rgba(7,7,9,.22) 67%, rgba(7,7,9,.12) 100%), linear-gradient(0deg, #09090b 0%, transparent 22%); }
.hero-art { position: absolute; inset: 0 0 auto auto; width: min(100%, 1536px); height: 100%; object-fit: cover; object-position: center right; opacity: .82; }
.hero-grid { position: absolute; z-index: 1; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(90deg, #000, transparent 65%); }
.hero-inner { position: relative; z-index: 2; min-height: 715px; display: flex; align-items: center; }
.hero-copy { max-width: 735px; padding: 70px 0 55px; }
.announcement { width: max-content; max-width: 100%; margin-bottom: 48px; padding: 7px 12px 7px 8px; display: flex; align-items: center; gap: 8px; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; color: #a1a1aa; background: rgba(16,16,18,.55); backdrop-filter: blur(12px); font-size: .65rem; }
.announcement > span { width: 8px; height: 8px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px rgba(249,115,22,.12); }
.announcement b { margin-left: 3px; color: #fed7aa; font-weight: 750; }
.announcement i { margin-left: 3px; font-style: normal; transition: margin-left .2s; }
.announcement:hover i { margin-left: 7px; }
.hero h1 { margin-bottom: 28px; font-size: clamp(4.2rem, 8.4vw, 7.8rem); font-weight: 780; line-height: .83; letter-spacing: -.075em; }
.hero h1 em { color: var(--orange); font-style: normal; text-shadow: 0 0 55px rgba(249, 115, 22, .2); }
.hero-lede { max-width: 635px; margin-bottom: 34px; color: #c4c4cc; font-size: clamp(1rem, 1.7vw, 1.25rem); line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 12px; }
.play-dot { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; color: var(--orange); background: var(--orange-soft); font-size: .58rem !important; }
.hero-notes { margin-top: 25px; display: flex; flex-wrap: wrap; gap: 18px; color: #777780; font-size: .67rem; }
.hero-notes i { color: var(--orange); font-style: normal; }
.hero-proof { position: relative; z-index: 3; padding: 28px 0 36px; display: flex; align-items: center; gap: 42px; border-top: 1px solid var(--line); }
.hero-proof p { margin: 0; color: #5f5f67; font-size: .65rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.hero-proof > div { width: 100%; display: flex; justify-content: space-between; gap: 24px; color: #8c8c95; font-size: .77rem; font-weight: 650; }

.product-section { position: relative; z-index: 3; padding: 130px 0 110px; overflow: hidden; background: radial-gradient(circle at 50% 45%, rgba(249,115,22,.1), transparent 34%), var(--bg); }
.product-window { overflow: hidden; border: 1px solid rgba(255,255,255,.15); border-radius: 22px; background: #0d0d0f; box-shadow: 0 50px 120px rgba(0,0,0,.55), 0 0 0 8px rgba(255,255,255,.025); }
.window-topbar { height: 56px; padding: 0 18px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid #252529; color: #a1a1aa; background: #151518; font-size: .68rem; }
.window-dots { display: flex; gap: 7px; }
.window-dots i { width: 9px; height: 9px; border-radius: 50%; background: #3f3f46; }
.window-dots i:first-child { background: #f87171; }.window-dots i:nth-child(2) { background: #fbbf24; }.window-dots i:last-child { background: #4ade80; }
.window-brand { display: flex; align-items: center; gap: 8px; color: #f4f4f5; font-weight: 750; }
.window-brand img { border-radius: 6px; }
.window-status { justify-self: end; display: flex; align-items: center; gap: 7px; }
.window-status span { width: 7px; height: 7px; border-radius: 50%; background: #4ade80; box-shadow: 0 0 0 4px rgba(74,222,128,.1); }
.app-layout { min-height: 570px; display: grid; grid-template-columns: 205px 1fr; }
.app-sidebar { padding: 26px 14px 16px; display: flex; flex-direction: column; border-right: 1px solid #242428; background: #111113; }
.app-sidebar > strong { padding: 0 10px 20px; color: #71717a; font-size: .56rem; letter-spacing: .12em; }
.app-sidebar button { height: 41px; padding: 0 9px; display: grid; grid-template-columns: 9px 1fr auto; align-items: center; gap: 9px; border: 0; border-radius: 8px; color: #8c8c94; background: transparent; font-size: .65rem; text-align: left; }
.app-sidebar button.active { color: #f4f4f5; background: #212125; }
.app-sidebar button i { width: 7px; height: 7px; border-radius: 50%; background: var(--cat); }
.app-sidebar button span { color: #52525b; font-size: .55rem; }
.sidebar-bottom { margin-top: auto; padding: 12px 8px 0; border-top: 1px solid #242428; color: #62626b; font-size: .54rem; }
.sidebar-bottom span { margin-right: 5px; color: #4ade80; }
.app-main { min-width: 0; padding: 18px; background: #0c0c0e; }
.app-console { margin-bottom: 18px; display: grid; grid-template-columns: 1fr 1.25fr 1fr auto; gap: 8px; }
.app-console > div { min-height: 60px; padding: 9px 12px; display: grid; align-content: center; gap: 2px; border: 1px solid #26262b; border-radius: 9px; background: #141416; }
.app-console small { color: #62626b; font-size: .47rem; letter-spacing: .08em; }
.app-console strong { font-size: .98rem; line-height: 1; }.app-console sup { color: #71717a; font-size: .48rem; }
.app-console .mono { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-weight: 550; letter-spacing: .05em; }
.app-console button { padding: 0 18px; border: 0; border-radius: 9px; color: #180b03; background: var(--orange); font-size: .62rem; font-weight: 800; }
.app-console button span { margin-right: 5px; font-size: .9rem; }
.track-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.track-card { position: relative; min-height: 195px; padding: 16px; overflow: hidden; display: flex; flex-direction: column; border: 1px solid color-mix(in srgb, var(--track) 25%, #28282d); border-radius: 11px; background: linear-gradient(145deg, color-mix(in srgb, var(--track) 7%, #161619), #111113); }
.track-card::before { content: ''; position: absolute; top: 0; right: 0; left: 0; height: 3px; background: var(--track); opacity: .8; }
.track-card.playing { border-color: color-mix(in srgb, var(--track) 65%, #fff); box-shadow: inset 0 0 45px color-mix(in srgb, var(--track) 12%, transparent); }
.track-card h3 { margin: auto 0 10px; color: #e4e4e7; font-size: .78rem; }
.track-card footer { display: flex; align-items: center; justify-content: space-between; color: #686871; font: .55rem ui-monospace, monospace; }
.track-card footer b { width: 23px; height: 23px; display: grid; place-items: center; border-radius: 50%; color: var(--track); background: color-mix(in srgb, var(--track) 12%, transparent); font-size: .48rem; }
.track-number { width: 22px; height: 22px; display: grid; place-items: center; border-radius: 5px; color: var(--track); background: color-mix(in srgb, var(--track) 11%, transparent); font-size: .54rem; font-weight: 800; }
.track-state { color: var(--orange-light); font-size: .47rem; font-weight: 800; letter-spacing: .08em; }
.wave-bars { height: 50px; margin-top: 18px; display: flex; align-items: center; gap: 4px; }
.wave-bars i { width: 4px; height: 35%; border-radius: 3px; background: var(--orange); animation: wave 1.1s ease-in-out infinite alternate; }.wave-bars i:nth-child(2n) { height: 75%; animation-delay: -.4s; }.wave-bars i:nth-child(3n) { height: 100%; animation-delay: -.7s; }
@keyframes wave { to { height: 90%; opacity: .55; } }
.wave-line { height: 42px; margin-top: 21px; opacity: .65; background: repeating-linear-gradient(90deg, transparent 0 4px, var(--track) 5px 7px, transparent 8px 11px); mask-image: linear-gradient(0deg, transparent 10%, #000 50%, transparent 90%); clip-path: polygon(0 45%,5% 25%,10% 70%,15% 35%,20% 60%,25% 15%,30% 75%,35% 30%,40% 60%,45% 20%,50% 80%,55% 35%,60% 68%,65% 20%,70% 75%,75% 40%,80% 65%,85% 25%,90% 70%,95% 35%,100% 50%,100% 100%,0 100%); }
.wave-line.alt { transform: scaleY(.7); }.wave-line.short { transform: scaleY(.42); }
.product-caption { padding: 20px 6px 0; display: flex; justify-content: space-between; color: #62626b; font-size: .65rem; }
.product-caption span { display: flex; align-items: center; gap: 7px; }
.status-pulse { width: 7px; height: 7px; border-radius: 50%; background: #4ade80; box-shadow: 0 0 0 4px rgba(74,222,128,.08); }

.feature-section { background: linear-gradient(180deg, var(--bg), #0d0d10 55%, var(--bg)); }
.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.feature-card { position: relative; min-height: 390px; padding: 34px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(255,255,255,.035), rgba(255,255,255,.012)); transition: border-color .3s, transform .3s var(--ease), background .3s; }
.feature-card:hover { transform: translateY(-4px); border-color: var(--line-bright); background: linear-gradient(145deg, rgba(255,255,255,.05), rgba(255,255,255,.015)); }
.feature-card.feature-wide { grid-column: 1 / -1; min-height: 330px; display: grid; grid-template-columns: 64px minmax(300px, .8fr) minmax(360px, 1.2fr); align-items: start; gap: 24px; }
.feature-icon { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 13px; font-size: 1.2rem; }.feature-icon.orange { color: var(--orange); background: var(--orange-soft); }.feature-icon.violet { color: #a78bfa; background: rgba(139,92,246,.1); }.feature-icon.cyan { color: #22d3ee; background: rgba(6,182,212,.1); }.feature-icon.green { color: #4ade80; background: rgba(34,197,94,.1); }.feature-icon.pink { color: #f472b6; background: rgba(236,72,153,.1); }
.card-kicker { margin: 30px 0 8px; color: var(--quiet); font-size: .61rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }.feature-wide .card-kicker { margin-top: 5px; }
.feature-card h3 { max-width: 470px; margin-bottom: 14px; font-size: clamp(1.35rem, 2.3vw, 2rem); line-height: 1.18; letter-spacing: -.035em; }
.feature-card p:not(.card-kicker) { max-width: 500px; color: var(--muted); font-size: .85rem; line-height: 1.75; }
.cue-visual { align-self: center; height: 105px; display: flex; align-items: center; justify-content: center; }
.cue-visual > span { width: 57px; height: 57px; display: grid; place-items: center; border: 1px solid #34343a; border-radius: 14px; color: #777780; background: #161619; font: 700 .75rem ui-monospace, monospace; }
.cue-visual > i { width: 34px; height: 1px; background: #34343a; }
.cue-visual .current { position: relative; width: 82px; height: 82px; color: #180b03; border-color: var(--orange); background: var(--orange); box-shadow: 0 0 40px rgba(249,115,22,.28); }
.cue-visual .current b { position: absolute; right: 0; bottom: -20px; left: 0; color: var(--orange-light); font-size: .45rem; letter-spacing: .12em; text-align: center; }
.offline-chip { position: absolute; right: 32px; bottom: 32px; left: 32px; padding: 13px 15px; display: flex; align-items: center; gap: 9px; border: 1px solid rgba(74,222,128,.2); border-radius: 10px; color: #86efac; background: rgba(34,197,94,.055); font-size: .68rem; }.offline-chip i { width: 8px; height: 8px; border-radius: 50%; background: #4ade80; box-shadow: 0 0 0 5px rgba(74,222,128,.08); }
.remote-visual { position: absolute; right: 30px; bottom: 30px; left: 30px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 15px; }.remote-visual > div { padding: 15px; display: grid; gap: 4px; border: 1px solid #2e2e33; border-radius: 11px; background: #151518; }.remote-visual small { color: #62626b; font-size: .49rem; letter-spacing: .09em; }.remote-visual b { color: #d4d4d8; font-size: .68rem; }.remote-visual i { color: var(--cyan); font-style: normal; letter-spacing: .15em; }
.import-visual { position: absolute; right: 32px; bottom: 32px; left: 32px; display: grid; grid-template-columns: 65px auto 1fr; align-items: center; gap: 14px; }.import-visual > span { height: 58px; display: grid; place-items: center; border: 1px dashed #3f3f46; border-radius: 12px; color: #a1a1aa; font: 700 .67rem ui-monospace, monospace; }.import-visual > i { color: #52525b; font-style: normal; }.import-visual > b { height: 58px; padding: 0 14px; display: flex; align-items: center; gap: 10px; border: 1px solid rgba(74,222,128,.2); border-radius: 12px; color: #86efac; background: rgba(34,197,94,.04); font-size: .68rem; }.import-visual img { border-radius: 7px; }
.editor-wave { position: absolute; right: 30px; bottom: 37px; left: 30px; height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 4px; }.editor-wave i { width: 7px; height: var(--h, 30%); border-radius: 5px; background: rgba(244,114,182,.55); }.editor-wave i:nth-child(2) { --h:70%; }.editor-wave i:nth-child(3) { --h:45%; }.editor-wave i:nth-child(4) { --h:95%; }.editor-wave i:nth-child(5) { --h:60%; }.editor-wave i:nth-child(6) { --h:78%; }.editor-wave i:nth-child(7) { --h:40%; }.editor-wave i:nth-child(8) { --h:65%; }.editor-wave::before, .editor-wave::after { content: ''; position: absolute; top: -7px; bottom: -7px; width: 2px; background: #f9a8d4; box-shadow: 0 0 12px rgba(244,114,182,.5); }.editor-wave::before { left: 17%; }.editor-wave::after { right: 12%; }.editor-wave span { position: absolute; z-index: -1; inset: 0 12%; background: rgba(236,72,153,.07); }

.usecases-section { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #0b0b0d; }
.usecase-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.usecase-grid article { position: relative; min-height: 350px; padding: 34px; overflow: hidden; border: 1px solid var(--line); border-right: 0; background: var(--bg-soft); transition: background .3s; }.usecase-grid article:first-child { border-radius: var(--radius) 0 0 var(--radius); }.usecase-grid article:last-child { border-right: 1px solid var(--line); border-radius: 0 var(--radius) var(--radius) 0; }.usecase-grid article:hover { background: #17171a; }
.usecase-grid article > span { color: var(--orange); font: 700 .62rem ui-monospace, monospace; }.usecase-grid h3 { max-width: 230px; margin: 105px 0 16px; font-size: 1.55rem; line-height: 1.12; letter-spacing: -.035em; }.usecase-grid p { color: var(--muted); font-size: .79rem; line-height: 1.7; }.usecase-grid article > i { position: absolute; right: 28px; bottom: 22px; color: #52525b; font-size: 1.2rem; font-style: normal; transition: color .2s, transform .2s; }.usecase-grid article:hover > i { color: var(--orange); transform: translateX(5px); }

.workflow-section { background: radial-gradient(circle at 20% 55%, rgba(139,92,246,.1), transparent 28%), var(--bg); }
.workflow-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: start; gap: 110px; }
.workflow-copy { position: sticky; top: 120px; }.workflow-copy h2 { margin-bottom: 24px; font-size: clamp(2.6rem, 5vw, 4.4rem); line-height: .98; letter-spacing: -.06em; }.workflow-copy > p:not(.eyebrow) { max-width: 430px; margin-bottom: 30px; color: var(--muted); font-size: .9rem; line-height: 1.8; }
.inline-link { display: inline-flex; align-items: center; gap: 10px; color: #f4f4f5; font-size: .76rem; font-weight: 750; }.inline-link span { color: var(--orange); transition: transform .2s; }.inline-link:hover span { transform: translateX(5px); }
.workflow-steps { margin: 0; padding: 0; list-style: none; counter-reset: steps; }
.workflow-steps li { min-height: 210px; padding: 42px 0; display: grid; grid-template-columns: 95px 1fr; gap: 20px; border-top: 1px solid var(--line); }.workflow-steps li:last-child { border-bottom: 1px solid var(--line); }.workflow-steps > li > span { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(249,115,22,.3); border-radius: 50%; color: var(--orange-light); background: var(--orange-soft); font: 700 .65rem ui-monospace, monospace; }.workflow-steps h3 { margin: 2px 0 12px; font-size: 1.55rem; letter-spacing: -.035em; }.workflow-steps p { max-width: 450px; margin: 0; color: var(--muted); font-size: .82rem; }

.pricing-section { border-top: 1px solid var(--line); background: linear-gradient(180deg, #0d0d0f, var(--bg)); }
.pricing-grid { max-width: 520px; margin-inline: auto; display: grid; grid-template-columns: 1fr; gap: 18px; }
.pricing-card { padding: 36px; border: 1px solid var(--line); border-radius: var(--radius); background: #111113; }.pricing-card.featured { border-color: rgba(249,115,22,.42); background: radial-gradient(circle at 100% 0, rgba(249,115,22,.12), transparent 34%), #141212; box-shadow: 0 30px 90px rgba(0,0,0,.25); }
.plan-label { width: max-content; padding: 5px 8px; border-radius: 5px; color: var(--orange-light); background: var(--orange-soft); font-size: .54rem; font-weight: 850; letter-spacing: .12em; }.plan-top { display: flex; align-items: center; justify-content: space-between; }.plan-top > span { color: #fdba74; font-size: .6rem; font-weight: 700; }
.pricing-card h3 { margin: 30px 0 9px; font-size: 1.75rem; letter-spacing: -.04em; }.plan-copy { min-height: 52px; color: var(--muted); font-size: .8rem; }.price { min-height: 105px; margin: 24px 0 22px; display: grid; align-content: center; gap: 4px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.price strong { font-size: 1.7rem; letter-spacing: -.04em; }.price span { color: var(--quiet); font-size: .65rem; }.pricing-card ul { margin: 28px 0 0; padding: 0; display: grid; gap: 11px; list-style: none; color: #b9b9c2; font-size: .72rem; }.pricing-card li { display: flex; align-items: center; gap: 10px; }.pricing-card li i { color: var(--orange); font-style: normal; }.pricing-note { margin: 28px 0 0; color: #62626b; font-size: .65rem; text-align: center; }

.faq-section { background: #0b0b0d; }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }.faq-grid > div:first-child { position: sticky; top: 115px; align-self: start; }.faq-grid h2 { margin-bottom: 22px; font-size: clamp(2.8rem, 5vw, 4.8rem); line-height: .96; letter-spacing: -.065em; }.faq-grid > div:first-child > p:not(.eyebrow) { max-width: 380px; margin-bottom: 28px; color: var(--muted); font-size: .84rem; }
.faq-list { border-top: 1px solid var(--line); }.faq-list details { border-bottom: 1px solid var(--line); }.faq-list summary { padding: 26px 0; display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; color: #e4e4e7; cursor: pointer; font-size: .9rem; font-weight: 700; list-style: none; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { color: var(--orange); font-size: 1.1rem; font-weight: 400; transition: transform .25s; }.faq-list details[open] summary span { transform: rotate(45deg); }.faq-list details p { max-width: 650px; padding: 0 50px 24px 0; color: var(--muted); font-size: .8rem; line-height: 1.75; }

.final-cta { position: relative; padding: 130px 0; overflow: hidden; color: #170b04; background: var(--orange); }.final-cta::before { content: ''; position: absolute; inset: 0; opacity: .24; background-image: radial-gradient(rgba(0,0,0,.25) 1px, transparent 1px); background-size: 20px 20px; }.cta-glow { position: absolute; top: -260px; left: 50%; width: 700px; height: 700px; transform: translateX(-50%); border-radius: 50%; background: rgba(255,255,255,.4); filter: blur(120px); }.final-cta-inner { position: relative; z-index: 2; text-align: center; }.final-cta .eyebrow { color: rgba(23,11,4,.62); }.final-cta h2 { margin-bottom: 20px; font-size: clamp(4rem, 8vw, 7rem); line-height: .9; letter-spacing: -.07em; }.final-cta p:not(.eyebrow) { max-width: 610px; margin: 0 auto 32px; font-size: 1rem; }.final-cta-inner > div { display: flex; justify-content: center; gap: 10px; }

.site-footer { padding: 75px 0 25px; background: #070709; }.footer-grid { padding-bottom: 60px; display: grid; grid-template-columns: 1fr 1.5fr; gap: 80px; border-bottom: 1px solid var(--line); }.footer-brand p { max-width: 340px; margin: 20px 0 0; color: var(--quiet); font-size: .75rem; }.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }.footer-links > div { display: grid; align-content: start; gap: 10px; }.footer-links strong { margin-bottom: 7px; color: #e4e4e7; font-size: .68rem; }.footer-links a { width: max-content; color: var(--quiet); font-size: .67rem; transition: color .2s; }.footer-links a:hover { color: var(--orange-light); }.footer-bottom { padding-top: 23px; display: flex; justify-content: space-between; color: #52525b; font-size: .59rem; }

.page-main { min-height: 70vh; padding: 150px 0 100px; background: radial-gradient(circle at 50% 0, rgba(249,115,22,.1), transparent 30%), var(--bg); }.prose-shell { max-width: 850px; }.content-card h1 { margin-bottom: 42px; font-size: clamp(3rem, 7vw, 5.5rem); line-height: .95; letter-spacing: -.06em; }.entry-content { color: #b9b9c2; }.entry-content h2 { margin: 55px 0 15px; color: #f4f4f5; font-size: 1.6rem; letter-spacing: -.03em; }.entry-content h3 { margin: 35px 0 10px; color: #f4f4f5; }.entry-content p, .entry-content li { font-size: .9rem; line-height: 1.8; }.entry-content a { color: var(--orange-light); text-decoration: underline; text-underline-offset: 3px; }.entry-content ul { padding-left: 20px; }

[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .header-inner { grid-template-columns: 1fr auto; }.primary-nav { position: fixed; top: 68px; right: 0; bottom: 0; left: 0; padding: 45px 24px; display: none; flex-direction: column; align-items: flex-start; gap: 25px; background: rgba(9,9,11,.98); }.primary-nav.is-open { display: flex; }.primary-nav a { font-size: 1.3rem; }.header-actions { display: none; }.nav-toggle { width: 42px; height: 42px; padding: 11px; display: grid; align-content: center; gap: 4px; border: 1px solid var(--line); border-radius: 9px; background: #151518; }.nav-toggle > span:not(.screen-reader-text) { width: 100%; height: 1px; display: block; background: #d4d4d8; transition: transform .2s, opacity .2s; }.nav-toggle[aria-expanded="true"] > span:first-child { transform: translateY(5px) rotate(45deg); }.nav-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }.nav-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }
  .hero::after { background: linear-gradient(90deg, rgba(7,7,9,.98), rgba(7,7,9,.68) 60%, rgba(7,7,9,.28)), linear-gradient(0deg,#09090b,transparent 20%); }.hero h1 { font-size: clamp(4rem, 11vw, 7rem); }
  .app-layout { grid-template-columns: 170px 1fr; }.track-card { min-height: 175px; }.feature-card.feature-wide { grid-template-columns: 55px 1fr; }.feature-wide .cue-visual { grid-column: 1 / -1; }.workflow-grid, .faq-grid { gap: 60px; }.usecase-grid h3 { margin-top: 75px; }
}

@media (max-width: 780px) {
  :root { --shell: min(100% - 32px, 680px); --radius: 18px; }.section { padding: 90px 0; }.section-heading.centered { margin-bottom: 48px; }.section-heading.split { grid-template-columns: 1fr; gap: 25px; }.section-heading h2 { font-size: clamp(2.35rem, 11vw, 3.8rem); }
  .hero { min-height: 850px; }.hero-art { width: 115%; opacity: .56; object-position: 68% center; }.hero::after { background: linear-gradient(90deg,rgba(7,7,9,.98),rgba(7,7,9,.62)),linear-gradient(0deg,#09090b,transparent 25%); }.hero-inner { min-height: 680px; }.hero-copy { padding-top: 50px; }.announcement { margin-bottom: 36px; }.hero h1 { font-size: clamp(3.8rem, 17vw, 6rem); }.hero-proof { align-items: flex-start; flex-direction: column; gap: 16px; }.hero-proof > div { flex-wrap: wrap; justify-content: flex-start; }.hero-proof > div span { flex: 0 0 calc(33.33% - 16px); }
  .product-section { padding-top: 100px; }.product-window { overflow-x: auto; }.window-topbar, .app-layout { min-width: 760px; }.product-caption { align-items: flex-start; flex-direction: column; gap: 7px; }
  .feature-grid { grid-template-columns: 1fr; }.feature-card, .feature-card.feature-wide { grid-column: auto; min-height: 370px; padding: 28px; display: block; }.feature-wide .feature-icon { margin-bottom: 24px; }.feature-wide .cue-visual { position: absolute; right: 25px; bottom: 25px; left: 25px; }.cue-visual > i { width: 18px; }
  .usecase-grid { grid-template-columns: 1fr; }.usecase-grid article, .usecase-grid article:first-child, .usecase-grid article:last-child { min-height: 270px; border-right: 1px solid var(--line); border-bottom: 0; border-radius: 0; }.usecase-grid article:first-child { border-radius: var(--radius) var(--radius) 0 0; }.usecase-grid article:last-child { border-bottom: 1px solid var(--line); border-radius: 0 0 var(--radius) var(--radius); }.usecase-grid h3 { margin-top: 45px; }
  .workflow-grid, .faq-grid, .pricing-grid, .footer-grid { grid-template-columns: 1fr; }.workflow-copy, .faq-grid > div:first-child { position: static; }.workflow-steps li { min-height: 170px; grid-template-columns: 70px 1fr; }.pricing-grid { max-width: 520px; }.faq-grid { gap: 55px; }
  .final-cta-inner > div { align-items: center; flex-direction: column; }.final-cta .button { width: min(100%, 320px); }.footer-grid { gap: 50px; }.footer-links { gap: 18px; }.footer-bottom { gap: 10px; flex-direction: column; }
}

@media (max-width: 520px) {
  .site-header, .site-header.is-scrolled { height: 64px; }.primary-nav { top: 64px; }.brand img { width: 34px; height: 34px; }.hero { padding-top: 64px; min-height: 820px; }.hero-inner { min-height: 650px; }.hero-copy { padding-top: 36px; }.hero .eyebrow { margin-bottom: 15px; }.announcement { white-space: nowrap; font-size: .57rem; }.announcement b { display: none; }.hero h1 { margin-bottom: 24px; font-size: clamp(3.55rem, 18vw, 5rem); }.hero-lede { font-size: .94rem; }.hero-actions { align-items: stretch; flex-direction: column; }.hero-actions .button { width: 100%; }.hero-notes { gap: 8px 14px; }.hero-notes span { flex: 0 0 auto; }.hero-proof > div span { flex: 0 0 calc(50% - 12px); }
  .feature-card { min-height: 410px; }.feature-card.feature-wide { min-height: 440px; }.cue-visual > span { width: 45px; height: 45px; }.cue-visual .current { width: 63px; height: 63px; }.cue-visual > i { width: 10px; }.remote-visual { gap: 7px; }.remote-visual > i { display: none; }.remote-visual { grid-template-columns: 1fr 1fr; }.import-visual { grid-template-columns: 55px auto 1fr; gap: 7px; }.import-visual > b { padding-inline: 8px; }.import-visual img { display: none; }
  .workflow-steps li { grid-template-columns: 55px 1fr; gap: 12px; }.workflow-steps > li > span { width: 42px; height: 42px; }.pricing-card { padding: 28px 24px; }.faq-list summary { font-size: .8rem; }.faq-list details p { padding-right: 0; }.footer-links { grid-template-columns: 1fr 1fr; row-gap: 35px; }
  .page-main { padding-top: 120px; }
}

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