:root {
  --shop-white: #ffffff;
  --shop-paper: #f5f8fa;
  --shop-ink: #0c2537;
  --shop-muted: #5b6d78;
  --shop-navy: #092f49;
  --shop-blue: #1673b8;
  --shop-blue-dark: #0d578c;
  --shop-blue-pale: #edf6fb;
  --shop-orange: #eb8428;
  --shop-orange-pale: #fff2e5;
  --shop-green: #16745d;
  --shop-line: #d8e2e8;
  --shop-shadow: 0 24px 60px rgba(9, 47, 73, 0.12);
  --shop-sans: Inter, Aptos, "Segoe UI", system-ui, -apple-system, sans-serif;
  --shop-serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --shop-shell: min(1240px, calc(100vw - 72px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 116px; background: white; }
body { margin: 0; color: var(--shop-ink); background: white; font-family: var(--shop-sans); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
svg { display: block; }
h1, h2, h3, p { text-wrap: pretty; }
::selection { color: white; background: var(--shop-blue); }
.shop-shell { width: var(--shop-shell); margin-inline: auto; }
.skip-link { position: fixed; z-index: 200; top: 8px; left: 8px; padding: 9px 13px; color: white; background: var(--shop-navy); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.demo-ribbon {
  min-height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #385b6f;
  background: #e9f3f9;
  border-bottom: 1px solid #d3e4ee;
  font-size: 10px;
  font-weight: 740;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.shop-header {
  position: sticky;
  z-index: 60;
  top: 0;
  background: rgba(255,255,255,0.96);
  border-bottom: 1px solid var(--shop-line);
  backdrop-filter: blur(16px);
}

.service-bar,
.nav-row {
  width: var(--shop-shell);
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.service-bar { min-height: 72px; }

.shop-logo {
  position: relative;
  width: 190px;
  display: inline-flex;
  flex-direction: column;
  line-height: 1;
  text-decoration: none;
}

.shop-logo .logo-kicker {
  color: var(--shop-muted);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.shop-logo strong {
  margin-top: 3px;
  color: var(--shop-navy);
  font-size: 24px;
  font-weight: 850;
  letter-spacing: -0.055em;
}

.shop-logo strong span { color: var(--shop-blue); }

.shop-logo > i {
  position: absolute;
  top: -2px;
  left: 94px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: white;
  background: var(--shop-blue);
  border-radius: 50%;
}

.shop-logo > i svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }

.service-points {
  display: flex;
  align-items: center;
  gap: 28px;
}

.service-points > span {
  display: grid;
  grid-template-columns: 27px auto;
  column-gap: 9px;
  align-items: center;
}

.service-points > span svg,
.account-button svg {
  grid-row: 1 / 3;
  width: 23px;
  height: 23px;
  fill: none;
  stroke: var(--shop-blue);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-points b { font-size: 10px; line-height: 1.2; }
.service-points small { color: var(--shop-muted); font-size: 8px; }

.account-button {
  min-height: 38px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--shop-navy);
  border: 1px solid var(--shop-line);
  border-radius: 6px;
  background: white;
  font-size: 10px;
  font-weight: 760;
  cursor: pointer;
}

.account-button svg { width: 18px; height: 18px; }

.nav-row {
  min-height: 48px;
  border-top: 1px solid var(--shop-line);
}

.nav-row nav { display: flex; align-items: center; gap: 28px; }
.nav-row nav a { color: #334f5f; text-decoration: none; font-size: 11px; font-weight: 720; }
.nav-row nav a:hover, .nav-row nav a:focus-visible { color: var(--shop-blue); }

.search-field {
  width: 280px;
  min-height: 34px;
  padding: 0 11px;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--shop-line);
  border-radius: 5px;
  background: var(--shop-paper);
}

.search-field input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--shop-ink); font-size: 10px; }
.search-field input::placeholder { color: #8b9aa2; }
.search-field svg { width: 17px; height: 17px; fill: none; stroke: var(--shop-muted); stroke-width: 1.8; }

.mobile-menu { display: none; width: 42px; height: 42px; padding: 10px; border: 1px solid var(--shop-line); background: white; cursor: pointer; }
.mobile-menu span { height: 2px; display: block; background: var(--shop-navy); margin: 4px 0; }

.shop-hero {
  min-height: 610px;
  position: relative;
  overflow: hidden;
  background: #fbfcfc;
  border-bottom: 1px solid var(--shop-line);
}

.shop-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 52%;
  width: 1px;
  height: 100%;
  background: #e7edef;
}

.shop-hero-grid {
  min-height: 610px;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(520px, 1.14fr);
  gap: 56px;
  align-items: center;
}

.shop-eyebrow { margin: 0 0 16px; color: var(--shop-blue); font-size: 9px; font-weight: 820; letter-spacing: 0.15em; text-transform: uppercase; }
.shop-hero-copy { position: relative; z-index: 2; padding: 60px 0; }
.shop-hero-copy h1 { margin: 0; max-width: 650px; font-size: clamp(46px, 4.8vw, 72px); font-weight: 650; letter-spacing: -0.062em; line-height: 0.99; }
.shop-hero-copy h1 em, .shop-section-heading h2 em, .knowledge-copy h2 em { display: block; color: var(--shop-blue); font-family: var(--shop-serif); font-weight: 400; }
.shop-hero-copy > p:not(.shop-eyebrow) { max-width: 560px; margin: 24px 0 0; color: var(--shop-muted); font-size: 16px; line-height: 1.7; }
.shop-actions { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 11px; }
.shop-button { min-height: 47px; padding: 0 19px; display: inline-flex; align-items: center; justify-content: center; gap: 13px; border: 1px solid var(--shop-blue); border-radius: 5px; text-decoration: none; font-size: 11px; font-weight: 780; transition: transform 180ms ease, background 180ms ease, color 180ms ease; }
.shop-button-primary { color: white; background: var(--shop-blue); }
.shop-button-primary:hover, .shop-button-primary:focus-visible { background: var(--shop-blue-dark); transform: translateY(-2px); }
.shop-button-secondary { color: var(--shop-blue); background: white; }
.shop-button-secondary:hover, .shop-button-secondary:focus-visible { color: white; background: var(--shop-blue); }
.trust-row { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 11px 18px; color: var(--shop-muted); font-size: 9px; font-weight: 650; }
.trust-row span { display: inline-flex; align-items: center; gap: 6px; }
.trust-row i { width: 17px; height: 17px; display: grid; place-items: center; color: var(--shop-green); background: #e7f3ef; border-radius: 50%; font-size: 8px; font-style: normal; }

.product-stage {
  min-height: 520px;
  position: relative;
}

.product-stage > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.product-note,
.product-badge {
  position: absolute;
  color: var(--shop-ink);
  background: rgba(255,255,255,0.94);
  border: 1px solid var(--shop-line);
  box-shadow: 0 13px 30px rgba(9, 47, 73, 0.12);
  backdrop-filter: blur(10px);
}

.product-note { min-height: 48px; padding: 10px 13px; display: flex; align-items: center; gap: 9px; border-radius: 7px; font-size: 9px; }
.product-note span { width: 24px; height: 24px; display: grid; place-items: center; color: white; background: var(--shop-blue); border-radius: 50%; font-size: 8px; }
.product-note-one { left: 2%; top: 20%; }
.product-note-two { right: 1%; top: 36%; }
.product-badge { right: 8%; bottom: 12%; min-width: 154px; padding: 14px 18px; display: flex; flex-direction: column; border-left: 3px solid var(--shop-orange); }
.product-badge strong { font-size: 12px; }
.product-badge small { margin-top: 2px; color: var(--shop-muted); font-size: 8px; }

.quick-path { padding: 30px 0; background: white; border-bottom: 1px solid var(--shop-line); }
.quick-grid { display: grid; grid-template-columns: 1fr 34px 1fr 34px 1fr; align-items: center; }
.quick-grid > article { min-height: 92px; padding: 17px 20px; display: grid; grid-template-columns: 26px 38px 1fr; gap: 12px; align-items: center; border: 1px solid var(--shop-line); background: white; }
.quick-grid > article > span { width: 24px; height: 24px; display: grid; place-items: center; color: white; background: var(--shop-blue); border-radius: 50%; font-size: 9px; font-weight: 800; }
.quick-grid svg { width: 34px; height: 34px; fill: none; stroke: var(--shop-blue); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.quick-grid article div { display: flex; flex-direction: column; }
.quick-grid strong { font-size: 12px; }
.quick-grid small { color: var(--shop-muted); font-size: 9px; }
.quick-grid > i { color: var(--shop-blue); text-align: center; font-style: normal; }

.system-finder { padding: 96px 0; background: var(--shop-paper); }
.shop-section-heading { max-width: 760px; }
.shop-section-heading h2, .knowledge-copy h2, .advisor h2 { margin: 0; font-size: clamp(34px, 3.8vw, 52px); font-weight: 620; letter-spacing: -0.052em; line-height: 1.06; }
.finder-layout { margin-top: 48px; display: grid; grid-template-columns: 0.9fr 1.1fr; border: 1px solid var(--shop-line); background: white; box-shadow: var(--shop-shadow); }
.finder-tabs { padding: 16px; border-right: 1px solid var(--shop-line); }
.finder-tabs button { width: 100%; min-height: 104px; padding: 17px; display: grid; grid-template-columns: 46px 1fr; gap: 15px; align-items: center; color: var(--shop-ink); border: 1px solid transparent; border-bottom-color: var(--shop-line); background: white; text-align: left; cursor: pointer; }
.finder-tabs button:last-child { border-bottom-color: transparent; }
.finder-tabs button.is-active { color: var(--shop-blue-dark); border-color: var(--shop-blue); background: var(--shop-blue-pale); }
.finder-tabs svg { width: 38px; height: 38px; fill: none; stroke: currentColor; stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; }
.finder-tabs button span { display: flex; flex-direction: column; }
.finder-tabs strong { font-size: 13px; }
.finder-tabs small { margin-top: 4px; color: var(--shop-muted); font-size: 9px; }
.finder-result { min-height: 390px; padding: 44px 48px; display: flex; flex-direction: column; align-items: flex-start; }
.finder-result > p:first-child { margin: 0; color: var(--shop-blue); font-size: 9px; font-weight: 820; letter-spacing: 0.12em; text-transform: uppercase; }
.finder-result h3 { margin: 18px 0 0; font-size: 28px; letter-spacing: -0.03em; }
.finder-result .finder-description { margin: 15px 0 0; color: var(--shop-muted); font-size: 13px; line-height: 1.7; }
.finder-result ul { margin: 22px 0 28px; padding: 0; list-style: none; }
.finder-result li { padding: 7px 0 7px 23px; position: relative; color: #365565; font-size: 11px; }
.finder-result li::before { content: "✓"; position: absolute; left: 0; color: var(--shop-green); font-weight: 900; }
.finder-result > a { margin-top: auto; color: var(--shop-blue); text-decoration: none; font-size: 11px; font-weight: 800; border-bottom: 1px solid var(--shop-blue); }

.product-world { padding: 100px 0; background: white; }
.heading-row { max-width: none; display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }
.heading-row > div { max-width: 780px; }
.heading-row > a { color: var(--shop-blue); text-decoration: none; font-size: 11px; font-weight: 750; }
.product-grid { margin-top: 46px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--shop-line); border-left: 1px solid var(--shop-line); }
.product-grid article { min-height: 420px; padding: 24px; display: flex; flex-direction: column; border-right: 1px solid var(--shop-line); border-bottom: 1px solid var(--shop-line); transition: transform 180ms ease, box-shadow 180ms ease; }
.product-grid article:hover { z-index: 2; transform: translateY(-5px); box-shadow: var(--shop-shadow); }
.product-grid h3 { margin: 26px 0 11px; font-size: 17px; }
.product-grid p { margin: 0; color: var(--shop-muted); font-size: 11px; line-height: 1.6; }
.product-grid a { margin-top: auto; color: var(--shop-blue); text-decoration: none; font-size: 10px; font-weight: 780; }
.product-icon { min-height: 190px; position: relative; display: grid; place-items: center; background: var(--shop-paper); overflow: hidden; }

.cylinder-icon span { width: 132px; height: 70px; display: block; border: 1px solid #9aa5aa; border-radius: 34px 34px 13px 13px; background: #dce1e3; box-shadow: inset 0 0 0 7px #f0f2f3, 0 16px 26px rgba(12,37,55,0.14); }
.cylinder-icon i { position: absolute; width: 24px; height: 84px; top: 52px; background: #525d62; border-radius: 4px; }
.cylinder-icon b { position: absolute; width: 21px; height: 32px; top: 70px; left: calc(50% - 48px); border: 3px solid #4f5a5f; border-radius: 12px 12px 7px 7px; }
.key-icon span { width: 62px; height: 62px; border: 9px solid #aeb7bb; border-radius: 50%; transform: translate(-22px,-12px); }
.key-icon i { position: absolute; width: 92px; height: 11px; background: #aeb7bb; transform: translate(35px,19px) rotate(28deg); border-radius: 5px; }
.key-icon b { position: absolute; width: 26px; height: 20px; border-right: 8px solid #aeb7bb; border-bottom: 8px solid #aeb7bb; transform: translate(73px,36px) rotate(28deg); }
.shield-icon svg, .plan-icon svg { width: 105px; height: 105px; fill: none; stroke: var(--shop-blue); stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; }

.knowledge { padding: 100px 0; color: white; background: var(--shop-navy); }
.knowledge-layout { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 74px; align-items: center; }
.knowledge-copy .shop-eyebrow { color: #8ec3e3; }
.knowledge-copy h2 em { color: #a9d0e8; }
.knowledge-copy > p:not(.shop-eyebrow) { margin: 22px 0 28px; color: #c9d8e0; font-size: 14px; line-height: 1.7; }
.knowledge-copy .shop-button-secondary { border-color: #8ec3e3; color: white; background: transparent; }
.knowledge-cards { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(255,255,255,0.2); }
.knowledge-cards article { min-height: 310px; padding: 27px; border-right: 1px solid rgba(255,255,255,0.2); }
.knowledge-cards article:last-child { border-right: 0; }
.knowledge-cards span { color: #8ec3e3; font-size: 9px; font-weight: 800; }
.knowledge-cards h3 { margin: 72px 0 14px; font-size: 17px; line-height: 1.25; }
.knowledge-cards p { margin: 0; color: #c2d1d9; font-size: 10px; line-height: 1.6; }

.advisor { padding: 72px 0; background: var(--shop-orange-pale); border-bottom: 1px solid #f0d8bf; }
.advisor-layout { display: grid; grid-template-columns: 120px 1fr 0.7fr; gap: 36px; align-items: center; }
.advisor-mark { width: 100px; height: 100px; color: var(--shop-orange); }
.advisor-mark svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.advisor .shop-eyebrow { color: #a75817; }
.advisor h2 { font-size: clamp(28px, 3.4vw, 43px); }
.advisor-layout > div:nth-child(2) > p:last-child { margin: 16px 0 0; max-width: 740px; color: #6e5a48; font-size: 12px; }
.advisor-contact { display: flex; flex-direction: column; border-top: 1px solid #ddc3aa; }
.advisor-contact a { min-height: 74px; display: flex; flex-direction: column; justify-content: center; text-decoration: none; border-bottom: 1px solid #ddc3aa; }
.advisor-contact small { color: #8b6b4f; font-size: 8px; text-transform: uppercase; letter-spacing: 0.09em; }
.advisor-contact strong { color: #7f4618; font-size: 13px; overflow-wrap: anywhere; }

.faq { padding: 90px 0; background: var(--shop-paper); }
.faq-grid { margin-top: 42px; display: grid; grid-template-columns: 1fr 1fr; gap: 0 34px; border-top: 1px solid var(--shop-line); }
.faq-grid details { border-bottom: 1px solid var(--shop-line); }
.faq-grid summary { min-height: 70px; display: grid; grid-template-columns: 1fr 24px; gap: 12px; align-items: center; list-style: none; cursor: pointer; font-size: 12px; font-weight: 740; }
.faq-grid summary::-webkit-details-marker { display: none; }
.faq-grid summary span { color: var(--shop-blue); font-size: 20px; transition: transform 180ms ease; }
.faq-grid details[open] summary span { transform: rotate(45deg); }
.faq-grid details p { margin: -4px 0 22px; color: var(--shop-muted); font-size: 10px; line-height: 1.65; }

.shop-footer { padding: 64px 0 24px; color: #d7e3e9; background: #06283d; }
.footer-grid { display: grid; grid-template-columns: 1.2fr repeat(3, 1fr); gap: 50px; }
.footer-shop-logo { width: 160px; }
.footer-shop-logo .logo-kicker, .footer-shop-logo strong { color: white; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; }
.footer-grid > div:first-child p { max-width: 240px; margin: 18px 0 0; color: #9fb4bf; font-size: 10px; }
.footer-grid > div > strong { margin-bottom: 15px; color: white; font-size: 11px; }
.footer-grid a, .footer-grid span { margin: 4px 0; color: #acc0ca; text-decoration: none; font-size: 9px; }
.footer-bottom { margin-top: 46px; padding-top: 20px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,0.15); color: #7f9aa7; font-size: 8px; }

.account-dialog { width: min(620px, calc(100vw - 34px)); padding: 36px; color: var(--shop-ink); border: 0; border-radius: 12px; box-shadow: 0 40px 110px rgba(0,0,0,0.35); }
.account-dialog::backdrop { background: rgba(5,26,39,0.64); backdrop-filter: blur(5px); }
.dialog-close { position: absolute; top: 15px; right: 15px; width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid var(--shop-line); border-radius: 50%; background: white; color: var(--shop-muted); font-size: 22px; cursor: pointer; }
.account-dialog h2 { margin: 0; font-size: 31px; letter-spacing: -0.04em; line-height: 1.1; }
.account-demo { margin-top: 28px; padding: 18px; display: flex; align-items: center; gap: 13px; background: var(--shop-blue-pale); }
.account-demo > span { width: 44px; height: 44px; display: grid; place-items: center; color: white; background: var(--shop-blue); border-radius: 50%; font-weight: 800; }
.account-demo div { display: flex; flex-direction: column; }
.account-demo strong { font-size: 13px; }
.account-demo small { color: var(--shop-muted); font-size: 9px; }
.account-demo-grid { margin: 18px 0 24px; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--shop-line); }
.account-demo-grid span { min-height: 80px; padding: 13px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--shop-line); color: var(--shop-muted); font-size: 9px; }
.account-demo-grid span:last-child { border-right: 0; }
.account-demo-grid b { color: var(--shop-blue); font-size: 22px; }

@media (max-width: 1040px) {
  :root { --shop-shell: min(100% - 42px, 930px); }
  .service-points > span { display: none; }
  .nav-row nav { gap: 18px; }
  .shop-hero-grid { grid-template-columns: 1fr; }
  .shop-hero::before { display: none; }
  .product-stage { min-height: 470px; }
  .quick-grid { grid-template-columns: 1fr; gap: 10px; }
  .quick-grid > i { display: none; }
  .finder-layout, .knowledge-layout { grid-template-columns: 1fr; }
  .finder-tabs { border-right: 0; border-bottom: 1px solid var(--shop-line); }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .advisor-layout { grid-template-columns: 90px 1fr; }
  .advisor-contact { grid-column: 2; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  :root { --shop-shell: calc(100vw - 32px); }
  .demo-ribbon { padding: 6px 15px; min-height: 32px; text-align: center; font-size: 8px; }
  .service-bar { min-height: 64px; }
  .shop-logo { width: 150px; }
  .shop-logo strong { font-size: 21px; }
  .shop-logo > i { left: 82px; width: 30px; height: 30px; }
  .account-button, .nav-row .search-field { display: none; }
  .mobile-menu { display: block; }
  .nav-row { min-height: 0; border-top: 0; }
  .nav-row nav { position: absolute; top: 64px; left: 0; width: 100%; padding: 12px 16px 18px; display: none; flex-direction: column; align-items: stretch; gap: 0; background: white; border-top: 1px solid var(--shop-line); border-bottom: 1px solid var(--shop-line); box-shadow: 0 18px 38px rgba(9,47,73,0.15); }
  .nav-row nav.is-open { display: flex; }
  .nav-row nav a { min-height: 44px; display: flex; align-items: center; border-bottom: 1px solid var(--shop-line); }
  .shop-hero { min-height: auto; }
  .shop-hero-grid { min-height: auto; gap: 0; }
  .shop-hero-copy { padding: 58px 0 10px; }
  .shop-hero-copy h1 { font-size: 47px; }
  .shop-hero-copy > p:not(.shop-eyebrow) { font-size: 15px; }
  .shop-actions { flex-direction: column; }
  .shop-button { width: 100%; }
  .trust-row { flex-direction: column; }
  .product-stage { min-height: 360px; background-position: center; }
  .product-note { display: none; }
  .product-badge { right: 0; bottom: 18px; }
  .quick-path { padding: 18px 0; }
  .quick-grid > article { grid-template-columns: 26px 34px 1fr; }
  .system-finder, .product-world, .knowledge, .faq { padding: 72px 0; }
  .shop-section-heading h2, .knowledge-copy h2, .advisor h2 { font-size: 36px; }
  .finder-tabs button { min-height: 92px; padding: 13px; }
  .finder-result { min-height: 0; padding: 30px 24px; }
  .heading-row { align-items: flex-start; flex-direction: column; }
  .product-grid { grid-template-columns: 1fr; }
  .product-grid article { min-height: 390px; }
  .knowledge-cards { grid-template-columns: 1fr; }
  .knowledge-cards article { min-height: 210px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,0.2); }
  .knowledge-cards article:last-child { border-bottom: 0; }
  .knowledge-cards h3 { margin-top: 45px; }
  .advisor-layout { grid-template-columns: 1fr; }
  .advisor-mark { width: 72px; height: 72px; }
  .advisor-contact { grid-column: auto; }
  .faq-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .account-dialog { padding: 30px 22px; }
  .account-demo-grid { grid-template-columns: 1fr; }
  .account-demo-grid span { min-height: 60px; border-right: 0; border-bottom: 1px solid var(--shop-line); }
  .account-demo-grid span:last-child { border-bottom: 0; }
}

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