:root {
  --ro-bg: #00181d;
  --ro-panel: rgba(2, 39, 43, .84);
  --ro-panel-2: rgba(3, 53, 55, .7);
  --ro-line: rgba(37, 231, 168, .2);
  --ro-green: #00eca2;
  --ro-green-2: #00c988;
  --ro-text: #f3fffb;
  --ro-muted: #8db0aa;
}

.ro-screen {
  min-height: 100vh;
  color: var(--ro-text);
  background:
    radial-gradient(circle at 88% 12%, rgba(0, 236, 162, .12), transparent 27rem),
    radial-gradient(circle at 20% 78%, rgba(0, 176, 140, .08), transparent 31rem),
    linear-gradient(135deg, #001217 0%, #002a2e 55%, #001b20 100%);
}

.ro-screen::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  opacity: .15;
  background-image:
    linear-gradient(rgba(0, 236, 162, .22) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 236, 162, .22) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, #000, transparent 78%);
}

.ro-topbar {
  min-height: 82px;
  padding: 0 34px;
  display: grid;
  grid-template-columns: 240px 1fr auto;
  align-items: center;
  gap: 28px;
  border-bottom: 1px solid var(--ro-line);
  background: rgba(0, 18, 23, .86);
  backdrop-filter: blur(20px);
  position: sticky;
  top: 0;
  z-index: 20;
}

