.rf-hero { height: 800px; min-height: 800px; overflow: hidden; padding: 0; }
.rf-hero::after { display: none; }
.rf-hero-media { inset: 0; position: absolute; }
.rf-hero-media img { height: 100%; object-fit: cover; object-position: center top; width: 100%; }
.rf-hero-content { left: 0; margin-inline: auto; padding-top: 32px; position: absolute; right: 0; text-align: center; top: 0; z-index: 2; }
.rf-hero-content > * { max-width: none; }
.rf-hero h1 { color: #fff; font-size: 45px; font-weight: 800; letter-spacing: .015em; line-height: 1.12; text-shadow: 0 1px 3px rgba(0,0,0,.28); white-space: nowrap; }
.rf-hero-actions { display: flex; gap: 38px; justify-content: center; margin-top: 22px; }
.rf-hero-actions .rf-button { background: transparent; border-color: var(--rf-color-brand); color: var(--rf-color-brand); min-height: 40px; min-width: 142px; padding: 7px 20px; }
.rf-hero-actions .rf-button:hover, .rf-hero-actions .rf-button:focus-visible { background: var(--rf-color-brand); color: var(--rf-color-dark); }
.rf-split-layout { align-items: center; display: grid; gap: clamp(52px,7vw,96px); grid-template-columns: minmax(0,.88fr) minmax(0,1.12fr); }
.rf-split-reverse .rf-section-copy { order: 2; }
.rf-split-reverse .rf-product-media { order: 1; }
.rf-section-copy > p:not(.rf-eyebrow) { color: var(--rf-color-text-secondary); font-size: 17px; margin-top: var(--rf-space-5); }
.rf-section-dark .rf-section-copy > p:not(.rf-eyebrow) { color: rgba(255,255,255,.72); }
.rf-feature-list { color: var(--rf-color-text-secondary); list-style: none; margin: var(--rf-space-6) 0 0; padding: 0; }
.rf-feature-list li { align-items: center; display: flex; gap: 12px; }
.rf-feature-list li + li { margin-top: 10px; }
.rf-feature-list li::before { background: var(--rf-color-brand); border-radius: 50%; content: ""; flex: 0 0 6px; height: 6px; width: 6px; }
.rf-product-media { aspect-ratio: 1.25/1; background: #e8e8e8; border-radius: var(--rf-radius-card); box-shadow: var(--rf-shadow-card); overflow: hidden; position: relative; }
.rf-product-media img { height: 100%; object-fit: cover; width: 100%; }
.rf-product-media-dark { background: #101010; }
.rf-product-media-dark img { object-position: center; }
.rf-controller-media { background: #424242; }
.rf-controller-media img { object-position: center 45%; }
.rf-compatibility-section { background: #fff; }
.rf-card-grid { display: grid; gap: var(--rf-space-5); }
.rf-card-grid-three { grid-template-columns: repeat(3,minmax(0,1fr)); }
.rf-platform-card { background: var(--rf-color-surface-muted); border: 1px solid transparent; border-radius: var(--rf-radius-card); min-height: 250px; padding: 38px 32px; position: relative; transition: border-color var(--rf-motion-normal) var(--rf-ease-standard), transform var(--rf-motion-normal) var(--rf-ease-standard); }
.rf-platform-card:hover { border-color: rgba(255,143,28,.55); transform: translateY(-3px); }
.rf-platform-index { color: var(--rf-color-brand); display: block; font-size: 12px; font-weight: 700; letter-spacing: .15em; margin-bottom: var(--rf-space-7); }
.rf-platform-card h3 { font-size: 26px; }
.rf-platform-card p { color: var(--rf-color-text-secondary); margin-top: var(--rf-space-4); }
.rf-software-section { background: #202020; overflow: hidden; }
.rf-software-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: var(--rf-space-6); }
.rf-software-tags span, .rf-status-label { border: 1px solid rgba(255,255,255,.18); border-radius: var(--rf-radius-pill); color: rgba(255,255,255,.84); display: inline-flex; font-size: 13px; padding: 7px 13px; }
.rf-status-label { border-color: rgba(255,143,28,.54); color: var(--rf-color-brand); margin-top: var(--rf-space-5); }
.rf-software-panel { background: radial-gradient(circle at 75% 15%, rgba(255,143,28,.18), transparent 34%), #151515; border: 1px solid rgba(255,255,255,.12); border-radius: var(--rf-radius-card); box-shadow: 0 28px 70px rgba(0,0,0,.34); padding: clamp(18px,3vw,34px); }
.rf-software-window { background: #f3f3f3; border-radius: 8px; box-shadow: 0 18px 38px rgba(0,0,0,.32); min-height: 330px; overflow: hidden; }
.rf-software-window-bar { align-items: center; background: #dedede; display: flex; gap: 6px; height: 32px; padding: 0 12px; }
.rf-software-window-bar span { background: #b7b7b7; border-radius: 50%; height: 7px; width: 7px; }
.rf-software-window-bar span:first-child { background: var(--rf-color-brand); }
.rf-software-window-body { display: grid; grid-template-columns: 29% 71%; min-height: 298px; }
.rf-software-sidebar { background: #292929; display: flex; flex-direction: column; gap: 16px; padding: 24px 18px; }
.rf-software-sidebar strong { color: #fff; font-size: 13px; letter-spacing: .1em; margin-bottom: 12px; }
.rf-software-sidebar span { background: rgba(255,255,255,.1); border-radius: 4px; height: 28px; }
.rf-software-sidebar span.is-active { background: rgba(255,143,28,.28); border-left: 3px solid var(--rf-color-brand); }
.rf-software-controls { color: var(--rf-color-dark); padding: 34px 28px; }
.rf-software-kicker { color: var(--rf-color-brand); display: block; font-size: 9px; font-style: normal; font-weight: 700; letter-spacing: .12em; }
.rf-software-controls strong { display: block; font-size: 21px; margin: 8px 0 24px; }
.rf-software-controls i { background: #d6d6d6; border-radius: 4px; display: block; height: 10px; margin-top: 16px; overflow: hidden; position: relative; }
.rf-software-controls i::before { background: var(--rf-color-brand); content: ""; inset: 0 38% 0 0; position: absolute; }
.rf-software-controls i:nth-of-type(2)::before { right: 56%; }
.rf-software-controls i:nth-of-type(3)::before { right: 22%; }
.rf-software-controls div { display: flex; gap: 10px; margin-top: 34px; }
.rf-software-controls div span { background: #2f2e2e; border-radius: 50%; height: 28px; width: 28px; }
.rf-demo-section { background: #fff; }
.rf-demo-media { aspect-ratio: 16/6.7; background: var(--rf-color-video); border-radius: var(--rf-radius-card); box-shadow: var(--rf-shadow-card); overflow: hidden; position: relative; }
.rf-demo-media::after { background: linear-gradient(180deg, transparent 38%, rgba(0,0,0,.68)); content: ""; inset: 0; position: absolute; }
.rf-demo-media img { height: 100%; object-fit: cover; width: 100%; }
.rf-demo-play { background: rgba(255,143,28,.94); border-radius: 50%; height: 72px; left: 50%; position: absolute; top: 50%; transform: translate(-50%,-50%); width: 72px; z-index: 2; }
.rf-demo-play::after { border-bottom: 10px solid transparent; border-left: 16px solid var(--rf-color-dark); border-top: 10px solid transparent; content: ""; left: 30px; position: absolute; top: 26px; }
.rf-demo-label { bottom: 24px; color: rgba(255,255,255,.82); font-size: 13px; left: 28px; position: absolute; z-index: 2; }
.rf-faq-container { max-width: calc(914px + (var(--rf-page-gutter) * 2)); }
.rf-faq-list { border-top: 1px solid var(--rf-color-border-strong); }
.rf-faq-item { border-bottom: 1px solid var(--rf-color-border); }
.rf-faq-item h3 { margin: 0; }
.rf-faq-item button { align-items: center; background: transparent; border: 0; color: var(--rf-color-text); cursor: pointer; display: flex; font-family: inherit; font-size: 19px; font-weight: 600; justify-content: space-between; min-height: 80px; padding: var(--rf-space-5) 0; text-align: left; width: 100%; }
.rf-faq-item button > span { flex: 0 0 20px; height: 20px; margin-left: var(--rf-space-5); position: relative; width: 20px; }
.rf-faq-item button > span::before, .rf-faq-item button > span::after { background: currentColor; content: ""; height: 2px; left: 2px; position: absolute; top: 9px; transition: transform var(--rf-motion-fast) var(--rf-ease-standard); width: 16px; }
.rf-faq-item button > span::after { transform: rotate(90deg); }
.rf-faq-item button[aria-expanded="true"] { color: var(--rf-color-brand-hover); }
.rf-faq-item button[aria-expanded="true"] > span::after { transform: rotate(0); }
.rf-faq-answer { color: var(--rf-color-text-secondary); max-width: 760px; padding: 0 48px var(--rf-space-6) 0; }
.rf-faq-answer a { color: var(--rf-color-brand-hover); text-decoration: underline; text-underline-offset: 3px; }
