/* Homepage refinements. Scoped to .orb-home; existing service pages keep their layout. */
.orb-home { --home-section-space: clamp(44px, 6vw, 80px); }
.orb-home main > section { scroll-margin-top: 92px; }
.orb-home .orb-home-hero__inner { padding-top: clamp(32px, 4vw, 52px) !important; padding-bottom: 32px !important; }
.orb-home .orb-home-hero__title { max-width: 24ch !important; font-size: clamp(38px, 5.3vw, 72px) !important; line-height: 1.08 !important; letter-spacing: -.045em !important; }
.orb-home .orb-home-hero__lead { max-width: 76ch !important; font-size: 18px !important; line-height: 1.6 !important; }
.orb-home .orb-home-hero__actions { gap: 14px !important; margin-top: 24px !important; }
.orb-home .orb-home-hero__actions > * { min-height: 50px; }
.orb-home .orb-home-hero__badges { margin-top: 20px !important; }
.orb-home .orb-home-hero__metrics { gap: 22px !important; margin-top: 28px !important; padding-top: 20px !important; }
.orb-home .orb-home-hero__metrics > div > div:first-child { font-size: clamp(30px, 3.2vw, 42px) !important; line-height: 1.1 !important; }
.orb-home .orb-home-hero__metrics > div > div:last-child { font-size: 11px !important; line-height: 1.5 !important; }
.orb-home .orb-home-hero__metrics > div > div:first-child span { font-size: .36em !important; }
.orb-home #hero3d { opacity: .4; }
.orb-home #cases > .orb-container { padding-block: var(--home-section-space) !important; }
.orb-home #cases h2 { max-width: 24ch; font-size: clamp(30px, 3.7vw, 48px) !important; line-height: 1.13 !important; }
.orb-home #cases .orb-work-card { box-shadow: none; transition: border-color .2s, box-shadow .2s; }
.orb-home #cases .orb-work-card:hover { transform: none !important; box-shadow: 0 5px 18px rgba(16,20,10,.06); }
.orb-home #cases .orb-work-card--client { border-color: #adb49e !important; }
.orb-home #cases .orb-work-card--client .orb-work-media img { aspect-ratio: 16 / 9 !important; object-fit: contain !important; background: var(--surface-inset); }
.orb-home #cases .orb-work-card h3 { font-size: clamp(19px, 1.7vw, 23px) !important; line-height: 1.35 !important; }
.orb-home .orb-work-card a:last-child { min-height: 36px; display: flex; align-items: center; width: fit-content; }
.orb-home .orb-case-label { font-weight: 600; }
.orb-home .orb-more-demos > summary { background: var(--surface-inset); transition: border-color .2s, background .2s; }
.orb-home .orb-more-demos > summary:hover { border-color: var(--accent) !important; background: rgba(83,110,13,.05); }
.orb-home #team .orb-team-grid { gap: clamp(28px, 5vw, 72px) !important; padding-block: var(--home-section-space) !important; grid-template-columns: minmax(220px,.7fr) minmax(0,1.3fr) !important; }
.orb-home #team h2 { font-size: clamp(30px, 3.5vw, 46px) !important; line-height: 1.16 !important; }
.orb-home #team p { font-size: 17px !important; }
.orb-home #team ul { gap: 9px !important; }
.orb-home #team li { font-size: 15px !important; }
.orb-home #team .orb-team-grid > div:first-child { max-width: 310px; }
.orb-home #team .orb-team-grid > div:first-child > div:first-child { box-shadow: 6px 6px 0 var(--border); }
.orb-home #services > .orb-container, .orb-home #pricing > .orb-container,
.orb-home #process > .orb-container, .orb-home #faq > .orb-container { padding-block: var(--home-section-space) !important; }
.orb-home #services h2, .orb-home #process h2, .orb-home #pricing h2, .orb-home #faq h2 { font-size: clamp(30px, 3.8vw, 50px) !important; line-height: 1.14 !important; }
.orb-home #floatingActions { opacity: .97; }
.orb-home #floatingActions button { font-size: 11px !important; padding: 14px 18px !important; }
.orb-home #leadModal { padding: 16px !important; align-items: center !important; overscroll-behavior: contain; }
.orb-home #leadModal > div { max-width: 620px !important; max-height: calc(100dvh - 32px); overflow-y: auto; overscroll-behavior: contain; }
.orb-home #leadModal > div > div { padding: 24px !important; }
.orb-home #leadModal > div > div:first-child { position: sticky; top: 0; z-index: 1; background: var(--surface-card); }
.orb-home #leadModal h2 { font-size: 27px !important; line-height: 1.18 !important; }
.orb-home #leadModal button[aria-label="Закрыть"] { min-width: 44px; min-height: 44px; padding: 6px !important; }
.orb-home #leadModal .orb-rf { display: grid !important; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px !important; }
.orb-home #leadModal .orb-rf > :nth-child(n + 3) { grid-column: 1 / -1; }
.orb-home #leadModal .orb-rf > .rf-summary, .orb-home #leadModal .orb-rf > .rf-send-error { grid-column: 1 / -1; }
.orb-home #leadModal .orb-rf input, .orb-home #leadModal .orb-rf select, .orb-home #leadModal .orb-rf textarea { font-size: 16px !important; }
.orb-home #leadModal .orb-rf textarea { min-height: 80px; }
.orb-home #leadModal .orb-rf > p { line-height: 1.6 !important; }
.orb-home #leadModal .orb-rf > a { margin-top: 0 !important; line-height: 1.5; min-height: 32px; }
.orb-home #leadModal :is(input, select, textarea):focus-visible { outline: 2px solid var(--accent) !important; outline-offset: 4px; border-radius: 2px; }
.orb-home :is(a, button, summary):focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }
.orb-home [inert] { pointer-events: none; }
body.orb-home.modal-open > canvas[aria-hidden="true"],
body.orb-home.modal-open #hero3d { visibility: hidden !important; }
.orb-home .orb-quiz__opt { min-height: 48px; }
.orb-home #oa-cc { top: auto !important; bottom: 18px !important; left: 20px !important; right: auto !important; transform: none !important; max-width: min(560px,calc(100vw - 40px)) !important; }
@media (max-width: 900px) {
  .orb-home #team .orb-team-grid { grid-template-columns: minmax(190px,.65fr) minmax(0,1.35fr) !important; }
  .orb-home .orb-home-hero__title { font-size: clamp(34px, 5.6vw, 54px) !important; }
}
@media (max-width: 680px) {
  .orb-home .orb-home-hero__title { font-size: clamp(27px, 6.1vw, 40px) !important; max-width: 23ch !important; letter-spacing: -.04em !important; line-height: 1.16 !important; }
  .orb-home .orb-home-hero__inner { padding-top: 30px !important; }
  .orb-home .orb-home-hero__inner > div:first-child { font-size: 10px !important; gap: 8px !important; }
  .orb-home .orb-home-hero__inner > div:first-child > span:first-child { display: none; }
  .orb-home .orb-home-hero__inner > div:first-child > span:nth-child(2) { display: none; }
  .orb-home .orb-home-hero__lead { font-size: 16px !important; line-height: 1.6 !important; margin-top: 18px !important; }
  .orb-home .orb-home-hero__actions { gap: 12px !important; margin-top: 22px !important; }
  .orb-home .orb-home-hero__actions > * { width: 100% !important; padding: 15px 18px !important; font-size: 13px !important; }
  .orb-home .orb-home-hero__badges { gap: 7px !important; }
  .orb-home .orb-home-hero__badges > span { font-size: 9px !important; padding: 6px 8px !important; }
  .orb-home .orb-home-hero__metrics { grid-template-columns: repeat(2,minmax(0,1fr)) !important; gap: 20px 16px !important; }
  .orb-home .orb-home-hero__metrics > div > div:first-child { font-size: 30px !important; }
  .orb-home #team .orb-team-grid { grid-template-columns: 1fr !important; }
  .orb-home #team .orb-team-grid > div:first-child { max-width: 230px; }
  .orb-home #team .orb-team-grid > div:first-child > div:first-child { aspect-ratio: 1 / 1 !important; }
  .orb-home #team .orb-team-grid img { object-position: center 25%; }
  .orb-home #leadModal { padding: 10px !important; }
  .orb-home #leadModal > div { max-height: calc(100dvh - 20px); }
  .orb-home #leadModal > div > div { padding: 18px !important; }
  .orb-home #leadModal h2 { font-size: 23px !important; }
  .orb-home #leadModal .orb-rf { grid-template-columns: 1fr; gap: 14px !important; }
  .orb-home #leadModal .orb-rf > * { grid-column: 1 !important; }
  .orb-home #oa-cc { left: 12px !important; right: 12px !important; max-width: none !important; bottom: 100px !important; }
}
@media (prefers-reduced-motion: reduce) {
  .orb-home *, .orb-home *::before, .orb-home *::after { scroll-behavior: auto !important; }
  .orb-home .orb-work-card, .orb-home .orb-more-demos > summary { transition: none !important; }
}

