@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url("./fonts/cormorant-garamond-cyrillic-500-normal.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url("./fonts/cormorant-garamond-latin-500-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("./fonts/manrope-cyrillic-400-normal.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("./fonts/manrope-latin-400-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url("./fonts/manrope-cyrillic-500-normal.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url("./fonts/manrope-latin-500-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("./fonts/manrope-cyrillic-600-normal.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("./fonts/manrope-latin-600-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("./fonts/manrope-cyrillic-700-normal.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("./fonts/manrope-latin-700-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
  color: #071e55;
  background: #fbfdff;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  --blue-950: #071e55;
  --blue-900: #0a2a78;
  --blue-700: #123ee9;
  --blue-600: #1654f6;
  --blue-200: #cfe1ff;
  --blue-100: #e9f2ff;
  --ice: #f4f9ff;
  --line: #d7e6fb;
  --muted: #48628f;
  --white: #ffffff;
  --radius: 16px;
  --shadow: 0 24px 70px rgba(18, 62, 233, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  background:
    radial-gradient(circle at 82% 7%, rgba(64, 126, 255, 0.11), transparent 28rem),
    #fbfdff;
  color: var(--blue-950);
  -webkit-font-smoothing: antialiased;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a[href] {
  cursor: pointer;
}

button:focus-visible,
a:focus-visible {
  outline: 3px solid #ffbf47;
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 100;
  left: 16px;
  top: 12px;
  padding: 12px 16px;
  border-radius: 10px;
  background: var(--blue-950);
  color: var(--white);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  z-index: 30;
  top: 0;
  min-height: 76px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  padding: 10px clamp(20px, 5vw, 76px);
  border-bottom: 1px solid rgba(215, 230, 251, 0.92);
  background: rgba(251, 253, 255, 0.94);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  width: max-content;
  color: var(--blue-700);
  font-size: 25px;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.brand img {
  width: 48px;
  height: 47px;
  object-fit: contain;
}

.site-header nav {
  display: flex;
  align-items: center;
  gap: clamp(22px, 3.5vw, 52px);
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
}

.site-header nav a,
.header-action {
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.site-header nav a:hover {
  color: var(--blue-700);
}

.header-action {
  justify-self: end;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 2px solid var(--blue-700);
  border-radius: 999px;
  color: var(--blue-700);
  font-weight: 700;
  white-space: nowrap;
}

.header-action:hover {
  background: var(--blue-700);
  color: var(--white);
  transform: translateY(-2px);
}

.hero {
  min-height: calc(100dvh - 76px);
  max-width: 1500px;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(520px, 1.08fr);
  align-items: center;
  gap: clamp(24px, 4vw, 64px);
  margin: 0 auto;
  padding: clamp(44px, 6vw, 84px) clamp(20px, 5vw, 76px);
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.eyebrow {
  margin: 0 0 24px;
  color: var(--blue-700);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.19em;
}

.hero h1,
h2 {
  margin: 0;
  color: var(--blue-700);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 500;
  letter-spacing: -0.035em;
}

.hero h1 {
  max-width: 625px;
  font-size: clamp(52px, 3.9vw, 66px);
  line-height: 0.94;
}

.hero-lead {
  max-width: 620px;
  margin: 28px 0 0;
  font-size: clamp(18px, 1.55vw, 22px);
  line-height: 1.55;
}

.hero-actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.button {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  border: 2px solid var(--blue-700);
  border-radius: 999px;
  font-weight: 750;
  white-space: nowrap;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

button.button {
  background: transparent;
}

.button:active,
.price-card a:active,
.scenario-switch button:active,
.booking-sectors button:active,
.booking-options button:active,
.stage-chip:active,
.demo-next:active,
.booking-reset:active {
  transform: translateY(1px) scale(0.99);
}

.button-primary {
  background: var(--blue-700);
  color: var(--white);
  box-shadow: 0 16px 34px rgba(18, 62, 233, 0.2);
}

.button-primary:hover {
  background: var(--blue-600);
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(18, 62, 233, 0.25);
}

.button-secondary {
  background: var(--white);
  color: var(--blue-700);
}

.button-secondary:hover {
  background: var(--blue-100);
  transform: translateY(-2px);
}

.hero-visual {
  position: relative;
  margin: 0;
  min-width: 0;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 12% 7% 14%;
  z-index: -1;
  border-radius: 50%;
  background: rgba(64, 126, 255, 0.08);
  filter: blur(34px);
}

.hero-visual img {
  display: block;
  width: 118%;
  max-width: none;
  height: auto;
  margin-left: -8%;
  filter: drop-shadow(0 30px 30px rgba(30, 97, 238, 0.12));
}

.hero-visual figcaption {
  max-width: 480px;
  margin: -8px auto 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
  text-align: center;
}

.price-overview,
.product-section,
.booking-section,
.ownership-section,
.included-section,
.final-cta {
  max-width: 1380px;
  margin: 0 auto;
  padding: clamp(74px, 8vw, 126px) clamp(20px, 5vw, 76px);
}

.price-overview,
.product-section,
.booking-section,
.ownership-section,
.included-section {
  border-top: 1px solid var(--line);
}

.section-heading,
.product-intro,
.booking-heading,
.ownership-copy {
  max-width: 760px;
}

h2 {
  font-size: clamp(42px, 4.5vw, 68px);
  line-height: 1;
}

.section-heading > p,
.product-intro > p,
.booking-heading > p,
.ownership-copy > p {
  max-width: 650px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.price-pair {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  align-items: stretch;
  gap: 18px;
  margin-top: 48px;
}

.price-card {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 32px;
  padding: clamp(28px, 4vw, 52px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 16px 44px rgba(18, 62, 233, 0.07);
}

.price-card-featured {
  border-color: var(--blue-700);
  background: var(--blue-100);
}

.price-card-custom {
  grid-column: 1 / -1;
}

.price-card-custom h3 {
  font-size: clamp(34px, 3.5vw, 50px);
}

.product-label {
  margin: 0;
  color: var(--blue-900);
  font-size: 18px;
  font-weight: 750;
}

.price-card h3 {
  margin: 20px 0 0;
  color: var(--blue-700);
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1;
}

.price-note {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.5;
}

.price-card ul {
  display: grid;
  align-content: start;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.price-card li {
  position: relative;
  padding-left: 28px;
  line-height: 1.5;
}

.price-card li::before {
  content: "";
  position: absolute;
  top: 0.2em;
  left: 3px;
  width: 7px;
  height: 13px;
  border: solid var(--blue-700);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.price-card a {
  grid-column: 1 / -1;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: end;
  border: 2px solid var(--blue-700);
  border-radius: 999px;
  color: var(--blue-700);
  font-weight: 750;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.price-card a:hover {
  background: var(--blue-700);
  color: var(--white);
}

.cost-note,
.demo-disclaimer {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.scenario-switch,
.booking-sectors {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.scenario-switch button,
.booking-sectors button,
.stage-chip {
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  color: var(--blue-900);
  font-weight: 700;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.scenario-switch button:hover,
.booking-sectors button:hover,
.stage-chip:hover {
  border-color: var(--blue-700);
}

.scenario-switch button.is-active,
.booking-sectors button.is-active,
.stage-chip.is-active {
  border-color: var(--blue-700);
  background: var(--blue-700);
  color: var(--white);
}

.full-demo {
  display: grid;
  grid-template-columns: 0.72fr 1.55fr 0.9fr;
  min-height: 460px;
  margin-top: 28px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.demo-person,
.demo-dialogue,
.demo-result {
  padding: clamp(26px, 3.2vw, 44px);
}

.demo-person {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: var(--ice);
}

.demo-person img {
  width: min(100%, 190px);
  height: auto;
  border-radius: var(--radius);
}

.demo-person p {
  margin: 20px 0 0;
  color: var(--blue-900);
  font-weight: 750;
  line-height: 1.45;
}

.demo-dialogue {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 1px solid var(--line);
  border-right: 1px solid var(--line);
}

.message {
  max-width: 92%;
  margin: 0;
  padding: 18px 20px;
  border-radius: var(--radius);
  line-height: 1.55;
}

.message-user {
  align-self: flex-end;
  background: var(--blue-700);
  color: var(--white);
}

.message-bot {
  margin-top: 14px;
  background: var(--blue-100);
  color: var(--blue-950);
}

.message-bot span {
  display: block;
  margin-bottom: 8px;
  color: var(--blue-700);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.message-bot strong {
  display: block;
  font-size: 18px;
}

.message-bot p {
  margin: 8px 0 0;
}

.demo-stage-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.stage-chip {
  min-height: 42px;
  padding: 0 15px;
  font-size: 14px;
}

.demo-next,
.booking-options button {
  min-height: 52px;
  padding: 0 20px;
  border: 0;
  border-radius: 12px;
  background: var(--blue-700);
  color: var(--white);
  font-weight: 750;
  transition: background 180ms ease, transform 180ms ease;
}

.demo-next {
  margin-top: 18px;
}

.demo-next:hover,
.booking-options button:hover {
  background: var(--blue-600);
}

.demo-result {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--blue-950);
  color: var(--white);
}

.demo-result > p:first-child,
.booking-summary > p {
  margin: 0;
  color: var(--blue-200);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.demo-result h3 {
  margin: 18px 0 0;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.05;
}

.demo-result > p:not(:first-child) {
  margin: 16px 0 0;
  color: #cfe1ff;
  line-height: 1.6;
}

.result-ledger {
  display: grid;
  gap: 7px;
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid rgba(207, 225, 255, 0.22);
}

.result-ledger span {
  color: var(--blue-200);
  font-size: 13px;
}

.booking-demo {
  margin-top: 38px;
}

.booking-workspace {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(310px, 0.65fr);
  min-height: 440px;
  margin-top: 22px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.booking-copy,
.booking-summary {
  padding: clamp(30px, 4.5vw, 62px);
}

.booking-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.booking-status {
  margin: 0;
  color: var(--blue-700);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.booking-copy h3 {
  max-width: 640px;
  margin: 14px 0 0;
  color: var(--blue-950);
  font-size: clamp(30px, 3.5vw, 50px);
  line-height: 1.08;
}

.booking-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.booking-options button {
  min-height: 60px;
  background: var(--blue-100);
  color: var(--blue-900);
  text-align: left;
}

.booking-options button:hover {
  background: var(--blue-700);
  color: var(--white);
}

.booking-reset {
  width: max-content;
  min-height: 44px;
  margin-top: 22px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--blue-700);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.booking-summary {
  background: var(--blue-100);
}

.booking-summary > p {
  color: var(--blue-700);
}

.booking-summary dl {
  display: grid;
  gap: 22px;
  margin: 30px 0 0;
}

.booking-summary dl div {
  display: grid;
  gap: 6px;
}

.booking-summary dt {
  color: var(--muted);
  font-size: 13px;
}

.booking-summary dd {
  margin: 0;
  color: var(--blue-950);
  font-size: 18px;
  font-weight: 750;
}

.booking-confirmation {
  margin-top: 34px;
  padding: 22px;
  border-radius: var(--radius);
  background: var(--blue-700);
  color: var(--white);
}

.booking-confirmation strong {
  display: block;
  font-size: 20px;
}

.booking-confirmation p {
  margin: 9px 0 0;
  color: #eaf2ff;
  line-height: 1.55;
}

.ownership-flow {
  display: grid;
  grid-template-columns: 1.15fr 1fr 0.85fr;
  gap: 0;
  margin-top: 48px;
  border-top: 2px solid var(--blue-700);
}

.ownership-flow article {
  min-height: 210px;
  padding: 30px 30px 30px 0;
}

.ownership-flow article + article {
  padding-left: 30px;
  border-left: 1px solid var(--line);
}

.ownership-flow strong {
  color: var(--blue-700);
  font-size: 21px;
}

.ownership-flow p {
  margin: 16px 0 0;
  color: var(--muted);
  line-height: 1.65;
}

.migration-note {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(230px, 0.6fr);
  gap: 40px;
  align-items: center;
  margin-top: 12px;
  padding: clamp(30px, 4vw, 50px);
  border-radius: var(--radius);
  background: var(--blue-950);
  color: var(--white);
}

.migration-note h3 {
  margin: 0;
  font-size: clamp(28px, 3vw, 42px);
}

.migration-note p {
  max-width: 720px;
  margin: 16px 0 0;
  color: #dbe9ff;
  line-height: 1.65;
}

.migration-price {
  display: grid;
  gap: 8px;
  justify-items: end;
}

.migration-price span {
  color: #cfe1ff;
}

.migration-price strong {
  color: var(--white);
  font-size: clamp(38px, 4vw, 54px);
  white-space: nowrap;
}

.included-section > h2 {
  max-width: 760px;
}

.included-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.9fr 1.05fr 0.8fr;
  gap: 14px;
  margin-top: 44px;
}

.included-grid article {
  min-height: 210px;
  padding: 28px;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 14px 38px rgba(18, 62, 233, 0.08);
}

.included-grid article:nth-child(1),
.included-grid article:nth-child(3) {
  background: var(--blue-100);
}

.included-grid strong {
  color: var(--blue-700);
  font-size: 20px;
}

.included-grid p {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.6;
}

.final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) auto;
  gap: 42px;
  align-items: center;
  border-radius: var(--radius);
  background: var(--blue-100);
}

.final-cta h2 {
  max-width: 760px;
}

.final-cta > div > p {
  max-width: 660px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}

.cta-actions {
  margin-top: 0;
}

footer {
  max-width: 1380px;
  display: grid;
  grid-template-columns: auto minmax(260px, 1fr) auto;
  align-items: center;
  gap: 24px;
  margin: 0 auto;
  padding: 36px clamp(20px, 5vw, 76px) 52px;
}

.footer-brand {
  font-size: 19px;
}

.footer-brand img {
  width: 38px;
  height: 37px;
}

footer p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

.footer-company {
  display: grid;
  gap: 5px;
}

.footer-company a,
.footer-legal a {
  color: var(--blue-700);
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(18, 62, 233, 0.3);
  text-underline-offset: 3px;
}

.footer-company a {
  width: max-content;
  max-width: 100%;
  overflow-wrap: anywhere;
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 16px;
  max-width: 280px;
}

@media (prefers-reduced-motion: no-preference) {
  .hero-copy {
    animation: enter-up 520ms cubic-bezier(0.16, 1, 0.3, 1) both;
  }

  .hero-visual {
    animation: enter-soft 700ms 80ms cubic-bezier(0.16, 1, 0.3, 1) both;
  }

  .hero-visual img {
    animation: core-breathe 8s ease-in-out infinite;
  }

  .message-bot,
  .demo-result h3,
  .demo-result > p:not(:first-child),
  .booking-confirmation:not([hidden]) {
    animation: state-enter 260ms ease both;
  }
}

@keyframes enter-up {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes enter-soft {
  from { opacity: 0; transform: scale(0.97); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes state-enter {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes core-breathe {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-8px) scale(1.015); }
}

@media (max-width: 1100px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-header nav {
    display: none;
  }

  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.9fr);
  }

  .price-pair,
  .full-demo {
    grid-template-columns: 1fr;
  }

  .demo-person {
    display: grid;
    grid-template-columns: 130px 1fr;
    align-items: end;
    gap: 22px;
  }

  .demo-person img {
    width: 130px;
  }

  .demo-dialogue {
    border: 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .included-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .final-cta {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 780px) {
  html {
    scroll-padding-top: 76px;
  }

  .site-header {
    min-height: 70px;
    padding: 8px 18px;
  }

  .brand {
    gap: 10px;
    font-size: 19px;
  }

  .brand img {
    width: 40px;
    height: 39px;
  }

  .header-action {
    min-height: 44px;
    padding: 0 17px;
    font-size: 14px;
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 20px;
    padding-top: 54px;
  }

  .hero h1 {
    font-size: clamp(43px, 12vw, 58px);
  }

  .hero-lead {
    font-size: 18px;
  }

  .hero-actions .button {
    flex: 1 1 100%;
  }

  .hero-visual img {
    width: 112%;
    margin-left: -6%;
  }

  .hero-visual figcaption {
    margin-top: -4px;
    text-align: left;
  }

  .price-card,
  .booking-workspace,
  .migration-note {
    grid-template-columns: 1fr;
  }

  .price-card-custom {
    grid-column: auto;
  }

  .price-card {
    gap: 22px;
  }

  .full-demo {
    min-height: 0;
  }

  .demo-person {
    grid-template-columns: 96px 1fr;
    padding: 24px;
  }

  .demo-person img {
    width: 96px;
  }

  .demo-dialogue,
  .demo-result,
  .booking-copy,
  .booking-summary {
    padding: 26px;
  }

  .message {
    max-width: 100%;
  }

  .booking-options {
    grid-template-columns: 1fr;
  }

  .ownership-flow {
    grid-template-columns: 1fr;
  }

  .ownership-flow article {
    min-height: 0;
    padding: 26px 0;
  }

  .ownership-flow article + article {
    padding-left: 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .migration-price {
    justify-items: start;
  }

  .included-grid {
    grid-template-columns: 1fr;
  }

  .included-grid article {
    min-height: 0;
  }

  .final-cta {
    margin-inline: 14px;
    padding-inline: 24px;
  }

  .cta-actions {
    align-items: stretch;
  }

  .cta-actions .button {
    flex: 1 1 100%;
  }

  footer {
    align-items: flex-start;
    grid-template-columns: 1fr;
  }

  .footer-legal {
    justify-content: flex-start;
    max-width: none;
  }
}

@media (max-width: 390px) {
  .site-header .brand span {
    display: none;
  }

  .hero h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 40px;
  }

  .scenario-switch,
  .booking-sectors {
    display: grid;
    grid-template-columns: 1fr;
  }

  .scenario-switch button,
  .booking-sectors button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
