:root {
  --ro27-ink: #07110f;
  --ro27-graphite: #12201d;
  --ro27-muted: #60706c;
  --ro27-mint: #88c4bc;
  --ro27-mint-strong: #57a79c;
  --ro27-mint-soft: #e8f2f0;
  --ro27-paper: #fbfcfb;
  --ro27-line: #dbe7e4;
  --ro27-radius-sm: 18px;
  --ro27-radius-md: 28px;
  --ro27-radius-lg: 44px;
  --ro27-radius-xl: 64px;
}

.legacy-robin[hidden] { display: none !important; }

.ro27-main {
  overflow: clip;
  background: var(--ro27-paper);
  color: var(--ro27-ink);
  font-family: "Outfit", Arial, sans-serif;
}

.ro27-main *, .ro27-main *::before, .ro27-main *::after { box-sizing: border-box; }
.ro27-main img { display: block; width: 100%; }
.ro27-shell { width: min(1280px, calc(100% - 64px)); margin-inline: auto; }
.ro27-section { padding: 112px 0; }
.ro27-section--soft { background: var(--ro27-mint-soft); }
.ro27-section--dark { background: #050b0a; color: #fff; }

.ro27-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  color: var(--ro27-mint-strong);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.ro27-kicker::before { content: ""; width: 26px; height: 2px; border-radius: 2px; background: currentColor; }
.ro27-section--dark .ro27-kicker { color: var(--ro27-mint); }

.ro27-title {
  margin: 0;
  max-width: 900px;
  font-size: clamp(48px, 6.2vw, 92px);
  line-height: .96;
  letter-spacing: -.055em;
  font-weight: 600;
}
.ro27-title--section { font-size: clamp(40px, 4.6vw, 68px); max-width: 820px; }
.ro27-title span { color: var(--ro27-mint-strong); }
.ro27-section--dark .ro27-title span { color: var(--ro27-mint); }
.ro27-lead {
  margin: 28px 0 0;
  max-width: 760px;
  color: var(--ro27-muted);
  font-size: clamp(19px, 1.65vw, 24px);
  line-height: 1.52;
}
.ro27-section--dark .ro27-lead { color: #b8c3c0; }

.ro27-btns { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.ro27-btn {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 24px;
  border: 1px solid var(--ro27-ink);
  border-radius: 999px;
  color: var(--ro27-ink);
  font-size: 15px;
  font-weight: 650;
  text-decoration: none;
  transition: transform .25s ease, background .25s ease, color .25s ease;
}
.ro27-btn:hover { transform: translateY(-2px); }
.ro27-btn--primary { background: var(--ro27-ink); color: #fff; }
.ro27-btn--primary:hover { background: var(--ro27-mint-strong); border-color: var(--ro27-mint-strong); }
.ro27-btn--light { background: #fff; border-color: #fff; color: var(--ro27-ink); }
.ro27-btn--ghost-dark { color: #fff; border-color: rgba(255,255,255,.28); }

/* Hero */
.ro27-hero { padding: 34px 0 28px; background: linear-gradient(180deg, #fff 0%, #f4f8f7 100%); }
.ro27-hero__frame {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(460px, 1.08fr);
  gap: 28px;
  min-height: 720px;
  padding: 52px;
  border: 1px solid var(--ro27-line);
  border-radius: var(--ro27-radius-xl);
  background: #fff;
}
.ro27-hero__copy { align-self: center; padding: 16px 2vw 16px 8px; }
.ro27-hero__title {
  margin: 0;
  font-size: clamp(58px, 6.5vw, 96px);
  line-height: .92;
  letter-spacing: -.06em;
  font-weight: 600;
}
.ro27-hero__title span { color: var(--ro27-mint-strong); }
.ro27-hero__lead { max-width: 620px; margin: 28px 0 0; color: var(--ro27-muted); font-size: 20px; line-height: 1.55; }
.ro27-hero__media { position: relative; min-height: 610px; overflow: hidden; border-radius: 46px; background: #dce9e6; }
.ro27-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: 54% center; }
.ro27-hero__caption {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: min(310px, calc(100% - 40px));
  padding: 20px 22px;
  border-radius: 22px;
  background: rgba(5,11,10,.92);
  color: #fff;
  backdrop-filter: blur(12px);
}
.ro27-hero__caption strong { display: block; font-size: 17px; }
.ro27-hero__caption span { display: block; margin-top: 5px; color: #b8c6c3; font-size: 13px; line-height: 1.4; }
.ro27-proofchips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.ro27-proofchips span { padding: 9px 13px; border: 1px solid var(--ro27-line); border-radius: 999px; color: #50615d; background: #f7faf9; font-size: 12px; font-weight: 650; }

/* Proof strip */
.ro27-proofstrip { padding: 28px 0 72px; background: #f4f8f7; }
.ro27-proofgrid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--ro27-line); border-radius: 28px; overflow: hidden; background: #fff; }
.ro27-proof { min-height: 150px; padding: 28px; border-right: 1px solid var(--ro27-line); }
.ro27-proof:last-child { border-right: 0; }
.ro27-proof strong { display: block; font-size: 24px; line-height: 1.08; letter-spacing: -.025em; }
.ro27-proof span { display: block; margin-top: 10px; color: var(--ro27-muted); font-size: 14px; line-height: 1.45; }

/* Problem */
.ro27-problem { padding: 28px 0; background: var(--ro27-paper); }
.ro27-problem__frame { position: relative; min-height: 690px; overflow: hidden; border-radius: var(--ro27-radius-xl); background: #050b0a; }
.ro27-problem__image { position: absolute; inset: 0; }
.ro27-problem__image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,11,10,.98) 0%, rgba(5,11,10,.92) 42%, rgba(5,11,10,.18) 72%, rgba(5,11,10,.12) 100%); }
.ro27-problem__image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.ro27-problem__copy { position: relative; z-index: 2; width: min(660px, 60%); padding: 82px 78px; color: #fff; }
.ro27-problem__facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 34px; }
.ro27-problem__fact { padding: 18px 20px; border: 1px solid rgba(136,196,188,.25); border-radius: 18px; background: rgba(12,25,22,.74); }
.ro27-problem__fact strong { display: block; color: var(--ro27-mint); font-size: 16px; }
.ro27-problem__fact span { display: block; margin-top: 5px; color: #c4cecc; font-size: 13px; }

/* System flow */
.ro27-system__head { display: grid; grid-template-columns: 1.1fr .9fr; gap: 60px; align-items: end; margin-bottom: 48px; }
.ro27-system__head .ro27-lead { margin: 0; }
.ro27-flow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.ro27-flow__card { position: relative; min-height: 330px; padding: 30px; border: 1px solid var(--ro27-line); border-radius: 30px; background: #fff; }
.ro27-flow__card:not(:last-child)::after { content: "→"; position: absolute; top: 42px; right: -19px; z-index: 2; width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--ro27-line); border-radius: 50%; background: var(--ro27-paper); color: var(--ro27-mint-strong); font-size: 18px; }
.ro27-flow__num { color: var(--ro27-mint-strong); font-size: 13px; font-weight: 700; letter-spacing: .12em; }
.ro27-flow__icon { width: 52px; height: 52px; display: grid; place-items: center; margin: 34px 0 24px; border-radius: 16px; background: var(--ro27-mint-soft); color: var(--ro27-ink); font-size: 23px; }
.ro27-flow__card h3 { margin: 0; font-size: 25px; line-height: 1.1; letter-spacing: -.025em; }
.ro27-flow__card p { margin: 14px 0 0; color: var(--ro27-muted); font-size: 15px; line-height: 1.55; }

/* Rhythm */
.ro27-rhythm__grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 28px; align-items: stretch; }
.ro27-rhythm__copy { padding: 58px; border-radius: 44px; background: #fff; }
.ro27-rhythm__media { min-height: 620px; overflow: hidden; border-radius: 44px; }
.ro27-rhythm__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.ro27-timeline { margin-top: 34px; display: grid; gap: 10px; }
.ro27-moment { display: grid; grid-template-columns: 72px 1fr; gap: 16px; padding: 18px; border: 1px solid var(--ro27-line); border-radius: 18px; }
.ro27-moment time { color: var(--ro27-mint-strong); font-weight: 700; }
.ro27-moment strong { display: block; font-size: 16px; }
.ro27-moment span { display: block; margin-top: 4px; color: var(--ro27-muted); font-size: 13px; line-height: 1.4; }

/* Topics */
.ro27-topicgrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 48px; }
.ro27-topic { min-height: 285px; padding: 30px; border-radius: 30px; background: var(--ro27-mint-soft); }
.ro27-topic:nth-child(2), .ro27-topic:nth-child(4) { background: #fff; border: 1px solid var(--ro27-line); }
.ro27-topic__mark { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 15px; background: var(--ro27-ink); color: var(--ro27-mint); font-weight: 700; }
.ro27-topic h3 { margin: 54px 0 0; font-size: 24px; line-height: 1.12; }
.ro27-topic p { margin: 13px 0 0; color: var(--ro27-muted); font-size: 15px; line-height: 1.5; }

/* Company value */
.ro27-value__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 46px; }
.ro27-valuecard { padding: 42px; border-radius: 34px; background: #fff; color: var(--ro27-ink); }
.ro27-valuecard--mint { background: var(--ro27-mint); }
.ro27-valuecard__label { color: #3e7770; font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.ro27-valuecard h3 { margin: 40px 0 0; font-size: clamp(30px, 3vw, 46px); line-height: 1; letter-spacing: -.04em; }
.ro27-valuecard p { margin: 18px 0 0; max-width: 570px; color: #586763; font-size: 17px; line-height: 1.55; }
.ro27-valuecard--mint p { color: #17302b; }
.ro27-valuecard ul { list-style: none; padding: 0; margin: 26px 0 0; display: grid; gap: 12px; }
.ro27-valuecard li { position: relative; padding-left: 24px; font-size: 15px; line-height: 1.45; }
.ro27-valuecard li::before { content: "✓"; position: absolute; left: 0; color: var(--ro27-mint-strong); font-weight: 800; }
.ro27-valuecard--mint li::before { color: var(--ro27-ink); }

/* Health Center */
.ro27-board__frame { display: grid; grid-template-columns: .78fr 1.22fr; gap: 24px; padding: 28px; border: 1px solid rgba(136,196,188,.22); border-radius: 48px; background: #0c1513; }
.ro27-board__copy { align-self: center; padding: 42px; }
.ro27-board__copy h2 { font-size: clamp(42px, 4.5vw, 66px); }
.ro27-board__image { min-height: 580px; overflow: hidden; border-radius: 32px; background: #fff; }
.ro27-board__image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.ro27-board__note { margin-top: 24px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.14); color: #b6c1be; font-size: 14px; line-height: 1.5; }

/* Rollout */
.ro27-rollout { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 48px; counter-reset: rollout; }
.ro27-step { min-height: 300px; padding: 30px; border-radius: 28px; background: #fff; border: 1px solid var(--ro27-line); counter-increment: rollout; }
.ro27-step::before { content: "0" counter(rollout); color: var(--ro27-mint-strong); font-size: 14px; font-weight: 700; }
.ro27-step h3 { margin: 88px 0 0; font-size: 24px; }
.ro27-step p { margin: 13px 0 0; color: var(--ro27-muted); font-size: 15px; line-height: 1.5; }

/* FAQ */
.ro27-faqgrid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 72px; }
.ro27-faqs { border-top: 1px solid var(--ro27-line); }
.ro27-faq { border-bottom: 1px solid var(--ro27-line); }
.ro27-faq summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 0; font-size: 20px; font-weight: 600; }
.ro27-faq summary::-webkit-details-marker { display: none; }
.ro27-faq summary::after { content: "+"; color: var(--ro27-mint-strong); font-size: 26px; font-weight: 400; }
.ro27-faq[open] summary::after { content: "–"; }
.ro27-faq p { margin: -4px 0 24px; max-width: 700px; color: var(--ro27-muted); font-size: 16px; line-height: 1.6; }

/* CTA */
.ro27-cta { padding: 28px 0 80px; }
.ro27-cta__frame { position: relative; overflow: hidden; padding: 86px; border-radius: 56px; background: var(--ro27-mint); }
.ro27-cta__frame::after { content: ""; position: absolute; right: -130px; bottom: -190px; width: 460px; height: 460px; border: 90px solid rgba(255,255,255,.18); border-radius: 50%; }
.ro27-cta__frame h2 { position: relative; z-index: 1; margin: 0; max-width: 840px; font-size: clamp(48px, 5.5vw, 80px); line-height: .96; letter-spacing: -.05em; }
.ro27-cta__frame p { position: relative; z-index: 1; max-width: 680px; margin: 24px 0 0; color: #17312c; font-size: 19px; line-height: 1.55; }
.ro27-cta__frame .ro27-btns { position: relative; z-index: 1; }

@media (max-width: 1080px) {
  .ro27-hero__frame { grid-template-columns: 1fr; min-height: 0; }
  .ro27-hero__media { min-height: 560px; }
  .ro27-proofgrid, .ro27-flow, .ro27-topicgrid, .ro27-rollout { grid-template-columns: repeat(2, 1fr); }
  .ro27-proof:nth-child(2) { border-right: 0; }
  .ro27-proof:nth-child(-n+2) { border-bottom: 1px solid var(--ro27-line); }
  .ro27-flow__card:nth-child(2)::after { display: none; }
  .ro27-system__head, .ro27-rhythm__grid, .ro27-board__frame, .ro27-faqgrid { grid-template-columns: 1fr; }
  .ro27-board__image { min-height: 500px; }
}

@media (max-width: 720px) {
  .ro27-shell { width: min(100% - 32px, 1280px); }
  .ro27-section { padding: 78px 0; }
  .ro27-hero { padding-top: 18px; }
  .ro27-hero__frame { padding: 26px; border-radius: 38px; gap: 24px; }
  .ro27-hero__title { font-size: clamp(48px, 15vw, 68px); }
  .ro27-hero__lead { font-size: 18px; }
  .ro27-hero__media { min-height: 420px; border-radius: 30px; }
  .ro27-hero__media img { object-position: 58% center; }
  .ro27-proofgrid, .ro27-flow, .ro27-topicgrid, .ro27-value__grid, .ro27-rollout { grid-template-columns: 1fr; }
  .ro27-proof { border-right: 0; border-bottom: 1px solid var(--ro27-line); }
  .ro27-proof:last-child { border-bottom: 0; }
  .ro27-problem__frame { min-height: 760px; border-radius: 38px; }
  .ro27-problem__image::after { background: linear-gradient(0deg, rgba(5,11,10,.98) 0%, rgba(5,11,10,.92) 52%, rgba(5,11,10,.2) 100%); }
  .ro27-problem__image img { object-position: 61% center; }
  .ro27-problem__copy { width: 100%; padding: 390px 28px 34px; }
  .ro27-problem__facts { grid-template-columns: 1fr; }
  .ro27-flow__card::after { display: none !important; }
  .ro27-rhythm__copy { padding: 34px 26px; border-radius: 32px; }
  .ro27-rhythm__media { min-height: 440px; border-radius: 32px; }
  .ro27-valuecard { padding: 30px; }
  .ro27-board__frame { padding: 14px; border-radius: 36px; }
  .ro27-board__copy { padding: 26px 16px; }
  .ro27-board__image { min-height: 320px; border-radius: 24px; }
  .ro27-cta__frame { padding: 52px 28px; border-radius: 40px; }
  .ro27-btn { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .ro27-btn { transition: none; }
}
