@font-face {
  font-family: "Manrope";
  src: url("./assets/fonts/Manrope-Variable.woff2") format("woff2");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}

/* Internet marketing · proposal prototype 01 */

.marketing-proposal {
  --marketing-line: rgba(2, 8, 1, 0.2);
}

.marketing-proposal .marketing-sheet {
  background: var(--paper);
}

.marketing-cover-head {
  min-height: 72mm;
  padding-top: 14mm;
  display: grid;
  align-content: end;
  gap: 4mm;
}

.marketing-cover-head h1 {
  max-width: 164mm;
  font-size: 62px;
  font-weight: 750;
  line-height: 0.84;
  letter-spacing: -0.078em;
  text-wrap: balance;
}

.marketing-cover-head strong {
  max-width: 158mm;
  font-size: 17px;
  line-height: 1.28;
  letter-spacing: -0.035em;
}

.marketing-business-goal {
  min-height: 29mm;
  margin-top: 6mm;
  padding: 5mm 0;
  display: grid;
  grid-template-columns: 32mm minmax(0, 1fr);
  align-items: center;
  gap: 7mm;
  border-top: 0.7mm solid var(--ink);
  border-bottom: 0.7mm solid var(--ink);
}

.marketing-business-goal small,
.marketing-channel-system small,
.channel-head > p,
.channel-result small,
.channel-work > h3,
.analytics-thesis::before {
  color: rgba(2, 8, 1, 0.5);
  font-size: 7px;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.marketing-business-goal p {
  max-width: 137mm;
  font-size: 19px;
  font-weight: 750;
  line-height: 1.16;
  letter-spacing: -0.045em;
}

.marketing-approach {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 0.7mm solid var(--ink);
}

.marketing-approach article {
  min-height: 54mm;
  padding: 7mm 5mm 6mm 0;
  display: grid;
  grid-template-columns: 8mm minmax(0, 1fr);
  align-content: start;
  gap: 4mm;
}

.marketing-approach article + article {
  padding-left: 5mm;
  border-left: 1px solid var(--marketing-line);
}

.marketing-approach article > span,
.channel-work li > span,
.analytics-steps article > span {
  width: 7mm;
  height: 7mm;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: var(--white);
  font-size: 5.5px;
  font-weight: 850;
}

.marketing-approach article > div {
  display: grid;
  gap: 3mm;
}

.marketing-approach h2 {
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.05em;
}

.marketing-approach p {
  color: rgba(2, 8, 1, 0.64);
  font-size: 8.5px;
  line-height: 1.45;
}

.marketing-channel-system {
  min-height: 64mm;
  margin-top: 6mm;
  padding: 7mm;
  display: grid;
  grid-template-columns: 61mm minmax(0, 1fr);
  align-content: center;
  gap: 5mm 8mm;
  border-radius: 7mm;
  background: var(--ink);
  color: var(--white);
}

.marketing-channel-system header {
  display: grid;
  align-content: center;
  gap: 3mm;
}

.marketing-channel-system small {
  color: var(--accent);
}

.marketing-channel-system h2 {
  font-size: 22px;
  line-height: 1.05;
  letter-spacing: -0.055em;
}

.marketing-channel-list {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  gap: 2.5mm;
}

.marketing-channel-list span {
  padding: 2.6mm 3.5mm;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  font-size: 8px;
}

.marketing-channel-system > p {
  grid-column: 2;
  padding-top: 4mm;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.68);
  font-size: 8px;
  line-height: 1.45;
}

.channel-head {
  min-height: 57mm;
  padding-top: 12mm;
  margin-bottom: 4mm;
  display: grid;
  align-content: end;
  gap: 2.5mm;
}

.channel-head h2 {
  max-width: 162mm;
  font-size: 50px;
  font-weight: 750;
  line-height: 0.86;
  letter-spacing: -0.072em;
  text-wrap: balance;
}

.channel-head > strong {
  max-width: 157mm;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -0.03em;
}

.channel-result {
  min-height: 29mm;
  padding: 4mm 0;
  display: grid;
  grid-template-columns: 34mm minmax(0, 1fr);
  align-items: center;
  gap: 6mm;
  border-top: 0.7mm solid var(--ink);
  border-bottom: 1px solid var(--marketing-line);
}

.channel-result p {
  font-size: 12px;
  font-weight: 720;
  line-height: 1.35;
  letter-spacing: -0.025em;
}

.channel-layout {
  min-height: 109mm;
  margin-top: 5mm;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 75mm;
  gap: 7mm;
}

.channel-work {
  min-width: 0;
}

.channel-work > h3 {
  min-height: 9mm;
  padding-bottom: 3mm;
  border-bottom: 0.7mm solid var(--ink);
}

.channel-work ol {
  list-style: none;
}

.channel-work li {
  min-height: 16.4mm;
  padding: 3.2mm 0;
  display: grid;
  grid-template-columns: 8mm minmax(0, 1fr);
  align-items: center;
  gap: 3mm;
  border-bottom: 1px solid var(--marketing-line);
}

.channel-work li p {
  color: rgba(2, 8, 1, 0.72);
  font-size: 8.3px;
  line-height: 1.38;
}

.channel-example,
.analytics-example {
  position: relative;
  min-width: 0;
  min-height: 109mm;
  margin: 0;
  padding: 4mm;
  overflow: hidden;
  border-radius: 7mm;
  background: var(--white);
  box-shadow: 0 0 0 1px rgba(2, 8, 1, 0.035);
}

.channel-example figcaption,
.analytics-example figcaption {
  position: absolute;
  z-index: 4;
  left: 4mm;
  right: 4mm;
  bottom: 4mm;
  padding-top: 3mm;
  border-top: 1px solid var(--marketing-line);
  color: rgba(2, 8, 1, 0.5);
  font-size: 6.7px;
  line-height: 1.35;
}

.search-example-ui,
.ai-example-ui,
.platform-example-ui,
.map-example-ui,
.avito-example-ui {
  height: calc(100% - 14mm);
  min-height: 89mm;
  border-radius: 5mm;
  background: #eceeef;
}

.search-example-ui {
  padding: 5mm;
  display: grid;
  align-content: start;
  gap: 4mm;
}

.search-example-field {
  min-height: 12mm;
  padding: 2.5mm 3mm;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3mm;
  border-radius: 999px;
  background: var(--white);
  color: rgba(2, 8, 1, 0.55);
  font-size: 7px;
}

.search-example-field b {
  padding: 1.8mm 3mm;
  border-radius: 999px;
  background: var(--accent);
  color: var(--ink);
}

.search-example-ui article {
  min-height: 28mm;
  padding: 4mm;
  display: grid;
  align-content: start;
  gap: 2mm;
  border-radius: 4mm;
  background: var(--white);
}

.search-example-ui article small {
  color: rgba(2, 8, 1, 0.48);
  font-size: 6px;
}

.search-example-ui article strong {
  font-size: 10px;
  line-height: 1.15;
}

.search-example-ui article span {
  color: rgba(2, 8, 1, 0.58);
  font-size: 6.5px;
  line-height: 1.4;
}

.ai-example-ui {
  padding: 5mm;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 4mm;
  background: var(--ink);
  color: var(--white);
}

.ai-question {
  padding: 3mm 4mm;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  font-size: 7px;
}

.ai-answer {
  padding: 5mm;
  align-self: stretch;
  display: grid;
  align-content: center;
  gap: 3mm;
  border-radius: 5mm;
  background: var(--white);
  color: var(--ink);
}

.ai-answer i {
  width: 72%;
  height: 1mm;
  border-radius: 999px;
  background: #d8dadd;
}

.ai-answer i:nth-child(2) { width: 87%; }
.ai-answer i:nth-child(3) { width: 58%; margin-bottom: 3mm; }

.ai-answer strong {
  font-size: 11px;
}

.ai-answer p {
  color: rgba(2, 8, 1, 0.62);
  font-size: 7px;
  line-height: 1.45;
}

.ai-sources {
  display: flex;
  flex-wrap: wrap;
  gap: 2mm;
}

.ai-sources span {
  padding: 2mm 3mm;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 6px;
}

.platform-example-ui {
  padding: 5mm;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 3mm;
  background: var(--ink);
}

.platform-example-ui span {
  padding: 3mm;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 4mm;
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  font-size: 8px;
  font-weight: 800;
  text-align: center;
}

.platform-example-ui span:nth-child(1),
.platform-example-ui span:nth-child(4) {
  background: var(--accent);
  color: var(--ink);
}

.map-example-ui {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(32deg, transparent 46%, rgba(255, 255, 255, 0.9) 47%, rgba(255, 255, 255, 0.9) 54%, transparent 55%),
    linear-gradient(96deg, transparent 42%, rgba(255, 255, 255, 0.78) 43%, rgba(255, 255, 255, 0.78) 49%, transparent 50%),
    repeating-linear-gradient(0deg, transparent 0 16mm, rgba(2, 8, 1, 0.06) 16mm 16.3mm),
    repeating-linear-gradient(90deg, transparent 0 18mm, rgba(2, 8, 1, 0.06) 18mm 18.3mm),
    #dfe3df;
}

.map-pin {
  position: absolute;
  width: 8mm;
  height: 8mm;
  border: 2mm solid var(--ink);
  border-radius: 50% 50% 50% 0;
  background: var(--accent);
  transform: rotate(-45deg);
}

.map-pin--one { top: 18mm; left: 14mm; }
.map-pin--two { top: 31mm; right: 12mm; transform: rotate(-45deg) scale(0.75); }
.map-pin--three { bottom: 21mm; left: 30mm; transform: rotate(-45deg) scale(0.65); }

.map-example-ui article {
  position: absolute;
  left: 6mm;
  right: 6mm;
  bottom: 7mm;
  padding: 4mm;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2mm;
  border-radius: 4mm;
  background: var(--white);
}

.map-example-ui article small {
  color: rgba(2, 8, 1, 0.5);
  font-size: 6px;
}

.map-example-ui article strong {
  grid-row: 1 / 3;
  grid-column: 2;
  align-self: center;
  font-size: 19px;
}

.map-example-ui article span {
  font-size: 6px;
}

.avito-example-ui {
  padding: 5mm;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: 1fr auto;
  gap: 3mm;
}

.avito-card {
  padding: 3mm;
  display: grid;
  align-content: start;
  gap: 2mm;
  border-radius: 4mm;
  background: var(--white);
}

.avito-card i {
  min-height: 33mm;
  border-radius: 3mm;
  background:
    linear-gradient(135deg, rgba(255, 174, 79, 0.95), rgba(255, 174, 79, 0.1)),
    #cfd3d8;
}

.avito-card:nth-child(2) i {
  background:
    linear-gradient(35deg, rgba(2, 8, 1, 0.88), rgba(2, 8, 1, 0.08)),
    #cfd3d8;
}

.avito-card strong {
  font-size: 8px;
  line-height: 1.2;
}

.avito-card span {
  color: rgba(2, 8, 1, 0.48);
  font-size: 6px;
}

.avito-messages {
  grid-column: 1 / -1;
  padding: 3mm 4mm;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3mm;
  border-radius: 4mm;
  background: var(--ink);
  color: var(--white);
}

.avito-messages b {
  color: var(--accent);
  font-size: 8px;
}

.avito-messages span {
  color: rgba(255, 255, 255, 0.65);
  font-size: 6px;
}

.channel-prices {
  min-height: 31mm;
  margin-top: 5mm;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3.5mm;
}

.channel-prices article {
  padding: 4mm 5mm;
  display: grid;
  align-content: center;
  gap: 1.5mm;
  border-radius: 5mm;
  background: var(--white);
}

.channel-prices article:last-child {
  box-shadow: inset 0 0 0 0.55mm var(--ink);
}

