:root {
  --offer-ink: #1a1b1f;
  --offer-black: #111216;
  --offer-paper: #f4f5f3;
  --offer-white: #ffffff;
  --offer-line: #d9dcdf;
  --offer-muted: #656971;
  --offer-yellow: #ead05f;
  --offer-red: #c95555;
  --offer-cyan: #73c4d4;
  --offer-blue: #5e86df;
  --offer-green: #69ad69;
}

.page-business,
.page-areas,
.page-audit {
  margin: 0;
  background: var(--offer-paper);
  color: var(--offer-black);
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

.page-business *,
.page-areas *,
.page-audit * {
  letter-spacing: 0;
}

.page-business a:focus-visible,
.page-areas a:focus-visible,
.page-audit a:focus-visible,
.page-audit button:focus-visible,
.page-audit input:focus-visible {
  outline: 3px solid var(--offer-yellow);
  outline-offset: 3px;
}

/* Shared offer-style masthead */
.page-business .top,
.page-areas .top,
.page-audit .top {
  width: 100%;
  max-width: none;
  min-height: 122px;
  margin: 0;
  padding: 24px max(28px, calc((100% - 1224px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: var(--offer-ink);
  border: 0;
  border-bottom: 1px solid #303238;
}

.page-business .top .logo,
.page-business .top > a:first-child,
.page-areas .top > a:first-child,
.page-audit .top > a:first-child {
  display: block;
  flex: 0 1 auto;
  min-width: 0;
}

.page-business .top img,
.page-areas .top img,
.page-audit .top img {
  display: block;
  width: 268px !important;
  height: auto !important;
  max-width: 100%;
}

.page-business .lang,
.page-areas .top > span,
.page-audit .top > span {
  display: inline-flex;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  border: 1px solid #36383f;
  font-family: Arial, Helvetica, sans-serif !important;
}

.page-business .lang a,
.page-areas .top > span a,
.page-audit .top > span a {
  display: grid;
  width: 44px;
  height: 44px;
  padding: 0 !important;
  place-items: center;
  color: #aeb2ba !important;
  background: transparent;
  border: 0 !important;
  text-decoration: none;
  font-size: 12px !important;
  font-weight: 700;
}

.page-business .lang a + a,
.page-areas .top > span a + a,
.page-audit .top > span a + a {
  border-left: 1px solid #36383f !important;
}

.page-business .lang a.on,
.page-areas .top > span a[style*="font-weight:bold"],
.page-audit .top > span a[style*="font-weight:bold"] {
  color: var(--offer-black) !important;
  background: var(--offer-white);
}

.page-business .site-footer,
.page-areas .site-footer,
.page-audit .site-footer {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 38px max(28px, calc((100% - 1224px) / 2)) 52px;
  color: #aeb2ba;
  background: var(--offer-ink);
  border: 0;
  border-top: 1px solid #303238;
  font-size: 14px;
}

.page-business .site-footer a,
.page-areas .site-footer a,
.page-audit .site-footer a {
  color: #d3d6dc !important;
}

.page-business .site-footer strong,
.page-areas .site-footer strong,
.page-audit .site-footer strong {
  color: var(--offer-white) !important;
}

/* Business */
.page-business .shell {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.page-business .hero {
  position: relative;
  isolation: isolate;
  min-height: 620px;
  margin: 0;
  padding: 92px max(28px, calc((100% - 1224px) / 2)) 104px;
  overflow: hidden;
  color: var(--offer-white);
  background: var(--offer-ink);
  border: 0;
}

.page-business .hero::before {
  content: "";
  display: block;
  width: 44px;
  height: 4px;
  margin: 0 0 34px;
  background: var(--offer-yellow);
}

.page-business .hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 10px;
  right: -115px;
  width: 650px;
  height: 650px;
  opacity: 0.055;
  background: url("../loga/entrypoint-academia-znak-mono.svg") center / contain no-repeat;
  transform: none;
  pointer-events: none;
}

.page-business .hero .k {
  margin: 0 0 18px;
  color: var(--offer-yellow);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.page-business .hero h1 {
  max-width: 980px;
  margin: 0 0 30px;
  color: var(--offer-white);
  font-size: 64px;
  line-height: 1.02;
  font-weight: 800;
}

.page-business .hero .lead {
  max-width: 760px;
  margin: 0 0 14px;
  color: #c8cbd1;
  font-size: 18px;
  line-height: 1.65;
}

.page-business h2.sec,
.page-business .sol,
.page-business .steps,
.page-business .box {
  width: min(1224px, calc(100% - 56px));
  margin-left: auto;
  margin-right: auto;
}

.page-business h2.sec {
  margin-top: 74px;
  margin-bottom: 22px;
  padding: 0 0 14px;
  color: var(--offer-muted);
  border: 0;
  border-bottom: 1px solid var(--offer-line);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.page-business .sol {
  --d: var(--offer-blue);
  position: relative;
  margin-bottom: 26px;
  overflow: hidden;
  background: var(--offer-white);
  border: 1px solid var(--offer-line);
  border-top: 6px solid var(--d);
  border-radius: 0;
  box-shadow: none;
}

.page-business .sol[style*="--s3"] {
  --d: var(--offer-red) !important;
}

.page-business .sol[style*="--s4"] {
  --d: var(--offer-cyan) !important;
}

.page-business .sol[style*="--s5"] {
  --d: var(--offer-blue) !important;
}

.page-business .sol[style*="--s6"] {
  --d: var(--offer-green) !important;
}

.page-business .sol .stripe {
  display: none;
}

.page-business .sol .in {
  padding: 54px 56px 58px;
}

.page-business .sol .in > div:first-child {
  gap: 18px !important;
  margin-bottom: 16px !important;
}

.page-business .sol img {
  width: 58px !important;
  height: 58px !important;
  flex-basis: 58px !important;
  object-fit: contain;
}

.page-business .sol h3 {
  margin: 0;
  color: var(--offer-black);
  font-size: 34px;
  line-height: 1.12;
  font-weight: 800;
}

.page-business .sol .claim {
  max-width: 850px;
  margin: 16px 0 22px;
  padding-left: 18px;
  color: var(--offer-black);
  border-left: 4px solid var(--d);
  font-size: 23px;
  line-height: 1.35;
  font-weight: 700;
}

.page-business .sol p {
  max-width: 900px;
  color: #454950;
  font-size: 16px;
  line-height: 1.65;
}

.page-business .sol .cols {
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin-top: 32px;
  padding-top: 0;
  border-top: 1px solid var(--offer-line);
}

.page-business .sol .cols > div {
  padding: 30px 34px 6px 0;
}

.page-business .sol .cols > div + div {
  padding-left: 34px;
  border-left: 1px solid var(--offer-line);
}

.page-business .sol .cols .k {
  color: var(--d);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.page-business .sol .cols li {
  padding: 8px 0 8px 20px;
  color: #454950;
  font-size: 15px;
  line-height: 1.5;
}

.page-business .sol .cols li::before {
  top: 16px;
  width: 7px;
  height: 7px;
  background: var(--d);
}

.page-business .steps {
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-bottom: 72px;
  background: var(--offer-white);
  border: 1px solid var(--offer-line);
}

.page-business .step {
  min-height: 220px;
  padding: 30px 28px;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.page-business .step + .step,
.page-business .step:nth-child(3) {
  border-left: 1px solid var(--offer-line);
}

.page-business .step b {
  margin-bottom: 28px;
  color: #c5c8cd;
  font-size: 42px;
  line-height: 1;
}

.page-business .step strong {
  color: var(--offer-black);
  font-size: 18px;
}

.page-business .step span {
  color: var(--offer-muted);
  font-size: 14px;
  line-height: 1.55;
}

.page-business .box {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
  gap: 58px;
  margin-bottom: 0;
  padding: 30px 0;
  background: transparent;
  border: 0;
  border-top: 1px solid var(--offer-line);
  border-radius: 0;
}

.page-business .box h3 {
  margin: 0;
  color: var(--offer-black);
  font-size: 20px;
  line-height: 1.35;
}

.page-business .box p {
  margin: 0 0 12px;
  color: #555960;
  font-size: 16px;
  line-height: 1.6;
}

.page-business .cta {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 76px 0 0;
  padding: 68px max(28px, calc((100% - 1224px) / 2)) 74px;
  overflow: hidden;
  color: var(--offer-white);
  background: var(--offer-ink);
  border: 0;
}

.page-business .cta::after {
  content: "";
  position: absolute;
  top: 0;
  left: max(28px, calc((100% - 1224px) / 2));
  width: 64px;
  height: 6px;
  background: var(--offer-yellow);
  opacity: 1;
  transform: none;
}

.page-business .cta h3 {
  margin: 0 0 12px;
  color: var(--offer-white);
  font-size: 34px;
}

.page-business .cta p {
  max-width: 720px;
  margin: 0 0 28px;
  color: #c8cbd1;
  font-size: 17px;
}

.page-business .cta .btn,
.page-areas .cta .btn,
.page-areas .intro .btn,
.page-audit .btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  color: var(--offer-black);
  background: var(--offer-yellow);
  border: 1px solid var(--offer-yellow);
  border-radius: 0;
  box-shadow: none;
  text-decoration: none;
  font: 700 15px/1 Arial, Helvetica, sans-serif;
  cursor: pointer;
}

.page-business .cta .btn:hover,
.page-areas .cta .btn:hover,
.page-areas .intro .btn:hover,
.page-audit .btn:hover {
  color: var(--offer-white);
  background: transparent;
  border-color: var(--offer-white);
  transform: none;
}

.page-areas .intro .btn {
  align-self: flex-start;
  margin-top: 30px;
}

/* Nine areas */
.page-areas .shell {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.page-areas .intro {
  position: relative;
  isolation: isolate;
  min-height: 590px;
  margin: 0;
  padding: 94px max(28px, calc((100% - 1224px) / 2)) 104px;
  overflow: hidden;
  color: var(--offer-white);
  background: var(--offer-ink);
  border: 0;
}

.page-areas .intro::before {
  content: "";
  display: block;
  width: 44px;
  height: 4px;
  margin: 0 0 34px;
  background: var(--offer-yellow);
}

.page-areas .intro::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 20px;
  right: -110px;
  width: 620px;
  height: 620px;
  opacity: 0.055;
  background: url("../loga/entrypoint-academia-znak-mono.svg") center / contain no-repeat;
  transform: none;
  pointer-events: none;
}

.page-areas .intro h1 {
  max-width: 920px;
  margin: 0 0 30px;
  color: var(--offer-white);
  font-size: 64px;
  line-height: 1.02;
  font-weight: 800;
}

.page-areas .intro .lead {
  max-width: 760px;
  margin: 0 0 14px;
  color: #c8cbd1;
  font-size: 18px;
  line-height: 1.65;
}

.page-areas .seg {
  --seg: var(--offer-blue);
  width: 100%;
  margin: 0;
  background: var(--offer-white);
  border: 0;
  border-top: 1px solid var(--offer-line);
  border-radius: 0;
  box-shadow: none;
}

.page-areas .seg:nth-of-type(even) {
  background: #f0f2f2;
}

.page-areas .seg .stripe {
  display: none;
}

.page-areas .seg .body {
  position: relative;
  width: min(1224px, calc(100% - 56px));
  margin: 0 auto;
  padding: 76px 0 80px;
  display: grid;
  grid-template-columns: minmax(250px, 0.7fr) minmax(0, 1.3fr);
  column-gap: 88px;
  row-gap: 18px;
  background: transparent;
}

.page-areas .seg .body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 76px;
  height: 6px;
  background: var(--seg);
}

.page-areas .seg .body > * {
  width: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.page-areas .seg .num {
  grid-column: 1;
  grid-row: 1;
  margin: 0;
  color: var(--seg);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.page-areas .seg h2 {
  grid-column: 1;
  grid-row: 2;
  margin: 0;
  color: var(--offer-black);
  font-size: 48px;
  line-height: 1.05;
  font-weight: 800;
}

.page-areas .seg .claim {
  grid-column: 1;
  grid-row: 3 / span 5;
  margin: 8px 0 0;
  padding-left: 17px;
  color: var(--offer-black);
  border-left: 4px solid var(--seg);
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700;
}

.page-areas .seg .body > p:nth-of-type(2) {
  grid-column: 2;
  grid-row: 1;
}

.page-areas .seg .body > p:nth-of-type(3) {
  grid-column: 2;
  grid-row: 2;
}

.page-areas .seg p {
  margin: 0;
  color: #454950;
  font-size: 16px;
  line-height: 1.7;
}

.page-areas .princ {
  grid-column: 2;
  grid-row: 3;
  margin: 10px 0 0;
  padding: 26px 28px 28px;
  background: #e8eaeb;
  border: 0;
  border-top: 1px solid #cfd2d5;
}

.page-areas .princ .k {
  margin-bottom: 15px;
  color: var(--seg);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.page-areas .princ ul {
  grid-template-columns: 1fr 1fr;
  gap: 8px 24px;
  margin: 0;
  padding: 0;
}

.page-areas .princ li {
  padding: 5px 0 5px 18px;
  color: #44484f;
  font-size: 14px;
  line-height: 1.5;
}

.page-areas .princ li::before {
  top: 13px;
  width: 6px;
  height: 6px;
  background: var(--seg);
}

.page-areas .frac {
  grid-column: 2;
  grid-row: 4;
  margin: 0;
  padding: 22px 24px;
  color: var(--offer-white);
  background: var(--offer-ink);
  border: 0;
  border-left: 5px solid var(--seg);
}

.page-areas .frac b {
  color: var(--offer-white);
  font-size: 15px;
}

.page-areas .frac span {
  color: #c8cbd1;
  font-size: 14px;
  line-height: 1.55;
}

.page-areas .note {
  grid-column: 2;
  grid-row: 5;
  margin: 0;
  padding: 13px 16px;
  color: #686c73;
  background: transparent;
  border-left: 2px solid var(--offer-line);
  font-size: 13px;
}

.page-areas .cta {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 70px max(28px, calc((100% - 1224px) / 2)) 76px;
  color: var(--offer-white);
  background: var(--offer-ink);
  border: 0;
}

.page-areas .cta::after {
  content: "";
  position: absolute;
  top: 0;
  left: max(28px, calc((100% - 1224px) / 2));
  width: 64px;
  height: 6px;
  background: var(--offer-yellow);
  opacity: 1;
  transform: none;
}

.page-areas .cta h2 {
  max-width: 760px;
  margin: 0 0 12px;
  color: var(--offer-white);
  font-size: 38px;
  line-height: 1.12;
}

.page-areas .cta p {
  max-width: 720px;
  margin: 0 0 28px;
  color: #c8cbd1;
  font-size: 17px;
}

/* Audit */
.page-audit .shell {
  width: 100%;
  max-width: none;
  min-height: 0;
  margin: 0;
  padding: 0;
}

.page-audit #intro {
  position: relative;
  isolation: isolate;
  min-height: 610px;
  margin: 0;
  padding: 100px max(28px, calc((100% - 1040px) / 2)) 110px;
  overflow: hidden;
  color: var(--offer-white);
  background: var(--offer-ink);
  border: 0;
}

.page-audit #intro::before {
  content: "";
  display: block;
  width: 44px;
  height: 4px;
  margin: 0 0 34px;
  background: var(--offer-yellow);
}

.page-audit #intro::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 15px;
  right: -100px;
  width: 620px;
  height: 620px;
  opacity: 0.055;
  background: url("../loga/entrypoint-academia-znak-mono.svg") center / contain no-repeat;
  transform: none;
  pointer-events: none;
}

.page-audit #intro h1,
.page-audit #result h1 {
  max-width: 850px;
  margin: 0 0 26px;
  font-size: 64px;
  line-height: 1.02;
  font-weight: 800;
}

.page-audit #intro h1 {
  color: var(--offer-white);
}

.page-audit #intro .lead {
  max-width: 700px;
  margin: 0 0 32px;
  color: #c8cbd1;
  font-size: 18px;
  line-height: 1.65;
}

.page-audit #intro .foot {
  max-width: 700px;
  margin: 28px 0 0;
  padding: 0;
  color: #9297a0;
  border: 0;
  font-size: 13px;
  line-height: 1.55;
}

.page-audit #quiz,
.page-audit #result {
  width: min(960px, calc(100% - 48px));
  margin: 72px auto 90px;
  padding: 0;
}

.page-audit .hidden,
.hidden {
  display: none !important;
}

.page-audit .progress {
  height: 5px;
  margin: 0 0 22px;
  overflow: hidden;
  background: #d8dbde;
  border-radius: 0;
}

.page-audit .progress i {
  background: var(--offer-yellow);
}

.page-audit .stripe {
  height: 6px;
  margin: 0;
  border-radius: 0;
}

.page-audit .card,
.page-audit .email {
  margin: 0 0 24px;
  padding: 42px 44px;
  background: var(--offer-white);
  border: 1px solid var(--offer-line);
  border-radius: 0;
  box-shadow: none;
}

.page-audit #quiz > .card {
  border-top: 0;
}

