html{scroll-behavior:smooth}.rt-landing{min-height:100vh;color:var(--ds-color-text-primary);background:linear-gradient(180deg,var(--ds-surface-canvas,#f7f9fc),var(--ds-color-bg-primary) 42%),var(--ds-color-bg-primary)}.rt-landing--motion [data-bh-reveal]{opacity:0;transform:translateY(18px);transition:opacity .62s var(--ds-motion-ease-out),transform .62s var(--ds-motion-ease-out)}.rt-landing--motion [data-bh-reveal].is-visible{opacity:1;transform:translateY(0)}.rt-landing--motion .rt-landing__hero-actions[data-bh-reveal],.rt-landing--motion .rt-landing__hero-proof[data-bh-reveal]{transition-delay:90ms}.rt-landing section[id],.rt-landing__tour[id]{scroll-margin-top:88px}.rt-landing__skip-link{position:fixed;left:24px;top:14px;z-index:80;transform:translateY(-72px);border-radius:var(--bh-radius-control);background:var(--ds-color-primary);color:var(--ds-color-text-on-primary,#fff);padding:10px 14px;font-size:var(--bh-text-body);font-weight:var(--bh-weight-bold);text-decoration:none;transition:transform var(--ds-motion-fast,.16s) var(--ds-motion-ease-out,ease)}.rt-landing__skip-link:focus{transform:translateY(0)}#rt-main:focus{outline:none}.rt-public-header{position:fixed;top:0;left:0;right:0;z-index:50;border-bottom:1px solid color-mix(in srgb,var(--ds-color-border) 78%,transparent);background:color-mix(in srgb,var(--ds-color-bg-primary) 88%,transparent);backdrop-filter:blur(18px);transition:background var(--ds-motion-normal,.18s) var(--ds-motion-ease-out,ease),box-shadow var(--ds-motion-normal,.18s) var(--ds-motion-ease-out,ease),border-color var(--ds-motion-normal,.18s) var(--ds-motion-ease-out,ease)}.rt-public-header.is-scrolled{border-color:color-mix(in srgb,var(--ds-color-primary) 12%,var(--ds-color-border));background:color-mix(in srgb,var(--ds-color-bg-primary) 94%,transparent);box-shadow:0 14px 34px color-mix(in srgb,var(--ds-color-text-primary) 7%,transparent)}.rt-public-header__inner{display:grid;grid-template-columns:auto 1fr auto auto;gap:18px;align-items:center;max-width:1180px;height:68px;margin:0 auto;padding:0 24px}.rt-landing__text-link,.rt-link-button,.rt-public-header__brand,.rt-public-header__mobile-menu a,.rt-public-header__nav a{color:inherit;text-decoration:none}.rt-public-header__brand{display:inline-flex;align-items:center;gap:10px;min-width:0;font-weight:var(--bh-weight-bold);font-size:var(--bh-text-title);transition:transform var(--ds-motion-fast,.16s) var(--ds-motion-ease-out,ease)}.rt-public-header__brand:hover{transform:translateY(-1px)}.rt-public-header__logo{border-radius:var(--bh-radius-control);box-shadow:0 8px 20px color-mix(in srgb,var(--ds-color-primary) 22%,transparent)}.rt-public-header__nav{display:flex;justify-content:center;gap:24px;font-size:var(--bh-text-body);font-weight:var(--bh-weight-bold);color:var(--ds-color-text-secondary)}.rt-public-header__mobile-menu a,.rt-public-header__nav a{transition:color var(--ds-motion-fast,.16s) var(--ds-motion-ease-out,ease)}.rt-public-header__mobile-menu a:hover,.rt-public-header__nav a:hover{color:var(--ds-color-primary)}.rt-public-header__actions{display:flex;align-items:center;gap:10px}.rt-public-header__menu-button{display:none;width:40px;height:40px;border:1px solid var(--ds-color-border);border-radius:var(--bh-radius-control);background:var(--ds-surface-card,var(--ds-color-bg-primary));color:var(--ds-color-text-primary);align-items:center;justify-content:center;cursor:pointer}.rt-public-header__mobile-menu{display:none}.rt-link-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:0 16px;border-radius:var(--bh-radius-control);border:1px solid transparent;font-size:var(--bh-text-body);font-weight:var(--bh-weight-bold);line-height:1;white-space:nowrap;transition:transform var(--ds-motion-fast,.16s) var(--ds-motion-ease-out,ease),box-shadow var(--ds-motion-fast,.16s) var(--ds-motion-ease-out,ease),border-color var(--ds-motion-fast,.16s) var(--ds-motion-ease-out,ease),background var(--ds-motion-fast,.16s) var(--ds-motion-ease-out,ease)}.rt-link-button:hover{transform:translateY(-1px)}.rt-link-button svg{transition:transform var(--ds-motion-fast,.16s) var(--ds-motion-ease-out,ease)}.rt-link-button:hover svg{transform:translateX(2px)}.rt-landing__text-link:focus-visible,.rt-link-button:focus-visible,.rt-public-footer__nav a:focus-visible,.rt-public-footer__signin:focus-visible,.rt-public-header__brand:focus-visible,.rt-public-header__menu-button:focus-visible,.rt-public-header__mobile-menu a:focus-visible,.rt-public-header__nav a:focus-visible{outline:3px solid color-mix(in srgb,var(--ds-color-primary) 34%,transparent);outline-offset:3px}.rt-link-button--primary{color:var(--ds-color-text-on-primary,#fff);background:var(--ds-color-primary);box-shadow:0 14px 28px color-mix(in srgb,var(--ds-color-primary) 24%,transparent)}.rt-link-button--secondary{color:var(--ds-color-primary);border-color:color-mix(in srgb,var(--ds-color-primary) 28%,var(--ds-color-border));background:color-mix(in srgb,var(--ds-color-bg-primary) 90%,var(--ds-color-primary) 4%)}.rt-link-button--ghost{color:var(--ds-color-text-secondary);border-color:color-mix(in srgb,var(--ds-color-border) 70%,transparent);background:color-mix(in srgb,var(--ds-color-bg-primary) 72%,transparent)}.rt-landing__container{width:min(1180px,calc(100% - 48px));margin:0 auto}.rt-landing__hero{position:relative;min-height:min(760px,calc(100vh - 72px));padding:118px 0 52px;overflow:hidden;isolation:isolate;background:linear-gradient(90deg,var(--ds-color-bg-primary) 0,color-mix(in srgb,var(--ds-color-bg-primary) 78%,transparent) 48%,transparent 100%),linear-gradient(0deg,color-mix(in srgb,var(--ds-color-primary) 5%,transparent) 1px,transparent 1px),linear-gradient(90deg,color-mix(in srgb,var(--ds-color-primary) 5%,transparent) 1px,transparent 1px),linear-gradient(135deg,transparent 0 62%,color-mix(in srgb,var(--ds-color-success) 8%,transparent) 62% 100%),linear-gradient(28deg,transparent 0 68%,color-mix(in srgb,var(--ds-color-warning) 7%,transparent) 68% 100%),color-mix(in srgb,var(--ds-color-primary) 7%,var(--ds-color-bg-primary));background-size:auto,56px 56px,56px 56px,auto,auto,auto}.rt-landing__hero:after{content:"";position:absolute;inset:auto 0 0;height:1px;background:var(--ds-color-border)}.rt-landing__hero-content{position:relative;z-index:2;max-width:1180px}.rt-landing__eyebrow,.rt-landing__integrity-grid>div>span,.rt-landing__section-heading>span,.rt-landing__tour-copy>span{display:inline-flex;align-items:center;gap:8px;min-height:32px;padding:0 10px;border-radius:var(--bh-radius-control);border:1px solid color-mix(in srgb,var(--ds-color-primary) 22%,var(--ds-color-border));color:var(--ds-color-primary);background:color-mix(in srgb,var(--ds-color-primary) 9%,var(--ds-color-bg-primary));font-size:var(--bh-text-body);font-weight:var(--bh-weight-bold)}.rt-landing__hero h1{max-width:720px;margin:20px 0 18px;font-size:var(--bh-text-display);line-height:1.02;font-weight:var(--bh-weight-bold);letter-spacing:0}.rt-landing__hero-copy{max-width:600px;margin:0;color:var(--ds-color-text-secondary);font-size:var(--bh-text-title);line-height:1.65}.rt-landing__hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.rt-landing__hero-proof{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;width:min(680px,100%);margin-top:44px}.rt-landing__hero-proof div{min-width:0;padding:12px;border:1px solid color-mix(in srgb,var(--ds-color-border) 80%,transparent);border-radius:var(--bh-radius-control);background:color-mix(in srgb,var(--ds-color-bg-primary) 72%,transparent);backdrop-filter:blur(12px)}.rt-landing__hero-proof strong{display:block;font-size:var(--bh-text-title);line-height:1}.rt-landing__hero-proof span{display:block;margin-top:6px;color:var(--ds-color-text-muted);font-size:var(--bh-text-detail);line-height:1.35}.rt-landing__trust-strip{display:flex;flex-wrap:wrap;gap:8px;width:min(760px,100%);margin-top:16px}.rt-landing__trust-strip span{display:inline-flex;align-items:center;min-height:30px;padding:0 10px;border:1px solid color-mix(in srgb,var(--ds-color-border) 76%,transparent);border-radius:var(--bh-radius-control);background:color-mix(in srgb,var(--ds-color-bg-primary) 70%,transparent);color:var(--ds-color-text-secondary);font-size:var(--bh-text-detail);font-weight:var(--bh-weight-bold);backdrop-filter:blur(12px)}.rt-product-scene{position:absolute;inset:92px max(24px,calc((100vw - 1180px) / 2)) 34px auto;width:min(620px,48vw);border:1px solid color-mix(in srgb,var(--ds-color-primary) 18%,var(--ds-color-border));border-radius:var(--bh-radius-control);background:linear-gradient(180deg,color-mix(in srgb,var(--ds-surface-card) 96%,var(--ds-color-primary) 2%),var(--ds-surface-panel,#f5f7fb)),var(--ds-surface-card,#fff);box-shadow:0 32px 78px color-mix(in srgb,var(--ds-color-primary) 16%,transparent),inset 0 1px 0 color-mix(in srgb,#fff 60%,transparent);padding:18px;transform:perspective(1100px) rotateY(-7deg) rotateX(3deg);z-index:1;animation:rt-scene-float 8s ease-in-out infinite;pointer-events:none}.rt-product-scene:before{content:"";position:absolute;inset:0;pointer-events:none;border-radius:inherit;background:linear-gradient(115deg,transparent,transparent 34%,color-mix(in srgb,#fff 32%,transparent) 48%,transparent 64%,transparent);transform:translateX(-120%);animation:rt-scene-sheen 7s ease-in-out infinite}.rt-product-scene__topbar{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center;margin-bottom:12px;color:var(--ds-color-text-secondary);font-size:var(--bh-text-detail);font-weight:var(--bh-weight-bold)}.rt-product-scene__topbar strong{color:var(--ds-color-text-primary);font-size:var(--bh-text-body)}.rt-product-scene__topbar em{border:1px solid color-mix(in srgb,var(--ds-color-success) 26%,var(--ds-color-border));border-radius:var(--bh-radius-control);padding:5px 8px;color:var(--ds-color-success);background:color-mix(in srgb,var(--ds-color-success) 8%,var(--ds-color-bg-primary));font-style:normal}.rt-product-scene__event-stream,.rt-product-scene__interview,.rt-product-scene__pipeline,.rt-product-scene__rag,.rt-product-scene__rail,.rt-product-scene__score{border:1px solid var(--ds-color-border);border-radius:var(--bh-radius-control);background:color-mix(in srgb,var(--ds-color-bg-primary) 84%,transparent)}.rt-product-scene__rail{display:flex;gap:8px;padding:8px}.rt-product-scene__rail span{flex:1;padding:8px 6px;border-radius:var(--bh-radius-chip);color:var(--ds-color-text-muted);font-size:var(--bh-text-detail);font-weight:var(--bh-weight-bold);text-align:center;background:var(--ds-surface-panel,#f5f7fb)}.rt-product-scene__rail span.is-active{color:var(--ds-color-primary);background:color-mix(in srgb,var(--ds-color-primary) 10%,var(--ds-color-bg-primary));box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--ds-color-primary) 18%,transparent)}.rt-product-scene__pipeline{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:12px;padding:10px}.rt-product-scene__stage{min-height:128px;padding:10px;border-radius:var(--bh-radius-control);background:var(--ds-surface-card,#fff);border:1px solid color-mix(in srgb,var(--ds-color-border) 74%,transparent)}.rt-product-scene__stage em,.rt-product-scene__stage span{display:block;color:var(--ds-color-text-muted);font-size:var(--bh-text-detail);font-style:normal;font-weight:var(--bh-weight-bold)}.rt-product-scene__stage strong{display:block;margin:16px 0 10px;font-size:var(--bh-text-display);line-height:1}.rt-product-scene__stage-meter{position:relative;height:5px;margin-bottom:12px;overflow:hidden;border-radius:var(--bh-radius-full);background:color-mix(in srgb,var(--ds-color-border) 72%,transparent)}.rt-product-scene__stage-meter:after{content:"";position:absolute;inset:0 auto 0 0;width:var(--rt-stage-progress);border-radius:inherit;background:linear-gradient(90deg,var(--ds-color-primary),var(--ds-color-success));transform-origin:left;animation:rt-stage-fill 1.8s var(--ds-motion-ease-out,ease-out) both}.rt-product-scene__candidate{display:grid;gap:2px;min-height:34px;margin-bottom:8px;padding:7px;border:1px solid color-mix(in srgb,var(--ds-color-primary) 9%,var(--ds-color-border));border-radius:var(--bh-radius-control);background:color-mix(in srgb,var(--ds-color-bg-primary) 80%,transparent)}.rt-product-scene__candidate b,.rt-product-scene__candidate small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rt-product-scene__candidate b{color:var(--ds-color-text-primary);font-size:var(--bh-text-detail);line-height:1.1}.rt-product-scene__candidate small{color:var(--ds-color-text-muted);font-size:var(--bh-text-detail);font-weight:var(--bh-weight-bold)}.rt-product-scene__body{display:grid;grid-template-columns:1.1fr .9fr;gap:12px;margin-top:12px}.rt-product-scene__interview{padding:16px}.rt-product-scene__interview div:first-child{display:flex;align-items:center;gap:8px;color:var(--ds-color-text-secondary);font-size:var(--bh-text-detail);font-weight:var(--bh-weight-bold)}.rt-product-scene__dot{width:8px;height:8px;border-radius:var(--bh-radius-full);background:var(--ds-color-success);box-shadow:0 0 0 6px color-mix(in srgb,var(--ds-color-success) 16%,transparent)}.rt-product-scene__interview p{margin:12px 0 14px;color:var(--ds-color-text-primary);font-size:var(--bh-text-emphasis);line-height:1.45;font-weight:var(--bh-weight-bold)}.rt-product-scene__event-stream{display:grid;align-content:start;gap:8px;padding:10px}.rt-product-scene__event{display:grid;grid-template-columns:28px 1fr auto;gap:8px;align-items:center;padding:8px;border:1px solid color-mix(in srgb,var(--ds-color-border) 72%,transparent);border-radius:var(--bh-radius-control);background:var(--ds-surface-card,#fff);animation:rt-event-rise .72s var(--ds-motion-ease-out,ease) both}.rt-product-scene__event:nth-child(2){animation-delay:.14s}.rt-product-scene__event:nth-child(3){animation-delay:.28s}.rt-product-scene__event>span{display:grid;width:28px;height:28px;place-items:center;border-radius:var(--bh-radius-control);color:var(--ds-color-primary);background:color-mix(in srgb,var(--ds-color-primary) 9%,var(--ds-color-bg-primary));font-size:var(--bh-text-detail);font-weight:var(--bh-weight-bold)}.rt-product-scene__event em,.rt-product-scene__event p,.rt-product-scene__event strong{display:block;margin:0;line-height:1.25}.rt-product-scene__event strong{color:var(--ds-color-text-primary);font-size:var(--bh-text-detail)}.rt-product-scene__event em,.rt-product-scene__event p{color:var(--ds-color-text-muted);font-size:var(--bh-text-detail);font-style:normal}.rt-product-scene__waves{display:grid;grid-template-columns:repeat(5,1fr);gap:6px;height:38px;align-items:end}.rt-product-scene__waves span{display:block;border-radius:var(--bh-radius-chip);background:color-mix(in srgb,var(--ds-color-primary) 78%,var(--ds-color-success));animation:rt-wave 1.7s ease-in-out infinite}.rt-product-scene__waves span:first-child{height:42%}.rt-product-scene__waves span:nth-child(2){height:88%;animation-delay:.12s}.rt-product-scene__waves span:nth-child(3){height:58%;animation-delay:.24s}.rt-product-scene__waves span:nth-child(4){height:74%;animation-delay:.36s}.rt-product-scene__waves span:nth-child(5){height:50%;animation-delay:.48s}.rt-product-scene__score{position:absolute;right:-18px;bottom:44px;width:210px;padding:14px;box-shadow:0 18px 42px color-mix(in srgb,var(--ds-color-text-primary) 10%,transparent)}.rt-product-scene__score p,.rt-product-scene__score span{display:block;color:var(--ds-color-text-muted);font-size:var(--bh-text-detail);line-height:1.45}.rt-product-scene__score span{margin-top:10px;color:var(--ds-color-text-secondary);font-weight:var(--bh-weight-bold)}.rt-product-scene__score-ring{display:grid;width:78px;height:78px;place-items:center;border-radius:var(--bh-radius-full);background:radial-gradient(circle at center,var(--ds-color-bg-primary) 0 56%,transparent 58%),conic-gradient(var(--ds-color-success) 0 92%,color-mix(in srgb,var(--ds-color-border) 70%,transparent) 92% 100%)}.rt-product-scene__score-ring strong{color:var(--ds-color-success);font-size:var(--bh-text-display);line-height:1}.rt-product-scene__score-chips{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.rt-product-scene__score-chips small{border:1px solid color-mix(in srgb,var(--ds-color-success) 22%,var(--ds-color-border));border-radius:var(--bh-radius-control);padding:4px 6px;color:var(--ds-color-success);background:color-mix(in srgb,var(--ds-color-success) 7%,var(--ds-color-bg-primary));font-size:var(--bh-text-detail);font-weight:var(--bh-weight-bold)}.rt-product-scene__rag{position:absolute;left:18px;bottom:18px;width:252px;padding:12px;box-shadow:0 18px 38px color-mix(in srgb,var(--ds-color-primary) 10%,transparent)}.rt-product-scene__rag span,.rt-product-scene__rag strong{display:block;line-height:1.35}.rt-product-scene__rag strong{color:var(--ds-color-primary);font-size:var(--bh-text-detail)}.rt-product-scene__rag span{margin-top:4px;color:var(--ds-color-text-muted);font-size:var(--bh-text-detail)}.rt-landing__section{padding:84px 0}.rt-landing__section--compact{padding-top:58px}.rt-landing__section-heading{max-width:700px;margin-bottom:28px}.rt-landing__final h2,.rt-landing__integrity-grid h2,.rt-landing__section-heading h2,.rt-landing__tour-copy h2{margin:14px 0 0;font-size:var(--bh-text-display);line-height:1.14;font-weight:var(--bh-weight-bold);letter-spacing:0}.rt-landing__cards{display:grid;gap:14px}.rt-landing__cards--pricing,.rt-landing__cards--three{grid-template-columns:repeat(3,minmax(0,1fr))}.rt-landing__card,.rt-landing__matrix div,.rt-landing__price,.rt-landing__step,.rt-landing__studio-item{border:1px solid color-mix(in srgb,var(--ds-color-primary) 10%,var(--ds-color-border));border-radius:var(--bh-radius-control);background:var(--ds-surface-card,var(--ds-color-bg-primary));box-shadow:0 10px 28px color-mix(in srgb,var(--ds-color-text-primary) 4%,transparent)}.rt-landing__card{padding:22px;transition:transform var(--ds-motion-normal,.18s) var(--ds-motion-ease-out,ease),box-shadow var(--ds-motion-normal,.18s) var(--ds-motion-ease-out,ease),border-color var(--ds-motion-normal,.18s) var(--ds-motion-ease-out,ease)}.rt-landing__card:hover,.rt-landing__matrix div:hover,.rt-landing__price:hover,.rt-landing__step:hover,.rt-landing__studio-item:hover{transform:translateY(-3px);border-color:color-mix(in srgb,var(--ds-color-primary) 24%,var(--ds-color-border));box-shadow:0 18px 44px color-mix(in srgb,var(--ds-color-primary) 10%,transparent)}.rt-landing__card svg,.rt-landing__final svg,.rt-landing__studio-item svg{color:var(--ds-color-primary)}.rt-landing__card h3,.rt-landing__price h3,.rt-landing__step h3{margin:14px 0 8px;font-size:var(--bh-text-title);line-height:1.25}.rt-landing__card p,.rt-landing__final p,.rt-landing__integrity-grid p,.rt-landing__step p,.rt-landing__tour-copy p{margin:0;color:var(--ds-color-text-secondary);line-height:1.65;font-size:var(--bh-text-emphasis)}.rt-landing__integrity-grid,.rt-landing__tour-grid,.rt-landing__workflow{display:grid;grid-template-columns:.85fr 1.15fr;gap:34px;align-items:start}.rt-landing__steps{display:grid;gap:12px}.rt-landing__step{padding:20px;transition:transform var(--ds-motion-normal,.18s) var(--ds-motion-ease-out,ease),box-shadow var(--ds-motion-normal,.18s) var(--ds-motion-ease-out,ease),border-color var(--ds-motion-normal,.18s) var(--ds-motion-ease-out,ease)}.rt-landing__step>span{color:var(--ds-color-primary);font-size:var(--bh-text-body);font-weight:var(--bh-weight-bold)}.rt-landing__tour{padding:76px 0;background:color-mix(in srgb,var(--ds-color-primary) 5%,var(--ds-color-bg-primary));border-top:1px solid var(--ds-color-border);border-bottom:1px solid var(--ds-color-border)}.rt-landing__text-link{display:inline-flex;align-items:center;gap:4px;margin-top:20px;color:var(--ds-color-primary);font-weight:var(--bh-weight-bold)}.rt-landing__matrix{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.rt-landing__matrix div{padding:18px;transition:transform var(--ds-motion-normal,.18s) var(--ds-motion-ease-out,ease),box-shadow var(--ds-motion-normal,.18s) var(--ds-motion-ease-out,ease),border-color var(--ds-motion-normal,.18s) var(--ds-motion-ease-out,ease)}.rt-landing__matrix span,.rt-landing__matrix strong,.rt-landing__studio-item span,.rt-landing__studio-item strong{display:block}.rt-landing__matrix strong{margin-bottom:8px}.rt-landing__matrix span,.rt-landing__studio-item span{color:var(--ds-color-text-muted);font-size:var(--bh-text-body);line-height:1.45}.rt-landing__studio{display:grid;grid-template-columns:.95fr 1.05fr;gap:32px;align-items:center}.rt-landing__studio-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.rt-landing__studio-item{padding:18px;transition:transform var(--ds-motion-normal,.18s) var(--ds-motion-ease-out,ease),box-shadow var(--ds-motion-normal,.18s) var(--ds-motion-ease-out,ease),border-color var(--ds-motion-normal,.18s) var(--ds-motion-ease-out,ease)}.rt-landing__studio-item strong{margin:12px 0 6px}.rt-landing__integrity{padding:76px 0;background:linear-gradient(135deg,color-mix(in srgb,var(--ds-color-text-primary) 92%,var(--ds-color-primary)),color-mix(in srgb,var(--ds-color-text-primary) 82%,var(--ds-color-success)));color:var(--ds-color-text-inverse,#fff)}.rt-landing__integrity-grid li,.rt-landing__integrity-grid p{color:color-mix(in srgb,var(--ds-color-text-inverse,#fff) 78%,transparent)}.rt-landing__integrity-grid ul,.rt-landing__price ul{list-style:none;margin:0;padding:0}.rt-landing__integrity-grid li,.rt-landing__price li{display:flex;align-items:flex-start;gap:10px;margin-bottom:12px;line-height:1.5}.rt-landing__integrity-grid li svg,.rt-landing__price li svg{color:var(--ds-color-success);flex:0 0 auto;margin-top:2px}.rt-landing__price{display:flex;min-height:356px;flex-direction:column;justify-content:space-between;padding:22px;transition:transform var(--ds-motion-normal,.18s) var(--ds-motion-ease-out,ease),box-shadow var(--ds-motion-normal,.18s) var(--ds-motion-ease-out,ease),border-color var(--ds-motion-normal,.18s) var(--ds-motion-ease-out,ease)}.rt-landing__price.is-featured{border-color:color-mix(in srgb,var(--ds-color-primary) 46%,var(--ds-color-border));box-shadow:0 22px 52px color-mix(in srgb,var(--ds-color-primary) 14%,transparent)}.rt-landing__price strong{display:block;margin:14px 0 6px;font-size:var(--bh-text-display);line-height:1}.rt-landing__price>div>span{color:var(--ds-color-text-muted);font-size:var(--bh-text-body)}.rt-landing__price ul{margin:18px 0;color:var(--ds-color-text-secondary);font-size:var(--bh-text-body)}.rt-landing__final{padding:84px 0 92px;text-align:center}.rt-landing__final .rt-landing__container{max-width:760px}.rt-landing__final p{margin:16px auto 26px;max-width:620px}.rt-landing__final div:last-child{display:flex;justify-content:center;flex-wrap:wrap;gap:12px}.rt-public-footer{border-top:1px solid var(--ds-color-border);background:linear-gradient(180deg,var(--ds-color-bg-primary),color-mix(in srgb,var(--ds-color-primary) 5%,var(--ds-color-bg-primary))),var(--ds-color-bg-primary)}.rt-public-footer__bottom,.rt-public-footer__inner{width:min(1180px,calc(100% - 48px));margin:0 auto}.rt-public-footer__inner{display:grid;grid-template-columns:1fr auto 1fr;gap:34px;align-items:start;padding:42px 0 28px}.rt-public-footer__brand a{display:inline-flex;align-items:center;gap:10px;color:var(--ds-color-text-primary);font-size:var(--bh-text-title);font-weight:var(--bh-weight-bold);text-decoration:none}.rt-public-footer__brand img{border-radius:var(--bh-radius-control)}.rt-public-footer__brand p{max-width:390px;margin:14px 0 0;color:var(--ds-color-text-secondary);font-size:var(--bh-text-body);line-height:1.65}.rt-public-footer__nav{display:grid;grid-template-columns:repeat(2,minmax(118px,1fr));gap:10px 20px;font-size:var(--bh-text-body);font-weight:var(--bh-weight-bold)}.rt-public-footer__nav a,.rt-public-footer__signin{color:var(--ds-color-text-secondary);text-decoration:none}.rt-public-footer__nav a:hover,.rt-public-footer__signin:hover{color:var(--ds-color-primary)}.rt-public-footer__cta{display:grid;justify-items:end;gap:14px}.rt-public-footer__trust{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.rt-public-footer__trust span{display:inline-flex;align-items:center;gap:6px;min-height:30px;padding:0 9px;border:1px solid color-mix(in srgb,var(--ds-color-border) 76%,transparent);border-radius:var(--bh-radius-control);background:color-mix(in srgb,var(--ds-color-bg-primary) 76%,transparent);color:var(--ds-color-text-secondary);font-size:var(--bh-text-detail);font-weight:var(--bh-weight-bold)}.rt-public-footer__trust svg{color:var(--ds-color-primary)}.rt-public-footer__bottom{display:flex;justify-content:space-between;gap:18px;padding:18px 0 26px;border-top:1px solid color-mix(in srgb,var(--ds-color-border) 82%,transparent);color:var(--ds-color-text-muted);font-size:var(--bh-text-detail);line-height:1.5}@keyframes rt-wave{0%,to{transform:scaleY(.82);opacity:.72}50%{transform:scaleY(1);opacity:1}}@keyframes rt-scene-float{0%,to{transform:perspective(1100px) rotateY(-7deg) rotateX(3deg) translateY(0)}50%{transform:perspective(1100px) rotateY(-6deg) rotateX(2deg) translateY(-8px)}}@keyframes rt-scene-sheen{0%,68%{transform:translateX(-120%)}to{transform:translateX(120%)}}@keyframes rt-stage-fill{0%{transform:scaleX(.18)}to{transform:scaleX(1)}}@keyframes rt-event-rise{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes rt-menu-drop{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@media (max-width:980px){.rt-public-header__inner{grid-template-columns:auto 1fr auto}.rt-public-header__actions,.rt-public-header__nav{display:none}.rt-public-header__menu-button{display:inline-flex}.rt-public-header__mobile-menu{display:grid;gap:14px;max-height:calc(100dvh - 62px);overflow-y:auto;overscroll-behavior:contain;padding:16px 24px 22px;border-top:1px solid var(--ds-color-border);background:var(--ds-color-bg-primary);animation:rt-menu-drop .16s var(--ds-motion-ease-out,ease) both}.rt-public-header__mobile-actions{display:grid;gap:10px;padding-top:8px}.rt-landing__hero{padding-top:104px}.rt-product-scene{opacity:.34;right:-80px;width:560px;transform:none;animation:none}.rt-product-scene__body{grid-template-columns:1fr}.rt-product-scene__event-stream,.rt-product-scene__rag{display:none}.rt-landing__cards--pricing,.rt-landing__cards--three,.rt-landing__integrity-grid,.rt-landing__studio,.rt-landing__tour-grid,.rt-landing__workflow,.rt-public-footer__inner{grid-template-columns:1fr}.rt-public-footer__cta{justify-items:start}.rt-public-footer__trust{justify-content:flex-start}}@media (max-width:680px){.rt-landing__container,.rt-public-footer__bottom,.rt-public-footer__inner,.rt-public-header__inner{width:auto;padding-left:18px;padding-right:18px}.rt-public-header__inner{height:62px}.rt-landing__hero{min-height:auto;padding:92px 0 38px}.rt-landing__hero h1{max-width:100%;font-size:var(--bh-text-display)}.rt-landing__hero-copy{font-size:var(--bh-text-emphasis)}.rt-landing__final div:last-child,.rt-landing__hero-actions{display:grid}.rt-link-button{width:100%}.rt-landing__hero-proof,.rt-landing__matrix,.rt-landing__studio-grid{grid-template-columns:1fr}.rt-product-scene{display:none}.rt-public-footer__nav{grid-template-columns:1fr}.rt-public-footer__bottom{display:grid}.rt-landing__final,.rt-landing__integrity,.rt-landing__section,.rt-landing__tour{padding-top:54px;padding-bottom:54px}.rt-landing__final h2,.rt-landing__integrity-grid h2,.rt-landing__section-heading h2,.rt-landing__tour-copy h2{font-size:var(--bh-text-display)}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.rt-landing,.rt-landing *,.rt-landing :after,.rt-landing :before{animation:none!important;transition:none!important}.rt-product-scene,.rt-product-scene:before{animation:none!important}.rt-product-scene:before{display:none}.rt-product-scene__stage-meter:after{transform:scaleX(1)!important}.rt-landing__card:hover,.rt-landing__matrix div:hover,.rt-landing__price:hover,.rt-landing__step:hover,.rt-landing__studio-item:hover,.rt-link-button:hover{transform:none!important}}