.ro-brand { display: flex; align-items: center; gap: 15px; color: #fff; text-decoration: none; }
.ro-brand img { width: 112px; height: 46px; object-fit: contain; object-position: left center; }
.ro-brand span { padding-left: 15px; border-left: 1px solid rgba(255,255,255,.17); font-size: 12px; font-weight: 900; letter-spacing: .08em; }
.ro-topbar nav { display: flex; justify-content: center; gap: 8px; }
.ro-topbar nav a { padding: 10px 14px; color: var(--ro-muted); border-radius: 9px; font-size: 11px; font-weight: 800; text-decoration: none; }
.ro-topbar nav a:hover, .ro-topbar nav a.active { color: #001b20; background: var(--ro-green); }
.ro-live { color: #b7d1cc; font-size: 10px; font-weight: 800; }
.ro-live i { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: var(--ro-green); box-shadow: 0 0 0 5px rgba(0,236,162,.1); }

.ro-layout {
  width: min(1580px, calc(100% - 36px));
  margin: 28px auto 70px;
  display: grid;
  grid-template-columns: 70px minmax(600px, 1fr) minmax(290px, 350px);
  align-items: start;
  gap: 22px;
}

.ro-rail {
  padding: 12px 9px;
  display: grid;
  gap: 10px;
  position: sticky;
  top: 110px;
  border: 1px solid var(--ro-line);
  border-radius: 18px;
  background: rgba(0, 28, 33, .78);
  box-shadow: 0 24px 70px rgba(0,0,0,.22);
}
.ro-rail a { width: 50px; height: 50px; display: grid; place-items: center; color: #739893; border-radius: 12px; text-decoration: none; font-size: 22px; }
.ro-rail a:hover, .ro-rail a.active { color: #00252a; background: var(--ro-green); box-shadow: 0 10px 26px rgba(0,236,162,.22); }

.ro-workspace { min-width: 0; }
.ro-hero {
  min-height: 280px;
  padding: 42px 44px;
  display: grid;
  grid-template-columns: 1fr 245px;
  align-items: end;
  gap: 34px;
  overflow: hidden;
  position: relative;
  border: 1px solid var(--ro-line);
  border-radius: 24px;
  background:
    linear-gradient(115deg, rgba(0, 15, 19, .93), rgba(0, 55, 56, .75)),
    radial-gradient(circle at 83% 14%, rgba(0,236,162,.25), transparent 18rem);
  box-shadow: 0 26px 80px rgba(0,0,0,.24), inset 0 0 80px rgba(0,236,162,.025);
}
.ro-hero::after { position: absolute; right: -120px; top: -190px; width: 430px; height: 430px; content: ""; border: 1px solid rgba(0,236,162,.22); border-radius: 48px; transform: rotate(11deg); box-shadow: 0 0 80px rgba(0,236,162,.08); }
.ro-hero > * { position: relative; z-index: 1; }
.ro-kicker { margin: 0 0 11px; color: var(--ro-green); font-size: 9px; font-weight: 900; letter-spacing: .18em; }
.ro-hero h1 { margin: 0; font-family: Inter, "Segoe UI", Arial, sans-serif; font-size: clamp(44px, 6vw, 78px); font-weight: 300; line-height: .92; letter-spacing: -.055em; }
.ro-hero h1 span { color: var(--ro-green); font-weight: 700; }
.ro-hero > div > p:last-child { max-width: 690px; margin: 22px 0 0; color: #99b8b2; font-size: 13px; line-height: 1.7; }
.ro-hero-badge { padding: 21px; border: 1px solid rgba(0,236,162,.28); border-radius: 17px; background: rgba(0, 22, 27, .66); }
.ro-hero-badge small, .ro-hero-badge span { display: block; }
.ro-hero-badge small { color: var(--ro-green); font-size: 8px; font-weight: 900; letter-spacing: .15em; }
.ro-hero-badge strong { display: block; margin: 9px 0 7px; font-size: 18px; }
.ro-hero-badge span { color: var(--ro-muted); font-size: 10px; line-height: 1.5; }

.ro-form-panel {
  margin-top: 20px;
  padding: 30px 36px 36px;
  border: 1px solid var(--ro-line);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(4,46,50,.92), rgba(0,26,31,.96));
  box-shadow: 0 28px 90px rgba(0,0,0,.24);
}
.ro-panel-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-bottom: 24px; border-bottom: 1px solid rgba(45,226,171,.13); }
.ro-panel-heading h2 { margin: 0; font-size: 30px; font-weight: 600; letter-spacing: -.03em; }
.ro-secure { padding: 8px 11px; color: #b7d6cf; border: 1px solid var(--ro-line); border-radius: 999px; background: rgba(0,236,162,.05); font-size: 9px; font-weight: 800; }
.ro-secure i { display: inline-grid; width: 17px; height: 17px; margin-right: 6px; place-items: center; color: #002a2c; border-radius: 50%; background: var(--ro-green); font-style: normal; }

.ro-screen .opportunity-form { margin-top: 0; }
.ro-screen .form-section { padding: 30px 0; border-top: 1px solid rgba(45,226,171,.13); }
.ro-screen .form-section:first-of-type { border-top: 0; }
.ro-screen .form-section-title { display: flex; align-items: center; gap: 14px; margin-bottom: 20px; }
.ro-screen .form-section-title > span { width: 40px; height: 40px; display: grid; place-items: center; flex: 0 0 auto; color: #002328; border-radius: 11px; background: linear-gradient(135deg, var(--ro-green), var(--ro-green-2)); font-size: 10px; font-weight: 950; box-shadow: 0 10px 25px rgba(0,236,162,.16); }
.ro-screen .form-section-title small { color: var(--ro-green); font-size: 8px; font-weight: 900; letter-spacing: .15em; }
.ro-screen .form-section-title h3 { margin: 3px 0 0; color: var(--ro-text); font-size: 19px; font-weight: 650; }
.ro-screen .form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.ro-screen .opportunity-form label { display: grid; gap: 8px; color: #a9c3be; font-size: 9px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.ro-screen .opportunity-form input,
.ro-screen .opportunity-form select,
.ro-screen .opportunity-form textarea {
  width: 100%;
  padding: 13px 14px;
  color: #eafff8;
  border: 1px solid rgba(61,210,166,.22);
  border-radius: 10px;
  outline: none;
  background: rgba(0,18,23,.72);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.025);
}
.ro-screen .opportunity-form input::placeholder, .ro-screen .opportunity-form textarea::placeholder { color: #54716d; }
.ro-screen .opportunity-form option { color: #092e2c; background: #fff; }
.ro-screen .opportunity-form input:focus,
.ro-screen .opportunity-form select:focus,
.ro-screen .opportunity-form textarea:focus { border-color: var(--ro-green); box-shadow: 0 0 0 3px rgba(0,236,162,.1), 0 10px 25px rgba(0,0,0,.14); }
.ro-screen .opportunity-form textarea { min-height: 145px; resize: vertical; }
.ro-screen .full { grid-column: 1 / -1; }
.ro-screen .product-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin: 0 0 14px; }
.ro-screen .product-head p { margin: 0; color: var(--ro-muted); font-size: 10px; }
.ro-screen .button-ghost { min-height: 38px; color: #00272b; border: 0; background: var(--ro-green); }
.ro-screen .product-labels, .ro-screen .copied-product-row { display: grid; grid-template-columns: minmax(220px, 1fr) 120px 165px 42px; gap: 9px; }
.ro-screen .product-labels { padding: 0 4px 8px; color: var(--ro-muted); font-size: 8px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.ro-screen .product-row { margin-bottom: 9px; }
.ro-screen .product-row button { color: #ff9fa8; border: 1px solid rgba(255,111,128,.2); background: rgba(192,49,67,.14); }

.ro-screen .submission-area { margin-top: 12px; padding: 22px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border: 1px solid rgba(0,236,162,.3); border-radius: 16px; background: linear-gradient(110deg, rgba(0,236,162,.09), rgba(0,20,25,.78)); }
.ro-screen .submission-area small, .ro-screen .submission-area strong, .ro-screen .submission-area span { display: block; }
.ro-screen .submission-area small { color: var(--ro-muted); font-size: 8px; font-weight: 900; letter-spacing: .12em; }
.ro-screen .submission-area strong { margin-top: 5px; color: var(--ro-green); font-size: 13px; }
.ro-screen .submission-area span { margin-top: 5px; color: var(--ro-muted); font-size: 9px; }
.ro-screen .form-submit { min-height: 48px; margin: 0; padding: 0 19px; color: #001e23; border: 0; border-radius: 11px; background: linear-gradient(135deg, var(--ro-green), #00c887); font-size: 11px; font-weight: 950; cursor: pointer; box-shadow: 0 12px 28px rgba(0,236,162,.18); }
.ro-screen .form-submit b { margin-left: 8px; font-size: 16px; }
.ro-screen .form-status { margin-top: 12px; color: #9fc0b9; font-size: 10px; }

.ro-insights { display: grid; gap: 16px; position: sticky; top: 110px; }
.ro-insight-card { padding: 22px; border: 1px solid var(--ro-line); border-radius: 20px; background: linear-gradient(145deg, var(--ro-panel), rgba(0,25,30,.92)); box-shadow: 0 24px 70px rgba(0,0,0,.22); }
.ro-card-title { display: flex; align-items: center; justify-content: space-between; color: var(--ro-green); font-size: 8px; font-weight: 950; letter-spacing: .14em; }
.ro-card-title b { padding: 5px 7px; color: #001f23; border-radius: 6px; background: var(--ro-green); font-size: 8px; }
.pipeline-card h2 { margin: 17px 0 18px; font-size: 20px; font-weight: 550; }
.pipeline-card p { margin: 16px 0 0; color: var(--ro-muted); font-size: 10px; line-height: 1.6; }
.ro-funnel { display: grid; justify-items: center; gap: 5px; filter: drop-shadow(0 10px 18px rgba(0,236,162,.15)); }
.ro-funnel i { height: 34px; display: block; clip-path: polygon(0 0,100% 0,88% 100%,12% 100%); background: linear-gradient(90deg, #00c683, #00efa7); }
.ro-funnel i:nth-child(1) { width: 90%; }
.ro-funnel i:nth-child(2) { width: 70%; opacity: .78; }
.ro-funnel i:nth-child(3) { width: 50%; opacity: .58; }
.ro-funnel i:nth-child(4) { width: 30%; opacity: .38; }

.ro-route { margin-top: 13px; padding: 13px; display: grid; grid-template-columns: 38px 1fr; gap: 11px; align-items: center; border: 1px solid rgba(39,204,155,.12); border-radius: 12px; background: rgba(0,15,20,.35); transition: .18s ease; }
.ro-route.active { border-color: var(--ro-green); background: rgba(0,236,162,.08); box-shadow: 0 0 0 2px rgba(0,236,162,.045); }
.ro-route > i { width: 38px; height: 38px; display: grid; place-items: center; color: #00252a; border-radius: 10px; background: var(--ro-green); font-style: normal; font-size: 12px; font-weight: 950; }
.ro-route small, .ro-route strong, .ro-route span { display: block; }
.ro-route small { color: var(--ro-green); font-size: 7px; font-weight: 900; letter-spacing: .1em; }
.ro-route strong { margin: 3px 0; font-size: 11px; }
.ro-route span { color: var(--ro-muted); font-size: 8px; overflow-wrap: anywhere; }

.ro-progress { height: 6px; margin: 18px 0 17px; overflow: hidden; border-radius: 999px; background: rgba(255,255,255,.08); }
.ro-progress i { width: 0; height: 100%; display: block; border-radius: inherit; background: linear-gradient(90deg, var(--ro-green-2), var(--ro-green)); transition: width .25s ease; }
.steps-card ol { padding: 0; margin: 0; display: grid; gap: 11px; list-style: none; }
.steps-card li { display: flex; align-items: center; gap: 9px; color: var(--ro-muted); font-size: 9px; }
.steps-card li span { width: 23px; height: 23px; display: grid; place-items: center; color: var(--ro-green); border: 1px solid var(--ro-line); border-radius: 7px; font-weight: 900; }

@media (max-width: 1180px) {
  .ro-layout { grid-template-columns: 62px minmax(0, 1fr); }
  .ro-insights { grid-column: 2; grid-template-columns: repeat(3, 1fr); position: static; }
}

@media (max-width: 780px) {
  .ro-topbar { padding: 13px 18px; grid-template-columns: 1fr auto; }
  .ro-topbar nav { display: none; }
  .ro-brand span { display: none; }
  .ro-layout { width: min(100% - 22px, 1580px); margin-top: 15px; grid-template-columns: 1fr; }
  .ro-rail { display: none; }
  .ro-insights { grid-column: 1; grid-template-columns: 1fr; }
  .ro-hero { min-height: 0; padding: 31px 24px; grid-template-columns: 1fr; }
  .ro-hero h1 { font-size: 48px; }
  .ro-hero-badge { display: none; }
  .ro-form-panel { padding: 25px 20px; }
  .ro-screen .form-grid { grid-template-columns: 1fr; }
  .ro-screen .full { grid-column: auto; }
  .ro-screen .product-head, .ro-screen .submission-area, .ro-panel-heading { align-items: stretch; flex-direction: column; }
  .ro-screen .product-labels { display: none; }
  .ro-screen .copied-product-row { grid-template-columns: 1fr; }
  .ro-screen .product-row button { min-height: 38px; }
}
