/* Shared product-experience refinements. The established Laryaa palette is retained. */
.rb-page main > section { padding-block: clamp(36px, 5vw, 68px); }
.rb-page .rb-hero { min-height: 0; padding-block: clamp(36px, 5vw, 72px) !important; }
.rb-page .rb-hero h1 { font-size: clamp(38px, 4.8vw, 68px); max-width: 12ch; line-height: 1.05; }
.rb-page.rb-home .rb-hero h1 { max-width: 17ch; font-size: clamp(36px, 4.1vw, 58px); }
.pm-hero-beats { margin: 20px 0 14px; color: var(--ink); font-size: clamp(16px, 1.5vw, 20px); font-weight: 600; }
.rb-page .rb-page-hero h1 { font-size: clamp(34px, 4.5vw, 60px); }
.rb-page h2 { font-size: clamp(28px, 3.3vw, 44px); line-height: 1.14; }
.rb-section-head { margin-bottom: 28px; gap: 32px; }
.rb-eyebrow, .rb-card-label { font-size: 12px; }
.rb-lead { margin-top: 20px; font-size: clamp(17px, 1.5vw, 20px); }
.rb-card p, .rb-evidence-row span { font-size: 16px; }
.rb-card > h3:first-child { margin-top: 0; }
.rb-home a.rb-card { min-height: 0; padding: 22px; }
.rb-home .rb-card > b:last-child { padding-top: 16px; }
.rb-home .rb-architecture article { min-height: 0; padding: 20px; }
.rb-home .rb-architecture h3 { margin-top: 12px; }
.rb-card.featured b, .rb-dark .rb-eyebrow { color: #91b2ff; }
.rb-dark { --muted: #b6bac4; --blue: #91b2ff; color: #f5f5f7; }
.rb-dark .rb-evidence-row span, .dark-stage .rb-evidence-row span { color: #b6bac4; }
.compare-choice.dark .eyebrow, .compare-choice.dark .kicker { color: #b6bac4; }
.laryaa-choice .kicker, .choice-grid article.laryaa-choice > span, .laryaa-choice p { color: #b6bac4; }
.xp-demo blockquote { font-size: 18px; margin-block: 16px; }
.xp-demo .rb-eyebrow { margin-bottom: 12px; }
.rb-nav .theme-toggle, .rb-nav .menu-toggle { min-width: 44px; min-height: 44px; }
.rb-nav .links { gap: clamp(12px, 1.5vw, 24px); }
.rb-nav .mobile-menu { max-height: calc(100dvh - 66px); overflow-y: auto; }
.rb-nav a, .rb-footer a { text-underline-offset: 4px; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }
[hidden] { display: none !important; }
.xp-note { border-left: 3px solid var(--blue); padding: 12px 16px; background: var(--surface-2); color: var(--ink); font-size: 14px; line-height: 1.6; }
.xp-inline-links { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-block: 24px; }
.xp-inline-links a {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid color-mix(in srgb, var(--blue) 34%, transparent);
  color: var(--blue);
  text-decoration: none;
  font-weight: 650;
}
.xp-inline-links a:hover,
.xp-inline-links a:focus-visible { border-bottom-color: var(--blue); }
.xp-demo { margin: 0; background: var(--surface); border: 1px solid var(--line); border-radius: 18px; padding: clamp(20px, 3vw, 32px); box-shadow: var(--shadow); }
.xp-demo h2 { font-size: 22px; }
.xp-demo blockquote { margin: 24px 0; font-size: 20px; line-height: 1.5; }
.xp-demo dl { margin: 0; }
.xp-demo dl > div { padding: 14px 0; border-top: 1px solid var(--line); }
.xp-demo dt { font-weight: 650; }
.xp-demo dd { margin: 4px 0 0; color: var(--muted); font-size: 15px; }
.xp-demo figcaption { margin-top: 20px; color: var(--muted); font-size: 13px; }
.xp-tech-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.xp-tech-list article { border-top: 1px solid var(--line); padding-top: 20px; }
.xp-tech-list h3 { font-size: 22px; margin: 0; }
.xp-tech-list p { color: var(--muted); margin: 10px 0; }
.xp-tech-list a { color: var(--blue); }
.xp-shell { max-width: 1120px; margin: auto; padding: 40px var(--pad) 64px; }
.xp-shell h1 { font-size: clamp(30px, 4vw, 46px); max-width: none; }
.xp-shell h2 { font-size: 25px; }
.xp-layout { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(250px, 1fr); gap: 32px; align-items: start; }
.rb-answer-list { max-width: 840px; }
.rb-answer-list details { border-bottom: 1px solid var(--line); padding: 20px 0; }
.rb-answer-list summary { cursor: pointer; font-size: clamp(17px, 2vw, 21px); font-weight: 600; line-height: 1.45; padding: 4px 0; }
.rb-answer-list details p { color: var(--muted); line-height: 1.7; margin: 16px 0 4px; }
.rb-answer-list summary:focus-visible { outline: 2px solid var(--blue); outline-offset: 5px; border-radius: 4px; }
.xp-panel { border: 1px solid var(--line); border-radius: 16px; padding: clamp(20px, 3vw, 32px); background: var(--surface); }
.xp-panel > :first-child { margin-top: 0; }
.xp-form { display: grid; gap: 20px; }
.xp-form label { display: grid; gap: 8px; font-size: 15px; font-weight: 600; }
.xp-form input:not([type=checkbox]):not([type=radio]), .xp-form select, .xp-form textarea { width: 100%; min-width: 0; padding: 12px; min-height: 46px; border: 1px solid var(--line-strong); border-radius: 8px; background: var(--bg); color: var(--ink); font: inherit; }
.xp-form textarea { resize: vertical; }
.xp-form fieldset { border: 0; padding: 0; margin: 0; min-width: 0; }
.xp-form legend { font-weight: 650; margin-bottom: 12px; }
.xp-form .xp-check { display: flex; align-items: flex-start; gap: 10px; font-weight: 400; }
.xp-check input { width: 20px; height: 20px; flex: 0 0 auto; }
.xp-provider { width: 100%; min-height: 48px; margin-block: 6px; }
.xp-status { font-size: 15px; line-height: 1.5; padding: 12px 0; }
.xp-status:empty { padding: 0; }
.xp-status.error { color: var(--danger); }
.xp-status.success { color: var(--good); }
.xp-steps { display: flex; flex-wrap: wrap; gap: 10px 20px; list-style: none; padding: 0; margin: 24px 0; font-size: 14px; color: var(--muted); }
.xp-steps [aria-current=step] { color: var(--ink); font-weight: 700; }
.xp-summary { display: grid; gap: 12px; }
.xp-summary > div { display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); padding-bottom: 12px; }
.xp-summary dt { color: var(--muted); }
.xp-summary dd { margin: 0; text-align: right; }
.xp-summary dd b { display: block; }
.xp-divider { display: flex; align-items: center; gap: 16px; margin: 20px 0; color: var(--muted); font-size: 14px; }
.xp-divider::before,.xp-divider::after { content: ''; flex: 1; height: 1px; background: var(--line); }
.xp-billing { display: flex; gap: 16px; flex-wrap: wrap; margin-block: 20px; }
.xp-billing label { min-height: 44px; display: flex; gap: 8px; align-items: center; }
.xp-billing input { accent-color: var(--blue); }
.rb-price-card { min-height: 0; }
.rb-price-card .rb-button { margin-top: auto; }
.xp-table-wrap { overflow-x: auto; }
.xp-table { width: 100%; border-collapse: collapse; font-size: 15px; }
.xp-table th,.xp-table td { padding: 16px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.xp-muted { color: var(--muted); font-size: 14px; }
.xp-submit[disabled], .rb-button[disabled] { opacity: .65; cursor: wait; transform: none; }
/* Unavailable plans are status, not a pending network operation. */
[data-plan-cta][disabled] { opacity: 1; cursor: default; background: var(--surface, #eef1f5); color: var(--muted, #626977); border-color: transparent; box-shadow: none; }

/* Comparison pages retain their evidence while using the same restrained rhythm. */
.compare-hub-hero,
.compare-product-hero { padding-block: clamp(56px, 6vw, 88px); }
.compare-card-section { padding-block: clamp(52px, 6vw, 78px); }
.compare-product-grid { margin-top: 32px; }
.compare-product-card { min-height: 250px; padding: 24px; border-radius: 16px; }
.compare-product-card h3 { margin: 20px 0 12px; }
.compare-product-card b { padding-top: 20px; }
.compare-methodology,
.compare-question { padding-block: clamp(62px, 7vw, 98px); }
.compare-section { padding-block: clamp(56px, 6vw, 84px); }
.choice-grid article { min-height: 290px; border-radius: 18px; }
@media (max-width: 900px) {
  .xp-layout { grid-template-columns: 1fr; }
  .xp-tech-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .rb-page .rb-hero-grid { grid-template-columns: 1fr; gap: 28px; }
  .rb-page .rb-hero h1 { max-width: 16ch; }
}
@media (max-width: 540px) {
  .xp-tech-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 18px; }
  .xp-tech-list h3 { font-size: 20px; }
  .xp-tech-list a { min-height: 44px; display: inline-flex; align-items: center; }
  .xp-shell { padding-top: 28px; }
  .xp-steps { gap: 8px 14px; }
  .xp-summary > div { flex-wrap: wrap; gap: 6px; }
  .xp-summary dd { text-align: left; }
  .rb-page .rb-grid-4 { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

/* Visual coherence pass: tighter hierarchy, explicit actions and compact navigation. */
.rb-page .rb-page-hero {
  padding-block: clamp(48px, 6vw, 82px) !important;
}
.rb-page .rb-page-hero .rb-lead { max-width: 720px; }
.rb-page .rb-card { box-shadow: none; }
.rb-page a.rb-card { min-height: 210px; }
.rb-home a.rb-card { min-height: 0; }
.rb-page .rb-card h3 { margin-top: 0; }
.rb-page a.rb-card > b:last-child { padding-top: 22px; }

.rb-footer { padding: 40px 0 22px; }
.rb-footer .rb-footer-lead { padding-bottom: 22px; }
.rb-footer .rb-footer-lead p { font-size: clamp(16px, 1.4vw, 19px); }
.rb-footer .footer-map {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 24px 32px !important;
  padding: 28px 0 !important;
}
.rb-footer .footer-links { margin-top: 10px; }
.rb-footer .footer-links a { padding: 4px 0; }
.rb-footer .footer-bottom { padding-top: 16px; }

.xp-tech-system {
  display: grid;
  grid-template-columns: minmax(280px, .85fr) minmax(0, 1.65fr);
  gap: 14px;
  margin-top: 28px;
}
.xp-tech-primary,
.xp-tech-tile {
  display: flex;
  flex-direction: column;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--surface);
  color: var(--ink);
  text-decoration: none;
}
.xp-tech-primary { min-height: 320px; padding: clamp(24px, 3vw, 36px); }
.xp-tech-primary h3 { margin: 22px 0 12px; font-size: clamp(28px, 3vw, 38px); }
.xp-tech-primary p,
.xp-tech-tile p { color: var(--muted); }
.xp-tech-primary b,
.xp-tech-tile b { margin-top: auto; padding-top: 24px; color: var(--blue); font-size: 13px; }
.xp-tech-supporting { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.xp-tech-tile { min-height: 153px; padding: 20px; }
.xp-tech-tile h3 { margin: 0 0 8px; font-size: 21px; }
.xp-tech-tile p { margin: 0; font-size: 14px; line-height: 1.5; }
.xp-tech-primary:hover,
.xp-tech-primary:focus-visible,
.xp-tech-tile:hover,
.xp-tech-tile:focus-visible { border-color: var(--blue); }
.xp-preview-row {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  margin-top: 14px;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--surface);
}
.xp-preview-row p { margin: 0; color: var(--muted); }
.xp-preview-row a { flex: 0 0 auto; }
.xp-trust-actions { align-self: center; }

.rb-pricing-intro { border-bottom: 1px solid var(--line); }
.rb-pricing-controls {
  display: flex;
  gap: 18px 28px;
  align-items: center;
  justify-content: space-between;
  padding-block: 26px;
}
.rb-pricing-controls .rb-pricing-tabs {
  width: min(100%, 520px);
  flex: 0 1 520px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.rb-card-billing {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px;
  margin: 20px 0 0;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: var(--surface-2);
}
.rb-card-billing label {
  position: relative;
  min-height: 42px;
  padding: 9px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 650;
  cursor: pointer;
}
.rb-card-billing label:has(input:checked) {
  background: var(--surface);
  color: var(--ink);
  box-shadow: 0 1px 4px rgba(23, 31, 48, .10);
}
.rb-card-billing label.unavailable { cursor: not-allowed; opacity: .48; }
.rb-card-billing input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.rb-card-billing label:has(input:focus-visible) {
  outline: 3px solid var(--blue);
  outline-offset: 2px;
}
.rb-pricing-note { max-width: 610px; margin: 0; text-align: right; }
.rb-pricing-panel { padding-block: clamp(28px, 4vw, 52px) !important; }
.rb-price-grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.rb-price-grid.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.rb-price-card { padding: 24px; border-radius: 16px; }
.rb-price-card h3 { font-size: 25px; }
.rb-price { margin-top: 20px; font-size: clamp(38px, 4vw, 52px); }
.rb-price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 10px; }
.rb-price small { flex-basis: 100%; line-height: 1.35; }
.rb-price-card li { font-size: 14px; }
.rb-price-card li { display: flex; gap: 8px; align-items: flex-start; }
.rb-price-card li::before { content: "✓"; color: var(--blue); font-weight: 750; }
.rb-enterprise-card .rb-price { font-size: 38px; letter-spacing: -.035em; }
.rb-enterprise-card .rb-inr { min-height: 18px; }
.rb-wave-fallback-section { padding-top: 0 !important; }
.rb-wave-option { margin-top: 0; }
.rb-wave-option ul { margin: 22px 0 0; padding: 0; list-style: none; }
.rb-wave-option li { padding: 5px 0; color: var(--muted); font-size: 14px; }
.rb-wave-option li::before { content: "✓"; margin-right: 8px; color: var(--blue); font-weight: 750; }
.rb-wave-price .rb-card-billing { margin: 8px 0 12px; }
.rb-wave-price [data-price] { color: inherit; font-size: inherit; }
.rb-wave-price .xp-muted { margin: 6px 0 0; font-size: 12px; }
.rb-specialised {
  display: grid;
  grid-template-columns: minmax(220px, .8fr) minmax(0, 1.2fr);
  gap: 40px 72px;
  align-items: start;
}
.rb-route-links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.rb-route-links a {
  display: flex;
  min-height: 112px;
  flex-direction: column;
  justify-content: space-between;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 14px;
  color: var(--ink);
  text-decoration: none;
}
.rb-route-links a:hover,
.rb-route-links a:focus-visible { border-color: var(--blue); }
.rb-route-links b { color: var(--blue); font-size: 13px; }
.rb-pricing-help { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }

body[data-page="-supported-apps-"] .xp-table { min-width: 0; }

@media (max-width: 1050px) {
  .rb-footer .footer-map { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
  .rb-price-grid.three,
  .rb-price-grid.four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 800px) {
  .rb-footer .footer-map { grid-template-columns: 1fr !important; }
}

@media (max-width: 700px) {
  .rb-dev-nav { position: relative; top: auto; }
  .rb-dev-nav .wrap {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    overflow: visible;
    padding-block: 6px;
  }
  .rb-dev-nav .wrap a { padding: 8px 4px; text-align: center; white-space: normal; }
  .xp-tech-system,
  .rb-pricing-controls,
  .rb-specialised { grid-template-columns: 1fr; }
  .rb-pricing-controls { padding-block: 18px; align-items: stretch; flex-direction: column; }
  .rb-pricing-controls .rb-pricing-tabs { flex: none; }
  .rb-pricing-note { max-width: none; text-align: left; }
  .rb-card-billing { width: 100%; }
  .rb-price-grid.three,
  .rb-price-grid.four,
  .rb-route-links { grid-template-columns: 1fr; }
  .rb-route-links a { min-height: 92px; }
  .xp-preview-row { align-items: flex-start; flex-direction: column; }
  .xp-preview-row a { width: 100%; }
  .rb-home .rb-grid-4 { gap: 10px; }
  .rb-home a.rb-card { padding: 18px; }
  .rb-home a.rb-card > b:last-child { padding-top: 14px; }
  .rb-footer { padding-top: 28px; }
  .rb-footer .rb-footer-lead { padding-bottom: 20px; }
  .rb-footer .footer-map { padding: 20px 0 !important; }
  .compare-hub-hero,
  .compare-product-hero,
  .compare-card-section,
  .compare-section { padding-block: 48px; }
  .compare-methodology,
  .compare-question { padding-block: 58px; }
  .compare-product-card,
  .choice-grid article { min-height: 0; }
}

@media (max-width: 540px) {
  .xp-tech-supporting { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .xp-tech-primary { min-height: 240px; }
  .xp-tech-tile { min-height: 176px; padding: 16px; }
  .xp-tech-tile h3 { font-size: 18px; }
  .xp-tech-tile p { font-size: 13px; }
  .xp-tech-tile b { padding-top: 16px; font-size: 12px; }
  body[data-page="-supported-apps-"] .xp-table thead { display: none; }
  body[data-page="-supported-apps-"] .xp-table,
  body[data-page="-supported-apps-"] .xp-table tbody,
  body[data-page="-supported-apps-"] .xp-table tr,
  body[data-page="-supported-apps-"] .xp-table th,
  body[data-page="-supported-apps-"] .xp-table td { display: block; width: 100%; }
  body[data-page="-supported-apps-"] .xp-table tbody { display: grid; gap: 12px; }
  body[data-page="-supported-apps-"] .xp-table tr {
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: var(--surface);
  }
  body[data-page="-supported-apps-"] .xp-table th,
  body[data-page="-supported-apps-"] .xp-table td { padding: 0; border: 0; }
  body[data-page="-supported-apps-"] .xp-table th { margin-bottom: 14px; font-size: 17px; }
  body[data-page="-supported-apps-"] .xp-table td { color: var(--muted); line-height: 1.5; }
  body[data-page="-supported-apps-"] .xp-table td + td { margin-top: 12px; }
  body[data-page="-supported-apps-"] .xp-table td:nth-child(2)::before,
  body[data-page="-supported-apps-"] .xp-table td:nth-child(3)::before {
    display: block;
    margin-bottom: 3px;
    color: var(--ink);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  body[data-page="-supported-apps-"] .xp-table td:nth-child(2)::before { content: "Status"; }
  body[data-page="-supported-apps-"] .xp-table td:nth-child(3)::before { content: "Scope and limitation"; }
}

@media (max-width: 360px) {
  .xp-tech-supporting { grid-template-columns: 1fr; }
  .xp-tech-tile { min-height: 136px; }
}

/* Retained interaction treatment: controls are compact, rounded and clearly actionable. */
.rb-page .rb-button,
.rb-page .btn,
.rb-page .navcta {
  min-height: 42px;
  border-radius: 999px;
  box-shadow: none;
  font-weight: 700;
}
.rb-nav .theme-toggle,
.rb-nav .menu-toggle {
  border-radius: 999px;
}
.rb-pricing-controls .rb-pricing-tabs {
  width: auto;
  flex: 0 0 auto;
  gap: 4px;
  padding: 4px;
  border: 0;
  border-radius: 999px;
  background: var(--surface-2);
}
.rb-pricing-tabs button {
  min-height: 40px;
  padding: 8px 18px;
  border: 0;
  border-radius: 999px;
  background: transparent;
}
.rb-pricing-tabs button[aria-selected="true"] {
  background: var(--surface);
  color: var(--ink);
  box-shadow: 0 2px 10px rgba(23, 31, 48, .08);
}
.rb-card-billing {
  display: inline-grid;
  width: fit-content;
  grid-template-columns: repeat(2, minmax(82px, 1fr));
  border: 0;
  border-radius: 999px;
}
.rb-card-billing label {
  min-height: 34px;
  padding: 6px 12px;
  border-radius: 999px;
}
.rb-monthly-only {
  display: inline-flex;
  width: fit-content;
  margin: 20px 0 0;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--surface-2);
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
}

@media (max-width: 700px) {
  .rb-pricing-controls .rb-pricing-tabs,
  .rb-card-billing { width: fit-content; }
}

/* Homepage atmosphere: conceptual product UI with narrative motion. */
.la-atmosphere {
  --pointer-x: 0;
  --pointer-y: 0;
  position: relative;
  min-height: clamp(500px, 46vw, 610px);
  margin: 0;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--blue) 18%, var(--line));
  border-radius: 28px;
  background:
    radial-gradient(circle at 78% 18%, color-mix(in srgb, var(--blue) 18%, transparent), transparent 36%),
    radial-gradient(circle at 18% 78%, rgba(82, 153, 255, .11), transparent 34%),
    linear-gradient(145deg, var(--surface), var(--surface-2));
  box-shadow: 0 30px 80px rgba(31, 54, 105, .12);
}
.la-atmosphere::before {
  content: "";
  position: absolute;
  inset: 12% 8%;
  z-index: -1;
  border-radius: 50%;
  background: color-mix(in srgb, var(--blue) 14%, transparent);
  filter: blur(70px);
  transform: translate(calc(var(--pointer-x) * 14px), calc(var(--pointer-y) * 10px));
  transition: transform .8s cubic-bezier(.2,.8,.2,1);
}
.la-aurora {
  position: absolute;
  inset: -28% -10% auto 20%;
  height: 70%;
  border-radius: 50%;
  background: conic-gradient(from 220deg, transparent, rgba(45,103,232,.18), rgba(139,172,255,.2), transparent 68%);
  filter: blur(22px);
  opacity: .72;
  transform: translate(calc(var(--pointer-x) * -18px), calc(var(--pointer-y) * -12px)) rotate(-8deg);
  transition: transform 1s cubic-bezier(.2,.8,.2,1);
}
.la-float-card {
  position: absolute;
  z-index: 2;
  margin: 0;
  padding: 18px;
  border: 1px solid color-mix(in srgb, var(--line) 78%, white);
  border-radius: 18px;
  background: color-mix(in srgb, var(--surface) 92%, transparent);
  color: var(--ink);
  box-shadow: 0 18px 42px rgba(21, 33, 63, .13);
  backdrop-filter: blur(18px);
  opacity: 0;
  transform: translate3d(calc(var(--pointer-x) * var(--depth-x, 8px)), calc(22px + var(--pointer-y) * var(--depth-y, 7px)), 0) scale(.98);
  transition:
    opacity .72s ease var(--delay, 0s),
    transform 1s cubic-bezier(.18,.82,.28,1) var(--delay, 0s),
    border-color .2s ease;
}
.la-atmosphere.is-ready .la-float-card {
  opacity: 1;
  transform: translate3d(calc(var(--pointer-x) * var(--depth-x, 8px)), calc(var(--pointer-y) * var(--depth-y, 7px)), 0) rotate(var(--tilt, 0deg));
}
.la-card-kicker {
  display: block;
  margin-bottom: 8px;
  color: var(--blue);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.la-float-card > strong { display: block; font-size: 16px; line-height: 1.25; }
.la-float-card p { margin: 8px 0 0; color: var(--muted); font-size: 12px; line-height: 1.45; }
.la-job-card {
  --delay: .08s;
  --depth-x: -10px;
  --depth-y: -7px;
  --tilt: -1.5deg;
  top: 12%;
  left: 4%;
  width: 42%;
}
.la-person { display: flex; gap: 8px; align-items: center; margin-top: 14px; color: var(--muted); font-size: 10px; }
.la-person i { display: grid; width: 24px; aspect-ratio: 1; place-items: center; border-radius: 50%; background: var(--ink); color: var(--surface); font-size: 8px; font-style: normal; }
.la-context-card {
  --delay: .2s;
  --depth-x: 13px;
  --depth-y: -9px;
  --tilt: 1deg;
  top: 5%;
  right: 3%;
  width: 39%;
}
.la-source-row { display: flex; gap: 6px; margin: 14px 0 10px; }
.la-source-row span { display: grid; width: 34px; aspect-ratio: 1; place-items: center; border: 1px solid var(--line); border-radius: 9px; background: var(--surface-2); font-size: 8px; font-weight: 750; }
.la-context-card small { color: var(--muted); font-size: 9px; }
.la-work-card {
  --delay: .34s;
  --depth-x: 8px;
  --depth-y: 11px;
  top: 37%;
  left: 17%;
  width: 53%;
  padding: 0;
  overflow: hidden;
  border-color: color-mix(in srgb, var(--blue) 38%, var(--line));
  box-shadow: 0 26px 60px rgba(34, 73, 163, .18);
}
.la-work-head { display: flex; justify-content: space-between; align-items: center; padding: 14px 16px; border-bottom: 1px solid var(--line); font-size: 10px; font-weight: 700; }
.la-work-head span { display: flex; gap: 7px; align-items: center; }
.la-work-head img { width: 19px; height: 19px; object-fit: contain; }
.la-work-head b { color: var(--blue); font-size: 9px; }
.la-work-card ol { display: grid; gap: 9px; margin: 0; padding: 16px; list-style: none; }
.la-work-card li { display: flex; gap: 9px; align-items: center; color: var(--muted); font-size: 10px; }
.la-work-card li i { display: grid; width: 18px; aspect-ratio: 1; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--blue); font-size: 8px; font-style: normal; }
.la-work-card li.active { color: var(--ink); }
.la-work-card li.active i { border-color: var(--blue); }
.la-work-card li.active i::after { content: ""; width: 5px; aspect-ratio: 1; border-radius: 50%; background: var(--blue); animation: la-pulse 1.4s ease-in-out infinite; }
.la-progress { height: 3px; background: var(--surface-3); }
.la-progress span { display: block; width: 76%; height: 100%; background: var(--blue); transform-origin: left; animation: la-progress 5.5s ease-in-out infinite; }
.la-result-card {
  --delay: .52s;
  --depth-x: 14px;
  --depth-y: 9px;
  --tilt: 1.2deg;
  right: 4%;
  bottom: 9%;
  width: 43%;
}
.la-ready { display: flex; gap: 6px; align-items: center; margin-bottom: 9px; color: var(--good); font-size: 9px; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.la-ready i { width: 7px; aspect-ratio: 1; border-radius: 50%; background: var(--good); box-shadow: 0 0 0 5px color-mix(in srgb, var(--good) 14%, transparent); }
.la-result-card dl { margin: 13px 0; }
.la-result-card dl div { display: flex; justify-content: space-between; padding: 7px 0; border-top: 1px solid var(--line); font-size: 9px; }
.la-result-card dd { margin: 0; font-weight: 750; }
.la-result-action { display: grid; width: 100%; min-height: 32px; place-items: center; border-radius: 999px; background: var(--blue); color: white; font: inherit; font-size: 9px; font-weight: 750; }
.la-tech-card {
  position: absolute;
  left: 5%;
  bottom: 7%;
  z-index: 1;
  display: flex;
  gap: 8px;
  align-items: center;
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
  opacity: 0;
  transition: opacity .6s ease .7s;
}
.la-atmosphere.is-ready .la-tech-card { opacity: 1; }
.la-tech-card i { width: 34px; height: 1px; background: linear-gradient(90deg, var(--line), var(--blue), var(--line)); }
.la-atmosphere figcaption { position: absolute; right: 18px; bottom: 14px; z-index: 3; max-width: 245px; color: var(--muted); font-size: 8px; line-height: 1.35; text-align: right; }

@keyframes la-pulse {
  0%, 100% { transform: scale(.75); opacity: .55; }
  50% { transform: scale(1.15); opacity: 1; }
}
@keyframes la-progress {
  0% { transform: scaleX(.08); }
  60%, 88% { transform: scaleX(1); }
  100% { transform: scaleX(.08); }
}

.la-story-section { overflow: clip; }
.la-story { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(300px, .88fr); gap: clamp(44px, 7vw, 110px); align-items: start; }
.la-story-stage { --story-progress: 0; position: sticky; top: 116px; min-width: 0; padding: 7% 4%; perspective: 900px; }
.la-story-stage::before {
  content: "";
  position: absolute;
  inset: 4% 0;
  z-index: -1;
  border-radius: 50%;
  background: radial-gradient(circle, color-mix(in srgb, var(--blue) 17%, transparent), transparent 67%);
  filter: blur(22px);
  transform: translateY(calc(var(--story-progress) * 24px));
}
.la-story-window {
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--blue) 22%, var(--line));
  border-radius: 22px;
  background: color-mix(in srgb, var(--surface) 94%, transparent);
  box-shadow: 0 32px 72px rgba(24, 42, 86, .14);
  transform: rotateX(calc((var(--story-progress) - .5) * -2deg)) rotateY(calc((var(--story-progress) - .5) * 2deg));
  transition: transform .25s linear;
}
.la-window-bar { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 52px; padding: 0 16px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 10px; }
.la-window-bar > span { display: flex; gap: 5px; }
.la-window-bar > span i { width: 7px; aspect-ratio: 1; border-radius: 50%; background: var(--line-strong); }
.la-window-bar b { color: var(--ink); }
.la-window-bar em { justify-self: end; color: var(--blue); font-style: normal; font-weight: 700; }
.la-window-body { position: relative; min-height: 410px; padding: 28px; background: linear-gradient(160deg, var(--surface-2), var(--surface)); }
.la-stage-card { position: absolute; inset: 28px; padding: 24px; border: 1px solid var(--line); border-radius: 17px; background: var(--surface); box-shadow: 0 18px 44px rgba(28, 42, 72, .1); opacity: 0; transform: translateY(24px) scale(.96); transition: opacity .55s ease, transform .7s cubic-bezier(.2,.8,.2,1); pointer-events: none; }
.la-stage-card > span { display: block; margin-bottom: 16px; color: var(--blue); font-size: 10px; font-weight: 750; letter-spacing: .11em; text-transform: uppercase; }
.la-stage-card > strong { display: block; max-width: 21ch; font-size: clamp(20px, 2vw, 29px); line-height: 1.18; }
.la-stage-card > small { display: block; margin-top: 64px; padding-top: 14px; border-top: 1px solid var(--line); color: var(--muted); }
.la-stage-permission div,
.la-stage-result div { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 34px; }
.la-stage-permission div b,
.la-stage-result div b { padding: 9px 12px; border-radius: 999px; background: var(--surface-2); font-size: 10px; }
.la-stage-execution ol { display: grid; gap: 0; margin: 28px 0 0; padding: 0; list-style: none; counter-reset: item; }
.la-stage-execution li { padding: 14px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.la-stage-execution li::before { content: "✓"; margin-right: 10px; color: var(--blue); font-weight: 750; }
.la-stage-result > i { display: block; margin-top: 58px; color: var(--blue); font-size: 12px; font-style: normal; font-weight: 750; }
.la-story[data-active="0"] .la-stage-job,
.la-story[data-active="1"] .la-stage-permission,
.la-story[data-active="2"] .la-stage-execution,
.la-story[data-active="3"] .la-stage-result { opacity: 1; transform: translateY(0) scale(1); pointer-events: auto; }
.la-story:not([data-active]) .la-stage-job { opacity: 1; transform: none; }
.la-story-steps { display: grid; }
.la-story-steps article { min-height: 68vh; display: flex; flex-direction: column; justify-content: center; padding: 70px 0; opacity: 1; transition: transform .5s ease; transform: translateY(10px); }
.la-story-steps article[aria-current="step"] { opacity: 1; transform: translateY(0); }
.la-story-steps article > span { color: var(--blue); font-size: 11px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.la-story-steps h3 { margin: 14px 0 12px; font-size: clamp(29px, 3.2vw, 46px); line-height: 1.06; }
.la-story-steps p { margin: 0; color: var(--muted); font-size: clamp(15px, 1.35vw, 18px); line-height: 1.65; }

html[data-theme="dark"] .la-atmosphere,
html[data-theme="dark"] .la-story-window { box-shadow: 0 28px 70px rgba(0, 0, 0, .3); }
html[data-theme="dark"] .la-float-card { border-color: color-mix(in srgb, var(--line) 82%, var(--blue)); box-shadow: 0 18px 42px rgba(0, 0, 0, .28); }
html[data-theme="dark"] .la-work-head img { content: url("/assets/laryaa-icon-dark.png"); }

@media (max-width: 980px) {
  .rb-home .rb-hero-grid { grid-template-columns: 1fr; }
  .rb-home .rb-hero h1 { max-width: 11ch; }
  .la-atmosphere { width: min(100%, 680px); min-height: 590px; margin-inline: auto; }
  .la-story { grid-template-columns: 1fr; gap: 24px; }
  .la-story-stage { position: relative; top: auto; width: min(100%, 680px); margin-inline: auto; padding: 0; }
  .la-story-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .la-story-steps article { min-height: 0; justify-content: flex-start; padding: 24px; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); opacity: 1; transform: none; }
  .la-story-steps h3 { font-size: 25px; }
}

@media (max-width: 620px) {
  .la-atmosphere { min-height: 520px; border-radius: 22px; }
  .la-job-card { top: 8%; left: 4%; width: 58%; }
  .la-context-card { top: 25%; right: 3%; width: 52%; }
  .la-work-card { top: 45%; left: 5%; width: 66%; }
  .la-result-card { right: 3%; bottom: 7%; width: 58%; }
  .la-tech-card { display: none; }
  .la-atmosphere figcaption { right: auto; left: 14px; bottom: 12px; max-width: 180px; text-align: left; }
  .la-story-steps { grid-template-columns: 1fr; }
  .la-window-body { min-height: 360px; padding: 18px; }
  .la-stage-card { inset: 18px; padding: 20px; }
  .la-window-bar { grid-template-columns: 1fr 1fr; }
  .la-window-bar b { display: none; }
  .la-story-stage { margin-bottom: 6px; }
}

@media (prefers-reduced-motion: reduce) {
  .la-float-card,
  .la-atmosphere.is-ready .la-float-card,
  .la-aurora,
  .la-atmosphere::before,
  .la-story-window,
  .la-story-steps article { opacity: 1; transform: none; transition: none; }
  .la-stage-card { transform: none; transition: none; }
  .la-work-card li.active i::after,
  .la-progress span { animation: none; }
  .la-progress span { transform: scaleX(1); }
}

/* Core page hierarchy: one clear entry point, then progressive detail. */
.cp-hero h1 { max-width: 12ch; }
.cp-hero .rb-actions { margin-top: 30px; }

.cp-product-section { padding-block: clamp(56px, 7vw, 96px); background: var(--surface-2); }
.cp-product-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--line);
  gap: 1px;
}
.cp-product-lead,
.cp-product-groups { min-width: 0; background: var(--surface); }
.cp-product-lead { display: flex; min-height: 560px; flex-direction: column; padding: clamp(34px, 5vw, 64px); }
.cp-product-lead h2 { margin: 10px 0 18px; font-size: clamp(46px, 6vw, 76px); }
.cp-product-lead > div > p:last-child { max-width: 47ch; color: var(--muted); font-size: 17px; line-height: 1.65; }
.cp-product-lead blockquote {
  max-width: 23ch;
  margin: auto 0 36px;
  color: var(--ink);
  font-size: clamp(22px, 2.5vw, 34px);
  font-weight: 620;
  letter-spacing: -.025em;
  line-height: 1.28;
}
.cp-product-lead .rb-button { align-self: flex-start; }
.cp-product-groups { padding: 18px clamp(28px, 4vw, 52px); }
.cp-product-groups > section { padding-block: 24px; }
.cp-product-groups > section + section { margin-top: 12px; }
.cp-group-label { margin: 0; padding: 22px 0 11px; color: var(--muted); font-size: 10px; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.cp-product-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  min-height: 112px;
  border-top: 1px solid var(--line);
  color: inherit;
  text-decoration: none;
}
.cp-product-row strong,
.cp-product-row small { display: block; }
.cp-product-row strong { margin-bottom: 6px; font-size: 22px; letter-spacing: -.02em; }
.cp-product-row small { max-width: 34ch; color: var(--muted); font-size: 13px; line-height: 1.45; }
.cp-product-row b { color: var(--blue); font-size: 11px; white-space: nowrap; }
.cp-product-row:hover strong,
.cp-product-row:focus-visible strong { color: var(--blue); }
.cp-product-row:focus-visible { outline: 3px solid var(--focus); outline-offset: 4px; }
.cp-proof-strip { padding-block: clamp(52px, 6vw, 84px); }
.cp-proof-strip .wrap,
.cp-route-help .wrap { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 52px; align-items: end; }
.cp-proof-strip h2,
.cp-route-help h2 { margin: 8px 0 10px; }
.cp-proof-strip p:last-child,
.cp-route-help p:last-child { max-width: 58ch; margin-bottom: 0; color: var(--muted); }

.cp-solution-section { padding-block: clamp(54px, 7vw, 96px); background: var(--surface-2); }
.cp-solution-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--line);
  gap: 1px;
}
.cp-solution-card {
  display: flex;
  min-width: 0;
  min-height: 370px;
  flex-direction: column;
  padding: clamp(30px, 4vw, 52px);
  background: var(--surface);
  color: inherit;
  text-decoration: none;
  transition: background .2s ease;
}
.cp-solution-card > span { color: var(--muted); font-size: 11px; font-weight: 720; }
.cp-solution-card > div { margin-top: auto; padding-top: 56px; }
.cp-solution-card h2 { max-width: 16ch; margin: 10px 0 14px; font-size: clamp(28px, 3.2vw, 43px); line-height: 1.08; }
.cp-solution-card p:last-child { max-width: 45ch; margin-bottom: 0; color: var(--muted); }
.cp-solution-card > b,
.cp-solution-card > .cp-solution-links { margin-top: 34px; }
.cp-solution-card > b,
.cp-solution-card .cp-solution-links a { color: var(--blue); font-size: 13px; font-weight: 720; }
.cp-solution-links { display: flex; flex-wrap: wrap; gap: 10px 22px; }
.cp-solution-card:hover,
.cp-solution-card:focus-visible { background: color-mix(in srgb, var(--blue) 5%, var(--surface)); }
.cp-solution-card:focus-visible { outline: 3px solid var(--focus); outline-offset: -6px; }
.cp-route-help { padding-block: clamp(52px, 6vw, 84px); }

.cp-company-hero { position: relative; overflow: hidden; }
.cp-company-hero::after {
  position: absolute;
  right: -12vw;
  bottom: -32vw;
  width: min(58vw, 760px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, color-mix(in srgb, var(--blue) 17%, transparent), transparent 67%);
  content: "";
  pointer-events: none;
}
.cp-company-hero .wrap { position: relative; z-index: 1; }
.cp-company-hero h1 { max-width: 17ch; }
.cp-company-hero h1 span { color: var(--blue); }
.cp-company-hero .rb-lead { max-width: 850px; }
.cp-company-hero .rb-actions { margin-top: 30px; }
.cp-origin { padding-block: clamp(70px, 9vw, 130px); background: #0d0d0f; color: #f5f5f7; }
.cp-origin-grid { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: clamp(50px, 9vw, 140px); }
.cp-origin .rb-eyebrow { color: #79a0ff; }
.cp-origin h2 { max-width: 13ch; margin-top: 14px; font-size: clamp(36px, 5vw, 66px); }
.cp-founder { margin-top: 36px; color: #9ca3af; font-size: 13px; }
.cp-origin-copy { padding-top: 6px; }
.cp-origin-copy > p { max-width: 58ch; color: #b7bcc6; font-size: clamp(17px, 1.6vw, 21px); line-height: 1.66; }
.cp-origin-copy blockquote { max-width: 24ch; margin: 52px 0 0; padding-top: 28px; border-top: 1px solid #353946; color: #fff; font-size: clamp(24px, 3vw, 38px); font-weight: 620; letter-spacing: -.025em; line-height: 1.3; }
.cp-beliefs { padding-block: clamp(68px, 8vw, 112px); }
.cp-beliefs-intro { display: grid; grid-template-columns: .55fr 1.45fr; gap: 40px; align-items: end; margin-bottom: 48px; }
.cp-beliefs-intro h2 { max-width: 17ch; margin: 0; }
.cp-belief-list { border-top: 1px solid var(--line); }
.cp-belief-list article { display: grid; grid-template-columns: 72px minmax(240px, .8fr) minmax(0, 1.2fr); gap: 24px; align-items: baseline; padding: 30px 0; border-bottom: 1px solid var(--line); }
.cp-belief-list span { color: var(--blue); font-size: 11px; font-weight: 720; }
.cp-belief-list h3,
.cp-belief-list p { margin: 0; }
.cp-belief-list h3 { font-size: clamp(21px, 2.3vw, 31px); }
.cp-belief-list p { color: var(--muted); }
.cp-company-facts { padding-block: clamp(60px, 7vw, 98px); background: var(--surface-2); }
.cp-company-facts .wrap { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr); gap: clamp(46px, 8vw, 110px); align-items: start; }
.cp-company-facts h2 { max-width: 16ch; margin: 10px 0 14px; }
.cp-company-facts p:last-child { max-width: 50ch; color: var(--muted); }
.cp-company-facts dl { margin: 0; border-top: 1px solid var(--line); }
.cp-company-facts dl div { display: flex; justify-content: space-between; gap: 24px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.cp-company-facts dt { color: var(--muted); }
.cp-company-facts dd { margin: 0; text-align: right; font-weight: 650; }
.cp-company-facts .rb-actions { grid-column: 1 / -1; margin-top: 2px; }

@media (max-width: 900px) {
  .cp-product-layout,
  .cp-origin-grid,
  .cp-company-facts .wrap { grid-template-columns: 1fr; }
  .cp-product-lead { min-height: 500px; }
  .cp-solution-card { min-height: 330px; }
  .cp-proof-strip .wrap,
  .cp-route-help .wrap { grid-template-columns: 1fr; align-items: start; }
  .cp-beliefs-intro { grid-template-columns: 1fr; gap: 12px; }
  .cp-belief-list article { grid-template-columns: 48px 1fr; }
  .cp-belief-list p { grid-column: 2; }
}

@media (max-width: 640px) {
  .cp-product-layout,
  .cp-solution-grid { grid-template-columns: 1fr; border-radius: 20px; }
  .cp-product-lead { min-height: 460px; }
  .cp-product-groups { padding: 14px 26px 24px; }
  .cp-product-row { grid-template-columns: 1fr; gap: 8px; padding: 20px 0; }
  .cp-product-row b { white-space: normal; }
  .cp-solution-card { min-height: 330px; }
  .cp-solution-card > div { padding-top: 38px; }
  .cp-belief-list article { grid-template-columns: 36px 1fr; gap: 16px; }
  .cp-company-facts dl div { display: grid; gap: 5px; }
  .cp-company-facts dd { text-align: left; }
}