.channel-prices small {
  color: rgba(2, 8, 1, 0.48);
  font-size: 6.5px;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.channel-prices strong {
  font-size: 17px;
  line-height: 1;
  letter-spacing: -0.045em;
}

.channel-prices span {
  color: rgba(2, 8, 1, 0.55);
  font-size: 6.5px;
}

.channel-prices--pending strong {
  font-size: 12px;
  line-height: 1.1;
}

.analytics-head {
  min-height: 64mm;
}

.analytics-head h2 {
  max-width: 170mm;
}

.analytics-thesis {
  min-height: 28mm;
  padding: 4mm 0;
  display: grid;
  grid-template-columns: 34mm minmax(0, 1fr);
  align-items: center;
  gap: 6mm;
  border-top: 0.7mm solid var(--ink);
  border-bottom: 1px solid var(--marketing-line);
}

.analytics-thesis::before {
  content: "одни руки";
}

.analytics-thesis p {
  font-size: 11px;
  font-weight: 720;
  line-height: 1.4;
  letter-spacing: -0.02em;
}

.analytics-layout {
  min-height: 117mm;
  margin-top: 6mm;
  display: grid;
  grid-template-columns: 68mm minmax(0, 1fr);
  gap: 7mm;
}

.analytics-steps {
  border-top: 0.7mm solid var(--ink);
}

.analytics-steps article {
  min-height: 28.5mm;
  padding: 4mm 0;
  display: grid;
  grid-template-columns: 8mm minmax(0, 1fr);
  gap: 3mm;
  border-bottom: 1px solid var(--marketing-line);
}

.analytics-steps article > div {
  display: grid;
  align-content: start;
  gap: 2mm;
}

.analytics-steps h3 {
  font-size: 12px;
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.analytics-steps p {
  color: rgba(2, 8, 1, 0.62);
  font-size: 7.3px;
  line-height: 1.4;
}

.analytics-example {
  min-height: 117mm;
  padding: 5mm;
}

.analytics-example img {
  display: block;
  width: 100%;
  height: 92mm;
  object-fit: contain;
  object-position: center;
  border-radius: 4mm;
  background: #eceeef;
}

.analytics-flow {
  min-height: 30mm;
  margin-top: 6mm;
  padding: 4mm 5mm;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr auto 1.35fr;
  align-items: center;
  gap: 2mm;
  border-radius: 6mm;
  background: var(--ink);
  color: var(--white);
  font-size: 7.5px;
  font-weight: 800;
  text-align: center;
}

.analytics-flow i {
  color: var(--accent);
  font-size: 15px;
  font-style: normal;
}

.analytics-flow strong {
  padding: 3mm;
  border-radius: 3.5mm;
  background: var(--accent);
  color: var(--ink);
  font-size: 9px;
}

.tariff-head {
  min-height: 57mm;
}

.marketing-tariff-grid .tariff-card,
.marketing-tariff-grid .tariff-card--accent,
.marketing-tariff-grid .tariff-card--max {
  min-height: 177mm;
  padding: 5mm 4.5mm;
  border: 0;
  border-radius: 7mm;
  background: var(--white);
  box-shadow: 0 0 0 1px rgba(2, 8, 1, 0.035);
}

.marketing-tariff-grid .tariff-card--max {
  box-shadow: inset 0 0 0 0.7mm var(--ink);
}

.marketing-tariff-grid .tariff-card header {
  min-height: 29mm;
}

.marketing-tariff-grid .tariff-card h3 {
  font-size: 22px;
}

.marketing-tariff-grid .tariff-card li {
  padding-block: 2.8mm;
  font-size: 7.7px;
}

.marketing-tariff-grid .tariff-card li::before,
.marketing-tariff-grid .tariff-card--accent li::before {
  top: 4mm;
  background: var(--accent);
}

.marketing-tariff-grid .tariff-analytics,
.marketing-tariff-grid .tariff-card--accent .tariff-analytics {
  min-height: 22mm;
  padding: 3.5mm;
  background: #eeeeec;
}

.marketing-tariff-grid .tariff-meta strong {
  font-size: 15px;
}

.marketing-payment-note {
  min-height: 27mm;
  margin-top: 5mm;
  padding: 4mm 5mm;
  display: grid;
  grid-template-columns: 38mm minmax(0, 1fr);
  align-items: center;
  gap: 6mm;
  border-radius: 5mm;
  background: var(--white);
}

.marketing-payment-note strong {
  font-size: 11px;
  line-height: 1.2;
}

.marketing-payment-note span {
  padding-left: 5mm;
  border-left: 1px solid var(--marketing-line);
  color: rgba(2, 8, 1, 0.62);
  font-size: 7.2px;
  line-height: 1.45;
}

.marketing-tariff-sheet .tariff-note {
  margin-top: 3mm;
  font-size: 6.5px;
}

@media screen and (max-width: 840px) {
  .marketing-cover-head,
  .channel-head,
  .analytics-head,
  .tariff-head {
    min-height: 0;
    padding-top: 0;
    margin-bottom: 28px;
    gap: 12px;
  }

  .marketing-cover-head h1,
  .channel-head h2 {
    max-width: 100%;
    min-width: 0;
    font-size: clamp(43px, 13vw, 62px);
    line-height: 0.87;
    overflow-wrap: anywhere;
  }

  .marketing-cover-head strong,
  .channel-head > strong {
    max-width: none;
    font-size: 20px;
    line-height: 1.3;
  }

  .marketing-business-goal,
  .channel-result,
  .analytics-thesis {
    min-height: 0;
    padding: 22px 0;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .marketing-business-goal small,
  .marketing-channel-system small,
  .channel-head > p,
  .channel-result small,
  .channel-work > h3,
  .analytics-thesis::before {
    font-size: 9px;
  }

  .marketing-business-goal p {
    font-size: 24px;
  }

  .marketing-approach {
    grid-template-columns: 1fr;
  }

  .marketing-approach article,
  .marketing-approach article + article {
    min-height: 0;
    padding: 24px 0;
    border-left: 0;
    border-top: 1px solid var(--marketing-line);
  }

  .marketing-approach article:first-child {
    border-top: 0;
  }

  .marketing-approach article > span,
  .channel-work li > span,
  .analytics-steps article > span {
    width: 34px;
    height: 34px;
    font-size: 9px;
  }

  .marketing-approach h2 {
    font-size: 26px;
  }

  .marketing-approach p {
    font-size: 14px;
  }

  .marketing-channel-system {
    min-height: 0;
    margin-top: 24px;
    padding: 24px;
    grid-template-columns: 1fr;
    gap: 20px;
    border-radius: 22px;
  }

  .marketing-channel-system h2 {
    font-size: 32px;
  }

  .marketing-channel-list span {
    padding: 8px 11px;
    font-size: 11px;
  }

  .marketing-channel-system > p {
    grid-column: 1;
    padding-top: 18px;
    font-size: 14px;
  }

  .channel-head > p {
    order: -1;
  }

  .channel-result p {
    font-size: 19px;
  }

  .channel-layout,
  .analytics-layout {
    min-height: 0;
    margin-top: 28px;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .channel-work > h3 {
    min-height: 0;
    padding-bottom: 14px;
  }

  .channel-work li {
    min-height: 0;
    padding: 18px 0;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 14px;
  }

  .channel-work li p {
    font-size: 14px;
  }

  .channel-example,
  .analytics-example {
    min-height: 350px;
    padding: 12px;
    border-radius: 22px;
  }

  .channel-example figcaption,
  .analytics-example figcaption {
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding-top: 12px;
    font-size: 10px;
  }

  .search-example-ui,
  .ai-example-ui,
  .platform-example-ui,
  .map-example-ui,
  .avito-example-ui {
    height: 300px;
    min-height: 0;
    border-radius: 16px;
  }

  .search-example-ui,
  .ai-example-ui,
  .platform-example-ui,
  .avito-example-ui {
    padding: 16px;
    gap: 12px;
  }

  .search-example-field {
    min-height: 42px;
    padding: 9px 12px;
    font-size: 10px;
  }

  .search-example-field b {
    padding: 6px 10px;
  }

  .search-example-ui article {
    min-height: 86px;
    padding: 14px;
    gap: 6px;
  }

  .search-example-ui article small,
  .avito-card span,
  .map-example-ui article small,
  .map-example-ui article span {
    font-size: 9px;
  }

  .search-example-ui article strong,
  .ai-answer strong {
    font-size: 15px;
  }

  .search-example-ui article span,
  .ai-answer p {
    font-size: 10px;
  }

  .ai-question {
    padding: 10px 14px;
    font-size: 10px;
  }

  .ai-answer {
    padding: 18px;
  }

  .ai-sources span {
    padding: 7px 10px;
    font-size: 9px;
  }

  .platform-example-ui span {
    padding: 10px;
    font-size: 11px;
  }

  .map-pin {
    width: 30px;
    height: 30px;
    border-width: 7px;
  }

  .map-pin--one { top: 60px; left: 42px; }
  .map-pin--two { top: 105px; right: 38px; }
  .map-pin--three { bottom: 80px; left: 95px; }

  .map-example-ui article {
    left: 18px;
    right: 18px;
    bottom: 20px;
    padding: 14px;
  }

  .map-example-ui article strong {
    font-size: 24px;
  }

  .avito-card {
    padding: 10px;
    gap: 7px;
  }

  .avito-card i {
    min-height: 100px;
  }

  .avito-card strong,
  .avito-messages b {
    font-size: 11px;
  }

  .avito-messages {
    padding: 12px;
  }

  .avito-messages span {
    font-size: 9px;
  }

  .channel-prices {
    min-height: 0;
    margin-top: 24px;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .channel-prices article {
    padding: 22px;
    border-radius: 20px;
  }

  .channel-prices small {
    font-size: 9px;
  }

  .channel-prices strong,
  .channel-prices--pending strong {
    font-size: 25px;
  }

  .channel-prices span {
    font-size: 11px;
  }

  .analytics-thesis p {
    font-size: 18px;
  }

  .analytics-steps article {
    min-height: 0;
    padding: 20px 0;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 14px;
  }

  .analytics-steps h3 {
    font-size: 22px;
  }

  .analytics-steps p {
    font-size: 14px;
  }

  .analytics-example img {
    height: 300px;
  }

  .analytics-flow {
    min-height: 0;
    margin-top: 24px;
    padding: 22px;
    grid-template-columns: 1fr;
    gap: 8px;
    border-radius: 20px;
    font-size: 13px;
  }

  .analytics-flow i {
    transform: rotate(90deg);
  }

  .analytics-flow strong {
    padding: 12px;
    font-size: 16px;
  }

  .marketing-tariff-grid .tariff-card,
  .marketing-tariff-grid .tariff-card--accent,
  .marketing-tariff-grid .tariff-card--max {
    min-height: 0;
    padding: 26px 22px;
    border-radius: 24px;
    background: var(--white);
  }

  .marketing-tariff-grid .tariff-card--max {
    box-shadow: inset 0 0 0 3px var(--ink);
  }

  .marketing-tariff-grid .tariff-card h3 {
    font-size: 34px;
  }

  .marketing-tariff-grid .tariff-card li {
    padding-block: 14px;
    font-size: 13px;
  }

  .marketing-tariff-grid .tariff-card li::before,
  .marketing-tariff-grid .tariff-card--accent li::before {
    top: 20px;
  }

  .marketing-tariff-grid .tariff-meta strong {
    font-size: 27px;
  }

  .marketing-payment-note {
    min-height: 0;
    margin-top: 22px;
    padding: 22px;
    grid-template-columns: 1fr;
    gap: 14px;
    border-radius: 20px;
  }

  .marketing-payment-note strong {
    font-size: 21px;
  }

  .marketing-payment-note span {
    padding: 14px 0 0;
    border-left: 0;
    border-top: 1px solid var(--marketing-line);
    font-size: 14px;
  }
}

@media screen and (max-width: 360px) {
  .marketing-cover-head h1,
  .channel-head h2 {
    font-size: 41px;
  }

  .platform-example-ui span {
    font-size: 10px;
  }
}

:root {
  --ink: #000;
  --paper: #f4f3f1;
  --white: #fff;
  --accent: #ffae4f;
  --neutral: #e5e3de;
  --muted: #6f6f6f;
  --line: #b9b8b5;
  --radius-md: 8px;
  --radius-lg: 20px;
  color-scheme: light;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: #d8d8d8;
}

body {
  min-height: 100%;
  margin: 0;
  color: var(--ink);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 600;
  line-height: 1.35;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

button,
input,
textarea,
select {
  font: inherit;
}

h1,
h2,
h3,
h4,
p,
dl,
dd,
ol,
ul {
  margin: 0;
}

ul,
ol {
  padding: 0;
}

.shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 23px;
  font-weight: 800;
  letter-spacing: -1.1px;
  line-height: 1;
}

.brand-mark {
  position: relative;
  display: inline-block;
  width: 31px;
  height: 23px;
  flex: 0 0 auto;
  transform: skew(-28deg);
}

.brand-mark::before,
.brand-mark::after {
  content: "";
  position: absolute;
  left: 4px;
  width: 24px;
  height: 8px;
  background: var(--accent);
}

.brand-mark::before {
  top: 1px;
}

.brand-mark::after {
  bottom: 1px;
  left: -1px;
}

.kicker,
.proposal-kicker,
.steps-kicker {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* Catalog */

.catalog-page {
  background: var(--paper);
}

.catalog-hero {
  min-height: 690px;
  background: var(--ink);
  color: var(--white);
}

.catalog-hero__inner {
  position: relative;
  min-height: 690px;
  padding-block: 38px 56px;
  display: grid;
  align-content: space-between;
}

.catalog-hero .brand {
  justify-self: end;
}

.catalog-hero__copy {
  display: grid;
  gap: 24px;
}

.catalog-hero h1 {
  max-width: 10ch;
  font-size: clamp(64px, 8.8vw, 128px);
  font-weight: 500;
  letter-spacing: -0.075em;
  line-height: 0.84;
}

.catalog-lead {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(19px, 2vw, 29px);
  font-weight: 600;
  line-height: 1.35;
}

.catalog-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.34);
}

.catalog-metrics div {
  padding: 26px 24px 0 0;
  display: flex;
  align-items: baseline;
  gap: 13px;
}

.catalog-metrics strong {
  color: var(--accent);
  font-size: 46px;
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 1;
}

.catalog-metrics span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.catalog-main {
  padding-block: 90px 80px;
}

.catalog-section {
  display: grid;
  gap: 45px;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.55fr);
  gap: 36px;
  align-items: end;
}

.section-heading > div {
  display: grid;
  gap: 13px;
}

.section-heading h2,
.decision-panel h2 {
  font-size: clamp(48px, 6vw, 82px);
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 0.9;
}

.section-heading > p {
  max-width: 520px;
  font-size: 18px;
  line-height: 1.55;
}

.offer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.offer-card {
  min-height: 470px;
  padding: 32px;
  display: grid;
  grid-template-rows: auto auto auto auto 1fr auto;
  gap: 20px;
  border-radius: var(--radius-md);
  background: var(--white);
}

.offer-card--featured {
  background: var(--accent);
}

.offer-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.status {
  display: inline-flex;
  width: max-content;
  padding: 8px 12px;
  border: 1px solid rgba(0, 0, 0, 0.24);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.status--draft {
  border-color: transparent;
  background: var(--ink);
  color: var(--white);
}

.status--source {
  background: var(--neutral);
}

.offer-number {
  color: rgba(0, 0, 0, 0.32);
  font-size: 13px;
}

.offer-card h3 {
  max-width: 13ch;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.94;
}

.offer-card > p {
  max-width: 590px;
  font-size: 17px;
  line-height: 1.5;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  list-style: none;
}

.tag-list li {
  padding: 8px 11px;
  border-radius: 999px;
  background: var(--paper);
  font-size: 12px;
}

.offer-card--featured .tag-list li {
  background: rgba(255, 255, 255, 0.52);
}

.offer-price,
.offer-note {
  align-self: end;
  display: grid;
  gap: 5px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.22);
}

.offer-price strong {
  font-size: 25px;
  font-weight: 600;
  letter-spacing: -0.035em;
}

.offer-price span,
.offer-note {
  color: rgba(0, 0, 0, 0.62);
  font-size: 12px;
  line-height: 1.45;
}

.offer-link,
.source-link {
  width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 14px;
  font-weight: 800;
}

.offer-link {
  padding: 12px 17px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--white);
}

.source-link {
  padding-bottom: 4px;
  border-bottom: 2px solid currentColor;
}

.decision-panel {
  margin-top: 80px;
  padding: 42px;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 44px;
  border-radius: var(--radius-lg);
  background: var(--neutral);
}

.decision-panel > div {
  display: grid;
  align-content: start;
  gap: 14px;
}

.decision-panel ol {
  list-style: none;
  display: grid;
}

.decision-panel li {
  padding: 18px 0;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.22);
  font-size: 17px;
}

.decision-panel li:last-child {
  border-bottom: 0;
}

.decision-panel li span {
  color: var(--muted);
  font-size: 12px;
}

.catalog-footer {
  padding-block: 25px 35px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.22);
  font-size: 12px;
}

/* Proposal review */

.proposal-page {
  padding: 68px 0 34px;
  background: #d8d8d8;
}

.review-bar {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  min-height: 48px;
  padding: 8px 18px;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 15px;
  background: rgba(0, 0, 0, 0.93);
  color: var(--white);
  font-size: 12px;
  backdrop-filter: blur(14px);
}

.review-bar a {
  width: max-content;
}

.review-status {
  color: var(--accent);
  text-align: center;
}

.review-back {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.review-back b {
  font-weight: 700;
}

.view-switch {
  display: inline-flex;
  padding: 3px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
}

.view-switch button,
.pdf-file-link {
  width: max-content;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-size: 11px;
  font-weight: 800;
}

.view-switch button {
  padding: 6px 10px;
  background: transparent;
  color: rgba(255, 255, 255, 0.65);
}

.view-switch button[aria-pressed="true"] {
  background: var(--white);
  color: var(--ink);
}

.pdf-file-link {
  padding: 8px 13px;
  background: var(--accent);
  color: var(--ink);
}

.pdf-preview[hidden],
.document[hidden] {
  display: none !important;
}

.pdf-preview {
  width: min(210mm, calc(100% - 24px));
  margin-inline: auto;
  display: grid;
  gap: 16px;
}

.pdf-preview > p {
  padding: 10px 14px;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  border-radius: var(--radius-md);
  background: var(--ink);
  color: var(--white);
  font-size: 12px;
}

.pdf-preview > p span {
  color: var(--accent);
}

.pdf-preview img {
  display: block;
  width: 100%;
  height: auto;
  background: var(--paper);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.16);
}

.document {
  display: grid;
  justify-items: center;
  gap: 28px;
}

.sheet {
  position: relative;
  width: 210mm;
  min-height: 297mm;
  padding: 15mm 14mm 13mm;
  overflow: hidden;
  background: var(--paper);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.16);
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}

.sheet-brand {
  position: absolute;
  z-index: 5;
  top: 15mm;
  right: 14mm;
}

.proposal-intro {
  display: grid;
  gap: 4mm;
}

.proposal-kicker {
  color: var(--muted);
}

.proposal-intro h1,
.process-intro h2 {
  max-width: 150mm;
  font-size: 54px;
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 0.88;
}

.proposal-intro h1 {
  font-size: 80px;
}

.proposal-lead {
  max-width: 165mm;
  font-size: 17px;
  line-height: 1.42;
}

.role-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.role-row span {
  padding: 7px 11px;
  border-radius: 999px;
  background: var(--neutral);
  font-size: 10px;
}

.proposal-section-title {
  margin-top: 7mm;
  padding-top: 4mm;
  border-top: 2px solid var(--ink);
  font-size: 22px;
  font-weight: 800;
  text-transform: uppercase;
}

.package-matrix {
  margin-top: 4mm;
  display: grid;
  grid-template-columns: 34mm repeat(3, minmax(0, 1fr));
}

.package-labels,
.package-card {
  display: grid;
  grid-template-rows: 21mm 26mm 36mm 13mm 22mm;
}