.page-audit .kicker {
  margin-bottom: 9px;
  color: var(--offer-muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.page-audit h2 {
  margin: 0 0 26px;
  color: var(--offer-black);
  font-size: 34px;
  line-height: 1.15;
}

.page-audit .q {
  margin: 30px 0 16px;
  color: var(--offer-black);
  font-size: 21px;
  line-height: 1.45;
  font-weight: 700;
}

.page-audit .scale {
  grid-template-columns: repeat(6, minmax(46px, 1fr));
  gap: 8px;
}

.page-audit .scale button {
  min-width: 0;
  height: 54px;
  color: var(--offer-black);
  background: #f2f3f3;
  border: 1px solid #cfd2d5;
  border-radius: 0;
  box-shadow: none;
  font: 700 15px/1 Arial, Helvetica, sans-serif;
}

.page-audit .scale button:hover {
  background: var(--offer-white);
  border-color: var(--offer-black);
  transform: none;
}

.page-audit .scale button[aria-pressed="true"] {
  color: var(--offer-black);
  background: var(--offer-yellow);
  border-color: var(--offer-black);
  box-shadow: inset 0 0 0 1px var(--offer-black);
}

.page-audit .skip button {
  color: var(--offer-muted);
  font-family: Arial, Helvetica, sans-serif;
}

.page-audit .nav {
  gap: 12px;
  margin-top: 18px;
}

.page-audit .btn.ghost {
  color: var(--offer-black);
  background: transparent;
  border-color: var(--offer-black);
}

.page-audit .btn.ghost:hover {
  color: var(--offer-white);
  background: var(--offer-black);
  border-color: var(--offer-black);
}

.page-audit .btn[disabled] {
  color: #858990;
  background: #d8dade;
  border-color: #d8dade;
  cursor: not-allowed;
}

.page-audit #result h1 {
  color: var(--offer-black);
}

.page-audit #result > .lead {
  max-width: 760px;
  margin: 0 0 34px;
  color: var(--offer-muted);
  font-size: 18px;
  line-height: 1.65;
}