/* Commercial introduction: prices, scope and next steps share one visual hierarchy. */
.orb-home .orb-home-hero { border-bottom: 1px solid var(--border); position: relative; overflow: hidden; }
.orb-home .orb-home-hero__inner { padding-top: 32px !important; padding-bottom: 0 !important; }
.orb-home .orb-home-hero__layout { display: grid; grid-template-columns: minmax(0,1.13fr) minmax(0,1fr); gap: clamp(28px,5vw,72px); align-items: center; padding-block: 32px 38px; }
.orb-home .orb-home-hero__title { margin: 0; font-family: var(--font-display); font-size: clamp(34px,3.65vw,54px) !important; font-weight: 800; line-height: 1.09 !important; letter-spacing: -.055em !important; max-width: none !important; color: var(--text-strong); }
.orb-home .orb-home-hero__title span { color: var(--accent); }
.orb-home .orb-home-hero__lead { margin: 24px 0 0; max-width: 47ch !important; font-size: 17px !important; color: var(--text-muted); line-height: 1.65 !important; }
.orb-home .orb-home-hero__actions { display: flex; flex-wrap: wrap; gap: 12px !important; margin-top: 28px !important; }
.orb-home .orb-home-action { display: inline-flex; justify-content: space-between; align-items: center; gap: 22px; border: 1px solid var(--border-strong); padding: 16px 20px; color: var(--text-strong); background: var(--surface-card); font: 600 13px var(--font-mono); text-transform: uppercase; cursor: pointer; text-decoration: none; transition: background .15s; }
.orb-home .orb-home-action--primary { color: var(--text-inverse,#fff); border-color: var(--text-strong); background: var(--text-strong); }
.orb-home .orb-home-action--primary:hover { background: var(--accent); border-color: var(--accent); }
.orb-home .orb-home-action--plain:hover { background: var(--surface-inset); }
.orb-home .orb-home-hero__free { display: flex; gap: 10px; max-width: 46ch; margin: 22px 0 0; color: var(--text-muted); font-size: 13px; line-height: 1.6; }
.orb-home .orb-home-hero__free > span { color: var(--accent); font-size: 22px; line-height: 1.3; }
.orb-home .orb-home-formats { min-width: 0; display: grid; gap: 12px; }
.orb-home .orb-format { padding: 24px; border: 1px solid var(--border-strong); position: relative; overflow: hidden; }
.orb-home .orb-format--express { background: #edf1df; color: #202519; }
.orb-home .orb-format--studio { background: #23271f; color: #f8f9f2; border-color: #23271f; }
.orb-home .orb-format__top { display: flex; justify-content: space-between; gap: 12px; align-items: center; margin-bottom: 14px; }
.orb-home .orb-format__tag { font: 500 10px var(--font-mono); letter-spacing: .10em; line-height: 1.5; }
.orb-home .orb-format__term { font: 500 10px var(--font-mono); border: 1px solid #a5ac93; border-radius: 100px; padding: 4px 9px; white-space: nowrap; }
.orb-home .orb-format--studio .orb-format__term { border-color: #626956; color: #d3e89a; }
.orb-home .orb-format h2 { color: inherit; font: 700 clamp(23px,2.1vw,29px)/1.15 var(--font-display); letter-spacing: -.035em; margin: 0; }
.orb-home .orb-format p { margin: 10px 0 15px; font-size: 14px; line-height: 1.55; max-width: 45ch; color: #59624c; }
.orb-home .orb-format--studio p { color: #bfc5b5; }
.orb-home .orb-format__price { font: 700 37px/1.15 var(--font-display); letter-spacing: -.055em; }
.orb-home .orb-format__price > span { font: 400 16px var(--font-mono); letter-spacing: -.03em; }
.orb-home .orb-format__bottom { margin-top: 18px; padding-top: 13px; border-top: 1px solid #c5ccb5; display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.orb-home .orb-format--studio .orb-format__bottom { border-color: #4b5242; }
.orb-home .orb-format__bottom > span { font-size: 11px; color: #59624c; }
.orb-home .orb-format--studio .orb-format__bottom > span { color: #bfc5b5; }
.orb-home .orb-format__bottom button { display: inline-flex; gap: 14px; align-items: center; border: 0; background: none; color: inherit; font: 600 12px var(--font-mono); min-height: 36px; padding: 0; cursor: pointer; }
.orb-home .orb-format--studio .orb-format__bottom button { color: #d3e89a; }
.orb-home .orb-home-formats__compare { display: flex; justify-content: space-between; color: var(--text-muted); font: 500 11px var(--font-mono); padding: 4px 0; min-height: 30px; align-items: center; }
.orb-home .orb-home-assurances { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 14px 24px; padding-block: 20px; border-top: 1px solid var(--border); }
.orb-home .orb-home-assurances > span { color: var(--text-muted); font: 500 11px var(--font-mono); line-height: 1.5; }
.orb-home .orb-home-assurances b { color: var(--accent); font-weight: 500; margin-right: 9px; }
.orb-home .orb-afterlaunch { padding-block: var(--home-section-space); background: var(--surface-inset,#efefea); border-block: 1px solid var(--border); }
.orb-home .orb-afterlaunch__heading { max-width: 770px; }
.orb-home .orb-afterlaunch__heading > .orb-format__tag { color: var(--accent); }
.orb-home .orb-afterlaunch__heading h2 { margin: 20px 0 18px; font: 750 clamp(30px,3.7vw,49px)/1.12 var(--font-display); letter-spacing: -.04em; color: var(--text-strong); }
.orb-home .orb-afterlaunch__heading h2 span { color: var(--text-muted); }
.orb-home .orb-afterlaunch__heading > p { font-size: 17px; line-height: 1.6; color: var(--text-muted); max-width: 62ch; }
.orb-home .orb-afterlaunch__layout { display: grid; grid-template-columns: minmax(0,1.12fr) minmax(0,1fr); gap: clamp(28px,6vw,80px); margin-top: 38px; align-items: start; }
.orb-home .orb-afterlaunch__answers > article { display: grid; grid-template-columns: 30px minmax(0,1fr); gap: 16px; padding: 24px 0; border-top: 1px solid var(--border-strong); }
.orb-home .orb-afterlaunch__number { font: 500 11px var(--font-mono); color: var(--accent); padding-top: 5px; }
.orb-home .orb-afterlaunch__answers h3 { margin: 0 0 12px; font: 700 21px/1.3 var(--font-display); color: var(--text-strong); letter-spacing: -.025em; }
.orb-home .orb-afterlaunch__answers p { font-size: 15px; line-height: 1.65; color: var(--text-muted); margin: 0; }
.orb-home .orb-afterlaunch__answers .orb-afterlaunch__detail { margin-top: 12px; font-size: 13px; }
.orb-home .orb-afterlaunch__link { display: inline-flex; align-items: center; gap: 16px; background: none; border: none; padding: 10px 0; margin-top: 4px; font: 600 12px var(--font-mono); color: var(--accent); cursor: pointer; }
.orb-home .orb-afterlaunch__handover { display: flex; gap: 16px; border-top: 1px solid var(--border-strong); padding-top: 22px; }
.orb-home .orb-afterlaunch__handover > span { font-size: 30px; color: var(--accent); line-height: 1.25; }
.orb-home .orb-afterlaunch__handover b { color: var(--text-strong); font-weight: 600; }
.orb-home .orb-editor-demo { border: 1px solid var(--border-strong); background: var(--surface-card); box-shadow: 8px 8px 0 #dfe2d6; }
.orb-home .orb-editor-demo__chrome { padding: 14px 18px; border-bottom: 1px solid var(--border); display: flex; justify-content: space-between; gap: 12px; font: 500 9px var(--font-mono); letter-spacing: .05em; color: var(--text-muted); align-items: center; }
.orb-home .orb-editor-demo__chrome > span:first-child { display: flex; gap: 5px; }
.orb-home .orb-editor-demo__chrome i { width: 6px; height: 6px; border-radius: 50%; background: var(--border-strong); }
.orb-home .orb-editor-demo__body { padding: 24px; }
.orb-home .orb-editor-demo__caption { display: flex; justify-content: space-between; gap: 12px; font: 500 9px/1.5 var(--font-mono); color: var(--text-muted); }
.orb-home .orb-editor-demo__caption > span:last-child { color: var(--accent); }
.orb-home .orb-editor-demo__form { display: grid; gap: 14px; margin-top: 18px; margin-bottom: 28px; }
.orb-home .orb-editor-demo__form label { display: grid; gap: 8px; font-size: 12px; font-weight: 500; color: var(--text-muted); }
.orb-home .orb-editor-demo__form input { border: 1px solid var(--border-strong); padding: 12px; min-width: 0; width: 100%; background: var(--surface-inset); color: var(--text-strong); font: 400 16px/1.3 var(--font-body,sans-serif); border-radius: 0; }
.orb-home .orb-editor-demo__form input:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }
.orb-home .orb-editor-demo__form button { background: #23271f; border: 1px solid #23271f; padding: 14px; display: flex; justify-content: space-between; align-items: center; color: #f8f9f2; font: 500 12px var(--font-mono); cursor: pointer; min-height: 46px; }
.orb-home .orb-editor-demo__form button:hover { background: var(--accent); }
.orb-home .orb-editor-preview { margin-top: 15px; background: #edf1df; padding: 26px; border: 1px solid #c5ccb5; color: #202519; position: relative; overflow: hidden; }
.orb-home .orb-editor-preview__mark { position: absolute; right: 17px; top: -4px; font-size: 86px; color: #d6dec3; line-height: 1; }
.orb-home .orb-editor-preview__category { position: relative; font: 500 9px var(--font-mono); letter-spacing: .12em; }
.orb-home .orb-editor-preview h3 { position: relative; margin: 30px 0 26px; max-width: 15ch; font: 700 27px/1.2 var(--font-display); letter-spacing: -.035em; overflow-wrap: anywhere; }
.orb-home .orb-editor-preview__bottom { display: flex; justify-content: space-between; gap: 16px; border-top: 1px solid #c5ccb5; padding-top: 16px; font-family: var(--font-display); font-size: 25px; overflow-wrap: anywhere; }
.orb-home .orb-editor-preview__bottom strong { font-weight: 600; min-width: 0; }
.orb-home .orb-editor-demo__note { font-size: 11px; line-height: 1.7; color: var(--text-muted); margin: 20px 0 0; }
.orb-home .orb-editor-demo.is-updated .orb-editor-preview { border-color: var(--accent); }
@media (max-width: 1000px) and (min-width: 761px) {
  .orb-home .orb-home-hero__title { font-size: 40px !important; }
  .orb-home .orb-format { padding: 20px; }
}
@media (max-width: 760px) {
  .orb-home .orb-home-hero__layout { grid-template-columns: minmax(0,1fr); padding-top: 24px; gap: 28px; padding-bottom: 24px; }
  .orb-home .orb-home-hero__title { font-size: clamp(24px,8vw,51px) !important; line-height: 1.09 !important; }
  .orb-home .orb-home-hero__lead { font-size: 16px !important; margin-top: 18px !important; }
  .orb-home .orb-home-hero__actions { flex-wrap: nowrap; gap: 8px !important; margin-top: 22px !important; }
  .orb-home .orb-home-hero__actions > * { width: auto !important; font-size: 10px !important; padding: 13px !important; gap: 12px; flex: 1; }
  .orb-home .orb-home-hero__free { font-size: 12px; margin-top: 16px; }
  .orb-home .orb-format { padding: 20px; }
  .orb-home .orb-format h2 { font-size: 25px; }
  .orb-home .orb-format__price { font-size: 34px; }
  .orb-home .orb-format__top { margin-bottom: 12px; }
  .orb-home .orb-home-assurances { display: grid; grid-template-columns: 1fr; gap: 9px; padding-block: 18px; }
  .orb-home .orb-afterlaunch__layout { grid-template-columns: minmax(0,1fr); margin-top: 26px; gap: 30px; }
  .orb-home .orb-editor-demo { max-width: 540px; width: calc(100% - 6px); }
  .orb-home .orb-editor-demo__body { padding: 20px; }
  .orb-home .orb-afterlaunch__answers > article { grid-template-columns: 22px minmax(0,1fr); gap: 12px; }
  .orb-home .orb-afterlaunch__answers h3 { font-size: 20px; }
}
@media (prefers-reduced-motion: reduce) { .orb-home .orb-home-action { transition: none; } }

.orb-home .orb-home-formats__note { margin: -2px 0 0; color: var(--text-muted); font-size: 11px; line-height: 1.6; }