.package-labels > div {
  padding: 4mm 3mm 3mm 0;
  display: flex;
  align-items: start;
  border-bottom: 1px solid var(--line);
  font-size: 9px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.package-labels > div:first-child {
  border-bottom: 2px solid var(--ink);
}

.package-labels > div:last-child {
  border-bottom: 0;
}

.package-card {
  position: relative;
  padding-inline: 5mm;
}

.package-card--accent::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -5mm;
  bottom: -6mm;
  left: 0;
  right: 0;
  border-radius: 7mm;
  background: var(--white);
}

.package-card > * {
  position: relative;
  z-index: 1;
}

.package-card > header,
.package-card > div {
  padding-block: 3mm 2.5mm;
  border-bottom: 1px solid var(--line);
  font-size: 10.5px;
  line-height: 1.35;
}

.package-card > header {
  padding-top: 1mm;
  border-bottom: 2px solid var(--ink);
}

.package-card > header small {
  display: block;
  margin-bottom: 3mm;
  color: #9b9b9b;
  font-size: 9px;
}

.package-card > header h2 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1;
}

.package-card > div:last-child {
  border-bottom: 0;
}

.field-label {
  display: none;
}

.package-price {
  display: grid;
  align-content: end;
  gap: 3px;
}

.package-price strong {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1;
}

.package-price small {
  color: var(--muted);
  font-size: 9px;
}

.pricing-note {
  margin-top: 5mm;
  max-width: 166mm;
  color: var(--muted);
  font-size: 9.5px;
  line-height: 1.4;
}

.pricing-outcome {
  margin-top: 4mm;
  padding: 5mm 7mm;
  border-radius: var(--radius-md);
  background: var(--accent);
  font-size: 14px;
  line-height: 1.35;
}

.sheet-footer {
  position: absolute;
  left: 14mm;
  right: 14mm;
  bottom: 8mm;
  display: grid;
  grid-template-columns: 1.4fr 1fr 0.6fr 0.9fr;
  gap: 5mm;
  color: #9a9a9a;
  font-size: 7.5px;
}

/* Process page */

.process-intro {
  padding-top: 13mm;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 12mm;
  align-items: end;
}

.process-intro p {
  padding-bottom: 2mm;
  font-size: 14px;
  line-height: 1.45;
}

.outcome-panel {
  margin-top: 10mm;
  min-height: 48mm;
  padding: 8mm;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 9mm;
  border-radius: 7mm;
  background: var(--accent);
}

.outcome-panel > div {
  display: grid;
  align-content: end;
  gap: 3mm;
}

.outcome-panel small {
  font-size: 9px;
  text-transform: uppercase;
}

.outcome-panel h3 {
  font-size: 29px;
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.outcome-panel p {
  max-width: 95mm;
  font-size: 10px;
  line-height: 1.4;
}

.outcome-panel dl {
  display: grid;
  align-content: end;
}

.outcome-panel dl div {
  padding: 3mm 0;
  display: grid;
  grid-template-columns: 9mm 1fr;
  gap: 3mm;
  border-bottom: 1px solid rgba(0, 0, 0, 0.24);
}

.outcome-panel dl div:last-child {
  border-bottom: 0;
}

.outcome-panel dt {
  font-size: 8px;
}

.outcome-panel dd {
  font-size: 10px;
}

.work-formats {
  margin-top: 9mm;
}

.work-formats > h3,
.steps-block > h3 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.045em;
}

.format-grid {
  margin-top: 4mm;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4mm;
}

.format-grid article {
  min-height: 34mm;
  padding: 6mm;
  border-radius: 6mm;
  background: var(--white);
}

.format-grid article:nth-child(2) {
  background: var(--neutral);
}

.format-grid small {
  display: block;
  margin-bottom: 3mm;
  font-size: 8px;
  text-transform: uppercase;
}

.format-grid h4 {
  margin-bottom: 3mm;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1;
}

.format-grid p {
  font-size: 9.5px;
  line-height: 1.45;
}

.steps-block {
  margin-top: 9mm;
}

.steps-kicker {
  margin-bottom: 2mm;
  font-size: 8px;
}

.steps-grid {
  position: relative;
  margin-top: 5mm;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 4mm;
}

.steps-grid::before {
  content: "";
  position: absolute;
  top: 5mm;
  left: 5mm;
  right: 5mm;
  border-top: 2px dashed #aaa;
}

.steps-grid article {
  position: relative;
  z-index: 1;
}

.steps-grid article > span {
  width: 10mm;
  height: 10mm;
  margin-bottom: 4mm;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--accent);
  font-size: 8px;
}

.steps-grid h4 {
  min-height: 10mm;
  margin-bottom: 2mm;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.05;
}

.steps-grid p {
  font-size: 8px;
  line-height: 1.38;
}

.transparency-panel {
  margin-top: 9mm;
  padding: 6mm 7mm;
  display: grid;
  grid-template-columns: 1.05fr repeat(4, 1fr);
  gap: 5mm;
  border-radius: 6mm;
  background: var(--ink);
  color: var(--white);
}

.transparency-panel h3 {
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1;
}

.transparency-panel div {
  padding-left: 4mm;
  display: grid;
  align-content: start;
  gap: 2mm;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}

.transparency-panel strong {
  font-size: 8px;
}

.transparency-panel span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 7px;
  line-height: 1.4;
}

.validity-note {
  margin-top: 5mm;
  max-width: 150mm;
  color: var(--muted);
  font-size: 8px;
}

@media screen and (max-width: 840px) {
  .shell {
    width: min(100% - 32px, 720px);
  }

  .catalog-hero__copy,
  .catalog-metrics {
    min-width: 0;
  }

  .catalog-hero h1 {
    font-size: clamp(44px, 14vw, 58px);
  }

  .catalog-hero,
  .catalog-hero__inner {
    min-height: 620px;
  }

  .catalog-hero__inner {
    padding-block: 24px 34px;
  }

  .catalog-hero .brand {
    justify-self: start;
  }

  .catalog-metrics {
    grid-template-columns: 1fr;
  }

  .catalog-metrics div {
    padding: 13px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .catalog-metrics div:last-child {
    border-bottom: 0;
  }

  .catalog-metrics strong {
    min-width: 54px;
    font-size: 29px;
  }

  .catalog-main {
    padding-block: 60px;
  }

  .catalog-section {
    min-width: 0;
    grid-template-columns: minmax(0, 1fr);
  }

  .section-heading,
  .decision-panel {
    grid-template-columns: 1fr;
  }

  .section-heading,
  .section-heading > div,
  .decision-panel {
    min-width: 0;
  }

  .section-heading h2,
  .decision-panel h2 {
    font-size: clamp(39px, 12.5vw, 54px);
  }

  .offer-grid {
    min-width: 0;
    grid-template-columns: minmax(0, 1fr);
  }

  .offer-card {
    min-width: 0;
    min-height: 0;
    padding: 24px;
  }

  .offer-card h3,
  .offer-price strong {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .decision-panel {
    padding: 28px 22px;
  }

  .catalog-footer {
    flex-direction: column;
  }

  .proposal-page {
    padding: 51px 0 0;
  }

  .review-bar {
    min-height: 51px;
    padding: 7px 10px;
    grid-template-columns: auto 1fr auto;
    gap: 8px;
    font-size: 9px;
  }

  .review-back b,
  .review-status {
    display: none;
  }

  .view-switch {
    justify-self: center;
  }

  .view-switch button {
    padding: 6px 8px;
    font-size: 9px;
  }

  .pdf-file-link {
    padding: 7px 9px;
    font-size: 9px;
  }

  .pdf-preview {
    width: calc(100% - 16px);
    gap: 8px;
  }

  .pdf-preview > p {
    font-size: 10px;
  }

  .document {
    gap: 14px;
  }

  .sheet {
    width: 100%;
    min-height: 0;
    padding: 78px 20px 84px;
    overflow: visible;
    box-shadow: none;
  }

  .sheet-brand {
    top: 23px;
    right: 20px;
  }

  .sheet .brand {
    font-size: 18px;
  }

  .sheet .brand-mark {
    width: 25px;
    height: 19px;
  }

  .sheet .brand-mark::before,
  .sheet .brand-mark::after {
    width: 20px;
    height: 7px;
  }

  .proposal-intro h1,
  .process-intro h2 {
    max-width: 100%;
    font-size: clamp(42px, 13vw, 62px);
  }

  .proposal-lead {
    font-size: 16px;
  }

  .proposal-section-title {
    margin-top: 34px;
  }

  .package-matrix {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .package-labels {
    display: none;
  }

  .package-card {
    display: block;
    padding: 24px;
    border-radius: 20px;
    background: var(--white);
  }

  .package-card--accent {
    background: var(--accent);
  }

  .package-card--accent::before {
    display: none;
  }

  .package-card > header,
  .package-card > div {
    padding: 18px 0;
    font-size: 14px;
  }

  .package-card > header {
    padding-top: 0;
  }

  .package-card > header h2 {
    font-size: 30px;
  }

  .field-label {
    display: block;
    margin-bottom: 7px;
    color: var(--muted);
    font-size: 9px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .package-price strong {
    font-size: 30px;
  }

  .pricing-note {
    margin-top: 32px;
    font-size: 12px;
  }

  .pricing-outcome {
    margin-top: 24px;
    padding: 22px;
    font-size: 19px;
  }

  .sheet-footer {
    left: 20px;
    right: 20px;
    bottom: 23px;
    grid-template-columns: 1fr 1fr;
    gap: 8px 18px;
    font-size: 8px;
  }

  .process-intro,
  .outcome-panel {
    grid-template-columns: 1fr;
  }

  .process-intro {
    padding-top: 0;
    gap: 22px;
  }

  .process-intro p {
    font-size: 15px;
  }

  .outcome-panel {
    margin-top: 32px;
    padding: 26px 22px;
    gap: 22px;
  }

  .outcome-panel h3 {
    font-size: 36px;
  }

  .outcome-panel p,
  .outcome-panel dd {
    font-size: 13px;
  }

  .work-formats,
  .steps-block,
  .transparency-panel {
    margin-top: 32px;
  }

  .format-grid,
  .steps-grid,
  .transparency-panel {
    grid-template-columns: 1fr;
  }

  .format-grid article {
    padding: 22px;
  }

  .format-grid p {
    font-size: 13px;
  }

  .steps-grid {
    gap: 20px;
  }

  .steps-grid::before {
    top: 18px;
    bottom: 18px;
    left: 18px;
    right: auto;
    border-top: 0;
    border-left: 2px dashed #aaa;
  }

  .steps-grid article {
    min-height: 56px;
    padding-left: 58px;
  }

  .steps-grid article > span {
    position: absolute;
    left: 0;
    top: 0;
    width: 36px;
    height: 36px;
    margin: 0;
  }

  .steps-grid h4 {
    min-height: 0;
    font-size: 17px;
  }

  .steps-grid p {
    font-size: 12px;
  }

  .transparency-panel {
    padding: 24px;
    gap: 0;
  }

  .transparency-panel h3 {
    margin-bottom: 12px;
    font-size: 27px;
  }

  .transparency-panel div {
    padding: 14px 0;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.35);
  }

  .transparency-panel strong {
    font-size: 12px;
  }

  .transparency-panel span {
    font-size: 11px;
  }

  .validity-note {
    margin-top: 24px;
    font-size: 10px;
  }
}

/* SEO + GEO · cover offer 12 */

.seo-prototype .proto-cover-head {
  min-height: 62mm;
  gap: 3mm;
}

.proto-cover-title-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 45mm;
  align-items: center;
  gap: 7mm;
}

.proto-method-badge {
  padding: 2mm 4mm;
  border: 0.45mm solid var(--ink);
  border-radius: 999px;
  background: transparent;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

.proto-business-offer {
  margin: -1mm 0 5mm;
  padding-bottom: 5mm;
}

.proto-business-offer strong {
  display: block;
  max-width: 166mm;
  font-size: 16px;
  line-height: 1.28;
  letter-spacing: -0.03em;
}

@media screen and (max-width: 840px) {
  .seo-prototype .proto-cover-head {
    min-height: 0;
    gap: 14px;
  }

  .proto-cover-title-row {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .proto-method-badge {
    max-width: 210px;
    padding: 6px 16px;
    justify-self: end;
    border-width: 2px;
    font-size: 14px;
  }

  .proto-business-offer {
    margin: 0 0 26px;
    padding-bottom: 24px;
  }

  .proto-business-offer strong {
    max-width: none;
    font-size: 21px;
    line-height: 1.22;
  }
}

@media print {
  @page {
    size: A4;
    margin: 0;
  }

  html,
  body {
    background: var(--paper);
  }

  .proposal-page {
    padding: 0;
  }

  .review-bar {
    display: none !important;
  }

  .pdf-preview {
    display: none !important;
  }

  .document {
    display: block;
  }

  .sheet {
    width: 210mm;
    height: 297mm;
    min-height: 297mm;
    margin: 0;
    box-shadow: none;
    break-after: page;
    page-break-after: always;
  }

  .sheet:last-child {
    break-after: auto;
    page-break-after: auto;
  }
}

/* Promo-site with traffic · proposal 03 */

.traffic-sheet {
  background: #dedfdd;
}

.traffic-page-head {
  min-height: 31mm;
  padding-top: 12mm;
  display: grid;
  align-content: end;
  gap: 2.5mm;
  margin-bottom: 7mm;
}

.traffic-page-head--cover {
  min-height: 43mm;
  padding-top: 10mm;
}

.traffic-page-head--wide {
  min-height: 39mm;
}

.traffic-page-head h1,
.traffic-page-head h2 {
  max-width: 150mm;
  font-size: 50px;
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 0.9;
}

.traffic-page-head--cover h1 {
  max-width: 132mm;
  font-size: 57px;
}

.traffic-page-head p {
  color: var(--muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.service-stack {
  display: grid;
  gap: 6mm;
}

.service-stack--continued {
  padding-top: 3mm;
}

.service-card {
  min-height: 89mm;
  padding: 4mm;
  display: grid;
  grid-template-columns: 72mm minmax(0, 1fr);
  gap: 7mm;
  overflow: hidden;
  border-radius: 7mm;
  background: var(--white);
}

.service-visual {
  position: relative;
  min-width: 0;
  min-height: 81mm;
  overflow: hidden;
  border-radius: 5mm;
  background: #eee;
}

.audience-visual {
  background:
    radial-gradient(circle at 20% 16%, rgba(255, 174, 79, 0.32), transparent 31%),
    #151515;
}

.audience-visual img {
  position: absolute;
  top: 8%;
  width: 56%;
  height: 88%;
  object-fit: cover;
  object-position: top;
  border-radius: 3mm;
  box-shadow: 0 3mm 8mm rgba(0, 0, 0, 0.34);
}

.audience-visual img:nth-child(1) {
  left: -9%;
  transform: rotate(-5deg);
}

.audience-visual img:nth-child(2) {
  z-index: 2;
  top: 3%;
  left: 22%;
}

.audience-visual img:nth-child(3) {
  left: 57%;
  transform: rotate(5deg);
}

.pages-visual {
  padding: 2mm;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2mm;
  background: #232323;
}

.pages-visual img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: top;
  border-radius: 2mm;
}

.channels-visual {
  padding: 8mm 6mm;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3mm;
  background:
    radial-gradient(circle at 15% 15%, rgba(255, 174, 79, 0.28), transparent 33%),
    #121212;
}

.channels-visual span {
  padding: 3mm 4mm;
  border-radius: 999px;
  background: var(--white);
  color: var(--ink);
  font-size: 9px;
  font-weight: 800;
  white-space: nowrap;
}

.channels-visual span:nth-child(2),
.channels-visual span:nth-child(5) {
  background: var(--accent);
}

.analytics-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 27% center;
}

.service-copy {
  min-width: 0;
  padding: 3mm 2mm 2mm 0;
  display: grid;
  align-content: start;
}

.service-number {
  color: #969696;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.service-copy h2 {
  margin-top: 5mm;
  font-size: 27px;
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 0.96;
}

.service-copy ul {
  margin-top: 5mm;
  list-style: none;
  display: grid;
}

.service-copy li {
  position: relative;
  padding: 3mm 0 3mm 5mm;
  border-top: 1px solid #dedede;
  font-size: 9.7px;
  line-height: 1.35;
}

.service-copy li::before {
  content: "";
  position: absolute;
  top: 4.3mm;
  left: 0;
  width: 2mm;
  height: 2mm;
  border-radius: 50%;
  background: var(--accent);
}

.traffic-footer {
  grid-template-columns: 1.55fr 1fr 0.6fr 0.35fr;
}

.traffic-footer > :last-child {
  text-align: right;
}

.segment-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, 82mm);
  gap: 4mm;
}

.segment-sample {
  overflow: hidden;
  border-radius: 7mm;
  background: var(--white);
}

.segment-sample img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center top;
}

.segment-chain {
  min-height: 20mm;
  margin-top: 6mm;
  padding: 4mm 5mm;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 3mm;
  border-radius: 6mm;
  background: var(--white);
  font-size: 8.5px;
  font-weight: 800;
  text-align: center;
}

.segment-chain i {
  color: var(--accent);
  font-size: 18px;
  font-style: normal;
}

.platform-panel {
  min-height: 27mm;
  padding: 5mm 6mm;
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  align-items: center;
  gap: 6mm;
  border-radius: 6mm;
  background: var(--white);
}

.platform-panel p {
  font-size: 10.5px;
  line-height: 1.4;
}

.platform-panel > div {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 2mm;
}

.platform-panel span {
  padding: 2mm 3mm;
  border-radius: 999px;
  background: #ececea;
  font-size: 8px;
  font-weight: 800;
}

.analytics-board {
  margin-top: 6mm;
  padding: 2mm;
  overflow: hidden;
  border-radius: 6mm;
  background: var(--white);
}

.analytics-board img {
  display: block;
  width: 100%;
  height: 123mm;
  object-fit: cover;
  border-radius: 4.5mm;
}

.analytics-board figcaption {
  padding: 2.5mm 2mm 1mm;
  color: var(--muted);
  font-size: 7px;
}

.economy-flow {
  min-height: 25mm;
  margin-top: 6mm;
  padding: 4mm 5mm;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr auto 1.25fr;
  align-items: center;
  gap: 2mm;
  border-radius: 6mm;
  background: var(--ink);
  color: var(--white);
}

.economy-flow div {
  display: grid;
  gap: 1.5mm;
}

.economy-flow small {
  color: var(--accent);
  font-size: 7px;
}

.economy-flow strong {
  font-size: 8.5px;
}

.economy-flow i {
  color: var(--accent);
  font-size: 16px;
  font-style: normal;
}

.tariff-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3.5mm;
}