.page-audit .rank {
  grid-template-columns: 18px minmax(130px, 0.8fr) minmax(180px, 1.3fr) 52px;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid var(--offer-line);
}

.page-audit .bar {
  height: 8px;
  background: #e1e3e5;
  border-radius: 0;
}

.page-audit .bar i {
  background: var(--offer-black);
  border-radius: 0;
}

.page-audit .action {
  margin-top: 22px;
  padding: 22px 24px;
  background: #f0f1f1;
  border: 0;
  border-left: 5px solid var(--seg);
}

.page-audit .email {
  background: #e9ebec;
}

.page-audit .email input {
  min-height: 50px;
  padding: 0 14px;
  color: var(--offer-black);
  background: var(--offer-white);
  border: 1px solid #bfc3c7;
  border-radius: 0;
  font: 16px/1 Arial, Helvetica, sans-serif;
}

.page-audit #result .foot {
  padding: 0;
  border: 0;
}

/* Reset the earlier preview layout while keeping its base accessibility rules. */
.page-business .shell,
.page-areas .shell {
  display: block;
  grid-template-columns: none;
  gap: 0;
}

.page-business .shell > .top {
  grid-column: auto;
  margin-bottom: 0;
}

.page-business .sol {
  grid-column: auto;
}

.page-business .sol .in {
  display: block;
  height: auto;
  min-height: 0;
}

