/* Recrutaê OS: institutional typography, product palette, no runtime dependencies. */
.ros-page {
  --ros-navy: #1f1e42;
  --ros-ink: #0b0a18;
  --ros-yellow: #fbb900;
  --ros-paper: #f5f0e8;
  --ros-white: #fffefa;
  --ros-muted: #635f70;
  --ros-line: #ded9d0;
  --ros-soft: #eee9e1;
  background: var(--ros-paper);
  color: var(--ros-navy);
}
.ros-page [hidden] { display: none !important; }
.ros-container { width: 100%; max-width: 1280px; margin-inline: auto; padding-inline: 40px; }
.ros-page :is(a, button, select, summary, [tabindex]):focus-visible { outline: 3px solid #a77500; outline-offset: 5px; }
.ros-page :is(.ros-hero, .ros-plans-section, .ros-final) :is(a, button):focus-visible { outline-color: var(--ros-yellow); }
.ros-page button, .ros-page select { font: inherit; }
.ros-page button { cursor: pointer; }
.ros-page :is(section, main) { scroll-margin-top: 110px; }
.ros-page .ros-icon { width: 20px; height: 20px; flex-shrink: 0; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.ros-skip { position: absolute; left: 20px; top: -80px; z-index: 200; padding: 12px 20px; background: var(--ros-yellow); color: var(--ros-ink); }
.ros-skip:focus { top: 12px; }
.ros-header { position: sticky; top: 0; z-index: 100; background: var(--ros-paper); border-bottom: 1px solid var(--ros-line); }
.ros-header-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 80px; }
.ros-brand-nav { display: flex; align-items: center; gap: 24px; margin-right: auto; }
.ros-back-link { display: inline-flex; align-items: center; gap: 9px; border-left: 1px solid var(--ros-line); padding: 10px 0 10px 24px; font-size: 12px; font-weight: 600; white-space: nowrap; }
.ros-back-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.ros-home-logo { display: flex; align-items: center; gap: 18px; flex-shrink: 0; }
.ros-home-logo img { width: 64px; height: auto; }
.ros-desktop-nav { display: flex; gap: 25px; align-items: center; }
.ros-desktop-nav a { font-size: 13px; font-weight: 600; white-space: nowrap; }
.ros-desktop-nav a:hover { text-decoration: underline; text-underline-offset: 5px; }
.ros-button { display: inline-flex; justify-content: center; align-items: center; gap: 22px; min-height: 54px; padding: 15px 25px; border: 1px solid transparent; border-radius: 8px; background: var(--ros-yellow); color: var(--ros-ink); font-size: 14px; font-weight: 700; line-height: 1.4; transition: background .2s, transform .2s; text-align: center; }
.ros-button:hover { background: #ffd15a; transform: translateY(-2px); }
.ros-button > span { font-size: 19px; line-height: 1; }
.ros-button-small { min-height: 42px; font-size: 12px; padding: 11px 17px; gap: 12px; }
.ros-mobile-nav { display: none; }
.ros-hero {
  color: var(--ros-paper);
  overflow: hidden;
  background-color: var(--ros-navy);
  background-image:
    radial-gradient(ellipse at 4% 0%, #6b5ce754 0%, #6b5ce712 36%, transparent 62%),
    radial-gradient(ellipse at 100% 38%, #fbb90030 0%, #fbb9000a 36%, transparent 65%),
    radial-gradient(ellipse at 72% 100%, #6b5ce738 0%, transparent 55%),
    linear-gradient(125deg, #1f1e42 8%, #18152f 53%, #0b0a18 100%);
}
.ros-hero-grid { display: grid; grid-template-columns: .94fr 1.06fr; gap: 56px; align-items: center; padding-top: 70px; padding-bottom: 58px; }
.ros-hero-lockup { width: 250px; height: auto; margin-bottom: 27px; }
.ros-signal { width: 7px; height: 7px; background: var(--ros-yellow); border-radius: 50%; display: inline-block; flex-shrink: 0; }
.ros-hero h1 { font-family: var(--font-display); font-size: clamp(48px, 5.6vw, 76px); font-weight: 600; line-height: 1.01; letter-spacing: -.047em; margin-bottom: 27px; }
.ros-lead { font-size: 17px; line-height: 1.8; color: #d3d0df; max-width: 445px; }
.ros-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; margin-top: 32px; }
.ros-text-link { font-size: 13px; display: inline-flex; gap: 13px; align-items: center; text-decoration: underline; text-underline-offset: 5px; }
.ros-text-link:hover { color: var(--ros-yellow); }
.ros-hero-note { margin-top: 24px; color: #b5b1c6; font-size: 12px; max-width: 330px; }
.ros-hero-visual { position: relative; min-width: 0; padding-top: 6px; }
.ros-window { overflow: hidden; border: 1px solid rgba(255,255,255,.2); border-radius: 13px; background: var(--ros-white); color: var(--ros-navy); }
.ros-window-bar { min-height: 36px; background: #f0edf0; color: #655d70; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 9px 15px; font-size: 9px; border-bottom: 1px solid #e1dde3; }
.ros-window-bar > .ros-icon { width: 12px; height: 12px; }
.ros-window-dots { display: flex; gap: 4px; }
.ros-window-dots i { display: block; width: 5px; height: 5px; border-radius: 50%; background: #c8c3cd; }
.ros-career-mini { width: 79%; margin-left: auto; margin-right: 9%; }
.ros-career-mini-body { padding: 17px 24px 20px; background: #f7faf7; position: relative; }
.ros-client-logo { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 600; }
.ros-client-logo > span { width: 25px; height: 25px; display: grid; place-items: center; background: #166f66; color: white; font-size: 20px; line-height: 1; border-radius: 6px; font-family: var(--font-display); }
.ros-mini-overline { float: right; padding-top: 5px; font-size: 9px; color: #626a66; }
.ros-career-mini h2 { font-family: var(--font-display); color: #24564f; font-size: 29px; line-height: 1.1; font-weight: 500; letter-spacing: -.03em; margin: 19px 0 18px; }
.ros-mini-job { display: flex; justify-content: space-between; align-items: center; padding: 11px 12px; background: white; border: 1px solid #dce4de; border-radius: 6px; }
.ros-mini-job strong { display: block; font-size: 10px; font-weight: 600; }
.ros-mini-job small { display: block; font-size: 9px; color: #6d7470; margin-top: 3px; }
.ros-mini-job-arrow { color: #166f66; }
.ros-connection { display: flex; justify-content: center; gap: 12px; align-items: center; height: 51px; color: #dfdbe7; font-size: 10px; }
.ros-connection > span:first-child { color: var(--ros-yellow); font-size: 29px; line-height: 1; }
.ros-board-mini { background: #edeaf1; padding: 0 14px; box-shadow: 0 22px 60px #0b0a1838; }
.ros-mini-toolbar { display: flex; justify-content: space-between; gap: 12px; align-items: center; padding: 16px 0; }
.ros-mini-toolbar strong { font-size: 12px; display: flex; align-items: center; }
.ros-mini-toolbar strong > img { width: 35px; height: auto; border-radius: 3px; }
.ros-mini-toolbar strong > span { margin-inline: 8px; color: #aaa3b7; }
.ros-mini-badge { display: inline-block; color: #49624d; border-radius: 20px; background: #e4eee4; padding: 3px 9px; font-size: 9px; white-space: nowrap; }
.ros-mini-columns { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.ros-mini-columns > div { min-height: 150px; padding: 9px 7px; border-radius: 7px; background: #e1dce8; }
.ros-mini-columns > div > p { display: flex; gap: 5px; align-items: center; font-size: 9px; padding: 0 2px 10px; font-weight: 600; }
.ros-mini-columns > div > p > span { margin-left: auto; color: #787183; font-size: 9px; }
.ros-mini-columns i { display: inline-block; width: 4px; height: 4px; background: #9990b7; border-radius: 50%; }
.ros-mini-columns > div:nth-child(2) i { background: #d3a122; }
.ros-mini-columns > div:nth-child(3) i { background: #347d76; }
.ros-mini-person { padding: 10px 7px; border: 1px solid #d9d2e0; border-radius: 5px; background: #fff; display: flex; gap: 7px; align-items: center; margin-bottom: 6px; }
.ros-mini-person > span:last-child { min-width: 0; }
.ros-mini-person strong { display: block; font-size: 9px; }
.ros-mini-person small { display: block; color: #62576e; font-size: 7px; margin-top: 2px; }
.ros-avatar { width: 29px; height: 29px; border-radius: 50%; background: #ebe9ed; color: #554e60; font-size: 10px; display: inline-flex; justify-content: center; align-items: center; flex-shrink: 0; font-weight: 600; }
.ros-mini-person .ros-avatar { width: 22px; height: 22px; font-size: 7px; }
.ros-avatar-lilac { background: #ebe5f7; color: #6b5791; }
.ros-avatar-gold { background: #f5edcf; color: #7a6524; }
.ros-avatar-mint { background: #e0efe8; color: #397565; }
.ros-mini-bottom { padding: 11px 1px; display: flex; gap: 6px; align-items: center; font-size: 9px; color: #62576e; }
.ros-mini-bottom .ros-signal { width: 5px; height: 5px; background: #6e9c82; }
.ros-visual-caption { text-align: right; color: #b1adc2; font-size: 9px; margin-top: 13px; }
.ros-hero-strip { display: flex; gap: 24px; align-items: center; border-top: 1px solid #ffffff24; min-height: 77px; color: #d7d2e3; font-size: 12px; }
.ros-hero-strip > span + span::before { content: '/'; color: #87819c; margin-right: 24px; }
.ros-hero-strip a { margin-left: auto; width: 32px; height: 32px; border: 1px solid #ffffff30; border-radius: 50%; display: grid; place-items: center; }
.ros-intro { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; padding-block: 102px; }
.ros-kicker { font-size: 13px; font-weight: 600; color: var(--ros-muted); margin-bottom: 18px; }
.ros-title { font-family: var(--font-display); font-weight: 500; font-size: clamp(33px, 3.8vw, 50px); line-height: 1.1; letter-spacing: -.035em; }
.ros-intro-right > p { font-size: 17px; line-height: 1.85; color: var(--ros-muted); }
.ros-flow { margin-top: 36px; list-style: none; }
.ros-flow li { position: relative; padding: 0 0 26px 47px; }
.ros-flow li:not(:last-child)::before { content: ''; position: absolute; left: 13px; top: 28px; bottom: 4px; border-left: 1px solid #cbc4d2; }
.ros-flow li > span { position: absolute; left: 0; top: 0; border: 1px solid #cbc4d2; border-radius: 50%; width: 28px; height: 28px; display: grid; place-items: center; font-size: 10px; }
.ros-flow strong { display: block; font-size: 16px; font-weight: 600; margin-bottom: 6px; }
.ros-flow p { color: var(--ros-muted); font-size: 14px; line-height: 1.7; max-width: 450px; }
.ros-flow li:last-child { padding-bottom: 0; }
.ros-product-section { background: #0e0d20; color: var(--ros-paper); padding-block: 88px; border-block: 1px solid #2a2842; }
.ros-product-section .ros-kicker { color: #eac777; }
.ros-product-section .ros-section-heading > p { color: #bab2c9; }
.ros-section-heading { display: flex; justify-content: space-between; gap: 60px; align-items: flex-end; margin-bottom: 42px; }
.ros-section-heading > p { max-width: 335px; font-size: 15px; line-height: 1.8; color: var(--ros-muted); }
.ros-demo-tabs { display: flex; gap: 8px; margin-bottom: 18px; flex-wrap: wrap; }
.ros-demo-tabs a { min-height: 47px; display: flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 500; padding: 13px 21px; border: 1px solid #494055; border-radius: 7px; color: #c6bbd7; background: #171326; }
.ros-demo-tabs a:hover { background: #272036; }
.ros-demo-tabs a[aria-selected="true"] { color: var(--ros-ink); background: var(--ros-yellow); border-color: var(--ros-yellow); }
.ros-demo-tabs a:focus-visible { outline-color: var(--ros-yellow); }
.ros-demo-tabs .ros-icon { width: 17px; height: 17px; }
.ros-demo-panel { padding: 40px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 54px; background: var(--ros-white); color: var(--ros-navy); border: 1px solid #d9d2dd; border-radius: 17px; min-height: 505px; box-shadow: 0 10px 24px #00000020; }
.ros-demo-panel + .ros-demo-panel { margin-top: 24px; }
.ros-demo-enhanced .ros-demo-panel { margin-top: 0; }
.ros-demo-explanation { display: flex; flex-direction: column; justify-content: space-between; padding-block: 16px; }
.ros-demo-number { display: inline-block; font-size: 11px; font-weight: 600; color: var(--ros-muted); margin-bottom: 16px; }
.ros-demo-panel h3 { font-family: var(--font-display); font-size: 29px; line-height: 1.15; letter-spacing: -.025em; font-weight: 500; margin-bottom: 17px; }
.ros-demo-explanation p, .ros-demo-board-heading p { font-size: 14px; color: var(--ros-muted); line-height: 1.8; max-width: 470px; }
.ros-check-list { list-style: none; margin-top: 25px; }
.ros-check-list li { font-size: 13px; padding-left: 23px; position: relative; line-height: 1.65; margin-top: 12px; }
.ros-check-list li::before { content: '✓'; position: absolute; left: 0; font-size: 12px; color: #377666; }
.ros-theme-controls { margin-top: 30px; padding-top: 22px; border-top: 1px solid #e5dfe7; }
.ros-theme-controls > p { font-size: 11px; margin-bottom: 10px; }
.ros-theme-controls > div { display: flex; gap: 10px; align-items: center; }
.ros-theme-controls > div > span { font-size: 10px; color: var(--ros-muted); margin-left: 3px; }
.ros-swatch { width: 22px; height: 22px; border-radius: 50%; border: 2px solid white; box-shadow: 0 0 0 1px #d6d0dc; }
.ros-swatch[aria-pressed="true"] { outline: 2px solid var(--ros-navy); outline-offset: 2px; }
.ros-swatch-teal { background: #166f66; }
.ros-swatch-blue { background: #2851a3; }
.ros-swatch-plum { background: #8a3158; }
.ros-career-preview { --client-color: #166f66; --client-pale: #eaf3ef; min-width: 0; border: 1px solid #dce1da; border-radius: 10px; overflow: hidden; background: white; }
.ros-career-preview[data-brand="blue"] { --client-color: #2851a3; --client-pale: #edf1fa; }
.ros-career-preview[data-brand="plum"] { --client-color: #8a3158; --client-pale: #f8edf2; }
.ros-career-preview .ros-window-bar { padding: 8px 13px; min-height: 30px; }
.ros-career-preview-nav { display: flex; justify-content: space-between; align-items: center; padding: 18px 24px; gap: 15px; }
.ros-career-preview-nav > span:last-child { font-size: 11px; color: #6a6970; }
.ros-career-preview .ros-client-logo { font-size: 12px; }
.ros-career-preview .ros-client-logo > span { background: var(--client-color); }
.ros-career-preview-hero { position: relative; background: var(--client-pale); color: var(--client-color); padding: 24px; overflow: hidden; }
.ros-career-preview-hero > p { font-size: 12px; position: relative; z-index: 1; }
.ros-career-preview-hero h4 { font-size: 36px; font-family: var(--font-display); font-weight: 500; line-height: 1.06; letter-spacing: -.035em; margin: 10px 0 12px; position: relative; z-index: 1; }
.ros-career-preview-hero > span:last-child { font-size: 12px; position: relative; z-index: 1; }
.ros-career-shape { position: absolute; right: 16px; top: -35px; font-family: var(--font-display); font-size: 205px; font-weight: 700; letter-spacing: -.12em; color: var(--client-color); opacity: .09; line-height: 1; }
.ros-career-jobs { padding: 20px 24px 16px; }
.ros-career-jobs-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 13px; }
.ros-career-jobs-head strong { font-size: 14px; }
.ros-career-jobs-head > span { font-size: 11px; color: #68636f; }
.ros-career-job { padding: 12px 0; border-top: 1px solid #e9e5eb; display: flex; justify-content: space-between; align-items: center; }
.ros-job-category { color: var(--client-color); font-size: 10px; }
.ros-career-job h5 { font-size: 15px; font-weight: 600; margin: 2px 0 4px; }
.ros-career-job p { font-size: 11px; color: #716979; }
.ros-career-job p span { padding: 0 3px; }
.ros-career-job > span { color: var(--client-color); }
.ros-talent-note { font-size: 11px; color: #716b77; padding-top: 11px; border-top: 1px solid #e9e5eb; }
.ros-talent-note strong { color: var(--client-color); font-weight: 500; }
.ros-demo-panel-board { display: block; }
.ros-demo-board-heading { display: flex; justify-content: space-between; gap: 36px; align-items: center; margin-bottom: 25px; }
.ros-demo-board-heading .ros-demo-number { margin-bottom: 8px; }
.ros-demo-board-heading h3 { margin-bottom: 8px; }
.ros-board-controls { display: grid; gap: 7px; min-width: 178px; }
.ros-board-controls label { font-size: 11px; font-weight: 600; }
.ros-board-controls select { background: #fff; border: 1px solid #bfb7cd; border-radius: 6px; padding: 10px 12px; color: var(--ros-navy); font-size: 12px; }
.ros-board-controls button { border: none; background: none; color: #675c7b; text-decoration: underline; text-underline-offset: 3px; font-size: 10px; text-align: left; padding: 3px 0; }
.ros-kanban-scroll { overflow-x: auto; padding-bottom: 8px; border-radius: 8px; }
.ros-kanban { min-width: 830px; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; }
.ros-kanban-column { border-radius: 8px; background: #eeeaf2; padding: 11px 9px; min-height: 296px; }
.ros-kanban-column h4 { display: flex; align-items: center; gap: 7px; font-size: 11px; font-weight: 600; margin: 2px 0 15px; }
.ros-kanban-column h4 i { width: 5px; height: 5px; background: #9f91b8; border-radius: 50%; }
.ros-kanban-column:nth-child(2) h4 i { background: #d0a633; }
.ros-kanban-column:nth-child(3) h4 i { background: #6c87b3; }
.ros-kanban-column:nth-child(4) h4 i { background: #bc7e83; }
.ros-kanban-column:nth-child(5) h4 i { background: #659c7d; }
.ros-kanban-column h4 span { margin-left: auto; font-size: 10px; color: #7c728c; }
.ros-column-cards { display: flex; flex-direction: column; gap: 9px; }
.ros-candidate { background: #fff; border-radius: 6px; padding: 12px 10px 0; border: 1px solid #e0d9e8; }
.ros-candidate > div:first-child { display: flex; justify-content: space-between; align-items: center; }
.ros-candidate > strong { display: block; font-size: 12px; font-weight: 600; margin: 8px 0 4px; }
.ros-candidate > p { font-size: 9px; color: #72647e; }
.ros-candidate-foot { display: flex; justify-content: space-between; padding-block: 10px; margin-top: 9px; border-top: 1px solid #f0ebf4; font-size: 8px; color: #706079; }
.ros-candidate-featured { border-color: #ab9bc9; }
.ros-fit { font-size: 14px; color: #574874; }
.ros-fit small { font-size: 7px; }
.ros-column-empty { font-size: 11px; color: #6c5d7a; text-align: center; padding-top: 65px; line-height: 1.8; }
.ros-column-cards:not(:empty) + .ros-column-empty { display: none; }
.ros-demo-status { color: #706579; font-size: 11px; margin-top: 14px; }
.ros-demo-disclaimer { font-size: 11px; color: #aca0bc; margin-top: 16px; text-align: center; }
.ros-human-note { display: flex; align-items: center; gap: 13px; padding-top: 28px; }
.ros-human-note .ros-icon { width: 27px; height: 27px; color: #8c7440; }
.ros-interview-preview { border: 1px solid #dfd9e8; border-radius: 10px; overflow: hidden; padding: 24px; background: #f5f2f8; }
.ros-interview-top { display: flex; gap: 11px; align-items: center; }
.ros-interview-top > div { flex: 1; }
.ros-interview-top strong { display: block; font-size: 13px; }
.ros-interview-top > div > span { display: block; font-size: 11px; color: #6a5a77; margin-top: 3px; }
.ros-interview-top .ros-mini-badge { background: #e8e3ef; color: #665472; }
.ros-interview-question { padding: 17px 0; border-bottom: 1px solid #e0d8e9; }
.ros-interview-question > span { font-size: 11px; color: #786581; }
.ros-interview-question strong { display: block; font-size: 15px; line-height: 1.6; font-weight: 500; margin-top: 4px; }
.ros-response-example { display: flex; gap: 16px; padding: 22px 0; align-items: flex-start; }
.ros-response-avatar { position: relative; flex-shrink: 0; width: 68px; height: 78px; background: #ddd5e8; display: grid; place-items: center; border-radius: 8px; color: #5c4c6d; font-size: 17px; }
.ros-response-avatar .ros-icon { position: absolute; bottom: -7px; right: -5px; padding: 4px; width: 24px; height: 24px; border-radius: 50%; background: var(--ros-navy); color: #fff; }
.ros-response-example > div:last-child > span { color: #74657f; font-size: 11px; }
.ros-response-example p { font-size: 13px; line-height: 1.8; color: #66596e; margin-top: 6px; }
.ros-ai-report { padding: 16px; border: 1px solid #dfd1a3; border-radius: 8px; background: #fcf8ed; }
.ros-ai-report > div { display: flex; align-items: center; gap: 8px; font-size: 12px; padding-bottom: 11px; border-bottom: 1px solid #eadfbf; }
.ros-ai-symbol { font-size: 20px; color: #907020; }
.ros-ai-report p { font-size: 12px; color: #796d51; line-height: 1.75; margin-top: 10px; }
.ros-ai-report p strong { display: block; font-size: 11px; color: #504531; }
.ros-report-foot { font-size: 11px; color: #6b5878; margin-top: 14px; }
.ros-resources { padding-block: 96px; }
.ros-resource-grid { display: grid; grid-template-columns: 1.05fr 1fr 1fr; gap: 20px; }
.ros-resource { background: #fcfaf6; border: 1px solid var(--ros-line); border-radius: 14px; padding: 29px; }
.ros-resource-form { grid-row: span 2; background: #ebe8f0; border-color: #dcd5e4; }
.ros-resource-icon { color: #6d5d89; margin-bottom: 25px; }
.ros-resource-icon svg { width: 27px; height: 27px; stroke: currentColor; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.ros-resource h3 { font-family: var(--font-display); font-size: 25px; line-height: 1.15; font-weight: 500; letter-spacing: -.025em; margin-bottom: 14px; }
.ros-resource p { font-size: 13px; color: var(--ros-muted); line-height: 1.8; }
.ros-form-sample { margin-top: 45px; background: #ffffffd9; border: 1px solid #dcd3e8; border-radius: 9px; padding: 18px; }
.ros-form-sample > span { font-size: 10px; color: #72617f; }
.ros-form-sample > div { display: flex; justify-content: space-between; gap: 12px; align-items: center; border-bottom: 1px solid #ece7f1; padding: 18px 0; font-size: 11px; }
.ros-form-sample > div:last-child { border: none; padding-bottom: 5px; }
.ros-form-sample small { color: #746181; font-size: 8px; }
.ros-inline-feature { font-size: 10px; display: flex; gap: 8px; align-items: center; border-top: 1px solid #e3dce6; margin-top: 25px; padding-top: 17px; color: #706074; }
.ros-inline-feature > span { font-size: 22px; color: #9b7a3e; }
.ros-avatar-group { display: flex; align-items: center; margin-top: 26px; }
.ros-avatar-group .ros-avatar + .ros-avatar { margin-left: -7px; border: 2px solid var(--ros-white); }
.ros-avatar-group > span:last-child { font-size: 10px; color: #715e7a; margin-left: 8px; }
.ros-resource-team { grid-column: span 2; display: grid; grid-template-columns: 1.2fr 1fr; gap: 40px; align-items: center; }
.ros-resource-team .ros-resource-icon { margin-bottom: 16px; }
.ros-team-features { padding-left: 22px; border-left: 1px solid var(--ros-line); }
.ros-team-features li { font-size: 12px; color: #6d6378; line-height: 1.7; padding-block: 10px; display: flex; gap: 10px; }
.ros-team-features span { color: #907c4e; }
.ros-evidence { background: #e8e3ef; color: var(--ros-navy); border-block: 1px solid #d4cbdc; }
.ros-evidence-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; padding-block: 77px; }
.ros-evidence-lead { color: #6c5f7a; font-size: 15px; line-height: 1.85; margin-top: 25px; max-width: 370px; }
.ros-evidence .ros-text-link { margin-top: 27px; }
.ros-evidence .ros-text-link:hover { color: #675484; }
.ros-evidence-list article { display: flex; gap: 23px; padding-block: 24px; border-top: 1px solid #c7bbd3; }
.ros-evidence-list article:first-child { padding-top: 0; border-top: none; }
.ros-evidence-list article:last-child { padding-bottom: 0; }
.ros-evidence-list article > span { font-size: 27px; line-height: 1.3; color: #87709f; width: 27px; flex-shrink: 0; }
.ros-evidence-list h3 { font-family: var(--font-display); font-size: 23px; line-height: 1.2; font-weight: 500; letter-spacing: -.02em; margin-bottom: 12px; }
.ros-evidence-list p { color: #6a5c77; font-size: 13px; line-height: 1.8; }
.ros-evidence-list .ros-evidence-note { font-size: 11px; color: #655570; margin-top: 14px; border-left: 2px solid #b39350; padding-left: 13px; }
.ros-plans-section { background: var(--ros-ink); color: var(--ros-paper); padding-block: 88px; }
.ros-plans-section .ros-kicker { color: #b6acc5; }
.ros-plans-section .ros-section-heading > p { color: #b9b1c7; }
.ros-plans { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.ros-plan { position: relative; isolation: isolate; display: flex; flex-direction: column; border: 1px solid #393344; border-radius: 12px; padding: 30px; background: #151221; transition: border-color .25s ease, box-shadow .25s ease; }
.ros-plan::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  pointer-events: none;
  background: radial-gradient(320px circle at var(--glow-x, 50%) var(--glow-y, 35%), #fbb90026, #fbb90008 45%, transparent 75%);
  opacity: 0;
  transition: opacity .25s ease;
}
@media (hover: hover) {
  .ros-plan:hover { border-color: #c5a14c; box-shadow: 0 0 35px #fbb90012; }
  .ros-plan:hover::before { opacity: 1; }
}
.ros-plan-base { background: #241f2c; border-color: #a08440; }
.ros-plan-label { color: #b3a9c4; font-size: 11px; margin-bottom: 22px; }
.ros-plan-base .ros-plan-label { color: #e7c476; }
.ros-plan h3 { font-family: var(--font-display); font-weight: 500; font-size: 28px; letter-spacing: -.035em; margin-bottom: 17px; }
.ros-plan > p { color: #bab2c6; font-size: 13px; line-height: 1.8; }
.ros-plan .ros-check-list { margin-top: 15px; margin-bottom: 30px; }
.ros-plan .ros-check-list li { font-size: 12px; color: #d5cedd; }
.ros-plan .ros-check-list li::before { color: #c3a464; }
.ros-plan-mode { border-top: 1px solid #41384b; font-size: 11px; color: #b3a7c3; display: block; padding-top: 20px; margin-top: auto; }
.ros-plans-bottom { display: flex; align-items: center; justify-content: space-between; gap: 35px; margin-top: 34px; }
.ros-plans-bottom p { color: #aaa0ba; font-size: 12px; line-height: 1.8; max-width: 440px; }
.ros-faq { padding-block: 100px; display: grid; grid-template-columns: .75fr 1.25fr; gap: 75px; }
.ros-faq > div > p:last-child { font-size: 14px; color: var(--ros-muted); line-height: 1.8; margin-top: 24px; }
.ros-faq-list details { border-top: 1px solid #d2cbd9; padding-block: 23px; }
.ros-faq-list details:last-child { border-bottom: 1px solid #d2cbd9; }
.ros-faq-list summary { font-size: 15px; font-weight: 600; cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 24px; }
.ros-faq-list summary::-webkit-details-marker { display: none; }
.ros-faq-list summary span { color: #928398; font-size: 20px; line-height: 1.2; transition: transform .2s; }
.ros-faq-list details[open] summary span { transform: rotate(45deg); }
.ros-faq-list details p { color: var(--ros-muted); font-size: 14px; line-height: 1.85; padding: 16px 25px 0 0; }
.ros-final { background: var(--ros-navy); color: var(--ros-paper); }
.ros-final-inner { display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: 60px; padding-block: 80px; }
.ros-lockup { width: 205px; height: auto; margin-bottom: 29px; }
.ros-final h2 { font-family: var(--font-display); font-size: clamp(36px, 4.5vw, 58px); font-weight: 500; letter-spacing: -.035em; line-height: 1.08; margin-bottom: 25px; }
.ros-final p { color: #bdb5cc; font-size: 16px; line-height: 1.8; max-width: 495px; margin-bottom: 29px; }
.ros-final-note { display: block; font-size: 11px; color: #bdb5cc; margin-top: 16px; }
.ros-platform-link { margin-top: 24px; }
.ros-final-symbol { border-left: 1px solid #716083; padding-left: 52px; }
.ros-final-symbol > img { width: 150px; height: auto; }
.ros-final-symbol > span:last-child { display: block; color: #b6acc8; font-size: 13px; margin-top: 25px; line-height: 1.8; }
.ros-footer { padding-top: 46px; background: var(--ros-paper); }
.ros-footer > .ros-container { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.ros-footer-brand { display: inline-block; }
.ros-footer-brand img { width: 148px; height: auto; }
.ros-footer p { font-size: 12px; color: var(--ros-muted); line-height: 1.8; margin-top: 9px; }
.ros-footer nav { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 28px; align-content: center; }
.ros-footer nav a { font-size: 12px; }
.ros-footer nav a:hover { text-decoration: underline; text-underline-offset: 3px; }
.ros-footer-bottom { grid-column: 1 / -1; border-top: 1px solid var(--ros-line); display: flex; justify-content: space-between; gap: 20px; padding-block: 19px; }
.ros-footer-bottom p { font-size: 10px; margin: 0; }
@media (max-width: 1100px) {
  .ros-container { padding-inline: 30px; }
  .ros-header-inner { gap: 20px; }
  .ros-desktop-nav { gap: 17px; }
  .ros-desktop-nav a { font-size: 11px; }
  .ros-home-logo img { width: 60px; }
  .ros-home-logo { gap: 11px; }
  .ros-hero-grid { gap: 35px; }
  .ros-mini-person { flex-direction: column; align-items: flex-start; gap: 6px; }
  .ros-mini-columns > div { min-height: 185px; }
  .ros-intro { gap: 45px; }
  .ros-demo-panel { padding: 30px; gap: 30px; }
  .ros-resource { padding: 24px; }
  .ros-resource-team { gap: 23px; }
  .ros-plan { padding: 25px; }
  .ros-plan h3 { font-size: 25px; }
}
@media (max-width: 860px) {
  .ros-evidence-grid { gap: 38px; }
  .ros-desktop-nav { display: none; }
  .ros-header-inner { min-height: 76px; }
  .ros-header-inner > .ros-button { margin-left: auto; }
  .ros-mobile-nav { display: block; }
  .ros-mobile-nav summary { list-style: none; cursor: pointer; font-size: 22px; padding: 8px; }
  .ros-mobile-nav summary::-webkit-details-marker { display: none; }
  .ros-mobile-nav nav { position: absolute; top: 100%; right: 20px; left: 20px; display: grid; gap: 5px; padding: 17px; border: 1px solid var(--ros-line); border-radius: 0 0 12px 12px; background: var(--ros-paper); box-shadow: 0 20px 25px #1f1e421a; }
  .ros-mobile-nav nav a { padding: 10px; font-size: 14px; }
  .ros-hero-grid { gap: 35px; grid-template-columns: 1fr; max-width: 740px; padding-top: 52px; padding-bottom: 36px; }
  .ros-hero-copy { max-width: 600px; }
  .ros-hero h1 { font-size: 64px; }
  .ros-lead { max-width: 540px; }
  .ros-hero-visual { max-width: 570px; width: 100%; margin-inline: auto; }
  .ros-mini-person { flex-direction: row; align-items: center; }
  .ros-mini-columns > div { min-height: 150px; }
  .ros-hero-strip { font-size: 10px; min-height: 68px; }
  .ros-intro { gap: 30px; padding-block: 70px; }
  .ros-section-heading { gap: 35px; }
  .ros-section-heading > p { max-width: 280px; font-size: 14px; }
  .ros-demo-panel { grid-template-columns: 1fr; }
  .ros-demo-explanation { display: grid; grid-template-columns: 1.2fr 1fr; gap: 28px; padding-block: 0; }
  .ros-theme-controls { margin-top: 0; border: none; padding-top: 0; align-self: center; }
  .ros-career-preview, .ros-interview-preview { width: 100%; max-width: 590px; margin-inline: auto; }
  .ros-human-note { align-self: center; }
  .ros-resource-grid { grid-template-columns: 1fr 1fr; }
  .ros-resource-form { grid-row: span 2; }
  .ros-resource-team { grid-column: 1 / -1; }
  .ros-plans { gap: 13px; }
  .ros-plan { padding: 22px 17px; }
  .ros-plan h3 { font-size: 24px; }
  .ros-plans-bottom { align-items: flex-start; }
  .ros-plans-bottom .ros-button { flex-shrink: 0; font-size: 12px; padding-inline: 18px; }
  .ros-faq { gap: 35px; }
  .ros-final-inner { gap: 30px; }
  .ros-final-symbol { padding-left: 30px; }
}
@media (max-width: 600px) {
  .ros-evidence-grid { grid-template-columns: 1fr; gap: 36px; padding-block: 55px; }
  .ros-container { padding-inline: 22px; }
  .ros-header-inner { gap: 12px; min-height: 70px; }
  .ros-home-logo img { width: 42px; }
  .ros-brand-nav { gap: 12px; }
  .ros-back-link { font-size: 11px; gap: 5px; padding-left: 12px; }
  .ros-header-inner > .ros-button { min-height: 35px; font-size: 10px; padding: 9px 10px; gap: 6px; }
  .ros-header-inner > .ros-button > span { display: none; }
  .ros-mobile-nav summary { padding: 5px; font-size: 19px; }
  .ros-hero-grid { padding-top: 42px; gap: 35px; }
  .ros-hero-lockup { width: 215px; margin-bottom: 22px; }
  .ros-hero h1 { font-size: clamp(46px, 11.6vw, 64px); }
  .ros-lead { font-size: 15px; line-height: 1.8; }
  .ros-actions { gap: 20px; margin-top: 27px; }
  .ros-actions .ros-button { font-size: 12px; min-height: 49px; padding-inline: 17px; gap: 14px; }
  .ros-text-link { font-size: 11px; gap: 7px; }
  .ros-hero-note { font-size: 11px; }
  .ros-career-mini { width: 89%; margin-right: 4%; }
  .ros-career-mini-body { padding: 15px 17px; }
  .ros-career-mini h2 { font-size: 27px; }
  .ros-board-mini { padding-inline: 9px; }
  .ros-mini-columns { gap: 5px; }
  .ros-mini-columns > div { padding: 8px 5px; }
  .ros-mini-person { flex-direction: column; align-items: flex-start; padding: 8px 6px; }
  .ros-mini-person strong { font-size: 8px; }
  .ros-mini-person small { font-size: 7px; }
  .ros-mini-columns > div > p { font-size: 8px; gap: 4px; }
  .ros-mini-columns > div { min-height: 183px; }
  .ros-mini-toolbar { padding-block: 13px; }
  .ros-mini-toolbar strong { font-size: 10px; }
  .ros-mini-badge { font-size: 8px; }
  .ros-visual-caption { font-size: 8px; }
  .ros-hero-strip { gap: 8px; flex-wrap: wrap; padding-block: 18px; min-height: 0; }
  .ros-hero-strip > span { font-size: 9px; }
  .ros-hero-strip > span + span::before { margin-right: 8px; }
  .ros-hero-strip a { display: none; }
  .ros-intro { grid-template-columns: 1fr; gap: 27px; padding-block: 58px; }
  .ros-intro-right > p { font-size: 15px; }
  .ros-flow { margin-top: 28px; }
  .ros-flow strong { font-size: 15px; }
  .ros-flow p { font-size: 13px; }
  .ros-title { font-size: 35px; }
  .ros-kicker { font-size: 11px; margin-bottom: 15px; }
  .ros-product-section { padding-block: 57px; }
  .ros-section-heading { flex-direction: column; align-items: flex-start; gap: 22px; margin-bottom: 28px; }
  .ros-section-heading > p { max-width: 100%; font-size: 14px; }
  .ros-demo-tabs { display: grid; grid-template-columns: 1fr; gap: 7px; }
  .ros-demo-tabs a { padding: 12px 15px; font-size: 12px; min-height: 44px; }
  .ros-demo-panel { padding: 23px 17px; border-radius: 12px; gap: 28px; }
  .ros-demo-explanation { display: flex; gap: 23px; }
  .ros-demo-panel h3 { font-size: 27px; }
  .ros-theme-controls { align-self: stretch; border-top: 1px solid #e5dfe7; padding-top: 18px; }
  .ros-demo-number { font-size: 10px; }
  .ros-check-list li { font-size: 12px; }
  .ros-demo-explanation p, .ros-demo-board-heading p { font-size: 13px; }
  .ros-career-preview .ros-window-bar { font-size: 8px; gap: 8px; }
  .ros-career-preview-nav { padding: 14px; }
  .ros-career-preview .ros-client-logo { font-size: 10px; }
  .ros-career-preview-nav > span:last-child { font-size: 9px; }
  .ros-career-preview-hero { padding: 22px 15px; }
  .ros-career-preview-hero h4 { font-size: 29px; }
  .ros-career-preview-hero > span:last-child { font-size: 10px; }
  .ros-career-jobs { padding: 17px 14px 14px; }
  .ros-career-jobs-head strong { font-size: 12px; }
  .ros-career-job h5 { font-size: 14px; }
  .ros-career-job p { font-size: 10px; }
  .ros-talent-note { font-size: 10px; line-height: 1.8; }
  .ros-demo-board-heading { flex-direction: column; align-items: stretch; gap: 19px; }
  .ros-board-controls select { font-size: 14px; min-height: 43px; }
  .ros-board-controls button { font-size: 11px; min-height: 30px; }
  .ros-kanban { min-width: 850px; }
  .ros-kanban-scroll { margin-right: -4px; }
  .ros-demo-status, .ros-demo-disclaimer { font-size: 10px; line-height: 1.8; }
  .ros-human-note { align-self: stretch; padding-top: 0; }
  .ros-interview-preview { padding: 17px 14px; }
  .ros-interview-top > div > span { font-size: 10px; }
  .ros-response-example { gap: 13px; }
  .ros-response-avatar { width: 47px; height: 65px; font-size: 13px; }
  .ros-response-example p { font-size: 12px; }
  .ros-ai-report { padding: 12px; }
  .ros-resources { padding-block: 57px; }
  .ros-resource-grid { grid-template-columns: 1fr; gap: 15px; }
  .ros-resource { padding: 25px; }
  .ros-resource-form { grid-row: auto; }
  .ros-resource-team { grid-template-columns: 1fr; gap: 25px; }
  .ros-resource h3 { font-size: 27px; }
  .ros-form-sample { margin-top: 28px; }
  .ros-team-features { padding-left: 0; border-left: none; border-top: 1px solid var(--ros-line); padding-top: 12px; }
  .ros-plans-section { padding-block: 57px; }
  .ros-plans { grid-template-columns: 1fr; gap: 17px; }
  .ros-plan { padding: 28px; }
  .ros-plan h3 { font-size: 31px; }
  .ros-plan-label { margin-bottom: 16px; }
  .ros-plan .ros-check-list { margin-bottom: 24px; }
  .ros-plans-bottom { flex-direction: column; align-items: stretch; gap: 24px; }
  .ros-faq { padding-block: 57px; grid-template-columns: 1fr; gap: 30px; }
  .ros-faq-list summary { font-size: 14px; }
  .ros-faq-list details p { font-size: 13px; padding-right: 0; }
  .ros-final-inner { grid-template-columns: 1fr; padding-block: 57px; }
  .ros-final-symbol { display: none; }
  .ros-final h2 { font-size: 41px; }
  .ros-final p { font-size: 14px; }
  .ros-final .ros-button { font-size: 12px; width: 100%; gap: 12px; padding-inline: 15px; }
  .ros-lockup { width: 170px; }
  .ros-footer > .ros-container { grid-template-columns: 1fr; }
  .ros-footer nav { gap: 15px; }
  .ros-footer nav a { font-size: 11px; }
  .ros-footer-bottom { flex-direction: column; gap: 7px; }
  .ros-footer-bottom p { font-size: 9px; }
}
@media (max-width: 360px) {
  .ros-container { padding-inline: 17px; }
  .ros-header-inner > .ros-button { display: none; }
  .ros-mobile-nav { margin-left: auto; }
  .ros-demo-panel { padding-inline: 13px; }
  .ros-theme-controls > div > span { font-size: 9px; }
  .ros-title { font-size: 32px; }
  .ros-hero-strip > span { font-size: 8px; }
  .ros-hero-strip { gap: 6px; }
  .ros-hero-strip > span + span::before { margin-right: 6px; }
}