.tariff-card {
  min-height: 188mm;
  padding: 6mm 5mm;
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  border-radius: 7mm;
  background: var(--white);
}

.tariff-card--accent {
  background: var(--accent);
}

.tariff-card--max {
  box-shadow: inset 0 0 0 0.7mm var(--ink);
}

.tariff-card header {
  min-height: 34mm;
  padding-bottom: 5mm;
  border-bottom: 1px solid rgba(0, 0, 0, 0.22);
}

.tariff-card header span,
.tariff-analytics small {
  display: block;
  color: rgba(0, 0, 0, 0.54);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.tariff-card h3 {
  margin-top: 5mm;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 1;
}

.tariff-card ul {
  padding: 3mm 0 4mm;
  list-style: none;
}

.tariff-card li {
  position: relative;
  padding: 3.3mm 0 3.3mm 4mm;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
  font-size: 8.8px;
  line-height: 1.35;
}

.tariff-card li::before {
  content: "";
  position: absolute;
  top: 4.6mm;
  left: 0;
  width: 1.7mm;
  height: 1.7mm;
  border-radius: 50%;
  background: var(--accent);
}

.tariff-card--accent li::before {
  background: var(--ink);
}

.tariff-analytics {
  min-height: 24mm;
  padding: 4mm;
  display: grid;
  align-content: start;
  gap: 2.5mm;
  border-radius: 4mm;
  background: #eeeeec;
}

.tariff-card--accent .tariff-analytics {
  background: rgba(255, 255, 255, 0.52);
}

.tariff-analytics strong {
  font-size: 9px;
  line-height: 1.3;
}

.tariff-meta {
  margin-top: 4mm;
  padding-top: 4mm;
  display: grid;
  gap: 2mm;
  border-top: 2px solid var(--ink);
}

.tariff-meta span {
  color: var(--muted);
  font-size: 8px;
}

.tariff-meta strong {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 1;
}

.tariff-note {
  margin-top: 5mm;
  max-width: 176mm;
  color: var(--muted);
  font-size: 8px;
  line-height: 1.4;
}

@media screen and (max-width: 840px) {
  .traffic-page-head,
  .traffic-page-head--cover,
  .traffic-page-head--wide {
    min-height: 0;
    padding-top: 0;
    margin-bottom: 30px;
  }

  .traffic-page-head h1,
  .traffic-page-head h2,
  .traffic-page-head--cover h1 {
    max-width: 100%;
    font-size: clamp(42px, 13vw, 62px);
  }

  .service-stack {
    gap: 20px;
  }

  .service-stack--continued {
    padding-top: 0;
  }

  .service-card {
    min-height: 0;
    padding: 12px;
    grid-template-columns: 1fr;
    gap: 0;
    border-radius: 24px;
  }

  .service-visual {
    min-height: 270px;
    border-radius: 18px;
  }

  .service-copy {
    padding: 26px 12px 12px;
  }

  .service-copy h2 {
    margin-top: 18px;
    font-size: 32px;
  }

  .service-copy ul {
    margin-top: 20px;
  }

  .service-copy li {
    padding: 14px 0 14px 20px;
    font-size: 13px;
  }

  .service-copy li::before {
    top: 19px;
    width: 8px;
    height: 8px;
  }

  .segment-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 14px;
  }

  .segment-sample {
    height: 440px;
    border-radius: 24px;
  }

  .segment-chain {
    margin-top: 20px;
    padding: 20px;
    grid-template-columns: 1fr;
    gap: 7px;
    font-size: 13px;
  }

  .segment-chain i {
    transform: rotate(90deg);
  }

  .platform-panel {
    padding: 22px;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .platform-panel p {
    font-size: 14px;
  }

  .platform-panel > div {
    justify-content: flex-start;
  }

  .platform-panel span {
    padding: 8px 11px;
    font-size: 10px;
  }

  .analytics-board {
    margin-top: 20px;
    padding: 8px;
    border-radius: 20px;
  }

  .analytics-board img {
    height: auto;
    border-radius: 14px;
  }

  .analytics-board figcaption {
    padding: 10px 7px 5px;
    font-size: 9px;
  }

  .economy-flow {
    margin-top: 20px;
    padding: 22px;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .economy-flow i {
    transform: rotate(90deg);
  }

  .economy-flow small {
    font-size: 9px;
  }

  .economy-flow strong {
    font-size: 13px;
  }

  .tariff-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .tariff-card {
    min-height: 0;
    padding: 26px 22px;
    border-radius: 24px;
  }

  .tariff-card header {
    min-height: 0;
  }

  .tariff-card header span,
  .tariff-analytics small {
    font-size: 9px;
  }

  .tariff-card h3 {
    margin-top: 18px;
    font-size: 32px;
  }

  .tariff-card ul {
    padding-block: 14px;
  }

  .tariff-card li {
    padding: 14px 0 14px 18px;
    font-size: 13px;
  }

  .tariff-card li::before {
    top: 20px;
    width: 7px;
    height: 7px;
  }

  .tariff-analytics {
    min-height: 0;
    padding: 18px;
  }

  .tariff-analytics strong {
    font-size: 13px;
  }

  .tariff-meta {
    margin-top: 18px;
    padding-top: 18px;
  }

  .tariff-meta span {
    font-size: 11px;
  }

  .tariff-meta strong {
    font-size: 30px;
  }

  .tariff-note {
    margin-top: 24px;
    font-size: 10px;
  }
}

@media print {
  .traffic-sheet {
    width: 210mm;
    height: 297mm;
    min-height: 297mm;
  }
}

/* Proposal 04 · Satori visual system with Sinekt orange */

.traffic-proposal {
  --ink: #020801;
  --paper: #eceeef;
  --neutral: #d9dde2;
  --accent: #ffae4f;
  background: #030504;
  color: var(--ink);
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

.traffic-proposal .traffic-sheet {
  background: var(--paper);
}

.sheet-wordmark {
  display: block;
  width: 42mm;
  line-height: 0;
}

.sheet-wordmark img {
  display: block;
  width: 100%;
  height: auto;
}

.traffic-page-head h1,
.traffic-page-head h2 {
  color: var(--ink);
  font-weight: 700;
  line-height: 0.82;
  letter-spacing: -0.078em;
  text-wrap: balance;
}

.traffic-page-head h2 {
  line-height: 0.86;
  letter-spacing: -0.057em;
}

.traffic-page-head p,
.service-number,
.tariff-card header span,
.tariff-analytics small {
  color: rgba(2, 8, 1, 0.48);
  font-weight: 800;
  letter-spacing: 0.035em;
}

.service-card {
  border-radius: 7.4mm;
  color: var(--ink);
  box-shadow: 0 0 0 1px rgba(2, 8, 1, 0.035);
}

.service-visual {
  border-radius: 4.8mm;
  box-shadow: inset 0 0 10mm rgba(2, 8, 1, 0.035);
}

.service-copy h2,
.tariff-card h3 {
  color: var(--ink);
  font-weight: 750;
  line-height: 0.96;
  letter-spacing: -0.057em;
  text-wrap: balance;
}

.service-copy li,
.tariff-card li,
.platform-panel p,
.segment-chain,
.economy-flow strong {
  font-weight: 620;
}

.service-copy li,
.tariff-card li {
  border-color: rgba(2, 8, 1, 0.13);
}

.channels-visual span,
.platform-panel span {
  border: 2px solid rgba(2, 8, 1, 0.2);
  border-radius: 5px;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.channels-visual span:nth-child(2),
.channels-visual span:nth-child(5) {
  border-color: var(--accent);
}

.platform-panel span {
  background: transparent;
  color: rgba(2, 8, 1, 0.52);
}

.segment-sample,
.segment-chain,
.platform-panel,
.analytics-board,
.tariff-card {
  box-shadow: 0 0 0 1px rgba(2, 8, 1, 0.035);
}

.tariff-card--accent {
  background: var(--accent);
}

.tariff-card--max {
  box-shadow: inset 0 0 0 0.7mm var(--ink);
}

.tariff-meta strong {
  color: var(--ink);
  font-weight: 750;
  letter-spacing: -0.057em;
}

.traffic-footer {
  color: rgba(2, 8, 1, 0.38);
  font-weight: 600;
}

@media screen and (max-width: 840px) {
  .sheet-wordmark {
    right: auto;
    left: 20px;
    width: 112px;
    max-width: calc(100% - 32px);
  }

  .traffic-page-head h1,
  .traffic-page-head h2,
  .traffic-page-head--cover h1 {
    font-size: clamp(54px, 16vw, 76px);
    line-height: 0.8;
  }

  .service-card,
  .segment-sample,
  .tariff-card {
    border-radius: 20px;
  }

  .service-visual {
    border-radius: 13px;
  }

  .service-copy h2,
  .tariff-card h3 {
    font-size: clamp(28px, 8vw, 38px);
  }
}

@media print {
  .traffic-proposal {
    background: var(--paper);
  }
}

/* Proposal 05 · wider media and compact second page */

.traffic-page-head {
  gap: 4.5mm;
  margin-bottom: 8mm;
}

.traffic-page-head--cover {
  min-height: 68mm;
  margin-bottom: 6mm;
}

.proposal-promise {
  min-height: 24mm;
  padding: 4.5mm 5.5mm;
  display: grid;
  grid-template-columns: 30mm minmax(0, 1fr);
  align-items: center;
  gap: 6mm;
  border-radius: 4.8mm;
  background: var(--accent);
  color: var(--ink);
}

.proposal-promise span {
  font-size: 7px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.proposal-promise strong {
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
}

.service-stack--compact {
  gap: 4mm;
}

.service-stack--compact .service-card {
  min-height: 76mm;
}

.service-card--wide-media {
  grid-template-columns: 94mm minmax(0, 1fr);
  gap: 6mm;
}

.service-stack--compact .service-visual {
  height: 68mm;
  min-height: 0;
}

.service-stack--compact .service-copy {
  padding: 2mm 1mm 1mm 0;
}

.service-stack--compact .service-copy h2 {
  margin-top: 3mm;
  font-size: 24px;
}

.service-stack--compact .service-copy ul {
  margin-top: 3.5mm;
}

.service-stack--compact .service-copy li {
  padding-top: 2.2mm;
  padding-bottom: 2.2mm;
  font-size: 8.7px;
}

.service-stack--compact .service-copy li::before {
  top: 3.4mm;
}

.audience-frame-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 47%;
}

.service-card--combined {
  min-height: 154mm;
  grid-template-columns: 106mm minmax(0, 1fr);
  gap: 6mm;
}

.combined-media {
  min-height: 146mm;
  display: grid;
  grid-template-rows: 48mm 95mm;
  gap: 3mm;
}

.media-panel {
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 4.8mm;
}

.combined-media .channels-visual {
  min-height: 0;
  padding: 5mm;
  gap: 2.5mm;
}

.combined-analytics {
  padding: 3mm 0 3mm 8mm;
  background: #d9dce1;
}

.combined-analytics img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right center;
}

.service-card--combined .service-copy {
  padding: 5mm 1mm 2mm 0;
}

.service-card--combined .service-copy h2 {
  margin-top: 5mm;
  font-size: 25px;
}

.service-card--combined .service-copy ul {
  margin-top: 6mm;
}

.service-card--combined .service-copy li {
  padding-top: 4mm;
  padding-bottom: 4mm;
  font-size: 9.2px;
}

.service-card--combined .service-copy li::before {
  top: 5.2mm;
}

@media screen and (max-width: 840px) {
  .traffic-page-head {
    gap: 18px;
    margin-bottom: 34px;
  }

  .traffic-page-head--cover {
    min-height: 0;
    margin-bottom: 28px;
  }

  .proposal-promise {
    min-height: 0;
    padding: 20px;
    grid-template-columns: 1fr;
    gap: 10px;
    border-radius: 16px;
  }

  .proposal-promise span {
    font-size: 9px;
  }

  .proposal-promise strong {
    font-size: 14px;
  }

  .service-stack--compact {
    gap: 20px;
  }

  .service-card--wide-media,
  .service-card--combined {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .service-stack--compact .service-visual {
    height: 250px;
    min-height: 0;
  }

  .service-stack--compact .service-copy,
  .service-card--combined .service-copy {
    padding: 26px 12px 12px;
  }

  .service-stack--compact .service-copy h2,
  .service-card--combined .service-copy h2 {
    margin-top: 18px;
    font-size: clamp(28px, 8vw, 38px);
  }

  .service-stack--compact .service-copy ul,
  .service-card--combined .service-copy ul {
    margin-top: 20px;
  }

  .service-stack--compact .service-copy li,
  .service-card--combined .service-copy li {
    padding: 14px 0 14px 20px;
    font-size: 13px;
  }

  .service-stack--compact .service-copy li::before,
  .service-card--combined .service-copy li::before {
    top: 19px;
  }

  .combined-media {
    min-height: 0;
    grid-template-rows: 220px 250px;
    gap: 10px;
  }

  .media-panel {
    border-radius: 13px;
  }

  .combined-analytics {
    padding: 10px 0 10px 24px;
  }
}

/* Proposal 06 · equal stages and UI Kit process rail */

.proposal-promise {
  min-height: 24mm;
  padding: 1mm 0 5mm;
  grid-template-columns: 30mm minmax(0, 1fr);
  align-items: start;
  gap: 6mm;
  border: 0;
  border-bottom: 0.7mm solid var(--ink);
  border-radius: 0;
  background: transparent;
}

.proposal-promise span {
  padding-top: 1.5mm;
  font-size: 7px;
}

.proposal-promise strong {
  max-width: 138mm;
  font-size: 14px;
  font-weight: 720;
  line-height: 1.25;
  letter-spacing: -0.025em;
}

.service-sequence {
  gap: 4mm;
}

.service-step {
  position: relative;
  display: grid;
  grid-template-columns: 10mm minmax(0, 1fr);
  gap: 4mm;
  align-items: stretch;
}

.service-step-marker {
  position: relative;
  z-index: 2;
  width: 10mm;
  height: 10mm;
  margin-top: 5mm;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: var(--white);
  font-size: 8px;
  font-weight: 900;
  line-height: 1;
}

.service-step:not(:last-child)::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 18mm;
  bottom: -6mm;
  left: 5mm;
  width: 0.7mm;
  background: repeating-linear-gradient(180deg, rgba(2, 8, 1, 0.55) 0 3mm, transparent 3mm 4.5mm);
  transform: translateX(-50%);
  pointer-events: none;
}

.service-step .service-card {
  width: auto;
  min-width: 0;
  height: 76mm;
  min-height: 76mm;
  align-content: start;
}

.service-step .service-card--wide-media {
  grid-template-columns: 82mm minmax(0, 1fr);
}

.service-step .service-visual {
  height: 68mm;
  min-height: 0;
}

.service-step .service-copy {
  padding: 2mm 1mm 1mm 0;
}

.service-step .service-copy h2 {
  margin-top: 0;
  font-size: 23px;
}

.service-step .service-copy ul {
  margin-top: 3.5mm;
}

.service-step .service-copy li {
  padding-top: 2.1mm;
  padding-bottom: 2.1mm;
  font-size: 8.3px;
}

.service-step .service-copy li::before {
  top: 3.25mm;
}

.service-step .analytics-visual {
  padding: 3mm 0 3mm 6mm;
  background: #d9dce1;
}

.service-step .analytics-visual img {
  object-fit: contain;
  object-position: right center;
}

@media screen and (max-width: 840px) {
  .traffic-proposal .document,
  .traffic-proposal .sheet {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .traffic-proposal .sheet {
    overflow: hidden;
  }

  .traffic-footer {
    grid-template-columns: 1fr 1fr;
  }

  .proposal-promise {
    min-height: 0;
    padding: 0 0 22px;
    grid-template-columns: 1fr;
    gap: 12px;
    border-bottom-width: 2px;
    border-radius: 0;
    background: transparent;
  }

  .proposal-promise span {
    padding-top: 0;
    font-size: 9px;
  }

  .proposal-promise strong {
    max-width: none;
    font-size: clamp(18px, 5.3vw, 22px);
    line-height: 1.28;
  }

  .service-sequence {
    gap: 20px;
  }

  .service-step {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
  }

  .service-step-marker {
    width: 42px;
    height: 42px;
    margin-top: 18px;
    font-size: 14px;
  }

  .service-step:not(:last-child)::after {
    top: 74px;
    bottom: -34px;
    left: 21px;
    width: 3px;
    background: repeating-linear-gradient(180deg, rgba(2, 8, 1, 0.55) 0 16px, transparent 16px 24px);
  }

  .service-step .service-card,
  .service-step .service-card--wide-media {
    height: 650px;
    min-height: 650px;
    grid-template-columns: 1fr;
    grid-template-rows: 220px auto;
  }

  .service-step .service-visual {
    height: 220px;
    min-height: 220px;
  }

  .service-step .service-copy {
    padding: 24px 12px 12px;
  }

  .service-step .service-copy h2 {
    margin-top: 0;
    font-size: clamp(28px, 8vw, 38px);
  }

  .service-step .service-copy ul {
    margin-top: 18px;
  }

  .service-step .service-copy li {
    padding: 13px 0 13px 20px;
    font-size: 13px;
  }

  .service-step .service-copy li::before {
    top: 18px;
  }

  .service-step .analytics-visual {
    padding: 10px 0 10px 20px;
  }
}

@media screen and (max-width: 360px) {
  .service-step .service-card,
  .service-step .service-card--wide-media {
    height: 760px;
    min-height: 760px;
  }
}

/* SEO + GEO · proposal 01 */

.seo-geo-proposal .traffic-page-head--cover h1 {
  max-width: 150mm;
}

.seo-demand-visual {
  padding: 5mm;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 4mm;
  background:
    radial-gradient(circle at 88% 10%, rgba(255, 174, 79, 0.28), transparent 31%),
    #111;
}

.seo-search-box {
  min-height: 12mm;
  padding: 0 4mm;
  display: flex;
  align-items: center;
  gap: 3mm;
  border-radius: 999px;
  background: #fff;
  color: #020801;
  font-size: 9px;
  font-weight: 800;
}

.seo-search-box i {
  position: relative;
  width: 4mm;
  height: 4mm;
  flex: 0 0 auto;
  border: 0.6mm solid #020801;
  border-radius: 50%;
}

.seo-search-box i::after {
  content: "";
  position: absolute;
  right: -1.8mm;
  bottom: -1mm;
  width: 2.4mm;
  height: 0.6mm;
  border-radius: 999px;
  background: #020801;
  transform: rotate(45deg);
}

.seo-query-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: center;
  gap: 2.5mm;
}

.seo-query-grid span {
  min-height: 10mm;
  padding: 2mm 3mm;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 2mm;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 8px;
  font-weight: 750;
  text-align: center;
}

.seo-query-grid span:nth-child(2),
.seo-query-grid span:nth-child(5) {
  border-color: var(--accent);
  background: var(--accent);
  color: #020801;
}

.seo-visual-caption {
  color: rgba(255, 255, 255, 0.56);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-align: center;
}

.seo-tech-visual {
  padding: 5mm;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 4mm;
  background: #eceeef;
}

.seo-tech-head {
  padding-bottom: 3mm;
  display: grid;
  gap: 1.2mm;
  border-bottom: 0.6mm solid #020801;
}

.seo-tech-head span,
.seo-measure-col small,
.seo-measure-result small,
.visibility-core small,
.visibility-lane header small,
.visibility-note small,
.confidence-note > small {
  font-size: 7px;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.seo-tech-head strong {
  font-size: 17px;
  line-height: 1;
  letter-spacing: -0.045em;
}

.seo-tech-list {
  display: grid;
  align-content: stretch;
}

.seo-tech-list div {
  min-height: 9mm;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3mm;
  border-bottom: 1px solid rgba(2, 8, 1, 0.14);
  font-size: 8px;
  font-weight: 750;
}

.seo-tech-list div:last-child {
  border-bottom: 0;
}

.seo-tech-list i {
  padding: 1.5mm 2.5mm;
  border-radius: 999px;
  background: #020801;
  color: #fff;
  font-size: 6.5px;
  font-style: normal;
  white-space: nowrap;
}

.seo-tech-list div:nth-child(3) i,
.seo-tech-list div:nth-child(5) i {
  background: var(--accent);
  color: #020801;
}

.seo-content-visual {
  position: relative;
  background:
    linear-gradient(rgba(2, 8, 1, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(2, 8, 1, 0.08) 1px, transparent 1px),
    #eceeef;
  background-size: 8mm 8mm;
}

.seo-content-core {
  position: absolute;
  z-index: 3;
  inset: 20mm 19mm;
  padding: 5mm;
  display: grid;
  align-content: center;
  gap: 2mm;
  border-radius: 4mm;
  background: #020801;
  color: #fff;
  box-shadow: 0 4mm 10mm rgba(2, 8, 1, 0.18);
}

.seo-content-core small {
  color: var(--accent);
  font-size: 7px;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.seo-content-core strong {
  font-size: 17px;
  line-height: 1.03;
  letter-spacing: -0.04em;
}

.seo-content-node {
  position: absolute;
  z-index: 2;
  min-width: 19mm;
  padding: 2.5mm 3mm;
  border: 1px solid rgba(2, 8, 1, 0.2);
  border-radius: 999px;
  background: #fff;
  color: #020801;
  font-size: 7px;
  font-weight: 850;
  text-align: center;
}

.seo-content-node::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 15mm;
  height: 0.6mm;
  background: rgba(2, 8, 1, 0.38);
}

.seo-content-node--a { top: 6mm; left: 7mm; }
.seo-content-node--a::after { top: 11mm; left: 15mm; transform: rotate(35deg); }
.seo-content-node--b { top: 7mm; right: 7mm; background: var(--accent); }
.seo-content-node--b::after { top: 11mm; right: 15mm; transform: rotate(-35deg); }
.seo-content-node--c { bottom: 6mm; left: 7mm; background: var(--accent); }
.seo-content-node--c::after { bottom: 11mm; left: 15mm; transform: rotate(-35deg); }
.seo-content-node--d { right: 6mm; bottom: 7mm; }
.seo-content-node--d::after { right: 16mm; bottom: 11mm; transform: rotate(35deg); }

.seo-measure-visual {
  padding: 4mm;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: 1fr auto;
  gap: 3mm;
  background: #eceeef;
}

.seo-measure-col {
  padding: 4mm;
  display: grid;
  align-content: start;
  gap: 2.5mm;
  border-radius: 3.5mm;
  background: #fff;
}

.seo-measure-col--dark {
  background: #020801;
  color: #fff;
}

.seo-measure-col small {
  margin-bottom: 1mm;
  color: rgba(2, 8, 1, 0.5);
}

.seo-measure-col--dark small {
  color: var(--accent);
}

.seo-measure-col span {
  padding-top: 2mm;
  border-top: 1px solid rgba(2, 8, 1, 0.15);
  font-size: 8px;
  font-weight: 760;
}

.seo-measure-col--dark span {
  border-color: rgba(255, 255, 255, 0.18);
}

.seo-measure-result {
  grid-column: 1 / -1;
  min-height: 14mm;
  padding: 3mm 4mm;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4mm;
  border-radius: 3.5mm;
  background: var(--accent);
}

.seo-measure-result strong {
  font-size: 13px;
  letter-spacing: -0.035em;
}

.seo-page-head {
  margin-bottom: 9mm;
}

.visibility-system {
  min-height: 150mm;
  display: grid;
  grid-template-columns: 52mm 10mm minmax(0, 1fr);
  gap: 4mm;
}

.visibility-core,
.visibility-lane,
.visibility-note,
.measurement-board,
.report-cycle,
.confidence-note {
  border-radius: 7mm;
  box-shadow: 0 0 0 1px rgba(2, 8, 1, 0.035);
}

.visibility-core {
  padding: 8mm 7mm;
  display: grid;
  align-content: start;
  gap: 5mm;
  background: #fff;
}

.visibility-core small {
  color: rgba(2, 8, 1, 0.48);
}

.visibility-core h3 {
  font-size: 43px;
  font-weight: 760;
  line-height: 0.9;
  letter-spacing: -0.07em;
}

.visibility-core ul {
  margin-top: auto;
  list-style: none;
  display: grid;
}

.visibility-core li {
  padding: 4mm 0;
  border-top: 1px solid rgba(2, 8, 1, 0.14);
  font-size: 9px;
  line-height: 1.3;
}

.visibility-core li::before {
  content: "";
  display: inline-block;
  width: 2mm;
  height: 2mm;
  margin-right: 3mm;
  border-radius: 50%;
  background: var(--accent);
}

.visibility-bridge {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  place-items: center;
  color: var(--accent);
  font-size: 30px;
}

.visibility-lanes {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 5mm;
}

.visibility-lane {
  padding: 6mm;
  display: grid;
  grid-template-rows: auto auto 1fr;
  align-content: start;
  gap: 5mm;
  background: #fff;
}

.visibility-lane--ai {
  background: #020801;
  color: #fff;
}

.visibility-lane header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 5mm;
}

.visibility-lane header small {
  color: rgba(2, 8, 1, 0.48);
}

.visibility-lane--ai header small {
  color: var(--accent);
}

.visibility-lane h3 {
  font-size: 27px;
  line-height: 0.95;
  letter-spacing: -0.055em;
}

.visibility-flow {
  min-height: 15mm;
  padding: 3mm;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 2mm;
  border-radius: 4mm;
  background: #eceeef;
  color: #020801;
  font-size: 7px;
  font-weight: 800;
  text-align: center;
}

.visibility-lane--ai .visibility-flow {
  background: rgba(255, 255, 255, 0.11);
  color: #fff;
}

.visibility-flow i {
  color: var(--accent);
  font-size: 15px;
  font-style: normal;
}

.visibility-lane p {
  max-width: 86mm;
  color: rgba(2, 8, 1, 0.65);
  font-size: 9px;
  line-height: 1.45;
}

.visibility-lane--ai p {
  color: rgba(255, 255, 255, 0.68);
}

.visibility-note {
  min-height: 35mm;
  margin-top: 6mm;
  padding: 6mm 7mm;
  display: grid;
  grid-template-columns: 24mm 58mm minmax(0, 1fr);
  align-items: center;
  gap: 5mm;
  background: var(--accent);
}

.visibility-note strong {
  font-size: 17px;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.visibility-note p {
  font-size: 9px;
  line-height: 1.45;
}

.measurement-board {
  overflow: hidden;
  background: #fff;
}

.measurement-row {
  min-height: 30mm;
  padding: 5mm 6mm;
  display: grid;
  grid-template-columns: 30mm 72mm minmax(0, 1fr);
  align-items: center;
  gap: 5mm;
  border-top: 1px solid rgba(2, 8, 1, 0.14);
}

.measurement-row--head {
  min-height: 13mm;
  border-top: 0;
  background: #020801;
  color: #fff;
  font-size: 7px;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.measurement-row strong {
  font-size: 17px;
  letter-spacing: -0.04em;
}

.measurement-row span {
  font-size: 9px;
  line-height: 1.4;
}

.measurement-row:not(.measurement-row--head) span:last-child {
  color: rgba(2, 8, 1, 0.56);
}

.report-cycle {
  min-height: 34mm;
  margin-top: 6mm;
  padding: 5mm 6mm;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 3mm;
  background: #fff;
}

.report-cycle div {
  display: grid;
  gap: 1mm;
}

.report-cycle small {
  color: var(--accent);
  font-size: 7px;
  font-weight: 850;
}

.report-cycle strong {
  font-size: 11px;
}

.report-cycle span {
  color: rgba(2, 8, 1, 0.5);
  font-size: 7px;
  line-height: 1.3;
}

.report-cycle > i {
  color: var(--accent);
  font-size: 18px;
  font-style: normal;
}

.confidence-note {
  min-height: 53mm;
  margin-top: 6mm;
  padding: 7mm;
  display: grid;
  grid-template-columns: 28mm 64mm minmax(0, 1fr);
  align-items: center;
  gap: 6mm;
  background: #020801;
  color: #fff;
}

.confidence-note > small {
  color: var(--accent);
}

.confidence-note h3 {
  font-size: 23px;
  line-height: 1;
  letter-spacing: -0.055em;
}

.confidence-note p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 9px;
  line-height: 1.45;
}

.seo-sheet--tariffs .tariff-card h3 {
  font-size: 26px;
}

.seo-sheet--tariffs .tariff-meta strong {
  font-size: 19px;
}

@media screen and (max-width: 840px) {
  .seo-demand-visual,
  .seo-tech-visual {
    padding: 18px;
    gap: 14px;
  }

  .seo-search-box {
    min-height: 42px;
    padding: 0 16px;
    gap: 12px;
    font-size: 12px;
  }

  .seo-search-box i {
    width: 15px;
    height: 15px;
    border-width: 2px;
  }

  .seo-search-box i::after {
    right: -6px;
    bottom: -3px;
    width: 9px;
    height: 2px;
  }

  .seo-query-grid {
    gap: 8px;
  }

  .seo-query-grid span {
    min-height: 42px;
    padding: 8px;
    border-radius: 8px;
    font-size: 10px;
  }

  .seo-visual-caption {
    font-size: 9px;
  }

  .seo-tech-head {
    padding-bottom: 10px;
    gap: 4px;
  }

  .seo-tech-head span,
  .seo-measure-col small,
  .seo-measure-result small,
  .visibility-core small,
  .visibility-lane header small,
  .visibility-note small,
  .confidence-note > small {
    font-size: 9px;
  }

  .seo-tech-head strong {
    font-size: 19px;
  }

  .seo-tech-list div {
    min-height: 30px;
    font-size: 10px;
  }

  .seo-tech-list i {
    padding: 5px 8px;
    font-size: 8px;
  }

  .seo-content-core {
    inset: 60px 48px;
    padding: 16px;
    border-radius: 14px;
  }

  .seo-content-core strong {
    font-size: 19px;
  }

  .seo-content-node {
    min-width: 66px;
    padding: 8px 10px;
    font-size: 9px;
  }

  .seo-content-node--a { top: 14px; left: 14px; }
  .seo-content-node--b { top: 14px; right: 14px; }
  .seo-content-node--c { bottom: 14px; left: 14px; }
  .seo-content-node--d { right: 14px; bottom: 14px; }

  .seo-measure-visual {
    padding: 12px;
    gap: 8px;
  }

  .seo-measure-col {
    padding: 12px;
    gap: 8px;
    border-radius: 12px;
  }

  .seo-measure-col span {
    padding-top: 7px;
    font-size: 10px;
  }

  .seo-measure-result {
    min-height: 48px;
    padding: 10px 12px;
    border-radius: 12px;
  }

  .seo-measure-result strong {
    font-size: 14px;
  }

  .seo-page-head {
    margin-bottom: 34px;
  }

  .visibility-system {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .visibility-core,
  .visibility-lane,
  .visibility-note,
  .measurement-board,
  .report-cycle,
  .confidence-note {
    border-radius: 20px;
  }

  .visibility-core {
    min-height: 330px;
    padding: 28px 24px;
    gap: 20px;
  }

  .visibility-core h3 {
    font-size: 58px;
  }

  .visibility-core li {
    padding: 13px 0;
    font-size: 13px;
  }

  .visibility-core li::before {
    width: 8px;
    height: 8px;
    margin-right: 10px;
  }

  .visibility-bridge {
    display: none;
  }

  .visibility-lanes {
    grid-template-rows: none;
    gap: 16px;
  }

  .visibility-lane {
    min-height: 290px;
    padding: 24px;
    gap: 20px;
  }

  .visibility-lane h3 {
    font-size: 36px;
  }

  .visibility-flow {
    min-height: 58px;
    padding: 10px;
    gap: 6px;
    border-radius: 14px;
    font-size: 10px;
  }

  .visibility-lane p {
    max-width: none;
    font-size: 14px;
  }

  .visibility-note {
    min-height: 0;
    margin-top: 16px;
    padding: 24px;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .visibility-note strong {
    font-size: 24px;
  }

  .visibility-note p {
    font-size: 14px;
  }

  .measurement-row,
  .measurement-row--head {
    min-height: 0;
    padding: 22px;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .measurement-row--head {
    display: none;
  }

  .measurement-row strong {
    font-size: 26px;
  }

  .measurement-row span {
    font-size: 13px;
  }

  .report-cycle {
    min-height: 0;
    margin-top: 16px;
    padding: 22px;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .report-cycle div {
    padding: 8px 0 16px;
    gap: 5px;
    border-bottom: 1px solid rgba(2, 8, 1, 0.14);
  }

  .report-cycle div:last-child {
    border-bottom: 0;
  }

  .report-cycle small {
    font-size: 9px;
  }

  .report-cycle strong {
    font-size: 20px;
  }

  .report-cycle span {
    font-size: 12px;
  }

  .report-cycle > i {
    display: none;
  }

  .confidence-note {
    min-height: 0;
    margin-top: 16px;
    padding: 26px 24px;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .confidence-note h3 {
    font-size: 34px;
  }

  .confidence-note p {
    font-size: 14px;
  }

  .seo-sheet--tariffs .tariff-card h3 {
    font-size: clamp(28px, 8vw, 38px);
  }

  .seo-sheet--tariffs .tariff-meta strong {
    font-size: 27px;
  }
}

@media screen and (max-width: 360px) {
  .seo-tech-visual {
    padding: 12px;
    gap: 8px;
  }

  .seo-tech-head {
    padding-bottom: 7px;
    gap: 2px;
  }

  .seo-tech-head strong {
    font-size: 17px;
  }

  .seo-tech-list div {
    min-height: 27px;
    gap: 5px;
    font-size: 9px;
  }

  .seo-tech-list i {
    padding: 4px 6px;
    font-size: 7px;
  }
}

@media print {
  .marketing-proposal .marketing-sheet {
    height: 294mm;
    min-height: 294mm;
    break-inside: avoid-page;
    break-after: auto;
    page-break-inside: avoid;
    page-break-after: auto;
  }

  .marketing-proposal .marketing-sheet + .marketing-sheet {
    break-before: page;
    page-break-before: always;
  }
}

/* SEO + GEO · compact prototype 02 */

.seo-prototype .proto-sheet {
  background: var(--paper);
}

.proto-cover-head {
  min-height: 65mm;
  padding-top: 15mm;
  margin-bottom: 7mm;
  display: grid;
  align-content: end;
  gap: 2.5mm;
}

.proto-cover-head p,
.proto-page-head p,
.proto-service-card small,
.proto-section-title small,
.proto-step-result small {
  color: rgba(2, 8, 1, 0.5);
  font-size: 7px;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.proto-cover-head h1,
.proto-page-head h2 {
  max-width: 174mm;
  color: var(--ink);
  font-size: 54px;
  font-weight: 750;
  line-height: 0.83;
  letter-spacing: -0.075em;
  text-wrap: balance;
}

.proto-cover-head > strong {
  max-width: 154mm;
  font-size: 21px;
  line-height: 1.12;
  letter-spacing: -0.045em;
}

.proto-service-card {
  min-height: 43mm;
  padding: 7mm;
  display: grid;
  grid-template-columns: 58mm minmax(0, 1fr);
  align-items: center;
  gap: 8mm;
  border-radius: 7mm;
  background: var(--white);
  box-shadow: 0 0 0 1px rgba(2, 8, 1, 0.035);
}

.proto-service-card > div {
  display: grid;
  gap: 3mm;
}

.proto-service-card h2 {
  font-size: 23px;
  line-height: 1;
  letter-spacing: -0.055em;
}

.proto-service-card p {
  padding-left: 7mm;
  border-left: 1px solid rgba(2, 8, 1, 0.18);
  font-size: 11px;
  line-height: 1.5;
}

.proto-profit {
  margin-top: 7mm;
}

.proto-section-title {
  margin-bottom: 4mm;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 6mm;
}

.proto-section-title h2 {
  font-size: 27px;
  line-height: 1;
  letter-spacing: -0.055em;
}

.proto-profit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3.5mm;
}

.proto-profit-grid article {
  min-height: 44mm;
  padding: 5mm;
  display: grid;
  align-content: start;
  gap: 3mm;
  border-radius: 6mm;
  background: var(--white);
}

.proto-profit-grid article:nth-child(2) {
  background: var(--accent);
}

.proto-profit-grid span,
.proto-steps > article > span {
  width: 8mm;
  height: 8mm;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: var(--white);
  font-size: 7px;
  font-weight: 850;
}

.proto-profit-grid h3 {
  font-size: 16px;
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.proto-profit-grid p {
  color: rgba(2, 8, 1, 0.66);
  font-size: 8.5px;
  line-height: 1.45;
}

.proto-result-chain {
  min-height: 22mm;
  margin-top: 6mm;
  padding: 5mm 6mm;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 3mm;
  border-radius: 6mm;
  background: var(--ink);
  color: var(--white);
  font-size: 9px;
  font-weight: 750;
  text-align: center;
}

.proto-result-chain i {
  color: var(--accent);
  font-size: 18px;
  font-style: normal;
}

.proto-result-chain strong {
  padding: 3mm;
  border-radius: 4mm;
  background: var(--accent);
  color: var(--ink);
  font-size: 12px;
}

.proto-organic-note {
  margin-top: 3mm;
  color: rgba(2, 8, 1, 0.52);
  font-size: 8px;
  text-align: right;
}

.proto-page-head {
  min-height: 57mm;
  padding-top: 12mm;
  margin-bottom: 7mm;
  display: grid;
  align-content: end;
  gap: 3mm;
}

.proto-page-head > strong {
  max-width: 128mm;
  color: rgba(2, 8, 1, 0.62);
  font-size: 10px;
  line-height: 1.45;
}

.proto-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4mm;
}

.proto-steps > article {
  min-height: 43mm;
  padding: 5mm;
  display: grid;
  grid-template-columns: 9mm minmax(0, 1fr);
  align-items: start;
  gap: 4mm;
  border-radius: 6mm;
  background: var(--white);
}

.proto-steps > article:nth-child(2),
.proto-steps > article:nth-child(5) {
  background: var(--accent);
}

.proto-steps > article > div {
  display: grid;
  gap: 3mm;
}

.proto-steps h3 {
  font-size: 16px;
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.proto-steps p {
  color: rgba(2, 8, 1, 0.64);
  font-size: 8.8px;
  line-height: 1.45;
}

.proto-step-result {
  min-height: 32mm;
  margin-top: 6mm;
  padding: 6mm;
  display: grid;
  grid-template-columns: 32mm minmax(0, 1fr);
  align-items: center;
  gap: 7mm;
  border-radius: 6mm;
  background: var(--ink);
  color: var(--white);
}

.proto-step-result small {
  color: var(--accent);
}

.proto-step-result strong {
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: -0.025em;
}

.proto-page-head--tariffs {
  min-height: 44mm;
  margin-bottom: 6mm;
}

.proto-page-head--tariffs h2 {
  font-size: 50px;
}

.proto-sheet--tariffs .proto-tariff-grid .tariff-card {
  min-height: 184mm;
}

.proto-sheet--tariffs .tariff-card h3 {
  font-size: 26px;
}

.proto-sheet--tariffs .tariff-meta strong {
  font-size: 19px;
}

@media screen and (max-width: 840px) {
  .proto-cover-head,
  .proto-page-head,
  .proto-page-head--tariffs {
    min-height: 0;
    padding-top: 0;
    margin-bottom: 28px;
    gap: 10px;
  }

  .proto-cover-head p,
  .proto-page-head p,
  .proto-service-card small,
  .proto-section-title small,
  .proto-step-result small {
    font-size: 9px;
  }

  .proto-cover-head h1,
  .proto-page-head h2,
  .proto-page-head--tariffs h2 {
    max-width: 100%;
    font-size: clamp(44px, 13vw, 62px);
    line-height: 0.86;
  }

  .proto-cover-head > strong {
    max-width: none;
    font-size: clamp(21px, 6.4vw, 28px);
  }

  .proto-service-card {
    min-height: 0;
    padding: 24px;
    grid-template-columns: 1fr;
    gap: 20px;
    border-radius: 20px;
  }

  .proto-service-card h2 {
    font-size: 30px;
  }

  .proto-service-card p {
    padding: 18px 0 0;
    border-left: 0;
    border-top: 1px solid rgba(2, 8, 1, 0.18);
    font-size: 14px;
  }

  .proto-profit {
    margin-top: 32px;
  }

  .proto-section-title {
    margin-bottom: 16px;
    display: grid;
    justify-content: start;
    gap: 8px;
  }

  .proto-section-title h2 {
    font-size: 34px;
  }

  .proto-profit-grid,
  .proto-steps {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .proto-profit-grid article,
  .proto-steps > article {
    min-height: 0;
    padding: 22px;
    border-radius: 20px;
  }

  .proto-profit-grid article {
    gap: 14px;
  }

  .proto-profit-grid span,
  .proto-steps > article > span {
    width: 36px;
    height: 36px;
    font-size: 11px;
  }

  .proto-profit-grid h3,
  .proto-steps h3 {
    font-size: 24px;
  }

  .proto-profit-grid p,
  .proto-steps p {
    font-size: 14px;
  }

  .proto-result-chain {
    min-height: 0;
    margin-top: 20px;
    padding: 22px;
    grid-template-columns: 1fr;
    gap: 8px;
    border-radius: 20px;
    font-size: 14px;
  }

  .proto-result-chain i {
    transform: rotate(90deg);
  }

  .proto-result-chain strong {
    padding: 12px;
    border-radius: 12px;
    font-size: 18px;
  }

  .proto-organic-note {
    margin-top: 12px;
    font-size: 11px;
    text-align: left;
  }

  .proto-page-head > strong {
    max-width: none;
    font-size: 14px;
  }

  .proto-steps > article {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
  }

  .proto-steps > article > div {
    gap: 10px;
  }

  .proto-step-result {
    min-height: 0;
    margin-top: 18px;
    padding: 24px;
    grid-template-columns: 1fr;
    gap: 12px;
    border-radius: 20px;
  }

  .proto-step-result strong {
    font-size: 21px;
  }

  .proto-sheet--tariffs .proto-tariff-grid .tariff-card {
    min-height: 0;
  }

  .proto-sheet--tariffs .tariff-card h3 {
    font-size: 34px;
  }

  .proto-sheet--tariffs .tariff-meta strong {
    font-size: 27px;
  }
}

@media screen and (max-width: 360px) {
  .proto-cover-head h1,
  .proto-page-head h2,
  .proto-page-head--tariffs h2 {
    font-size: 42px;
  }
}

/* SEO + GEO · sequential prototype 07 */

.proto-profit--steps {
  margin-top: 2mm;
}

.proto-profit-grid--steps {
  grid-template-columns: 1fr;
  gap: 4mm;
}

.proto-profit-grid--steps article {
  min-height: 36mm;
  padding: 5mm 6mm;
  grid-template-columns: 10mm 54mm minmax(0, 1fr);
  align-items: center;
  align-content: center;
  gap: 5mm;
}

.proto-profit-grid--steps h3 {
  font-size: 18px;
}

.proto-profit-grid--steps p {
  font-size: 9px;
}

.proto-step-result--cover {
  margin-top: 6mm;
}

.proto-steps--three {
  grid-template-columns: 1fr;
  gap: 5mm;
}

.proto-steps--three > article {
  min-height: 48mm;
  padding: 7mm;
  grid-template-columns: 10mm minmax(0, 1fr);
  gap: 6mm;
}

.proto-steps--three > article > div {
  gap: 4mm;
}

.proto-steps--three h3 {
  font-size: 21px;
}

.proto-steps--three p {
  max-width: 142mm;
  font-size: 10px;
}

.seo-prototype .proto-profit-grid article:nth-child(2),
.seo-prototype .proto-steps > article:nth-child(2),
.seo-prototype .proto-steps > article:nth-child(5),
.seo-prototype .tariff-card--accent {
  background: var(--white);
}

.seo-prototype .tariff-card--accent li::before {
  background: var(--accent);
}

.seo-prototype .tariff-card--accent .tariff-analytics {
  background: #eeeeec;
}

@media screen and (max-width: 840px) {
  .proto-profit--steps {
    margin-top: 0;
  }

  .proto-profit-grid--steps article {
    min-height: 0;
    padding: 22px;
    grid-template-columns: 1fr;
    align-items: start;
    gap: 14px;
  }

  .proto-profit-grid--steps h3,
  .proto-steps--three h3 {
    font-size: 24px;
  }

  .proto-profit-grid--steps p,
  .proto-steps--three p {
    max-width: none;
    font-size: 14px;
  }

  .proto-steps--three {
    gap: 14px;
  }

  .proto-steps--three > article {
    min-height: 0;
    padding: 22px;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
  }

  .proto-steps--three > article > div {
    gap: 10px;
  }
}

/* SEO + GEO · payment options 09 */

.proto-payment-options {
  min-height: 29mm;
  margin: -1mm 0 5mm;
  padding: 5mm 6mm;
  display: grid;
  grid-template-columns: 23mm repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 6mm;
  border-radius: 6mm;
  background: var(--white);
}

.proto-payment-options > small {
  color: rgba(2, 8, 1, 0.48);
  font-size: 7px;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.proto-payment-options > div {
  min-height: 16mm;
  padding-left: 5mm;
  display: grid;
  align-content: center;
  gap: 2mm;
  border-left: 1px solid rgba(2, 8, 1, 0.16);
}

.proto-payment-options strong {
  font-size: 11px;
  line-height: 1.1;
}

.proto-payment-options span {
  color: rgba(2, 8, 1, 0.62);
  font-size: 8px;
  line-height: 1.4;
}

.proto-sheet--tariffs .proto-tariff-grid .tariff-card {
  min-height: 158mm;
}

@media screen and (max-width: 840px) {
  .proto-payment-options {
    min-height: 0;
    margin: 0 0 18px;
    padding: 22px;
    grid-template-columns: 1fr;
    gap: 14px;
    border-radius: 20px;
  }

  .proto-payment-options > small {
    font-size: 9px;
  }

  .proto-payment-options > div {
    min-height: 0;
    padding: 14px 0 0;
    gap: 7px;
    border-left: 0;
    border-top: 1px solid rgba(2, 8, 1, 0.16);
  }

  .proto-payment-options strong {
    font-size: 21px;
  }

  .proto-payment-options span {
    font-size: 14px;
  }

  .proto-sheet--tariffs .proto-tariff-grid .tariff-card {
    min-height: 0;
  }
}

/* SEO + GEO · open editorial layout 10 */

.seo-prototype .proto-profit-grid--steps,
.seo-prototype .proto-steps--three {
  gap: 0;
  border-top: 0.7mm solid var(--ink);
}

.seo-prototype .proto-profit-grid--steps article,
.seo-prototype .proto-steps--three > article {
  padding-inline: 0;
  border-bottom: 1px solid rgba(2, 8, 1, 0.22);
  border-radius: 0;
  background: transparent;
}

.seo-prototype .proto-profit-grid--steps article:nth-child(2),
.seo-prototype .proto-steps--three > article:nth-child(2) {
  background: transparent;
}

.seo-prototype .proto-step-result {
  padding-inline: 0;
  border-top: 0.7mm solid var(--ink);
  border-radius: 0;
  background: transparent;
  color: var(--ink);
}

.seo-prototype .proto-step-result small {
  color: rgba(2, 8, 1, 0.48);
}

.seo-prototype .proto-payment-options {
  padding-inline: 0;
  border-top: 0.7mm solid var(--ink);
  border-bottom: 1px solid rgba(2, 8, 1, 0.22);
  border-radius: 0;
  background: transparent;
}

.seo-prototype .proto-tariff-grid {
  gap: 0;
  border-top: 0.7mm solid var(--ink);
  border-bottom: 0.7mm solid var(--ink);
}

.seo-prototype .proto-tariff-grid .tariff-card,
.seo-prototype .proto-tariff-grid .tariff-card--accent,
.seo-prototype .proto-tariff-grid .tariff-card--max {
  padding-inline: 5mm;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.seo-prototype .proto-tariff-grid .tariff-card + .tariff-card {
  border-left: 1px solid rgba(2, 8, 1, 0.22);
}

.seo-prototype .proto-tariff-grid .tariff-analytics,
.seo-prototype .proto-tariff-grid .tariff-card--accent .tariff-analytics {
  padding-inline: 0;
  border-top: 1px solid rgba(2, 8, 1, 0.18);
  border-radius: 0;
  background: transparent;
}

@media screen and (max-width: 840px) {
  .seo-prototype .proto-profit-grid--steps article,
  .seo-prototype .proto-steps--three > article {
    padding: 24px 0;
    border-radius: 0;
  }

  .seo-prototype .proto-step-result {
    padding: 24px 0;
    border-radius: 0;
  }

  .seo-prototype .proto-payment-options {
    padding: 22px 0;
    border-radius: 0;
  }

  .seo-prototype .proto-tariff-grid .tariff-card,
  .seo-prototype .proto-tariff-grid .tariff-card--accent,
  .seo-prototype .proto-tariff-grid .tariff-card--max {
    padding: 28px 0;
    border-left: 0;
    border-bottom: 1px solid rgba(2, 8, 1, 0.22);
    border-radius: 0;
  }

  .seo-prototype .proto-tariff-grid .tariff-card:last-child {
    border-bottom: 0;
  }
}

/* SEO + GEO · tariff cards restored 11 */

.seo-prototype .proto-payment-options {
  padding: 5mm 6mm;
  border: 0;
  border-radius: 6mm;
  background: var(--white);
}

.seo-prototype .proto-tariff-grid {
  gap: 3.5mm;
  border: 0;
}

.seo-prototype .proto-tariff-grid .tariff-card,
.seo-prototype .proto-tariff-grid .tariff-card--accent {
  padding: 6mm 5mm;
  border: 0;
  border-radius: 7mm;
  background: var(--white);
  box-shadow: 0 0 0 1px rgba(2, 8, 1, 0.035);
}

.seo-prototype .proto-tariff-grid .tariff-card--max {
  padding: 6mm 5mm;
  border: 0;
  border-radius: 7mm;
  background: var(--white);
  box-shadow: inset 0 0 0 0.7mm var(--ink);
}

.seo-prototype .proto-tariff-grid .tariff-card + .tariff-card {
  border-left: 0;
}

.seo-prototype .proto-tariff-grid .tariff-analytics,
.seo-prototype .proto-tariff-grid .tariff-card--accent .tariff-analytics {
  padding: 4mm;
  border-top: 0;
  border-radius: 4mm;
  background: #eeeeec;
}

@media screen and (max-width: 840px) {
  .seo-prototype .proto-payment-options {
    padding: 22px;
    border: 0;
    border-radius: 20px;
    background: var(--white);
  }

  .seo-prototype .proto-tariff-grid {
    gap: 18px;
    border: 0;
  }

  .seo-prototype .proto-tariff-grid .tariff-card,
  .seo-prototype .proto-tariff-grid .tariff-card--accent {
    padding: 26px 22px;
    border: 0;
    border-radius: 24px;
    background: var(--white);
    box-shadow: 0 0 0 1px rgba(2, 8, 1, 0.035);
  }

  .seo-prototype .proto-tariff-grid .tariff-card--max {
    padding: 26px 22px;
    border: 0;
    border-radius: 24px;
    background: var(--white);
    box-shadow: inset 0 0 0 3px var(--ink);
  }

  .seo-prototype .proto-tariff-grid .tariff-card:last-child {
    border-bottom: 0;
  }

  .seo-prototype .proto-tariff-grid .tariff-analytics,
  .seo-prototype .proto-tariff-grid .tariff-card--accent .tariff-analytics {
    padding: 18px;
    border-top: 0;
    border-radius: 16px;
    background: #eeeeec;
  }
}

/* SEO + GEO · business proposal structure 14 */

.seo-prototype .seo-overview-head {
  min-height: 54mm;
  padding-top: 12mm;
  margin-bottom: 4mm;
  gap: 2.5mm;
}

.seo-prototype .seo-economy-offer {
  margin: 0 0 4mm;
  padding: 0;
}

.seo-prototype .seo-economy-offer strong {
  max-width: 166mm;
  font-size: 13px;
  line-height: 1.35;
}

.seo-metric-strip {
  margin-bottom: 4mm;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 0.7mm solid var(--ink);
  border-bottom: 0.7mm solid var(--ink);
}

.seo-metric-strip article {
  min-height: 23mm;
  padding: 3.5mm 4mm;
  display: grid;
  align-content: center;
  gap: 1.5mm;
}

.seo-metric-strip article + article {
  border-left: 1px solid rgba(2, 8, 1, 0.2);
}

.seo-metric-strip strong {
  font-size: 12px;
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.seo-metric-strip span {
  color: rgba(2, 8, 1, 0.58);
  font-size: 7.6px;
  line-height: 1.35;
}

.seo-section-head {
  margin-bottom: 2.5mm;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 8mm;
}

.seo-section-head small,
.seo-process-payment small {
  color: rgba(2, 8, 1, 0.48);
  font-size: 7px;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.seo-section-head h2 {
  font-size: 27px;
  line-height: 1;
  letter-spacing: -0.055em;
}

.seo-scope-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 8mm;
}

.seo-scope-grid article {
  min-height: 29mm;
  padding: 4mm 0;
  display: grid;
  grid-template-columns: 8mm minmax(0, 1fr);
  align-items: start;
  gap: 3mm;
  border-top: 1px solid rgba(2, 8, 1, 0.2);
}

.seo-scope-grid article > span,
.seo-process-list article > span {
  width: 7mm;
  height: 7mm;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: var(--white);
  font-size: 5.5px;
  font-weight: 850;
}

.seo-scope-grid article > div {
  display: grid;
  gap: 1.4mm;
}

.seo-scope-grid h3 {
  font-size: 12px;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.seo-scope-grid p {
  color: rgba(2, 8, 1, 0.62);
  font-size: 8.3px;
  line-height: 1.35;
}

.seo-forecast-note {
  margin-top: 2mm;
  color: rgba(2, 8, 1, 0.46);
  font-size: 7px;
  line-height: 1.35;
}

.seo-prototype .seo-process-head {
  min-height: 53mm;
  margin-bottom: 5mm;
}

.seo-process-list {
  border-top: 0.7mm solid var(--ink);
}

.seo-process-list article {
  min-height: 36mm;
  padding: 5mm 0;
  display: grid;
  grid-template-columns: 10mm minmax(0, 1fr);
  align-items: center;
  gap: 5mm;
  border-bottom: 1px solid rgba(2, 8, 1, 0.22);
}

.seo-process-list article > div {
  display: grid;
  grid-template-columns: 52mm minmax(0, 1fr);
  align-items: center;
  gap: 7mm;
}

.seo-process-list h3 {
  font-size: 16px;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.seo-process-list p {
  color: rgba(2, 8, 1, 0.64);
  font-size: 8.3px;
  line-height: 1.42;
}

.seo-process-payment {
  min-height: 31mm;
  margin-top: 5mm;
  padding: 5mm 6mm;
  display: grid;
  grid-template-columns: 28mm repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 6mm;
  border-radius: 6mm;
  background: var(--white);
}

.seo-process-payment > header {
  display: grid;
  gap: 2mm;
}

.seo-process-payment h3 {
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.04em;
}

.seo-process-payment article {
  min-height: 18mm;
  padding-left: 5mm;
  display: grid;
  align-content: center;
  gap: 2mm;
  border-left: 1px solid rgba(2, 8, 1, 0.16);
}

.seo-process-payment article strong {
  font-size: 10px;
}

.seo-process-payment article span {
  color: rgba(2, 8, 1, 0.62);
  font-size: 7.5px;
  line-height: 1.4;
}

.seo-prototype .proto-sheet--tariffs .proto-tariff-grid .tariff-card {
  min-height: 181mm;
}

.seo-prototype .proto-sheet--tariffs .tariff-card header {
  min-height: 31mm;
}

.seo-prototype .proto-sheet--tariffs .tariff-card li {
  padding-block: 2.5mm;
  font-size: 7.7px;
}

.seo-prototype .proto-sheet--tariffs .tariff-card li::before {
  top: 3.8mm;
}

.seo-prototype .proto-sheet--tariffs .tariff-analytics {
  min-height: 22mm;
}

.seo-prototype .proto-sheet--tariffs .tariff-note {
  font-size: 6.7px;
}

@media screen and (max-width: 840px) {
  .seo-prototype .seo-overview-head,
  .seo-prototype .seo-process-head {
    min-height: 0;
    margin-bottom: 24px;
  }

  .seo-prototype .seo-economy-offer {
    margin: 0 0 24px;
  }

  .seo-prototype .seo-economy-offer strong {
    font-size: 20px;
    line-height: 1.28;
  }

  .seo-metric-strip {
    margin-bottom: 34px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-width: 2px 0;
  }

  .seo-metric-strip article {
    min-height: 112px;
    padding: 18px 12px;
  }

  .seo-metric-strip article + article {
    border-left: 0;
  }

  .seo-metric-strip article:nth-child(even) {
    border-left: 1px solid rgba(2, 8, 1, 0.2);
  }

  .seo-metric-strip article:nth-child(n + 3) {
    border-top: 1px solid rgba(2, 8, 1, 0.2);
  }

  .seo-metric-strip strong {
    font-size: 19px;
  }

  .seo-metric-strip span {
    font-size: 12px;
  }

  .seo-section-head {
    margin-bottom: 14px;
    display: grid;
    gap: 8px;
  }

  .seo-section-head small,
  .seo-process-payment small {
    font-size: 9px;
  }

  .seo-section-head h2 {
    font-size: 34px;
  }

  .seo-scope-grid {
    grid-template-columns: 1fr;
  }

  .seo-scope-grid article {
    min-height: 0;
    padding: 20px 0;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 14px;
  }

  .seo-scope-grid article > span,
  .seo-process-list article > span {
    width: 34px;
    height: 34px;
    font-size: 9px;
  }

  .seo-scope-grid article > div {
    gap: 8px;
  }

  .seo-scope-grid h3 {
    font-size: 22px;
  }

  .seo-scope-grid p {
    font-size: 14px;
  }

  .seo-forecast-note {
    margin-top: 14px;
    font-size: 10px;
  }

  .seo-process-list article {
    min-height: 0;
    padding: 24px 0;
    grid-template-columns: 38px minmax(0, 1fr);
    align-items: start;
    gap: 14px;
  }

  .seo-process-list article > div {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .seo-process-list h3 {
    font-size: 23px;
  }

  .seo-process-list p {
    font-size: 14px;
  }

  .seo-process-payment {
    min-height: 0;
    margin-top: 24px;
    padding: 22px;
    grid-template-columns: 1fr;
    gap: 0;
    border-radius: 20px;
  }

  .seo-process-payment > header {
    padding-bottom: 16px;
  }

  .seo-process-payment h3 {
    font-size: 25px;
  }

  .seo-process-payment article {
    min-height: 0;
    padding: 16px 0;
    border-left: 0;
    border-top: 1px solid rgba(2, 8, 1, 0.16);
  }

  .seo-process-payment article strong {
    font-size: 20px;
  }

  .seo-process-payment article span {
    font-size: 14px;
  }

  .seo-prototype .proto-sheet--tariffs .proto-tariff-grid .tariff-card {
    min-height: 0;
  }
}

/* Internet marketing · editorial redesign 02 */

.marketing-redesign {
  --mk-paper: #f1f1f1;
  --mk-soft: #dedede;
  --mk-line: rgba(2, 8, 1, 0.24);
}

.marketing-redesign .mk-sheet {
  background: var(--mk-paper);
}

.mk-cover h1 {
  max-width: 145mm;
  padding-top: 3mm;
  font-size: 66px;
  font-weight: 500;
  line-height: 0.88;
  letter-spacing: -0.072em;
  text-wrap: balance;
}

.mk-cover-intro {
  margin-top: 51mm;
  max-width: 166mm;
}

.mk-cover-intro > p {
  max-width: 160mm;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: -0.025em;
}

.mk-team {
  margin-top: 8mm;
  display: flex;
  align-items: center;
}

.mk-team img {
  width: 11mm;
  height: 11mm;
  margin-right: -1.4mm;
  object-fit: cover;
  border: 1.2mm solid var(--mk-paper);
  border-radius: 50%;
}

.mk-team span {
  margin-left: 5mm;
  color: rgba(2, 8, 1, 0.54);
  font-size: 8px;
}

.mk-cover-goal {
  min-height: 35mm;
  margin-top: 13mm;
  padding: 6mm 0;
  display: grid;
  grid-template-columns: 33mm minmax(0, 1fr);
  align-items: center;
  gap: 7mm;
  border-top: 0.7mm solid var(--ink);
  border-bottom: 0.7mm solid var(--ink);
}

.mk-cover-goal small,
.mk-service-head small,
.mk-benefit small,
.mk-case-slot > small,
.mk-analytics-main > section > small,
.mk-package-head small,
.mk-package-total small,
.mk-price > span,
.mk-price small {
  color: rgba(2, 8, 1, 0.5);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.mk-cover-goal strong {
  max-width: 133mm;
  font-size: 22px;
  line-height: 1.12;
  letter-spacing: -0.05em;
}

.mk-cover-steps {
  margin-top: 10mm;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--mk-line);
}

.mk-cover-steps article {
  min-height: 48mm;
  padding: 6mm 5mm 0 0;
}

.mk-cover-steps article + article {
  padding-left: 5mm;
  border-left: 1px solid var(--mk-line);
}

.mk-cover-steps span,
.mk-work article > span {
  display: block;
  margin-bottom: 5mm;
  color: var(--accent);
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
}

.mk-cover-steps strong {
  display: block;
  margin-bottom: 2.5mm;
  font-size: 12px;
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.mk-cover-steps p {
  color: rgba(2, 8, 1, 0.62);
  font-size: 7.5px;
  line-height: 1.45;
}

.mk-service-head {
  min-height: 54mm;
  padding-top: 10mm;
  margin-bottom: 7mm;
  display: grid;
  align-content: end;
  gap: 2.5mm;
}

.mk-service-head h2 {
  max-width: 165mm;
  font-size: 52px;
  font-weight: 500;
  line-height: 0.88;
  letter-spacing: -0.068em;
  text-wrap: balance;
}

.mk-service-head p {
  max-width: 160mm;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: -0.02em;
}

.mk-showcase {
  min-height: 74mm;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4mm;
}

.mk-benefit,
.mk-case-slot {
  min-width: 0;
  min-height: 74mm;
  padding: 7mm;
  border-radius: 7mm;
}

.mk-benefit {
  display: grid;
  grid-template-rows: auto 1fr auto;
  align-items: end;
  gap: 4mm;
}

.mk-benefit--orange {
  background: var(--accent);
}

.mk-benefit--black {
  background: var(--ink);
  color: var(--white);
}

.mk-benefit--black small {
  color: var(--accent);
}

.mk-benefit strong {
  align-self: end;
  max-width: 72mm;
  font-size: 25px;
  line-height: 1.06;
  letter-spacing: -0.06em;
}

.mk-benefit p {
  padding-top: 4mm;
  border-top: 1px solid rgba(2, 8, 1, 0.23);
  font-size: 8px;
  line-height: 1.4;
}

.mk-benefit--black p {
  border-color: rgba(255, 255, 255, 0.24);
  color: rgba(255, 255, 255, 0.68);
}

.mk-case-slot {
  margin: 0;
  display: grid;
  grid-template-rows: auto 1fr auto;
  overflow: hidden;
  background: var(--mk-soft);
}

.mk-case-slot > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3mm;
  min-width: 0;
}

.mk-case-slot > div strong {
  font-size: 17px;
  line-height: 1;
  letter-spacing: -0.045em;
}

.mk-case-slot > div i {
  color: var(--accent);
  font-size: 20px;
  font-style: normal;
}

.mk-case-slot figcaption {
  padding-top: 4mm;
  border-top: 1px solid var(--mk-line);
  color: rgba(2, 8, 1, 0.5);
  font-size: 7px;
  line-height: 1.35;
}

.mk-platforms > div {
  flex-wrap: wrap;
  align-content: center;
}

.mk-platforms > div strong {
  padding: 3mm 4mm;
  border: 1px solid rgba(2, 8, 1, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
  font-size: 9px;
}

.mk-map-brands > div strong {
  font-size: 21px;
}

.mk-avito-flow > div {
  gap: 2mm;
}

.mk-avito-flow > div strong {
  font-size: 13px;
}

.mk-avito-flow > div i {
  font-size: 16px;
}

.mk-work {
  margin-top: 9mm;
}

.mk-work > h3 {
  padding-bottom: 4mm;
  border-bottom: 0.7mm solid var(--ink);
  font-size: 23px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.05em;
}

.mk-work > div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mk-work article {
  min-height: 51mm;
  padding: 6mm 5mm 0 0;
}

.mk-work article + article {
  padding-left: 5mm;
  border-left: 1px solid var(--mk-line);
}

.mk-work article > span {
  margin-bottom: 4mm;
  font-size: 15px;
}

.mk-work article strong {
  display: block;
  margin-bottom: 2.5mm;
  font-size: 12px;
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.mk-work article p {
  color: rgba(2, 8, 1, 0.62);
  font-size: 7.5px;
  line-height: 1.42;
}

.mk-price {
  min-height: 29mm;
  margin-top: 7mm;
  display: grid;
  align-items: center;
  border-top: 0.7mm solid var(--ink);
  border-bottom: 0.7mm solid var(--ink);
}

.mk-price--three {
  grid-template-columns: 28mm repeat(3, minmax(0, 1fr));
}

.mk-price--split {
  grid-template-columns: 28mm repeat(2, minmax(0, 1fr));
}

.mk-price > div {
  min-height: 20mm;
  padding-left: 5mm;
  display: grid;
  align-content: center;
  gap: 2mm;
  border-left: 1px solid var(--mk-line);
}

.mk-price > div strong {
  font-size: 16px;
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.mk-analytics-main {
  min-height: 132mm;
  display: grid;
  grid-template-columns: 65mm minmax(0, 1fr);
  gap: 5mm;
}

.mk-analytics-main > section,
.mk-analytics-main > figure {
  min-height: 132mm;
  margin: 0;
  padding: 7mm;
  border-radius: 7mm;
}

.mk-analytics-main > section {
  display: grid;
  grid-template-rows: auto auto auto 1fr;
  align-content: start;
  gap: 5mm;
  background: var(--ink);
  color: var(--white);
}

.mk-analytics-main > section > small {
  color: var(--accent);
}

.mk-analytics-main > section > strong {
  max-width: 52mm;
  font-size: 26px;
  line-height: 1.02;
  letter-spacing: -0.06em;
}

.mk-analytics-main > section > p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 8px;
  line-height: 1.45;
}

.mk-analytics-main dl {
  align-self: end;
}

.mk-analytics-main dl div {
  padding: 3.5mm 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.mk-analytics-main dt {
  margin-bottom: 1.5mm;
  color: var(--accent);
  font-size: 7px;
  font-weight: 800;
}

.mk-analytics-main dd {
  font-size: 7.5px;
  line-height: 1.35;
}

.mk-analytics-main > figure {
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 4mm;
  background: var(--white);
}

.mk-analytics-main figure img {
  display: block;
  width: 100%;
  height: 105mm;
  object-fit: contain;
  object-position: center;
  border-radius: 4mm;
  background: #eceeef;
}

.mk-analytics-main figcaption {
  padding-top: 4mm;
  border-top: 1px solid var(--mk-line);
  color: rgba(2, 8, 1, 0.5);
  font-size: 7px;
  line-height: 1.35;
}

.mk-money-flow {
  min-height: 32mm;
  margin-top: 8mm;
  padding: 5mm 6mm;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr auto 1.2fr;
  align-items: center;
  gap: 2mm;
  border-radius: 6mm;
  background: var(--accent);
  font-size: 8px;
  font-weight: 800;
  text-align: center;
}

.mk-money-flow i {
  font-size: 15px;
  font-style: normal;
}

.mk-money-flow strong {
  padding: 3mm;
  border-radius: 4mm;
  background: var(--ink);
  color: var(--white);
  font-size: 10px;
}

.mk-pricing .mk-service-head {
  min-height: 65mm;
  margin-bottom: 5mm;
}

.mk-package-table {
  position: relative;
}

.mk-package-table::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -4mm;
  right: 0;
  bottom: -4mm;
  width: calc((100% - 34mm) / 2);
  border-radius: 7mm;
  background: var(--white);
}

.mk-package-row {
  position: relative;
  z-index: 1;
  min-height: 24mm;
  display: grid;
  grid-template-columns: 34mm repeat(2, minmax(0, 1fr));
  align-items: center;
  border-bottom: 1px solid var(--mk-line);
}

.mk-package-row > span {
  padding-right: 5mm;
  color: rgba(2, 8, 1, 0.52);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.mk-package-row > p,
.mk-package-row > div {
  padding: 4mm 5mm;
}

.mk-package-row > p {
  font-size: 8.2px;
  line-height: 1.4;
}

.mk-package-row > :nth-child(3) {
  padding-left: 7mm;
}

.mk-package-head {
  min-height: 32mm;
  border-bottom: 0.7mm solid var(--ink);
}

.mk-package-head > div {
  display: grid;
  gap: 3mm;
}

.mk-package-head strong {
  font-size: 21px;
  line-height: 1;
  letter-spacing: -0.05em;
}

.mk-package-total {
  min-height: 34mm;
  border-bottom: 0;
}

.mk-package-total > div {
  display: grid;
  gap: 3mm;
}

.mk-package-total strong {
  font-size: 25px;
  line-height: 1;
  letter-spacing: -0.055em;
}

.mk-payment {
  min-height: 34mm;
  margin-top: 10mm;
  padding: 6mm 7mm;
  display: grid;
  grid-template-columns: 36mm repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 6mm;
  border-radius: 6mm;
  background: var(--accent);
}

.mk-payment strong {
  font-size: 15px;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.mk-payment span {
  min-height: 19mm;
  padding-left: 5mm;
  display: grid;
  align-content: center;
  border-left: 1px solid rgba(2, 8, 1, 0.24);
  font-size: 7.2px;
  line-height: 1.45;
}

@media screen and (max-width: 840px) {
  .mk-cover h1,
  .mk-service-head h2 {
    max-width: 100%;
    min-width: 0;
    font-size: clamp(43px, 13vw, 60px);
    line-height: 0.9;
    overflow-wrap: anywhere;
  }

  .mk-cover-intro {
    margin-top: 56px;
    max-width: none;
  }

  .mk-cover-intro > p {
    max-width: none;
    font-size: 20px;
  }

  .mk-team {
    margin-top: 24px;
    flex-wrap: wrap;
  }

  .mk-team img {
    width: 42px;
    height: 42px;
    margin-right: -5px;
    border-width: 4px;
  }

  .mk-team span {
    width: 100%;
    margin: 12px 0 0;
    font-size: 11px;
  }

  .mk-cover-goal {
    min-height: 0;
    margin-top: 38px;
    padding: 24px 0;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .mk-cover-goal small,
  .mk-service-head small,
  .mk-benefit small,
  .mk-case-slot > small,
  .mk-analytics-main > section > small,
  .mk-package-head small,
  .mk-package-total small,
  .mk-price > span,
  .mk-price small {
    font-size: 9px;
  }

  .mk-cover-goal strong {
    max-width: none;
    font-size: 25px;
  }

  .mk-cover-steps,
  .mk-work > div {
    margin-top: 28px;
    grid-template-columns: 1fr;
  }

  .mk-cover-steps article,
  .mk-cover-steps article + article,
  .mk-work article,
  .mk-work article + article {
    min-height: 0;
    padding: 22px 0;
    border-left: 0;
    border-bottom: 1px solid var(--mk-line);
  }

  .mk-cover-steps article:last-child,
  .mk-work article:last-child {
    border-bottom: 0;
  }

  .mk-cover-steps span,
  .mk-work article > span {
    margin-bottom: 12px;
    font-size: 20px;
  }

  .mk-cover-steps strong,
  .mk-work article strong {
    margin-bottom: 8px;
    font-size: 22px;
  }

  .mk-cover-steps p,
  .mk-work article p {
    font-size: 14px;
  }

  .mk-service-head,
  .mk-pricing .mk-service-head {
    min-height: 0;
    padding-top: 0;
    margin-bottom: 30px;
    gap: 12px;
  }

  .mk-service-head p {
    max-width: none;
    font-size: 17px;
  }

  .mk-showcase {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .mk-benefit,
  .mk-case-slot {
    min-height: 250px;
    padding: 24px;
    border-radius: 22px;
  }

  .mk-benefit strong {
    max-width: none;
    font-size: 31px;
  }

  .mk-benefit p {
    padding-top: 18px;
    font-size: 14px;
  }

  .mk-case-slot > div {
    flex-wrap: wrap;
    gap: 10px;
  }

  .mk-case-slot > div strong,
  .mk-map-brands > div strong {
    font-size: 25px;
  }

  .mk-platforms > div strong {
    padding: 9px 12px;
    font-size: 12px;
  }

  .mk-case-slot figcaption {
    padding-top: 14px;
    font-size: 11px;
  }

  .mk-work {
    margin-top: 36px;
  }

  .mk-work > h3 {
    padding-bottom: 16px;
    font-size: 31px;
  }

  .mk-price,
  .mk-price--three,
  .mk-price--split {
    min-height: 0;
    margin-top: 28px;
    padding: 20px 0;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .mk-price > span {
    padding-bottom: 14px;
  }

  .mk-price > div {
    min-height: 0;
    padding: 18px 0;
    gap: 8px;
    border-left: 0;
    border-top: 1px solid var(--mk-line);
  }

  .mk-price > div strong {
    font-size: 25px;
  }

  .mk-analytics-main {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .mk-analytics-main > section,
  .mk-analytics-main > figure {
    min-height: 0;
    padding: 24px;
    border-radius: 22px;
  }

  .mk-analytics-main > section {
    gap: 20px;
  }

  .mk-analytics-main > section > strong {
    max-width: none;
    font-size: 36px;
  }

  .mk-analytics-main > section > p {
    font-size: 14px;
  }

  .mk-analytics-main dl div {
    padding: 16px 0;
  }

  .mk-analytics-main dt {
    font-size: 10px;
  }

  .mk-analytics-main dd {
    font-size: 14px;
  }

  .mk-analytics-main figure img {
    height: auto;
    min-height: 290px;
  }

  .mk-analytics-main figcaption {
    font-size: 11px;
  }

  .mk-money-flow {
    min-height: 0;
    margin-top: 22px;
    padding: 22px;
    grid-template-columns: 1fr;
    gap: 9px;
    border-radius: 20px;
    font-size: 14px;
  }

  .mk-money-flow i {
    transform: rotate(90deg);
  }

  .mk-money-flow strong {
    padding: 12px;
    font-size: 18px;
  }

  .mk-package-table::before {
    display: none;
  }

  .mk-package-row,
  .mk-package-head,
  .mk-package-total {
    min-height: 0;
    padding: 22px 0;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .mk-package-row > span {
    padding: 0 0 12px;
    font-size: 9px;
  }

  .mk-package-row > p,
  .mk-package-row > div,
  .mk-package-row > :nth-child(3) {
    padding: 18px;
  }

  .mk-package-row > :nth-child(3) {
    border-radius: 18px;
    background: var(--white);
  }

  .mk-package-head > div {
    gap: 10px;
  }

  .mk-package-head strong {
    font-size: 28px;
  }

  .mk-package-row > p {
    font-size: 14px;
  }

  .mk-package-total strong {
    font-size: 31px;
  }

  .mk-payment {
    min-height: 0;
    margin-top: 26px;
    padding: 24px;
    grid-template-columns: 1fr;
    gap: 0;
    border-radius: 20px;
  }

  .mk-payment strong {
    padding-bottom: 16px;
    font-size: 24px;
  }

  .mk-payment span {
    min-height: 0;
    padding: 16px 0;
    border-left: 0;
    border-top: 1px solid rgba(2, 8, 1, 0.24);
    font-size: 14px;
  }
}

@media screen and (max-width: 360px) {
  .mk-cover h1,
  .mk-service-head h2 {
    font-size: 41px;
  }

  .mk-benefit strong {
    font-size: 28px;
  }
}