.page-business .sol[style*="--s3"],
.page-business .sol[style*="--s4"],
.page-business .sol[style*="--s5"],
.page-business .sol[style*="--s6"] {
  color: var(--offer-black) !important;
  background: var(--offer-white) !important;
}

.page-business .sol[style] h3,
.page-business .sol[style] p,
.page-business .sol[style] li {
  color: #454950;
}

.page-business .sol[style] h3,
.page-business .sol[style] .claim {
  color: var(--offer-black);
}

.page-business .sol[style] .cols {
  border-top-color: var(--offer-line);
}

.page-business .box {
  grid-column: auto;
  min-height: 0;
  box-shadow: none;
}

.page-areas .shell {
  padding-bottom: 0;
}

.page-areas .intro,
.page-areas .cta,
.page-areas .site-footer,
.page-areas .seg {
  grid-column: auto;
}

.page-areas .seg .body {
  height: auto;
  min-height: 0;
}

.page-areas .seg[style*="--s1"],
.page-areas .seg[style*="--s2"],
.page-areas .seg[style*="--s3"],
.page-areas .seg[style*="--s4"],
.page-areas .seg[style*="--s5"],
.page-areas .seg[style*="--s6"],
.page-areas .seg[style*="--s7"],
.page-areas .seg[style*="--s8"],
.page-areas .seg[style*="--s9"] {
  color: var(--offer-black) !important;
  background: var(--offer-white) !important;
}

.page-areas .seg[style] .claim {
  color: var(--offer-black);
}

.page-areas .seg[style] .num,
.page-areas .seg[style] .princ .k {
  color: var(--seg);
}

.page-areas .seg[style] .princ {
  border-top-color: #cfd2d5;
}

.page-areas .seg[style] .frac {
  background: var(--offer-ink);
}

.page-areas .seg[style] .frac span {
  color: #c8cbd1;
}

@media (max-width: 900px) {
  .page-business .top,
  .page-areas .top,
  .page-audit .top {
    min-height: 104px;
    padding: 20px 24px;
  }

  .page-business .top img,
  .page-areas .top img,
  .page-audit .top img {
    width: 230px !important;
  }

  .page-business .hero,
  .page-areas .intro {
    min-height: 560px;
    padding: 76px 28px 86px;
  }

  .page-business .hero h1,
  .page-areas .intro h1,
  .page-audit #intro h1,
  .page-audit #result h1 {
    font-size: 50px;
  }

  .page-business .hero::after,
  .page-areas .intro::after,
  .page-audit #intro::after {
    right: -190px;
  }

  .page-business .sol .in {
    padding: 42px 38px 46px;
  }

  .page-business .steps {
    grid-template-columns: 1fr 1fr;
  }

  .page-business .step:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--offer-line);
  }

  .page-business .step:nth-child(4) {
    border-top: 1px solid var(--offer-line);
  }

  .page-business .box {
    gap: 34px;
  }

  .page-areas .seg .body {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 64px 0 68px;
  }

  .page-areas .seg .num,
  .page-areas .seg h2,
  .page-areas .seg .claim,
  .page-areas .seg .body > p:nth-of-type(2),
  .page-areas .seg .body > p:nth-of-type(3),
  .page-areas .princ,
  .page-areas .frac,
  .page-areas .note {
    grid-column: 1;
    grid-row: auto;
  }

  .page-areas .seg .claim {
    max-width: 680px;
    margin-bottom: 12px;
  }
}

@media (max-width: 620px) {
  .page-business .top,
  .page-areas .top,
  .page-audit .top {
    min-height: 88px;
    gap: 12px;
    padding: 16px;
  }

  .page-business .top img,
  .page-areas .top img,
  .page-audit .top img {
    width: 176px !important;
  }

  .page-business .lang a,
  .page-areas .top > span a,
  .page-audit .top > span a {
    width: 37px;
    height: 40px;
    font-size: 11px !important;
  }

  .page-business .hero,
  .page-areas .intro,
  .page-audit #intro {
    min-height: 0;
    padding: 62px 16px 72px;
  }

  .page-business .hero::before,
  .page-areas .intro::before,
  .page-audit #intro::before {
    margin-bottom: 28px;
  }

  .page-business .hero h1,
  .page-areas .intro h1,
  .page-audit #intro h1,
  .page-audit #result h1 {
    font-size: 38px;
    line-height: 1.06;
  }

  .page-business .hero .lead,
  .page-areas .intro .lead,
  .page-audit #intro .lead,
  .page-audit #result > .lead {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-business .hero::after,
  .page-areas .intro::after,
  .page-audit #intro::after {
    top: 150px;
    right: -210px;
    width: 500px;
    height: 500px;
  }

  .page-business h2.sec,
  .page-business .sol,
  .page-business .steps,
  .page-business .box,
  .page-areas .seg .body {
    width: calc(100% - 32px);
  }

  .page-business h2.sec {
    margin-top: 54px;
  }

  .page-business .sol .in {
    padding: 30px 22px 34px;
  }

  .page-business .sol .in > div:first-child {
    align-items: flex-start !important;
  }

  .page-business .sol img {
    width: 46px !important;
    height: 46px !important;
    flex-basis: 46px !important;
  }

  .page-business .sol h3 {
    font-size: 26px;
  }

  .page-business .sol .claim {
    font-size: 19px;
  }

  .page-business .sol .cols {
    grid-template-columns: 1fr;
  }

  .page-business .sol .cols > div {
    padding: 26px 0 10px;
  }

  .page-business .sol .cols > div + div {
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid var(--offer-line);
  }

  .page-business .steps {
    grid-template-columns: 1fr;
  }

  .page-business .step {
    min-height: 0;
  }

  .page-business .step + .step,
  .page-business .step:nth-child(3) {
    border-top: 1px solid var(--offer-line);
    border-left: 0;
  }

  .page-business .box {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .page-business .cta,
  .page-areas .cta {
    padding: 58px 16px 64px;
  }

  .page-business .cta::after,
  .page-areas .cta::after {
    left: 16px;
  }

  .page-business .cta h3,
  .page-areas .cta h2 {
    font-size: 30px;
  }

  .page-areas .seg .body {
    padding: 56px 0 60px;
  }

  .page-areas .seg h2 {
    font-size: 40px;
  }

  .page-areas .seg .claim {
    font-size: 20px;
  }

  .page-areas .princ {
    padding: 22px 20px;
  }

  .page-areas .princ ul {
    grid-template-columns: 1fr;
  }

  .page-audit #quiz,
  .page-audit #result {
    width: calc(100% - 32px);
    margin: 48px auto 64px;
  }

  .page-audit .card,
  .page-audit .email {
    padding: 28px 20px;
  }

  .page-audit h2 {
    font-size: 28px;
  }

  .page-audit .q {
    font-size: 18px;
  }

  .page-audit .scale {
    grid-template-columns: repeat(3, 1fr);
  }

  .page-audit .rank {
    grid-template-columns: 14px minmax(100px, 1fr) 42px;
  }

  .page-audit .rank .bar {
    display: none;
  }

  .page-business .site-footer,
  .page-areas .site-footer,
  .page-audit .site-footer {
    padding: 32px 16px 42px;
    line-height: 1.8;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-business *,
  .page-areas *,
  .page-audit * {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}

/* Schemata produktu, inline SVG v blocich reseni */
.sol .viz { display:block; width:100%; height:auto; margin:18px 0 22px; --ep-accent: var(--d); }
@media (max-width:640px) { .sol .viz { margin:14px 0 18px; } }

/* Sekce v horni liste, uzke displeje */

@media (max-width: 420px) {
  .page-business .top,
  .page-areas .top,
  .page-audit .top {
    gap: 12px;
    padding: 14px 14px;
  }
}
