/*
Theme Name: Маркетология Gutenberg
Theme URI: https://marketologiya.com/
Author: Queens Diary
Description: Точный блочный перенос marketologiya.com на нативные блоки Gutenberg.
Version: 2.25.63
Requires at least: 6.9
Requires PHP: 8.1
Text Domain: marketologiya
*/

:root {
  --mkt-pink: #cf4b8d;
  --mkt-pink-strong: #d6488a;
  --mkt-blue: #2f7ff2;
  --mkt-cyan: #36a8e0;
  --mkt-ink: #152235;
  --mkt-text: #3f3f43;
  --mkt-canvas: #fff;
  --mkt-white: #fff;
  --mkt-content: 1160px;
  --mkt-shadow: 0 4px 8px rgba(0, 0, 0, .3);
}

@font-face { font-family: Geometria; src: url('assets/fonts/geometria-regular.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: Geometria; src: url('assets/fonts/geometria-medium.woff2') format('woff2'); font-weight: 500 600; font-style: normal; font-display: swap; }
@font-face { font-family: Geometria; src: url('assets/fonts/geometria-bold.woff2') format('woff2'); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: Geometria; src: url('assets/fonts/geometria-extrabold.woff2') format('woff2'); font-weight: 800 900; font-style: normal; font-display: swap; }
@font-face { font-family: Rubik; src: url('assets/fonts/rubik-cyrillic.woff2') format('woff2'); font-weight: 300 900; font-style: normal; font-display: swap; unicode-range: U+0301, U+0400-052F, U+1C80-1C8A, U+20B4, U+2116, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }
@font-face { font-family: Rubik; src: url('assets/fonts/rubik-latin.woff2') format('woff2'); font-weight: 300 900; font-style: normal; font-display: swap; unicode-range: U+0000-03FF, U+2000-206F, U+20AC, U+2122, U+2190-21FF, U+2212, U+2215, U+FEFF, U+FFFD; }

html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--mkt-text);
  background: var(--mkt-canvas);
  font-family: Geometria, Montserrat, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
* { box-sizing: border-box; }
img { max-width: 100%; height: auto; }
a { color: inherit; }
.wp-site-blocks { overflow: clip; }
.wp-site-blocks > main { margin-top: 0; }
.wp-block-post-content { margin-top: 0; }
.mkt-container,
.mkt-site-header__inner,
.mkt-footer__inner { width: min(calc(100% - 40px), var(--mkt-content)); margin-inline: auto; }
.mkt-section { position: relative; }
.mkt-section h2 {
  margin: 0;
  color: var(--mkt-ink);
  font-size: clamp(32px, 3.1vw, 42px);
  line-height: 1.28;
  font-weight: 800;
  letter-spacing: -.02em;
  text-transform: uppercase;
}
.wp-block-button__link {
  border-radius: 999px;
  background: var(--mkt-pink);
  color: #fff;
  padding: 15px 35px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.wp-block-button__link:hover { transform: translateY(-2px); box-shadow: 0 8px 18px rgba(207, 75, 141, .3); background: #bd3c7c; }
.wp-block-button__link:focus-visible, a:focus-visible, button:focus-visible { outline: 3px solid #62c5f0; outline-offset: 3px; }

/* Header */
.mkt-site-header {
  position: relative;
  z-index: 100;
  height: 100px;
  background: #fff;
  box-shadow: var(--mkt-shadow);
}
.home .mkt-site-header { position: absolute; inset: 0 0 auto; background: transparent; box-shadow: none; }
.home .mkt-site-header.is-scrolled {
  position: fixed;
  background: #fff;
  box-shadow: var(--mkt-shadow);
  animation: mktHeaderIn .25s ease both;
}
@media (min-width: 783px) {
  body.home::before {
    content: '';
    position: absolute;
    z-index: 101;
    top: -100px;
    right: 0;
    left: 0;
    height: 100px;
    pointer-events: none;
    box-shadow: var(--mkt-shadow);
  }
}
@keyframes mktHeaderIn { from { transform: translateY(-100%); } }
.mkt-site-header__inner {
  height: 100px;
  display: grid;
  grid-template-columns: 190px 1fr auto;
  align-items: center;
  gap: 26px;
}
.mkt-logo-wrap { position: relative; left: 1px; top: -2px; width: 171px; height: 66px; }
.mkt-site-logo { position: absolute; inset: 0; margin: 0; display: flex; align-items: center; }
.mkt-site-logo img { width: 171px; display: block; }
.mkt-site-logo--white { display: none; }
.home .mkt-site-header:not(.is-scrolled) .mkt-site-logo--white { display: flex; }
.home .mkt-site-header:not(.is-scrolled) .mkt-site-logo--color { display: none; }
.home .mkt-site-header:not(.is-scrolled) .mkt-site-logo--white img { filter: none; }
.mkt-site-nav { justify-self: center; }
.mkt-site-nav .wp-block-navigation__container { gap: 28px; flex-wrap: nowrap; }
.mkt-site-nav a { color: #111; font-size: 14px; font-weight: 500; text-decoration: none; white-space: nowrap; }
.mkt-site-nav a:hover { color: var(--mkt-pink); }
.mkt-header-contact { color: #111; font-size: 14px; text-align: right; line-height: 1.4; }
.mkt-header-contact p { margin: 0 0 5px; }
.mkt-header-contact a { text-decoration: none; }
.mkt-header-phone,
.mkt-header-address { font-size: 14px; font-weight: 600; line-height: 22px; }
.mkt-header-phone::before,
.mkt-header-address::before { content: ''; display: inline-block; margin-right: 7px; background-position: center; background-repeat: no-repeat; background-size: contain; }
.mkt-header-phone::before { width: 12px; height: 12px; background-image: url('assets/images/contact-phone.svg'); filter: brightness(0); }
.mkt-header-address::before { width: 10px; height: 13px; background-image: url('assets/images/location-pin.svg'); vertical-align: -1px; }
.mkt-header-contact--compact .mkt-header-address,
.mkt-header-contact--compact .mkt-socials { display: none; }
.mkt-header-contact--compact .mkt-header-phone { margin: 0; white-space: nowrap; }
.mkt-socials { justify-content: flex-end; margin: 9px 0 0; gap: 8px; }
.mkt-header-actions { display: flex; align-items: center; gap: 18px; white-space: nowrap; }
.mkt-header-actions > p { margin: 0; font-size: 14px; }
.mkt-header-actions a { text-decoration: none; }
.mkt-header-actions .wp-block-button__link { padding: 14px 28px; }
.mkt-langs { color: #111; }
.mkt-langs span { color: #aaa; margin-right: 8px; }
.mkt-langs--hero { display: none; }
.home .mkt-site-header:not(.is-scrolled) .mkt-header-actions { display: none; }
body:not(.home) .mkt-header-contact--hero,
.home .mkt-site-header.is-scrolled .mkt-header-contact--hero { display: none; }
.home .mkt-site-header:not(.is-scrolled) .mkt-site-header__inner { grid-template-columns: 250px 1fr 250px; }

/* Hero */
.mkt-hero {
  min-height: 815px;
  margin: 0;
  background-color: #716fdc;
  background-image: url('assets/images/hero-scene.webp'), linear-gradient(100deg, #d06294 0%, #7a73dc 54%, #3673eb 100%);
  background-position: left top, center;
  background-size: auto 100%, 100% 100%;
  background-repeat: no-repeat;
  overflow: hidden;
}
.mkt-hero__inner { position: relative; width: min(calc(100% - 40px), var(--mkt-content)); height: 815px; margin-inline: auto; }
.mkt-hero-copy { position: absolute; z-index: 2; left: 0; top: 290px; color: #fff; }
.mkt-hero-copy h1 { margin: 0; color: #fff; font-size: clamp(38px, 4vw, 44px); line-height: 1.25; font-weight: 800; text-transform: uppercase; }
.mkt-hero-gift {
  margin: 24px 0 30px 6px;
  transform-origin: 50% 50%;
  animation: mkt-hero-gift-shake 3.6s linear infinite;
  will-change: transform;
}
@keyframes mkt-hero-gift-shake {
  0% { transform: rotate(0deg) scale(1); }
  11.11% { transform: rotate(-20deg) scale(1.25); }
  22.22% { transform: rotate(0deg) scale(1); }
  33.33% { transform: rotate(20deg) scale(1.25); }
  44.44%, 100% { transform: rotate(0deg) scale(1); }
}
@media (prefers-reduced-motion: reduce) {
  .mkt-hero-gift { animation: none; }
}
.mkt-hero-copy .wp-block-button__link { min-width: 224px; padding: 17px 32px; background: #fff; color: var(--mkt-pink); box-shadow: 0 5px 11px rgba(0,0,0,.3); }
.mkt-hero-balloon { position: absolute; z-index: 1; width: 345px; right: 80px; top: 263px; margin: 0; filter: drop-shadow(0 8px 10px rgba(0,0,0,.2)); }
.mkt-systems {
  position: relative;
  z-index: 5;
  width: min(calc(100% - 80px), var(--mkt-content));
  margin: 125px auto 0;
  padding: 0 50px 48px;
}
.mkt-systems::before { content: ''; position: absolute; z-index: -1; left: -54px; top: -125px; width: 210px; height: 210px; background: url('assets/images/dots-neutral.svg') center/contain no-repeat; }

/* Slider */
.mkt-slider { --mkt-gap: 38px; position: relative; }
.mkt-slider-viewport { overflow: hidden; }
.mkt-slider-track { display: flex; align-items: stretch; gap: var(--mkt-gap); transition: transform .45s cubic-bezier(.22,.61,.36,1); will-change: transform; }
.mkt-slide { flex: 0 0 calc((100% - (var(--mkt-per-view) - 1) * var(--mkt-gap)) / var(--mkt-per-view)); min-width: 0; margin: 0; }
.mkt-systems .mkt-slide,
.mkt-logo-slider .mkt-slide {
  height: 106px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 7px;
  box-shadow: 0 4px 10px rgba(0,0,0,.14);
}
.mkt-systems .mkt-slide img, .mkt-logo-slider .mkt-slide img { max-width: 100%; max-height: 56px; width: auto; object-fit: contain; }
.mkt-slider-control { position: absolute; z-index: 6; top: 50%; transform: translateY(-50%); margin: 0; }
.mkt-slider-control--prev { left: 0; }
.mkt-slider-control--next { right: 0; }
.mkt-slider-control .wp-block-button__link { width: 48px; height: 48px; padding: 0; display: grid; place-items: center; font: 44px/1 Arial, sans-serif; text-transform: none; }
.mkt-systems .mkt-slider-control--prev { left: -14px; }
.mkt-systems .mkt-slider-control--next { right: -14px; }
.mkt-slider-dots { min-height: 12px; display: flex; justify-content: center; gap: 13px; margin-top: 32px; }
.mkt-slider-dots button { width: 10px; height: 10px; border: 0; border-radius: 50%; padding: 0; background: #d5d5d5; cursor: pointer; }
.mkt-slider-dots button.is-active { background: var(--mkt-pink); }

/* Team */
.mkt-team { padding: 80px 0 100px; }
.mkt-team h2 { margin-bottom: 48px; }
.mkt-team-grid { display: grid; grid-template-columns: 510px 1fr; gap: 55px; align-items: start; }
.mkt-team-visual { position: relative; height: 565px; margin: 0; background: linear-gradient(90deg, #d15c8b 0 74%, transparent 74%); background-position: left bottom; background-size: 100% 370px; background-repeat: no-repeat; }
.mkt-team-visual::after { content: ''; position: absolute; right: 35px; bottom: -60px; width: 170px; height: 90px; background: url('assets/images/dots-team.svg') center/contain no-repeat; opacity: .8; }
.mkt-team-photo { position: absolute; left: 86px; top: 0; width: 430px; height: 490px; margin: 0; overflow: hidden; border-radius: 0 115px 0 0; }
.mkt-team-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.mkt-team-label { position: absolute; z-index: 2; left: 0; top: 100px; width: 115px; margin: 0; }
.mkt-name { position: absolute; z-index: 3; margin: 0; padding: 12px 35px; color: #fff; background: var(--mkt-cyan); font-size: 22px; font-weight: 800; box-shadow: 0 5px 10px rgba(0,0,0,.18); }
.mkt-name--one { left: 130px; top: 336px; }
.mkt-name--two { right: 14px; top: 390px; }
.mkt-team-copy { padding-top: 0; }
.mkt-team-copy > p { margin: 0 0 22px; font-size: 17px; line-height: 1.47; }
.mkt-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 70px; }
.mkt-metric { min-height: 109px; height: 109px; margin-block-start: 0 !important; padding: 10px 10px; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; text-align: center; background: #fff; border-radius: 0 20px 0 20px; box-shadow: 0 0 10px rgba(0,0,0,.3); }
.mkt-metric h3 { margin: 0; color: var(--mkt-pink); font-size: 36px; line-height: 56px; font-weight: 700; }
.mkt-metric p { margin: -3px 0 0; color: #000; font-size: 14px; font-weight: 500; line-height: 18px; }

/* Expertise and services */
.mkt-expertise { padding: 80px 0 80px; }
.mkt-expertise-head { display: grid; grid-template-columns: 500px 1fr; gap: 82px; align-items: center; }
.mkt-expertise-head > figure { width: 430px; margin: 0; }
.mkt-expertise-head h2 { margin-bottom: 38px; }
.mkt-expertise-head p { margin: 0; font-size: 17px; line-height: 1.48; }
.mkt-service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 82px 220px; margin-top: 110px; padding-inline: 55px; }
.mkt-service-card { z-index: 0; width: 100%; min-width: 0; min-height: 420px; margin-block-start: 0 !important; padding: 0; overflow: visible; align-items: flex-end; }
.mkt-service-card::before { content: ''; position: absolute; z-index: -1; width: 147px; height: 146px; top: -57px; left: -58px; background: radial-gradient(ellipse 6.13px 5.97px at 6.13px 5.97px, #fc466b 0 5.97px, transparent 6.1px) 0 0/19.34px 19.116px; }
.mkt-service-card:nth-child(2)::before { width: 143px; height: 147px; top: -58px; left: -56px; background: radial-gradient(ellipse 5.95px 5.98px at 5.97px 6.84px, #43435f 0 5.98px, transparent 6.1px) 0 0/18.78px 19.144px; }
.mkt-service-card:nth-child(3)::before { width: 146px; height: 152px; top: -59px; left: -57px; }
.mkt-service-card:nth-child(4)::before { width: 141px; height: 148px; top: -58px; left: -55px; background: radial-gradient(ellipse 5.95px 5.98px at 5.97px 6.84px, #43435f 0 5.98px, transparent 6.1px) 0 0/18.78px 19.144px; }
.mkt-service-card .wp-block-cover__background { display: none; }
.mkt-service-card:nth-child(2) .wp-block-cover__image-background { content: url('assets/images/service-target.webp'); }
.mkt-service-card:nth-child(4) .wp-block-cover__image-background { content: url('assets/images/service-media.webp'); }
.mkt-service-card .wp-block-cover__inner-container { position: relative; z-index: 3; padding: 0 27px 29px 28px; }
.mkt-service-card h3 { margin: 0; font-size: 26px; line-height: 33.8px; font-weight: 800; text-transform: uppercase; }
.mkt-service-card a { color: #fff; text-decoration: none; display: flex; justify-content: space-between; align-items: end; }
.mkt-service-card a span { display: block; flex: 0 0 80px; width: 80px; height: 80px; border: 0; color: transparent; font-size: 0; line-height: 0; transform: translateY(3px); background: center/100% 100% no-repeat; }
.mkt-service-card:nth-child(1) a span { background-image: url('assets/images/service-arrow-1.svg'); }
.mkt-service-card:nth-child(2) a span { height: 83.47px; background-image: url('assets/images/service-arrow-2.svg'); }
.mkt-service-card:nth-child(3) a span { height: 83.38px; background-image: url('assets/images/service-arrow-3.svg'); }
.mkt-service-card:nth-child(4) a span { height: 83.47px; background-image: url('assets/images/service-arrow-4.svg'); }

/* CTA */
.mkt-cta { padding: 95px 0 120px; }
.mkt-cta > .mkt-container { position: relative; }
.mkt-cta > .mkt-container::after { display: none; content: ''; position: absolute; z-index: 3; left: 8px; top: 667px; width: 137px; height: 119px; background: url('assets/images/dots-form.svg') center/100% 100% no-repeat; pointer-events: none; }
.mkt-cta-card { position: relative; min-height: 750px; background: url('assets/images/cta-photo.webp') top left/950px 560px no-repeat; }
.mkt-cta-card::before { content: ''; position: absolute; z-index: -1; right: 0; bottom: 0; width: 620px; height: 590px; background: #d05d89; border-radius: 0 0 0 110px; }
.mkt-cta-card::after { content: 'SEO · ADS'; position: absolute; right: -45px; bottom: 140px; color: rgba(169,38,91,.62); font-size: 75px; font-weight: 800; letter-spacing: .12em; writing-mode: vertical-rl; }
.mkt-cta-copy { position: relative; width: 860px; min-height: 560px; padding: 92px 60px; color: #fff; background: transparent; border-radius: 0 120px 0 0; }
.mkt-cta-copy::before { content: ''; display: block; width: 88px; height: 3px; margin-bottom: 32px; background: #fff; }
.mkt-cta-copy::after { content: ''; position: absolute; z-index: 2; top: -39px; right: -56px; width: 169px; height: 144px; background: url('assets/images/dots-cta.svg') center/100% 100% no-repeat; pointer-events: none; }
.mkt-cta-copy h2 { color: #fff; font-size: 40px; }
.mkt-cta-copy p { max-width: 560px; margin-top: 28px; font-size: 18px; }
.mkt-lead-form { position: absolute; z-index: 4; left: 55px; bottom: 60px; width: 835px; min-height: 290px; padding: 55px 38px 35px; background: #fff; border-radius: 0 105px 0 105px; box-shadow: 0 5px 12px rgba(0,0,0,.16); }
.mkt-lead-form h3 { margin: 0 0 28px; color: var(--mkt-ink); font-size: 42px; line-height: 1; text-transform: uppercase; }
.mkt-form-grid { display: grid; grid-template-columns: 1fr 1fr 1fr auto; align-items: end; gap: 20px; }
.mkt-form-field label { display: block; color: #888; font-size: 16px; }
.mkt-form-field input { width: 100%; height: 44px; padding: 8px 0; border: 0; border-bottom: 3px solid #6877da; border-radius: 0; background: transparent; font: inherit; outline: none; }
.mkt-form-field input:focus { border-bottom-color: var(--mkt-pink); }
.mkt-form-submit button { min-height: 55px; border: 0; border-radius: 999px; padding: 0 35px; color: #fff; background: var(--mkt-pink); font: 700 13px/1 Geometria, Arial, sans-serif; text-transform: uppercase; cursor: pointer; }
.mkt-form-consent { grid-column: 1 / -1; color: var(--mkt-ink); font-size: 13px; }
.mkt-form-consent a { color: var(--mkt-pink); }
.mkt-form-status { color: #27814b; font-weight: 700; }

/* Logos */
.mkt-logo-section { padding: 55px 0 65px; }
.mkt-logo-section h2, .mkt-reviews > .mkt-container > h2 { margin: 0 0 90px; font-size: 36px; }
.mkt-logo-slider { padding: 0 70px; --mkt-gap: 76px; }
.mkt-logo-slider .mkt-slider-control--prev { left: -110px; }
.mkt-logo-slider .mkt-slider-control--next { right: -110px; }
.mkt-logo-slider .mkt-slide { height: 96px; }
.mkt-logo-section--partners { padding-top: 35px; }

/* Reviews */
.mkt-reviews { padding: 80px 0 90px; background: #f4f5f6; }
.mkt-review-slider { width: 980px; margin-inline: auto; padding-inline: 70px; }
.mkt-review { display: grid; grid-template-columns: 360px 1fr; gap: 75px; align-items: center; min-height: 500px; }
.mkt-review figure { position: relative; height: 470px; margin: 0; }
.mkt-review figure::before { content: ''; position: absolute; inset: 0; background: url('assets/images/quote.svg') left 15px/90px no-repeat; opacity: .12; }
.mkt-review figure img { width: 100%; height: 100%; object-fit: contain; object-position: center; filter: drop-shadow(0 12px 18px rgba(0,0,0,.12)); }
.mkt-review h3 { margin: 0 0 25px; color: var(--mkt-ink); font-size: 32px; text-transform: uppercase; }
.mkt-review p { position: relative; margin: 0 0 22px; font-size: 20px; line-height: 1.55; }
.mkt-review p::before { content: none; }
.mkt-review > .wp-block-group > p:first-of-type::before {
  content: '';
  position: absolute;
  left: -45px;
  top: -65px;
  width: 59px;
  height: 51px;
  background: url('assets/images/quote.svg') center / 100% 100% no-repeat;
}
.mkt-review strong { color: var(--mkt-pink); }
.mkt-review-slider .mkt-slider-control--prev { left: -35px; }
.mkt-review-slider .mkt-slider-control--next { right: -35px; }

/* Training */
.mkt-training { padding: 105px 0 120px; }
.mkt-training-grid { display: grid; grid-template-columns: 520px 1fr; gap: 85px; align-items: center; }
.mkt-training-visual { position: relative; min-height: 510px; }
.mkt-training-visual::before { content: ''; position: absolute; z-index: -1; inset: 50px -25px -25px 45px; background: #5d75d8; border-radius: 0 80px 0 80px; }
.mkt-training-visual figure { margin: 0; }
.mkt-training-copy h2 { margin-bottom: 35px; }
.mkt-training-copy p { margin-bottom: 35px; font-size: 18px; }

/* Footer and inner pages */
.mkt-footer { margin: 0; padding: 70px 0 28px; color: #fff; background: #172235; }
.mkt-footer-grid { display: grid; grid-template-columns: 1.35fr .7fr 1fr; gap: 80px; }
.mkt-footer h3 { margin-top: 0; color: #fff; font-size: 19px; text-transform: uppercase; }
.mkt-footer ul { list-style: none; margin: 0; padding: 0; }
.mkt-footer li { margin: 0 0 9px; }
.mkt-footer a { color: #fff; text-decoration: none; }
.mkt-footer-logo { margin: 0 0 22px; filter: brightness(0) invert(1); }
.mkt-footer-contact > p:not(.mkt-footer-policy) { position: relative; padding-left: 34px; }
.mkt-footer-contact > p:not(.mkt-footer-policy)::before { content: ''; position: absolute; left: 0; top: .2em; width: 18px; height: 18px; background: center / contain no-repeat; filter: brightness(0) invert(1); }
.mkt-footer-contact > p:nth-of-type(1)::before { background-image: url('assets/images/contact-phone.svg'); }
.mkt-footer-contact > p:nth-of-type(2)::before { background-image: url('assets/images/contact-mail.svg'); }
.mkt-footer-contact > p:nth-of-type(3)::before { background-image: url('assets/images/contact-geo.svg'); }
.mkt-footer-bottom { margin-top: 45px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.25); font-size: 13px; }
.mkt-content-section { padding: 80px 0; }
.mkt-content-section h1 { color: var(--mkt-ink); font-size: 48px; text-transform: uppercase; }
.mkt-content-section h2 { color: var(--mkt-ink); }

@media (max-width: 1180px) {
  .mkt-site-header__inner { gap: 14px; grid-template-columns: 172px 1fr auto; }
  .mkt-logo-wrap, .mkt-site-logo img { width: 164px; }
  .mkt-site-nav .wp-block-navigation__container { gap: 18px; }
  .mkt-header-actions .mkt-langs { display: none; }
  .mkt-logo-slider .mkt-slider-control--prev { left: 5px; }
  .mkt-logo-slider .mkt-slider-control--next { right: 5px; }
  .mkt-review-slider { max-width: 90vw; }
}

@media (max-width: 920px) {
  .mkt-site-header, .home .mkt-site-header { position: relative; height: 82px; background: #fff; box-shadow: var(--mkt-shadow); }
  .home .mkt-site-header.is-scrolled { height: 82px; }
  .mkt-site-header__inner, .home .mkt-site-header:not(.is-scrolled) .mkt-site-header__inner { height: 82px; grid-template-columns: 180px 1fr; }
  .home .mkt-site-header:not(.is-scrolled) .mkt-site-logo--white { display: none; }
  .home .mkt-site-header:not(.is-scrolled) .mkt-site-logo--color { display: flex; }
  .mkt-site-nav { justify-self: end; }
  .mkt-header-contact, .mkt-header-actions { display: none !important; }
  .mkt-site-nav .wp-block-navigation__responsive-container:not(.is-menu-open) { display: none; }
  .mkt-site-nav .wp-block-navigation__responsive-container-open { display: flex; }
  .mkt-site-nav .wp-block-navigation__responsive-container.is-menu-open { padding: 32px; background: #fff; color: var(--mkt-ink); }
  .mkt-site-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container { gap: 20px; }
  .mkt-hero { min-height: 720px; background-position: 20% top; }
  .mkt-hero__inner { height: 720px; }
  .mkt-hero-copy { top: 200px; }
  .mkt-hero-balloon { right: -55px; top: 235px; width: 315px; }
  .mkt-team-grid, .mkt-expertise-head, .mkt-training-grid { grid-template-columns: 1fr; }
  .mkt-team-visual { width: 510px; max-width: 100%; margin-inline: auto; }
  /* In a single column, keep decorative artwork above the following text. */
  .mkt-team-visual::after { bottom: 0; }
  .mkt-team-label { bottom: 0; }
  .mkt-team-visual .mkt-team-label img { display: block; width: auto; height: 100%; max-width: 100%; object-fit: contain; object-position: left top; }
  .mkt-service-grid { gap: 55px; padding-inline: 20px; }
  .mkt-cta-card { background-size: cover; }
  .mkt-cta-copy { width: 90%; }
  .mkt-lead-form { left: 5%; width: 90%; }
  .mkt-logo-slider { --mkt-per-view: 3 !important; --mkt-gap: 25px; }
  .mkt-review { grid-template-columns: 300px 1fr; gap: 45px; }
}

@media (max-width: 640px) {
  body { font-size: 16px; }
  .mkt-container, .mkt-site-header__inner, .mkt-footer__inner { width: min(calc(100% - 30px), var(--mkt-content)); }
  .mkt-section h2 { font-size: 28px; }
  .mkt-hero { min-height: 650px; background-image: linear-gradient(135deg, rgba(216,83,137,.92), rgba(48,108,236,.9)), url('assets/images/hero-scene.webp'); background-position: center; background-size: cover; }
  .mkt-hero__inner { width: calc(100% - 30px); height: 650px; }
  .mkt-hero-copy { top: 75px; left: 5px; }
  .mkt-hero-copy h1 { font-size: 31px; line-height: 1.25; }
  .mkt-hero-gift { width: 55px !important; margin: 20px 0; }
  .mkt-hero-copy .wp-block-button__link { min-width: 195px; padding: 14px 24px; }
  .mkt-hero-balloon { width: 235px; right: -45px; top: 350px; }
  .mkt-systems { width: calc(100% - 30px); margin-top: 38px; padding: 0 38px 30px; --mkt-per-view: 1 !important; --mkt-gap: 15px; }
  .mkt-systems .mkt-slide { height: 92px; }
  .mkt-systems::before { display: none; }
  .mkt-team { padding: 55px 0 70px; }
  .mkt-team h2 { margin-bottom: 30px; }
  .mkt-team-grid { gap: 35px; }
  .mkt-team-visual { width: 100%; height: 400px; background-size: 100% 255px; }
  .mkt-team-photo { left: 30px; width: calc(100% - 30px); height: 345px; border-radius: 0 70px 0 0; }
  .mkt-team-photo img { object-fit: contain; background: #f0ebdf; }
  .mkt-team-label { width: 62px; top: 62px; opacity: .75; }
  .mkt-name { padding: 8px 20px; font-size: 17px; }
  .mkt-name--one { left: 58px; top: 248px; }
  .mkt-name--two { right: 2px; top: 286px; }
  .mkt-metrics { grid-template-columns: 1fr; gap: 15px; margin-top: 35px; }
  .mkt-expertise { padding: 55px 0; }
  .mkt-expertise-head { gap: 35px; }
  .mkt-expertise-head > figure { width: 280px; margin-inline: auto; }
  .mkt-expertise-head h2 { margin-bottom: 25px; }
  .mkt-service-grid { grid-template-columns: 1fr; gap: 60px; margin-top: 75px; padding-inline: 15px; }
  .mkt-service-card { min-height: 360px; }
  .mkt-service-card h3 { font-size: 25px; }
  .mkt-cta { padding: 60px 0 80px; }
  .mkt-cta-card { min-height: 1100px; background-position: center top; }
  .mkt-cta-card::before, .mkt-cta-card::after { display: none; }
  .mkt-cta-copy { width: 100%; min-height: 650px; padding: 55px 25px; border-radius: 0 70px 0 0; }
  .mkt-cta-copy::after { display: none; }
  .mkt-cta-copy h2 { font-size: 29px; }
  .mkt-lead-form { left: 0; bottom: 0; width: 100%; min-height: 500px; padding: 42px 24px; border-radius: 0 65px 0 65px; }
  .mkt-lead-form h3 { font-size: 30px; }
  .mkt-form-grid { grid-template-columns: 1fr; gap: 14px; }
  .mkt-form-consent { grid-column: 1; }
  .mkt-logo-section { padding: 45px 0; }
  .mkt-logo-section h2, .mkt-reviews > .mkt-container > h2 { margin-bottom: 50px; font-size: 29px; }
  .mkt-logo-slider { --mkt-per-view: 1 !important; padding: 0 45px; }
  .mkt-logo-slider .mkt-slider-control--prev { left: -3px; }
  .mkt-logo-slider .mkt-slider-control--next { right: -3px; }
  .mkt-reviews { padding: 60px 0; }
  .mkt-review-slider { width: 100%; max-width: none; padding: 0 34px; }
  .mkt-review { grid-template-columns: 1fr; gap: 25px; min-height: 620px; }
  .mkt-review figure { height: 310px; }
  .mkt-review h3 { font-size: 25px; }
  .mkt-review p { font-size: 17px; }
  .home .mkt-review > .wp-block-group > p:first-of-type::before {
    left: 0;
    top: -62px;
    width: 59px;
    height: 51px;
  }
  .home .mkt-review > .wp-block-group > p:nth-of-type(2) {
    margin: 0 0 3px;
    font-size: 20px;
    font-weight: 800;
    line-height: 28px;
  }
  .home .mkt-review .mkt-review-role {
    margin: 0;
    color: #242424;
    font-size: 16px !important;
    font-weight: 600;
    line-height: 23px;
  }
  .mkt-review-slider .mkt-slider-control--prev { left: -12px; }
  .mkt-review-slider .mkt-slider-control--next { right: -12px; }
  .mkt-training { padding: 65px 0 80px; }
  .mkt-training-grid { gap: 45px; }
  .mkt-training-visual { min-height: 360px; }
  .mkt-footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .mkt-footer-bottom { display: block !important; }
}

/* Header: preserve the original two-row composition on compact desktop widths. */
@media (min-width: 1025px) and (max-width: 1180px) {
  .home .mkt-site-header:not(.is-scrolled) .mkt-logo-wrap,
  :is(.page-id-8, .page-id-9, .page-id-10, .page-id-11, .page-id-12) .mkt-logo-wrap {
    left: 103px;
  }

  .home .mkt-site-header:not(.is-scrolled) nav.mkt-site-nav,
  :is(.page-id-8, .page-id-9, .page-id-10, .page-id-11, .page-id-12) nav.mkt-site-nav {
    position: absolute;
    left: calc(50% - 9.5px);
    top: 54px;
    width: 245px;
    margin: 0 !important;
    transform: none;
  }

  .home .mkt-site-header:not(.is-scrolled) .mkt-site-nav .wp-block-navigation__container,
  :is(.page-id-8, .page-id-9, .page-id-10, .page-id-11, .page-id-12) .mkt-site-nav .wp-block-navigation__container {
    position: static;
    display: grid;
    grid-template-columns: 87px 48px 70px;
    gap: 8px 20px;
    width: 245px;
    margin: 0 !important;
    transform: none;
  }

  .home .mkt-site-header:not(.is-scrolled) .mkt-site-nav .wp-block-navigation__container > .wp-block-navigation-item,
  :is(.page-id-8, .page-id-9, .page-id-10, .page-id-11, .page-id-12) .mkt-site-nav .wp-block-navigation__container > .wp-block-navigation-item {
    margin-left: 0 !important;
  }

  .home .mkt-site-header:not(.is-scrolled) .mkt-site-nav .wp-block-navigation__container > .wp-block-navigation-item:nth-child(4),
  :is(.page-id-8, .page-id-9, .page-id-10, .page-id-11, .page-id-12) .mkt-site-nav .wp-block-navigation__container > .wp-block-navigation-item:nth-child(4) {
    grid-column: 1;
    grid-row: 2;
  }

  .home .mkt-site-header:not(.is-scrolled) .mkt-site-nav .wp-block-navigation__container > .wp-block-navigation-item:nth-child(5),
  :is(.page-id-8, .page-id-9, .page-id-10, .page-id-11, .page-id-12) .mkt-site-nav .wp-block-navigation__container > .wp-block-navigation-item:nth-child(5) {
    grid-column: 2 / 4;
    grid-row: 2;
    justify-self: center;
    transform: translateX(-6px);
  }

  .home .mkt-site-header:not(.is-scrolled) .mkt-langs--hero,
  :is(.page-id-8, .page-id-9, .page-id-10, .page-id-11, .page-id-12) .mkt-langs--hero {
    display: none;
  }

  .home .mkt-site-header:not(.is-scrolled) .mkt-header-contact--hero,
  :is(.page-id-8, .page-id-9, .page-id-10, .page-id-11, .page-id-12) .mkt-header-contact--hero {
    right: 65px;
    width: 170px;
  }

  .home .mkt-site-header:not(.is-scrolled) .mkt-header-actions,
  :is(.page-id-8, .page-id-9, .page-id-10, .page-id-11, .page-id-12) .mkt-header-actions {
    display: none;
  }
}

/* Header: close the old 921-1024px breakpoint gap with the mobile navigation. */
@media (min-width: 921px) and (max-width: 1024px) {
  .mkt-site-header,
  .home .mkt-site-header,
  :is(.page-id-8, .page-id-9, .page-id-10, .page-id-11, .page-id-12) .mkt-site-header {
    position: relative;
    inset: auto;
    height: 82px;
    background: #fff;
    box-shadow: var(--mkt-shadow);
  }

  .mkt-site-header__inner,
  .home .mkt-site-header:not(.is-scrolled) .mkt-site-header__inner,
  :is(.page-id-8, .page-id-9, .page-id-10, .page-id-11, .page-id-12) .mkt-site-header__inner {
    position: relative;
    display: grid;
    grid-template-columns: 180px 1fr;
    align-items: center;
    height: 82px;
  }

  .mkt-logo-wrap,
  .home .mkt-site-header:not(.is-scrolled) .mkt-logo-wrap,
  :is(.page-id-8, .page-id-9, .page-id-10, .page-id-11, .page-id-12) .mkt-logo-wrap {
    position: relative;
    inset: auto;
    left: 1px;
    top: -2px;
    width: 164px;
    height: 66px;
    margin: 0;
  }

  .mkt-site-logo,
  .home .mkt-site-header:not(.is-scrolled) .mkt-site-logo,
  :is(.page-id-8, .page-id-9, .page-id-10, .page-id-11, .page-id-12) .mkt-site-logo {
    height: 66px;
    align-items: center;
  }

  .mkt-site-logo img { width: 164px; }

  .home .mkt-site-header:not(.is-scrolled) .mkt-site-logo--white,
  :is(.page-id-8, .page-id-9, .page-id-10, .page-id-11, .page-id-12) .mkt-site-logo--white {
    display: none;
  }

  .home .mkt-site-header:not(.is-scrolled) .mkt-site-logo--color,
  :is(.page-id-8, .page-id-9, .page-id-10, .page-id-11, .page-id-12) .mkt-site-logo--color {
    display: flex;
  }

  .mkt-site-nav,
  .home .mkt-site-header:not(.is-scrolled) nav.mkt-site-nav,
  :is(.page-id-8, .page-id-9, .page-id-10, .page-id-11, .page-id-12) nav.mkt-site-nav {
    position: static;
    width: auto;
    margin: 0 !important;
    justify-self: end;
    transform: none;
  }

  .mkt-header-contact,
  .mkt-header-actions,
  .mkt-langs--hero,
  :is(.page-id-8, .page-id-9, .page-id-10, .page-id-11, .page-id-12) .mkt-header-contact--hero {
    display: none !important;
  }

  .mkt-site-nav .wp-block-navigation__responsive-container:not(.is-menu-open) { display: none; }
  .mkt-site-nav .wp-block-navigation__responsive-container-open { display: flex; }
  .mkt-site-nav .wp-block-navigation__responsive-container.is-menu-open {
    padding: 32px;
    color: var(--mkt-ink);
    background: #fff;
  }
  .mkt-site-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container { gap: 20px; }
}

/* Single post: clean, reusable Gutenberg editorial layout. */
.single-post main { background: #fff; }
.single-post .mkt-article-hero {
  margin: 0;
  padding: 70px 20px 52px;
  background: linear-gradient(180deg, #fff 0%, #fff 62%, #fdf8fb 100%);
  border-bottom: 1px solid #f2e8ee;
}
.single-post .mkt-article-hero > * {
  width: min(100%, 940px);
  max-width: 940px !important;
  margin-inline: auto;
}
.single-post .mkt-article-kicker {
  margin-block: 0;
  color: var(--mkt-pink);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.single-post .mkt-article-kicker a {
  color: inherit;
  text-decoration: none;
}
.single-post .mkt-article-kicker a::before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 2px;
  margin-right: 12px;
  background: var(--mkt-pink);
  vertical-align: 4px;
}
.single-post .mkt-article-title {
  margin: 16px 0 0;
  color: var(--mkt-ink);
  font-family: Geometria, Arial, sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: -.02em;
  overflow-wrap: anywhere;
}
.single-post .mkt-article-meta {
  gap: 12px;
  margin: 25px 0 0;
  color: #7c8187;
  font-size: 14px;
  line-height: 1.4;
}
.single-post .mkt-article-meta > * { margin: 0; }
.single-post .mkt-article-meta .wp-block-post-date::before {
  content: 'Опубликовано ';
  color: #9b9fa4;
}
.single-post .mkt-article-meta .wp-block-post-terms {
  display: flex;
  align-items: center;
  gap: 8px;
}
.single-post .mkt-article-meta .wp-block-post-terms::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #d8dadd;
}
.single-post .mkt-article-meta a {
  color: var(--mkt-pink);
  font-weight: 600;
  text-decoration: none;
}
.single-post .mkt-article-content {
  max-width: none !important;
  margin: 0 !important;
  padding: 52px 0 110px;
  background: #fff;
}
.single-post .mkt-article-cover {
  width: min(calc(100% - 40px), 1040px);
  max-width: 1040px !important;
  height: 520px;
  margin: 0 auto !important;
  overflow: hidden;
  border-radius: 0 60px 0 40px;
  box-shadow: 0 18px 50px rgba(21, 34, 53, .14);
}
.single-post .mkt-article-cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.single-post .mkt-article-content > .wp-block-post-content {
  width: min(calc(100% - 40px), 760px);
  max-width: 760px !important;
  margin: 58px auto 0 !important;
  padding: 0 !important;
  color: #3b444a;
  font-family: Geometria, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.78;
}
.single-post .wp-block-post-content > * { max-width: 100%; }
.single-post .wp-block-post-content > p {
  margin: 0 0 24px;
  overflow-wrap: break-word;
}
.single-post .wp-block-post-content > p:first-child {
  margin-bottom: 30px;
  color: #27313d;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.65;
}
.single-post .wp-block-post-content h2,
.single-post .wp-block-post-content h3,
.single-post .wp-block-post-content h4 {
  color: var(--mkt-ink);
  font-family: Geometria, Arial, sans-serif;
  font-weight: 800;
  letter-spacing: -.015em;
}
.single-post .wp-block-post-content h2 {
  margin: 58px 0 24px;
  font-size: 34px;
  line-height: 1.25;
}
.single-post .wp-block-post-content h3 {
  margin: 44px 0 18px;
  font-size: 26px;
  line-height: 1.3;
}
.single-post .wp-block-post-content h4 {
  margin: 34px 0 16px;
  font-size: 21px;
  line-height: 1.35;
}
.single-post .wp-block-post-content ul,
.single-post .wp-block-post-content ol {
  margin: 0 0 28px;
  padding-left: 26px;
}
.single-post .wp-block-post-content li { margin-bottom: 10px; padding-left: 5px; }
.single-post .wp-block-post-content li::marker { color: var(--mkt-pink); font-weight: 700; }
.single-post .wp-block-post-content a {
  color: var(--mkt-pink);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.single-post .wp-block-post-content a:hover { color: #b93676; }
.single-post .wp-block-post-content blockquote {
  margin: 40px 0;
  padding: 26px 30px;
  color: #27313d;
  background: #fdf5f9;
  border-left: 5px solid var(--mkt-pink);
  border-radius: 0 16px 16px 0;
  font-size: 19px;
  line-height: 1.65;
}
.single-post .wp-block-post-content blockquote p:last-child { margin-bottom: 0; }
.single-post .wp-block-post-content figure { margin-block: 40px; }
.single-post .wp-block-post-content figure img {
  display: block;
  border-radius: 0 28px 0 20px;
}
.single-post .wp-block-post-content figcaption {
  margin-top: 10px;
  color: #7c8187;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}
.single-post .wp-block-post-content hr {
  margin: 48px 0;
  border: 0;
  border-top: 1px solid #e8eaec;
}
.single-post .wp-block-post-content table {
  width: 100%;
  margin: 36px 0;
  border-collapse: collapse;
  font-size: 16px;
}
.single-post .wp-block-post-content th,
.single-post .wp-block-post-content td {
  padding: 14px 16px;
  border: 1px solid #e5e7ea;
  text-align: left;
  vertical-align: top;
}
.single-post .wp-block-post-content th { color: var(--mkt-ink); background: #faf7f9; }
.single-post .wp-block-post-content code {
  padding: 2px 6px;
  color: #8c2459;
  background: #fff1f7;
  border-radius: 5px;
  font-size: .9em;
}
.single-post .mkt-article-footer {
  width: min(calc(100% - 40px), 760px);
  max-width: 760px !important;
  gap: 24px;
  margin: 64px auto 0 !important;
  padding: 30px 0 0;
  border-top: 1px solid #e8eaec;
}
.single-post .mkt-article-footer > p {
  margin: 0;
  color: #687078;
  font-size: 15px;
}
.single-post .mkt-article-footer .wp-block-buttons { margin: 0; }
.single-post .mkt-article-footer .wp-block-button__link {
  min-width: 150px;
  padding: 13px 26px;
}

@media (max-width: 782px) {
  .single-post .mkt-article-hero { padding: 42px 20px 34px; }
  .single-post .mkt-article-kicker { font-size: 13px; }
  .single-post .mkt-article-title { margin-top: 13px; font-size: 34px; line-height: 1.18; }
  .single-post .mkt-article-meta { margin-top: 20px; }
  .single-post .mkt-article-content { padding: 32px 0 76px; }
  .single-post .mkt-article-cover {
    width: calc(100% - 32px);
    height: auto;
    aspect-ratio: 16 / 10;
    border-radius: 0 34px 0 24px;
    box-shadow: 0 12px 32px rgba(21, 34, 53, .13);
  }
  .single-post .mkt-article-content > .wp-block-post-content {
    width: calc(100% - 32px);
    margin-top: 36px !important;
    font-size: 17px;
    line-height: 1.72;
  }
  .single-post .wp-block-post-content > p { margin-bottom: 21px; }
  .single-post .wp-block-post-content > p:first-child { font-size: 19px; line-height: 1.6; }
  .single-post .wp-block-post-content h2 { margin-top: 46px; font-size: 28px; }
  .single-post .wp-block-post-content h3 { margin-top: 36px; font-size: 23px; }
  .single-post .wp-block-post-content blockquote { margin: 32px 0; padding: 22px 20px; font-size: 18px; }
  .single-post .wp-block-post-content table { display: block; overflow-x: auto; }
  .single-post .mkt-article-footer {
    align-items: flex-start;
    width: calc(100% - 32px);
    margin-top: 48px !important;
  }
}

@media (max-width: 420px) {
  .single-post .mkt-article-title { font-size: 30px; overflow-wrap: normal; word-break: normal; }
  .single-post .mkt-article-meta { align-items: flex-start; flex-direction: column; gap: 6px; }
  .single-post .mkt-article-meta .wp-block-post-terms::before { display: none; }
  .single-post .mkt-article-footer { flex-direction: column; }
}

/* Blog archive: reusable Gutenberg Query Loop card design. */
.blog {
  --mkt-blog-card-width: 360px;
  --mkt-blog-card-height: 571px;
  background: #fff;
}
.blog .mkt-blog-heading {
  margin: 0;
  padding: 64px max(20px, calc((100% - 1200px) / 2)) 32px;
  background: #fff;
}
.blog .mkt-blog-heading > * { max-width: 1200px; margin-inline: auto; }
.blog .mkt-blog-heading h1 {
  margin: 0;
  color: var(--mkt-ink);
  font-size: 42px;
  font-weight: 800;
  line-height: 1.15;
  text-transform: uppercase;
}
.blog main > .mkt-section {
  width: min(calc(100% - 40px), 1200px);
  max-width: none !important;
  margin: 0 auto;
  padding: 42px 0 120px;
  background: #fff;
}
.blog main > .mkt-section > .wp-block-query { max-width: none !important; }
.blog .mkt-post-grid,
.blog .mkt-post-grid.is-flex-container {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 60px 40px;
  margin: 0;
  padding: 0 20px;
  list-style: none;
}
.blog .mkt-post-grid > .wp-block-post,
.blog .mkt-post-grid.is-flex-container > .wp-block-post {
  display: flex;
  width: auto !important;
  min-width: 0;
  margin: 0;
}
.blog .mkt-post-card {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-width: 0;
  min-height: var(--mkt-blog-card-height);
  margin: 0 !important;
  overflow: hidden;
  color: #364042;
  background: #fff;
  border-radius: 0 50px 0 30px;
  box-shadow: 0 0 30px rgba(0, 0, 0, .2);
}
.blog .mkt-post-card > .wp-block-post-featured-image {
  flex: 0 0 200px;
  width: 100%;
  height: 200px;
  margin: 0;
  overflow: hidden;
}
.blog .mkt-post-card > .wp-block-post-featured-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.blog .mkt-post-card > .wp-block-post-featured-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .35s ease;
}
.blog .mkt-post-card:hover > .wp-block-post-featured-image img { transform: scale(1.025); }
.blog .mkt-post-card:not(:has(> .wp-block-post-featured-image))::before {
  content: '';
  display: block;
  flex: 0 0 200px;
  height: 200px;
  background:
    linear-gradient(100deg, rgba(207, 75, 141, .72), rgba(63, 94, 251, .72)),
    url('assets/images/service-context.webp') center / cover no-repeat;
}
.blog .mkt-post-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 371px;
  margin: 0 !important;
  padding: 27px 30px 21px;
}
.blog .mkt-post-card__body > * { margin-block-start: 0; }
.blog .mkt-post-card h2.wp-block-post-title {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: #364042;
  font-family: Geometria, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
  overflow-wrap: normal;
  word-break: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.blog .mkt-post-card h2 a { color: inherit; text-decoration: none; }
.blog .mkt-post-card h2 a:hover { color: var(--mkt-pink); }
.blog .mkt-post-card .wp-block-post-excerpt {
  flex: 0 1 auto;
  margin: 8px 0 0;
  color: #364042;
  font-family: Geometria, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
.blog .mkt-post-card .wp-block-post-excerpt__excerpt {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  overflow-wrap: normal;
  word-break: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.blog .mkt-post-card .wp-block-post-excerpt__more-text { display: none; }
.blog .mkt-post-rating {
  margin: auto 0 0;
  color: #ffd367;
  font-family: Geometria, Arial, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0;
  white-space: nowrap;
}
.blog .mkt-post-more {
  align-self: flex-start;
  margin: 20px 0 0;
  color: #d36789;
  font-family: Geometria, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
}
.blog .mkt-post-more:hover { color: #bd3c7c; text-decoration: underline; text-underline-offset: 3px; }
.blog .mkt-pagination {
  gap: 10px;
  margin: 64px 0 0;
  color: var(--mkt-ink);
  font-size: 16px;
}
.blog .mkt-pagination a,
.blog .mkt-pagination .page-numbers.current {
  display: inline-grid;
  min-width: 42px;
  height: 42px;
  padding: 0 12px;
  place-items: center;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  text-decoration: none;
}
.blog .mkt-pagination a:hover,
.blog .mkt-pagination .page-numbers.current { color: #fff; background: var(--mkt-pink); border-color: var(--mkt-pink); }

@media (max-width: 980px) {
  .blog main > .mkt-section { width: min(calc(100% - 40px), 800px); }
  .blog .mkt-post-grid,
  .blog .mkt-post-grid.is-flex-container { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .blog .mkt-blog-heading { padding: 38px 20px 18px; }
  .blog .mkt-blog-heading h1 { font-size: 34px; }
  .blog main > .mkt-section { width: min(calc(100% - 32px), var(--mkt-blog-card-width)); padding: 28px 0 80px; }
  .blog .mkt-post-grid,
  .blog .mkt-post-grid.is-flex-container { grid-template-columns: minmax(0, 1fr); gap: 38px; padding-inline: 0; }
  .blog .mkt-post-card { min-height: 548px; border-radius: 0 38px 0 26px; }
  .blog .mkt-post-card__body { min-height: 348px; padding: 24px 24px 20px; }
  .blog .mkt-post-card h2.wp-block-post-title { font-size: 17px; }
  .blog .mkt-post-card .wp-block-post-excerpt { font-size: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  .blog .mkt-post-card > .wp-block-post-featured-image img { transition: none; }
  .blog .mkt-post-card:hover > .wp-block-post-featured-image img { transform: none; }
}

/* Keep the shared hero header identical on every marketing page. */
@media (min-width: 1181px) {
  :is(.page-id-8, .page-id-9, .page-id-10, .page-id-11, .page-id-12) nav.mkt-site-nav {
    position: absolute;
    left: 403.7px;
    top: 55.5px;
    width: auto;
    margin: 0 !important;
    transform: none;
  }

  :is(.page-id-8, .page-id-9, .page-id-10, .page-id-11, .page-id-12) .mkt-site-nav .wp-block-navigation__container {
    position: static;
    left: auto;
    top: auto;
    width: auto;
    gap: 0;
    margin: 0 !important;
    transform: none;
  }

  :is(.page-id-8, .page-id-9, .page-id-10, .page-id-11, .page-id-12) .mkt-site-nav .wp-block-navigation__container > .wp-block-navigation-item:nth-child(2) { margin-left: 31px; }
  :is(.page-id-8, .page-id-9, .page-id-10, .page-id-11, .page-id-12) .mkt-site-nav .wp-block-navigation__container > .wp-block-navigation-item:nth-child(3) { margin-left: 26px; }
  :is(.page-id-8, .page-id-9, .page-id-10, .page-id-11, .page-id-12) .mkt-site-nav .wp-block-navigation__container > .wp-block-navigation-item:nth-child(4) { margin-left: 30px; }
  :is(.page-id-8, .page-id-9, .page-id-10, .page-id-11, .page-id-12) .mkt-site-nav .wp-block-navigation__container > .wp-block-navigation-item:nth-child(5) { margin-left: 32px; }

  :is(.page-id-8, .page-id-9, .page-id-10, .page-id-11, .page-id-12) .mkt-langs--hero {
    position: absolute;
    left: 892px;
    top: 55.5px;
    display: flex;
    gap: 10px;
    margin: 0;
    color: #242424;
    font-size: 14px;
    font-weight: 500;
    line-height: 21.7px;
  }

  :is(.page-id-8, .page-id-9, .page-id-10, .page-id-11, .page-id-12) .mkt-langs--hero span { margin: 0; color: #a4a5a3; }
  :is(.page-id-8, .page-id-9, .page-id-10, .page-id-11, .page-id-12) .mkt-langs--hero b { font-weight: 500; }
}

.mkt-site-header nav.mkt-site-nav > .wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content > ul.mkt-site-nav > .wp-block-navigation-item > .wp-block-navigation-item__content {
  color: #111 !important;
}

.page-id-8 .mkt-site-header nav.mkt-site-nav > .wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content > ul.mkt-site-nav > .wp-block-navigation-item:nth-child(1) > .wp-block-navigation-item__content,
:is(.page-id-9, .page-id-10, .page-id-11, .page-id-12) .mkt-site-header nav.mkt-site-nav > .wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content > ul.mkt-site-nav > .wp-block-navigation-item:nth-child(2) > .wp-block-navigation-item__content,
:is(.page-id-9, .page-id-10, .page-id-11, .page-id-12) .mkt-site-header nav.mkt-site-nav > .wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content > ul.mkt-site-nav > .wp-block-navigation-item:nth-child(2) > .wp-block-navigation__submenu-icon {
  color: var(--mkt-pink) !important;
}

/* DPO 2.9 — faithful Gutenberg reconstruction of the live course page. */
.page-id-13 .mkt-dpo-v2 {
  --dpo-bg: #1d1d1d;
  --dpo-panel: #252525;
  --dpo-purple: #9146ff;
  --dpo-green: #54d66b;
  --dpo-muted: #b8b8b8;
  position: relative;
  padding-top: 120px;
  overflow: hidden;
  background: var(--dpo-bg);
  font-family: Rubik, Arial, sans-serif;
}
.page-id-13 .mkt-dpo-v2 > * { margin-block-start: 0 !important; }
.page-id-13 .mkt-dpo-v2 .alignwide { width: min(1200px, calc(100% - 48px)); max-width: 1200px; margin-inline: auto; }
.page-id-13 .mkt-dpo-v2 h1,
.page-id-13 .mkt-dpo-v2 h2,
.page-id-13 .mkt-dpo-v2 h3,
.page-id-13 .mkt-dpo-v2 p { margin-block-start: 0; }
.page-id-13 .mkt-dpo-v2 h1,
.page-id-13 .mkt-dpo-v2 h2,
.page-id-13 .mkt-dpo-v2 h3,
.page-id-13 .mkt-dpo-v2 p,
.page-id-13 .mkt-dpo-v2 li { font-family: Rubik, Arial, sans-serif; }
.page-id-13 .mkt-dpo-v2 h1,
.page-id-13 .mkt-dpo-v2 h2 { font-weight: 600; letter-spacing: 0; }
.page-id-13 .mkt-dpo-v2 h2 { max-width: none; margin: 0; font-size: 42px; line-height: 1.2; }
.page-id-13 .mkt-dpo-v2 h3 { font-weight: 500; letter-spacing: 0; }
.page-id-13 .mkt-dpo-v2 p,
.page-id-13 .mkt-dpo-v2 li { font-size: 15px; line-height: 1.42; }
.page-id-13 .mkt-dpo-v2 .wp-block-button__link,
.page-id-13 .mkt-dpo-v2 .mkt-button {
  min-height: 55px;
  padding: 0 30px;
  border: 0;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(90deg, #9748ff 0%, #400b9c 100%);
  box-shadow: none;
  font-family: Rubik, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 55px;
  text-transform: none;
}
.page-id-13 .mkt-dpo-v2 .wp-block-button__link:hover,
.page-id-13 .mkt-dpo-v2 .wp-block-button__link:focus-visible,
.page-id-13 .mkt-dpo-v2 .mkt-button:hover,
.page-id-13 .mkt-dpo-v2 .mkt-button:focus-visible { background: linear-gradient(90deg, #400b9c 0%, #9748ff 100%); box-shadow: none; filter: none; transform: none; }

.page-id-13 .mkt-dpo-v2 .mkt-dpo-nav {
  position: fixed;
  top: 20px;
  min-height: 80px;
  padding: 10px 40px;
  border: 0;
  outline: 2px solid rgba(117, 117, 117, .5);
  outline-offset: 0;
  border-radius: 60px;
  background: rgba(41, 41, 41, .95);
  box-shadow: none;
  backdrop-filter: none;
}
.page-id-13 .mkt-dpo-v2 .mkt-dpo-brand { padding-right: 30px; color: #fff !important; font-family: Geometria, Arial, sans-serif; font-size: 16px !important; font-weight: 500; line-height: 20px; letter-spacing: 0; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-brand a { font-family: Geometria, Arial, sans-serif; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-nav__links { gap: 30px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-nav__links p { margin: 0; color: #eaeaea; font-family: Geometria, Arial, sans-serif; font-size: 16px; font-weight: 400; line-height: 20px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-nav__links p a { font-family: Geometria, Arial, sans-serif; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-nav__links .wp-block-buttons { margin-left: 57px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-nav__links .wp-block-button__link { min-width: 200px; min-height: 50px; padding: 0 30px; border-radius: 10px; font-family: Geometria, Arial, sans-serif; font-size: 14px; font-weight: 400; line-height: 50px; }

.page-id-13 .mkt-dpo-v2 .mkt-dpo-hero {
  width: min(1200px, calc(100% - 48px));
  min-height: 0;
  height: 650px;
  margin-inline: auto;
  padding: 0;
  overflow: hidden;
  border: 2px solid #3a3645;
  border-radius: 40px;
  isolation: auto;
  background: #151313 url('assets/dpo/dpo-hero.webp') center / cover no-repeat;
}
.page-id-13 .mkt-dpo-v2 .mkt-dpo-hero::before,
.page-id-13 .mkt-dpo-v2 .mkt-dpo-hero::after { display: none; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-hero__inner { width: 100%; height: 100%; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-support-label { position: absolute; top: 28px; left: 38px; width: 560px; margin: 0; color: #fff; font-family: Rubik, Arial, sans-serif; font-size: 16px; font-weight: 400; line-height: 25px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-support { position: absolute; top: 73px; left: 38px; gap: 60px; align-items: center; margin: 0 !important; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-support figure { flex: 0 0 auto; display: block; width: auto; height: auto; margin: 0; line-height: 0; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-support figure:nth-child(1) { width: 75px; height: auto; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-support figure:nth-child(2) { width: 123px; height: auto; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-support figure:nth-child(3) { width: 116px; height: auto; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-support img { display: block; width: 100%; height: auto; max-height: none; object-fit: initial; filter: none !important; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-hero h1 {
  position: absolute;
  top: 205px;
  left: 40px;
  width: 565px;
  margin: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  background: linear-gradient(90deg, #9859eb 0%, #3b24e8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.page-id-13 .mkt-dpo-v2 .mkt-dpo-hero h1 .mkt-dpo-hero__subtitle {
  background: none;
  color: #fff;
}
.page-id-13 .mkt-dpo-v2 .mkt-dpo-hero__lead { position: absolute; top: 443px; left: 38px; width: 510px; margin: 0 !important; color: #fff !important; font-size: 24px !important; font-weight: 400; line-height: 31px; opacity: .7; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-hero__actions { position: absolute; top: 558px; left: 38px; gap: 40px; align-items: center; margin: 0 !important; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-hero__actions .wp-block-button__link { width: 220px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-hero__actions p { margin: 0; color: #fff; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-hero__actions p a { padding-bottom: 1px; border-bottom: 1px solid currentColor; color: rgba(255,255,255,.5); font-family: Rubik, Arial, sans-serif; font-size: 16px; font-weight: 400; line-height: 25px; text-decoration: none; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-hero__motion { position: absolute; z-index: 2; inset: 0; width: 100%; height: 100%; margin: 0; pointer-events: none; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-float { position: absolute; z-index: 1; display: block; margin: 0; transform-origin: 50% 50%; will-change: transform; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-float img { display: block; width: 100%; height: auto; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-float--diploma { top: 60px; left: 752px; width: 305px; transform: rotate(-17deg); }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-float--duration { top: 244px; left: 917px; width: 183px; transform: rotate(21deg); }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-float--online { top: 370px; left: 654px; width: 195px; transform: rotate(-30deg); }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-float--schedule { top: 475px; left: 817px; width: 200px; transform: rotate(24deg); }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-hero__inner::after {
  content: '';
  position: absolute;
  z-index: 15;
  top: 321px;
  left: calc(50% - 138px);
  display: block;
  width: 50px;
  aspect-ratio: 58 / 62;
  background: url('assets/dpo/dpo-pointer.png') center / contain no-repeat;
  pointer-events: none;
}
.page-id-13 .mkt-dpo-v2 .mkt-dpo-float--diploma img { animation: mkt-dpo-float-diploma 8s ease-in-out infinite; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-float--duration img { animation: mkt-dpo-float-duration 8s ease-in-out infinite; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-float--online img { animation: mkt-dpo-float-online 10s ease-in-out infinite; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-float--schedule img { animation: mkt-dpo-float-schedule 6s ease-in-out infinite; }

@keyframes mkt-dpo-float-diploma {
  0%, 100% { transform: translate3d(0,0,0); }
  50% { transform: translate3d(0,10px,0); }
}
@keyframes mkt-dpo-float-duration {
  0%, 100% { transform: rotate(0deg); }
  50% { transform: rotate(-10deg); }
}
@keyframes mkt-dpo-float-online {
  0%, 100% { transform: translate3d(0,0,0) rotate(0deg); }
  50% { transform: translate3d(0,10px,0) rotate(11deg); }
}
@keyframes mkt-dpo-float-schedule {
  0%, 100% { transform: translate3d(0,0,0); }
  50% { transform: translate3d(0,20px,0); }
}

.page-id-13 .mkt-dpo-v2 .mkt-dpo-heading-band { height: 157px; display: flex; align-items: center; padding: 0; background: var(--dpo-bg); }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-heading-band--tall { height: 208px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-heading-band h2 { width: min(1200px, calc(100% - 48px)); max-width: 1200px; margin: 0 auto; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-heading-band--about h2 { text-align: center; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-heading-band--audience h2 { font-family: Geometria, Arial, sans-serif; text-align: center; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-heading-band--benefits { height: 260px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-heading-band--benefits h2 { max-width: 1000px; font-family: Geometria, Arial, sans-serif; line-height: 1.23; text-align: center; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-heading-band--program h2 { font-family: Geometria, Arial, sans-serif; text-align: center; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-heading-band--compare h2 { width: min(960px, calc(100% - 48px)); max-width: 960px; font: 600 42px/1.23 Geometria, Arial, sans-serif; text-align: center; transform: translateY(27px); }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--corp + .mkt-dpo-heading-band h2 { text-align: center; }

.page-id-13 .mkt-dpo-v2 .mkt-dpo-about { position: relative; height: 470px; min-height: 0; padding: 0; background: var(--dpo-bg); }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-about__inner { position: relative; height: 100%; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-about__photo { position: absolute; top: 1px; left: 0; width: 590px; height: 462px; margin: 0; overflow: hidden; border-radius: 20px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-about__photo img { display: block; width: 100%; height: 100%; object-fit: cover; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-decor--green-star { position: absolute; z-index: 2; top: 194px; left: 457px; width: 236px; margin: 0; opacity: 1; animation: mkt-dpo-about-star 6s ease-in-out infinite; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-decor--purple-hex { position: absolute; z-index: 3; right: -43px; top: -137px; left: auto; width: 200px; margin: 0; opacity: 1; animation: mkt-dpo-about-hex 12s ease-in-out infinite; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-about__items { position: absolute; top: 0; right: 0; width: 590px; margin: 0; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-numbered { min-height: 140px; margin: 0 0 20px; padding: 18px 20px; border: 2px solid #38373a; border-radius: 20px; background: #242426; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-numbered h3 { margin: 0 0 18px; color: #fff; font-size: 24px; font-weight: 500; line-height: 24px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-numbered p:last-child { max-width: 473px; margin: 0; color: #aaa; font-size: 16px; line-height: 19px; }
@keyframes mkt-dpo-about-star {
  0%, 100% { transform: translate3d(0,0,0); }
  50% { transform: translate3d(0,10px,0); }
}
@keyframes mkt-dpo-about-hex {
  0%, 100% { transform: translate3d(0,0,0) rotate(0deg); }
  50% { transform: translate3d(0,-20px,0) rotate(5deg); }
}

.page-id-13 .mkt-dpo-v2 .mkt-dpo-audience { position: relative; height: 430px; min-height: 0; padding: 0; overflow: hidden; background: var(--dpo-bg); }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-audience::after { content: none; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-audience__grid { position: relative; z-index: 1; height: 346px; grid-template-columns: repeat(4, 285px); gap: 20px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-audience-card { position: relative; height: 346px; min-height: 0; margin: 0; padding: 20px; border: 2px solid #38373a; border-radius: 20px; background: rgba(41,41,45,.5); }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-audience-card h3 { min-height: 72px; margin: 0; color: #fff; font-family: Rubik, Arial, sans-serif; font-size: 24px; font-weight: 500; line-height: 24px; letter-spacing: 0; text-transform: none; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-audience-card p { position: absolute; top: 105px; right: 20px; left: 20px; margin: 0; color: #aaa; font-family: Rubik, Arial, sans-serif; font-size: 16px; font-weight: 400; line-height: 19px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-audience-decor { position: absolute; z-index: 2; margin: 0; pointer-events: none; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-audience-decor img { display: block; width: 100%; height: auto; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-audience-decor--yellow { top: 78px; left: calc(50% + 556px); width: 145px; animation: mkt-dpo-about-star 6s ease-in-out infinite; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-audience-decor--purple { top: 181px; left: calc(50% - 432px); width: 190px; animation: mkt-dpo-about-hex 12s ease-in-out infinite; }

.page-id-13 .mkt-dpo-v2 .mkt-dpo-benefits { position: relative; height: 510px; min-height: 0; padding: 0; overflow: hidden; background: var(--dpo-bg); }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-benefits__grid { position: relative; z-index: 1; height: 593px; display: block; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-benefits__grid::before,
.page-id-13 .mkt-dpo-v2 .mkt-dpo-benefits__grid::after { content: ''; position: absolute; z-index: 0; width: 346px; height: 346px; border-radius: 50%; opacity: .06; pointer-events: none; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-benefits__grid::before { top: 133px; left: 34px; background: #4abd55; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-benefits__grid::after { top: 22px; left: 942px; background: #a919d4; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-benefit { position: absolute; z-index: 1; margin: 0; padding: 20px; border: 2px solid #38373a; border-radius: 20px; background: rgba(41,41,45,.5); }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-benefit::before { content: none; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-benefit h3 { margin: 0 0 19px; color: #fff; font-family: Rubik, Arial, sans-serif; font-size: 24px; font-weight: 500; line-height: 24px; letter-spacing: 0; text-transform: none; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-benefit p { max-width: 342px; margin: 0; color: rgba(255,255,255,.6); font-family: Rubik, Arial, sans-serif; font-size: 16px; font-weight: 400; line-height: 19px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-benefit--diploma { top: 0; left: 0; width: 386px; height: 400px; border-color: #6fd376; background: #48c151; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-benefit--career { top: 0; left: 408px; width: 387px; height: 191px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-benefit--community { top: 0; left: 816px; width: 386px; height: 220px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-benefit--profession { top: 211px; left: 408px; width: 385px; height: 188px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-benefit--format { top: 240px; left: 814px; width: 386px; height: 160px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-benefit__logo { position: absolute; bottom: 20px; left: 20px; width: 125px; height: 124px; margin: 0; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-benefit__logo img { display: block; width: 100%; height: 100%; object-fit: contain; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-benefits__decor { position: absolute; z-index: 2; margin: 0; pointer-events: none; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-benefits__decor img { display: block; width: 100%; height: auto; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-benefits__decor--green { top: 100px; left: -100px; width: 200px; animation: mkt-dpo-about-star 6s ease-in-out infinite; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-benefits__decor--purple { top: -49px; left: 1042px; width: 507px; animation: mkt-dpo-about-hex 12s ease-in-out infinite; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-benefit-actions { position: absolute; z-index: 3; top: 447px; left: calc(50% - 212.5px); width: 440px; gap: 40px; margin: 0; align-items: center; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-benefit-actions .wp-block-buttons,
.page-id-13 .mkt-dpo-v2 .mkt-dpo-benefit-actions .wp-block-button { width: 220px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-benefit-actions .wp-block-button__link { width: 220px; min-height: 55px; border-radius: 10px; background: linear-gradient(119.88deg,#9748ff 0%,#400b9c 100%); font-family: Rubik, Arial, sans-serif; font-size: 16px; font-weight: 400; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-benefit-actions .wp-block-button__link:hover { background: linear-gradient(90deg,#400b9c 0%,#9748ff 100%); }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-benefit-actions p { width: 179px; margin: 0; color: rgba(255,255,255,.5); font-family: Rubik, Arial, sans-serif; font-size: 16px; line-height: 25px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-benefit-actions p a { text-decoration: underline; text-underline-offset: 2px; }

.page-id-13 .mkt-dpo-v2 .mkt-dpo-stats { position: relative; height: 425px; padding: 0; overflow: hidden; background: var(--dpo-bg); }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-stats__inner { position: relative; height: 425px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-stats-card { position: absolute; z-index: 1; margin: 0; border: 2px solid #38373a; border-radius: 20px; background: rgba(41,41,45,.5); }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-stats-card--summary { top: 0; left: 0; width: 590px; height: 333px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-stats-card--date { top: -1px; left: 610px; width: 590px; height: 157px; border-color: #68cc6f; background: #48c151; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-stats-card--duration { top: 176px; left: 610px; width: 590px; height: 157px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-stat-row { position: absolute; left: 0; width: 100%; height: 83px; margin: 0; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-stat-row--time { top: 0; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-stat-row--lessons { top: 83px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-stat-row--hours { top: 166px; height: 136px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-stat-row figure { position: absolute; top: 41px; left: 40px; width: 45px; height: 44px; margin: 0; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-stat-row--lessons figure { left: 44px; width: 36px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-stat-row--hours figure { top: 43px; left: 40px; width: 42px; height: 41px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-stat-row figure img { display: block; width: 100%; height: 100%; object-fit: contain; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-stat-row p { position: absolute; left: 105px; margin: 0; padding: 0; border: 0; border-radius: 0; background: transparent; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-stat-label { top: 35px; color: rgba(255,255,255,.5); font-size: 16px; line-height: 25px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-stat-value { top: 63px; color: #fff; font-size: 24px; font-weight: 500; line-height: 29px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-stat-row--lessons .mkt-dpo-stat-label { top: 35px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-stat-row--lessons .mkt-dpo-stat-value { top: 63px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-stat-row--hours .mkt-dpo-stat-label { top: 35px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-stat-row--hours .mkt-dpo-stat-value { top: 63px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-stat-detail { top: 95px; width: 295px; color: #fff; font-size: 16px; line-height: 19px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-stats-card--date h3 { position: absolute; top: 65px; left: 40px; margin: 0; color: #fff; font-size: 24px; font-weight: 500; line-height: 24px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-stats-card--date p { position: absolute; top: 49px; right: 12px; width: 175px; margin: 0; color: #fff; font-family: Geometria, Arial, sans-serif; font-size: 16px; line-height: 25px; text-align: center; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-stats-card--duration h3 { position: absolute; top: 48px; left: 40px; margin: 0; color: #fff; font-size: 24px; font-weight: 500; line-height: 29px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-stat-number { position: absolute; top: 13px; right: 40px; margin: 0; color: #fff; font-size: 84px; font-weight: 600; line-height: 84px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-stat-months { position: absolute; right: 32px; bottom: 20px; margin: 0; color: #fff; font-size: 24px; font-weight: 500; line-height: 24px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-stats-decor { position: absolute; z-index: 2; margin: 0; pointer-events: none; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-stats-decor img { display: block; width: 100%; height: auto; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-stats-decor--triangle { top: 108px; left: -63px; width: 125px; height: 135px; animation: mkt-dpo-about-hex 12s ease-in-out infinite; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-stats-decor--star { top: -135px; left: 1015px; width: 316px; height: 315px; animation: mkt-dpo-about-star 6s ease-in-out infinite; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-stats__request { position: absolute; z-index: 3; top: 386px; left: 50%; width: 285px; margin: 0; color: rgba(255,255,255,.5); font-size: 16px; line-height: 25px; text-align: center; transform: translateX(-50%); }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-stats__request a { text-decoration: underline; text-underline-offset: 2px; }

.page-id-13 .mkt-dpo-v2 .mkt-dpo-program { height: auto; min-height: 0; padding: 30px 0 0; background: var(--dpo-bg); }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-modules { grid-template-columns: repeat(2,560px); column-gap: 40px; row-gap: 0; padding-inline: 20px; box-sizing: border-box; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-modules details { min-height: 0; margin: 0; border: 0; border-top: 1px solid #4a4a4a; border-radius: 0; background: transparent; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-modules details:nth-child(-n+2) { border-top: 0; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-modules summary { min-height: 0; padding: 27px 50px 27px 0; color: #f5f5f5; font-family: Geometria, Arial, sans-serif; font-size: 24px; font-weight: 500; line-height: 1.35; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-modules summary:focus { outline: 0; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-modules summary::after { content: ''; right: 0; width: 40px; height: 40px; border-radius: 50%; background: #5f21bf; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-modules summary::before { content: ''; position: absolute; z-index: 2; top: 50%; right: 8px; width: 24px; height: 24px; background: linear-gradient(#fff,#fff) center / 1px 24px no-repeat, linear-gradient(#fff,#fff) center / 24px 1px no-repeat; transform: translateY(-50%); transition: transform .3s ease-in-out; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-modules details[open] summary::before { transform: translateY(-50%) rotate(-45deg); }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-modules details > p { margin: 0; padding: 0 50px 20px 0; color: #fff; font-family: Geometria, Arial, sans-serif; font-size: 16px; line-height: 1.55; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-download { height: 50px; min-height: 0; padding: 0; background: #1d1d1d; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-download p { margin: 0; color: #fff; font: 400 16px/25px Rubik, Arial, sans-serif; text-transform: none; opacity: .5; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-download a { padding-bottom: 1px; border-bottom: 1px solid #fff; color: #fff; text-decoration: none; }

.page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section { width: min(1200px, calc(100% - 48px)); max-width: 1200px; min-height: 0; margin: 0 auto !important; grid-template-columns: .9fr 1.1fr; gap: 55px; border-radius: 0; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--main { height: 410px; padding: 54px 70px; background-image: linear-gradient(100deg,rgba(40,20,80,.82),rgba(64,25,128,.48)),url('assets/dpo/dpo-form-main.webp'); }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--corp { position: relative; display: block; width: 100%; max-width: none; height: 485px; margin: 0 !important; padding: 0; overflow: hidden; border-radius: 0; background: var(--dpo-bg); }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--book { height: 500px; padding: 70px; background-image: linear-gradient(100deg,rgba(40,20,80,.86),rgba(64,25,128,.52)),url('assets/dpo/dpo-form-book.webp'); }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section h2 { margin: 0 0 22px; font-size: 40px; line-height: 1.05; text-transform: uppercase; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section .mkt-dpo-form-copy > p { margin: 0; color: #fff; font-size: 16px; }
.page-id-13 .mkt-dpo-v2 .mkt-lead-form { padding: 26px 28px; border-radius: 18px; background: rgba(21,14,30,.82); }
.page-id-13 .mkt-dpo-v2 .mkt-lead-form h3 { margin-bottom: 16px; font-size: 20px; }
.page-id-13 .mkt-dpo-v2 .mkt-form-grid { gap: 10px 14px; }
.page-id-13 .mkt-dpo-v2 .mkt-form-field input { min-height: 36px; }
.page-id-13 .mkt-dpo-v2 .mkt-form-field label { font-size: 11px; }
.page-id-13 .mkt-dpo-v2 .mkt-form-submit { margin: 0; }
.page-id-13 .mkt-dpo-v2 .mkt-button { width: 220px; max-width: 100%; min-height: 55px; }

.page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--main {
  position: relative;
  display: block;
  width: min(1200px, calc(100% - 48px));
  height: 352px;
  margin: 60px auto -2px !important;
  padding: 0;
  overflow: hidden;
  border: 2px solid #38373a;
  border-radius: 20px;
  box-sizing: border-box;
  background: #1b1919 url('assets/dpo/dpo-form-main.webp') center / cover no-repeat;
}
.page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--main .mkt-dpo-form-copy { position: absolute; top: 22px; left: 38px; width: 560px; height: 104px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--main .mkt-dpo-form-copy h2 { width: 560px; height: 65px; margin: 0; color: #fff; font: 600 42px/65px Rubik, Arial, sans-serif; text-transform: none; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--main .mkt-dpo-form-copy > p { position: absolute; top: 66px; left: 0; width: 283px; margin: 0; color: #fff; font: 400 16px/19px Rubik, Arial, sans-serif; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--main .mkt-lead-form { position: absolute; top: 22px; left: 638px; width: 520px; height: 296px; min-height: 0; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; backdrop-filter: none; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--main .mkt-lead-form h3 { display: none; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--main .mkt-form-grid { position: relative; display: block; width: 520px; height: 296px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--main .mkt-form-field { position: absolute; left: 0; width: 520px; height: 50px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--main .mkt-form-field:nth-of-type(1) { top: 0; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--main .mkt-form-field:nth-of-type(2) { top: 70px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--main .mkt-form-field:nth-of-type(3) { top: 140px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--main .mkt-form-field label { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; border: 0; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--main .mkt-form-field input { width: 520px; height: 50px; min-height: 50px; padding: 0; border: 0; border-bottom: 1px solid #949494; border-radius: 0; box-sizing: border-box; color: #949494; background: transparent; font: 400 16px/21.28px Geometria, Arial, sans-serif; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--main .mkt-form-field input::placeholder { color: #949494; opacity: .5; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--main .mkt-form-field input:focus { outline: 0; border-bottom-color: #9748ff; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--main .mkt-form-submit { position: absolute; top: 210px; left: 0; width: 520px; height: 55px; margin: 0; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--main .mkt-form-submit button { width: 220px; height: 55px; min-height: 55px; padding: 0 15px; border: 0; border-radius: 10px; color: #fff; background: linear-gradient(140.04deg,#9748ff 0%,#400b9c 100%); font: 400 16px Rubik, Arial, sans-serif; text-transform: none; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--main .mkt-form-submit button:hover,
.page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--main .mkt-form-submit button:focus-visible { background: linear-gradient(90deg,#400b9c 0%,#9748ff 100%); outline: 2px solid rgba(255,255,255,.65); outline-offset: 2px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--main .mkt-form-consent { position: absolute; top: 280px; left: 0; width: 520px; height: 16px; margin: 0; color: #949494; font: 400 13px/16px Rubik, Arial, sans-serif; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--main .mkt-form-consent a { color: #949494; text-decoration: underline; text-underline-offset: 1px; }

.page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--corp::before { content: ''; position: absolute; z-index: 1; top: 37px; left: calc(50% - 786px); width: 488px; height: 488px; border-radius: 50%; background: #a919d4; opacity: .04; pointer-events: none; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-corp-card { position: absolute; z-index: 2; top: 120px; left: 50%; width: min(1200px, calc(100% - 48px)); max-width: 1200px; height: 358px; margin: 0 !important; padding: 0; overflow: hidden; border: 2px solid #38373a; border-radius: 20px; background: #1b1919 url('assets/dpo/dpo-form-corp.webp') center / cover no-repeat; transform: translateX(-50%); }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--corp .mkt-dpo-form-copy { position: absolute; top: 29px; left: 38px; width: 560px; height: 149px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--corp .mkt-dpo-form-copy h2 { width: 560px; height: 100px; margin: 0; color: #fff; font: 600 42px/50px Rubik, Arial, sans-serif; text-transform: none; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--corp .mkt-dpo-form-copy > p { position: absolute; top: 111px; left: 0; width: 275px; height: 38px; margin: 0; color: rgba(255,255,255,.6); font: 400 16px/19px Rubik, Arial, sans-serif; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--corp .mkt-lead-form { position: absolute; top: 22px; right: auto; bottom: auto; left: 638px; width: 520px; height: 296px; min-height: 0; margin: 0; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; backdrop-filter: none; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--corp .mkt-lead-form h3 { display: none; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--corp .mkt-form-grid { position: relative; display: block; width: 520px; height: 296px; margin: 0; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--corp .mkt-form-field { position: absolute; left: 0; width: 520px; height: 50px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--corp .mkt-form-field:nth-of-type(1) { top: 0; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--corp .mkt-form-field:nth-of-type(2) { top: 70px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--corp .mkt-form-field:nth-of-type(3) { top: 140px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--corp .mkt-form-field label { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; border: 0; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--corp .mkt-form-field input { width: 520px; height: 50px; min-height: 50px; padding: 0; border: 0; border-bottom: 1px solid #949494; border-radius: 0; box-sizing: border-box; color: #949494; background: transparent; font: 400 16px/21.28px Geometria, Arial, sans-serif; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--corp .mkt-form-field input::placeholder { color: #949494; opacity: .5; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--corp .mkt-form-field input:focus { outline: 0; border-bottom-color: #9748ff; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--corp .mkt-form-submit { position: absolute; top: 210px; left: 0; width: 520px; height: 55px; margin: 0; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--corp .mkt-form-submit button { display: block; width: 220px; height: 55px; min-height: 55px; margin: 0; padding: 0 15px; border: 0; border-radius: 10px; color: #fff; background: linear-gradient(140.04deg,#9748ff 0%,#400b9c 100%); font: 400 16px/55px Rubik, Arial, sans-serif; text-transform: none; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--corp .mkt-form-submit button:hover,
.page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--corp .mkt-form-submit button:focus-visible { background: linear-gradient(90deg,#400b9c 0%,#9748ff 100%); outline: 2px solid rgba(255,255,255,.65); outline-offset: 2px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--corp .mkt-form-consent { position: absolute; top: 280px; left: 0; width: 520px; height: 16px; margin: 0; color: #949494; font: 400 13px/16px Rubik, Arial, sans-serif; white-space: nowrap; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--corp .mkt-form-consent a { color: #949494; text-decoration: underline; text-underline-offset: 1px; }

/* Course booking card: native Gutenberg reconstruction of Tilda block rec862094270. */
.page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--book {
  position: relative;
  display: block;
  width: 100%;
  max-width: none;
  height: 500px;
  margin: 0 !important;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: var(--dpo-bg);
}
.page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--book::before,
.page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--book::after {
  content: '';
  position: absolute;
  top: 47px;
  width: 488px;
  height: 488px;
  border-radius: 50%;
  background: #a919d4;
  opacity: .04;
  pointer-events: none;
}
.page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--book::before { left: calc(50% - 646px); }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--book::after { left: calc(50% - 786px); }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-book-card {
  position: absolute;
  z-index: 1;
  top: 120px;
  left: 50%;
  width: min(1200px, calc(100% - 48px));
  max-width: 1200px;
  height: 377px;
  margin: 0 !important;
  padding: 0;
  overflow: hidden;
  border: 2px solid #38373a;
  border-radius: 20px;
  box-sizing: border-box;
  background: #292929 url('assets/dpo/dpo-form-book.webp') center / cover no-repeat;
  transform: translateX(-50%);
}
.page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--book .mkt-dpo-form-copy {
  position: absolute;
  top: 29px;
  left: 38px;
  width: 560px;
  height: 149px;
}
.page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--book .mkt-dpo-form-copy h2 {
  width: 560px;
  height: 100px;
  margin: 0;
  color: #fff;
  font: 600 42px/50px Rubik, Arial, sans-serif;
  text-transform: none;
}
.page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--book .mkt-dpo-form-copy > p {
  position: absolute;
  top: 111px;
  left: 0;
  width: 560px;
  max-width: none;
  height: 38px;
  margin: 0;
  color: rgba(255,255,255,.6);
  font: 400 16px/19px Rubik, Arial, sans-serif;
}
.page-id-13 .mkt-dpo-v2 .mkt-dpo-book-facts { position: absolute; top: 199px; left: 38px; width: 423px; height: 105px; margin: 0; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-book-fact {
  position: absolute;
  top: 0;
  height: 105px;
  margin: 0;
  padding: 0;
  border: 2px solid rgba(255,255,255,.1);
  border-radius: 20px;
  box-sizing: border-box;
  background: rgba(255,255,255,.1);
}
.page-id-13 .mkt-dpo-v2 .mkt-dpo-book-fact--start { left: 0; width: 156px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-book-fact--price { left: 170px; width: 253px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-book-fact p { position: absolute; left: 18px; margin: 0; color: #fff; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-book-fact__label { top: 16px; font: 400 16px/16px Rubik, Arial, sans-serif; opacity: .5; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-book-fact__value { top: 39px; width: 125px; font: 400 16px/17px Geometria, Arial, sans-serif; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-book-fact__price { top: 39px; width: 180px; font: 500 24px/24px Rubik, Arial, sans-serif; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-book-fact__note { top: 71px; width: 221px; font: 400 16px/16px Geometria, Arial, sans-serif; opacity: .5; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--book .mkt-lead-form {
  position: absolute;
  top: 22px;
  left: 638px;
  width: 520px;
  height: 296px;
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}
.page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--book .mkt-lead-form h3 { display: none; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--book .mkt-form-grid { position: relative; display: block; width: 520px; height: 296px; margin: 0; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--book .mkt-form-field { position: absolute; left: 0; width: 520px; height: 50px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--book .mkt-form-field:nth-of-type(1) { top: 0; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--book .mkt-form-field:nth-of-type(2) { top: 70px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--book .mkt-form-field:nth-of-type(3) { top: 140px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--book .mkt-form-field label { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; border: 0; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--book .mkt-form-field input { width: 520px; height: 50px; min-height: 50px; padding: 0; border: 0; border-bottom: 1px solid #949494; border-radius: 0; box-sizing: border-box; color: #949494; background: transparent; font: 400 16px/21.28px Geometria, Arial, sans-serif; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--book .mkt-form-field input::placeholder { color: #949494; opacity: .5; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--book .mkt-form-field input:focus { outline: 0; border-bottom-color: #9748ff; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--book .mkt-form-submit { position: absolute; top: 210px; left: 0; width: 520px; height: 55px; margin: 0; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--book .mkt-form-submit button { display: block; width: 220px; height: 55px; min-height: 55px; margin: 0; padding: 0 15px; border: 0; border-radius: 10px; color: #fff; background: linear-gradient(140.04deg,#9748ff 0%,#400b9c 100%); font: 400 16px/55px Rubik, Arial, sans-serif; text-transform: none; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--book .mkt-form-submit button:hover,
.page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--book .mkt-form-submit button:focus-visible { background: linear-gradient(90deg,#400b9c 0%,#9748ff 100%); outline: 2px solid rgba(255,255,255,.65); outline-offset: 2px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--book .mkt-form-consent { position: absolute; top: 280px; left: 0; width: 520px; height: 16px; margin: 0; color: #949494; font: 400 13px/16px Rubik, Arial, sans-serif; white-space: nowrap; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--book .mkt-form-consent a { color: #949494; text-decoration: underline; text-underline-offset: 1px; }

.page-id-13 .mkt-dpo-v2 .mkt-dpo-compare { position: relative; height: 565px; min-height: 0; padding: 0; overflow: hidden; background: var(--dpo-bg); }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-compare__table { position: relative; z-index: 1; width: min(1200px, calc(100% - 48px)); max-width: 1200px; height: 460px; margin: 0 auto; display: grid; grid-template-columns: repeat(4,285px); grid-template-rows: repeat(2,220px); gap: 20px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-compare-card { position: relative; width: 285px; height: 220px; min-height: 0; padding: 0; overflow: hidden; border: 2px solid #38373a; border-radius: 20px; background: rgba(41,41,45,.5); }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-compare-card--bad { border-color: rgba(56,55,58,.5); background: transparent; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-compare-card h3 { position: absolute; top: 20px; left: 18px; width: 245px; min-height: 0; margin: 0; color: #fff; font: 500 24px/24px Rubik, Arial, sans-serif; letter-spacing: 0; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-compare-card--bad h3 { opacity: .3; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-compare-card--1 h3 { width: 218px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-compare-card--4 h3 { width: 221px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-compare-card--8 h3 { width: 231px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-compare-card__icon { position: absolute; top: 164px; left: 18px; width: 35px; height: 34px; margin: 0; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-compare-card__icon img { display: block; width: 100%; height: 100%; object-fit: contain; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-compare-decor { position: absolute; z-index: 2; margin: 0; pointer-events: none; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-compare-decor img { display: block; width: 100%; height: 100%; object-fit: contain; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-compare-decor--large { top: -38px; left: calc(50% + 520px); width: 155px; height: 153px; animation: mkt-dpo-compare-float 8s ease-in-out infinite; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-compare-decor--small { top: 419px; left: calc(50% + 220px); width: 77px; height: 77px; }
@keyframes mkt-dpo-compare-float {
  0%, 100% { transform: translate3d(0,0,0); }
  50% { transform: translate3d(0,-10px,0); }
}
.page-id-13 .mkt-dpo-v2 .mkt-dpo-compare-actions { position: absolute; z-index: 3; top: 507px; left: calc(50% - 600px + 388px); width: 423px; height: 55px; margin: 0; display: flex; align-items: center; gap: 40px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-compare-actions .wp-block-buttons { width: 220px; margin: 0; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-compare-actions .wp-block-button,
.page-id-13 .mkt-dpo-v2 .mkt-dpo-compare-actions .wp-block-button__link { width: 220px; height: 55px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-compare-actions .wp-block-button__link { display: grid; place-items: center; padding: 0 15px; border: 0; border-radius: 10px; color: #fff; background: linear-gradient(140.04deg,#9748ff 0%,#400b9c 100%); font: 400 16px/55px Rubik, Arial, sans-serif; text-transform: none; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-compare-actions .wp-block-button__link:hover,
.page-id-13 .mkt-dpo-v2 .mkt-dpo-compare-actions .wp-block-button__link:focus-visible { background: linear-gradient(90deg,#400b9c 0%,#9748ff 100%); outline: 2px solid rgba(255,255,255,.65); outline-offset: 2px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-compare-actions p { width: 163px; margin: 0; color: rgba(255,255,255,.5); font: 400 16px/25px Rubik, Arial, sans-serif; white-space: nowrap; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-compare-actions p a { color: inherit; text-decoration: underline; text-underline-offset: 1px; }

.page-id-13 .mkt-dpo-v2 .mkt-dpo-partners { height: 140px; min-height: 0; padding: 0; background: var(--dpo-bg); }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-partners__logos { height: 100%; grid-template-columns: repeat(3,1fr); gap: 0; align-items: center; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-partners__logos figure { width: 200px; height: 100px; display: grid; place-items: center; margin: 0 auto; border: 0; border-radius: 0; background: transparent; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-partners__logos figure:nth-child(1) { width: 128px; height: 130px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-partners__logos figure:nth-child(2) { width: 211px; height: 57px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-partners__logos figure:nth-child(3) { width: 200px; height: 46px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-partners__logos img { width: 100%; height: 100%; max-height: 100%; object-fit: contain; filter: none; }

.page-id-13 .mkt-dpo-v2 .mkt-dpo-partners + .mkt-dpo-heading-band h2 { font: 600 42px/1.23 Geometria, Arial, sans-serif; text-align: center; transform: translateY(27px); }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-reviews { position: relative; height: 665px; min-height: 0; padding: 0; overflow: visible; isolation: isolate; background: var(--dpo-bg); }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-reviews::before,
.page-id-13 .mkt-dpo-v2 .mkt-dpo-reviews::after { content: ''; position: absolute; z-index: 1; display: block; margin: 0; background-position: center; background-repeat: no-repeat; background-size: contain; pointer-events: none; will-change: transform; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-reviews::before { top: 86px; left: calc(50% - 878px); width: 540px; height: 490px; background-image: url('assets/dpo/dpo-reviews-decor-purple.png'); animation: mkt-dpo-reviews-float 10s ease-in-out infinite; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-reviews::after { top: 425px; left: calc(50% + 367px); width: 203px; height: 202px; background-image: url('assets/dpo/dpo-reviews-decor-yellow.png'); animation: mkt-dpo-reviews-rotate 6s ease-in-out infinite; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-reviews__grid { position: relative; z-index: 2; width: min(1160px, calc(100% - 40px)); max-width: 1160px; margin-inline: auto; padding-top: 3px; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 19px; align-items: start; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-review-col { display: flex; min-width: 0; flex-direction: column; gap: 19px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-review-col figure { display: grid; place-items: center; margin: 0; padding: 20px; overflow: hidden; box-sizing: border-box; border-radius: 30px; background: #38373a; box-shadow: none; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-review-col figure:nth-child(n) { margin-top: 0; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-review-col figure a { display: block; width: 100%; line-height: 0; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-review-col img { display: block; width: 100%; height: auto; border-radius: 10px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-review-col:nth-child(1) figure:nth-child(1) { aspect-ratio: 278 / 191; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-review-col:nth-child(1) figure:nth-child(2) { aspect-ratio: 277 / 151; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-review-col:nth-child(1) figure:nth-child(3) { aspect-ratio: 276 / 240; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-review-col:nth-child(2) figure:nth-child(1) { aspect-ratio: 277 / 281; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-review-col:nth-child(2) figure:nth-child(2) { aspect-ratio: 276 / 211; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-review-col:nth-child(3) figure:nth-child(1) { aspect-ratio: 276 / 183; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-review-col:nth-child(3) figure:nth-child(2) { aspect-ratio: 275 / 191; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-review-col:nth-child(3) figure:nth-child(3) { aspect-ratio: 275 / 246; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-review-col:nth-child(4) figure:nth-child(1) { aspect-ratio: 275 / 122; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-review-col:nth-child(4) figure:nth-child(2) { aspect-ratio: 275 / 251; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-reviews.is-motion-ready .mkt-dpo-review-col figure { opacity: 0; transition: opacity 1s ease; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-reviews.is-motion-ready .mkt-dpo-review-col figure.is-visible { opacity: 1; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-review-col:nth-child(1) figure:nth-child(2),
.page-id-13 .mkt-dpo-v2 .mkt-dpo-review-col:nth-child(3) figure:nth-child(2),
.page-id-13 .mkt-dpo-v2 .mkt-dpo-review-col:nth-child(4) figure:nth-child(1) { transition-delay: .3s; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-review-col:nth-child(1) figure:nth-child(3),
.page-id-13 .mkt-dpo-v2 .mkt-dpo-review-col:nth-child(3) figure:nth-child(1) { transition-delay: .2s; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-review-col:nth-child(2) figure,
.page-id-13 .mkt-dpo-v2 .mkt-dpo-review-col:nth-child(3) figure:nth-child(3) { transition-delay: .1s; }

@keyframes mkt-dpo-reviews-float {
  0%, 100% { transform: translate3d(0,0,0); }
  50% { transform: translate3d(0,-20px,0); }
}
@keyframes mkt-dpo-reviews-rotate {
  0%, 100% { transform: rotate(0deg); }
  50% { transform: rotate(10deg); }
}

.page-id-13 .mkt-dpo-v2 .mkt-dpo-heading-band--speakers h2 { width: min(960px, calc(100% - 48px)); max-width: 960px; font: 600 42px/1.23 Geometria, Arial, sans-serif; text-align: center; transform: translateY(27px); }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-speakers { position: relative; height: 1595px; min-height: 0; padding: 0; overflow: visible; background: var(--dpo-bg); }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-speakers::after { display: none; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-speakers__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 386px 385px 385px; grid-auto-rows: 515px; gap: 20px 22px; width: 1200px; max-width: calc(100% - 48px); margin: 0 auto; padding: 0; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-speaker,
.page-id-13 .mkt-dpo-v2 .mkt-dpo-speaker-intro { position: relative; width: 100%; height: 515px; min-width: 0; min-height: 0; margin: 0; padding: 0; overflow: hidden; box-sizing: border-box; border-radius: 20px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-speaker-intro { border: 2px solid transparent; background: url('assets/dpo/dpo-speaker-intro-original.png') center / cover no-repeat, linear-gradient(129.96deg,#9748ff 0%,#400b9c 100%); }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-speaker-intro .mkt-dpo-speaker-intro__copy { position: absolute; z-index: 2; top: 36px; left: 38px; width: 307px; margin: 0; color: #fff; font: 500 24px/29px Arial, sans-serif; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-speaker-intro__copy mark { display: inline; padding: 0; color: #5f21bf; background: #fff; box-shadow: -2px 0 0 #fff, 2px 0 0 #fff; box-decoration-break: clone; -webkit-box-decoration-break: clone; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-speaker { margin-top: 2px; border: 2px solid #38373a; background: rgba(41,41,45,.5); }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-speaker__photo { position: absolute; top: 38px; left: 38px; width: 120px; height: 120px; margin: 0; overflow: hidden; border-radius: 20px; background: #312640; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-speaker__photo img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-speaker .mkt-dpo-speaker__name { position: absolute; top: 64px; left: 178px; width: 153px; margin: 0; color: #fff; font: 500 24px/29px Arial, sans-serif; text-transform: none; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-speaker__bio { position: absolute; top: 190px; left: 59px; width: 301px; margin: 0; padding: 0; color: rgba(255,255,255,.6); font: 400 16px/19px Arial, sans-serif; list-style: none; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-speaker__bio li { position: relative; width: 280px; margin: 0 0 14px; padding: 0; font: 400 16px/19px Arial, sans-serif; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-speaker--maria .mkt-dpo-speaker__bio li:nth-child(2) { width: 301px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-speaker--alexey .mkt-dpo-speaker__bio li:nth-child(1) { width: 291px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-speaker--alexey .mkt-dpo-speaker__bio li:nth-child(2),
.page-id-13 .mkt-dpo-v2 .mkt-dpo-speaker--albina .mkt-dpo-speaker__bio li:nth-child(1) { width: 300px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-speaker__bio li::before { content: ''; position: absolute; top: 6px; left: -21px; width: 8px; height: 8px; border-radius: 50%; background: #5f21bf; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-speaker__course { position: absolute; top: 305px; left: 38px; width: 305px; margin: 0; padding: 0; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-speaker--virta .mkt-dpo-speaker__course { top: 267px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-speaker--daria .mkt-dpo-speaker__course,
.page-id-13 .mkt-dpo-v2 .mkt-dpo-speaker--alexey .mkt-dpo-speaker__course,
.page-id-13 .mkt-dpo-v2 .mkt-dpo-speaker--albina .mkt-dpo-speaker__course { top: 286px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-speaker .mkt-dpo-speaker__label { width: 280px; margin: 0; color: rgba(255,255,255,.6); font: 400 16px/19px Arial, sans-serif; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-speaker .mkt-dpo-speaker__topic { width: 100%; max-width: none; margin: 16px 0 0; padding: 0; border: 0; color: #884ee2; font: 400 16px/19px Arial, sans-serif; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-speaker__actions { position: absolute; right: 38px; bottom: 38px; left: 38px; width: auto; height: 55px; margin: 0; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-speaker__button,
.page-id-13 .mkt-dpo-v2 .mkt-dpo-speaker__button .wp-block-button__link { display: block; width: 100%; height: 55px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-speaker__button .wp-block-button__link { padding: 0 15px; border: 0; border-radius: 10px; color: #fff; background: linear-gradient(140.04deg,#9748ff 0%,#400b9c 100%); font: 400 16px/55px Arial, sans-serif; text-align: center; text-decoration: none; box-sizing: border-box; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-speaker__button .wp-block-button__link:hover,
.page-id-13 .mkt-dpo-v2 .mkt-dpo-speaker__button .wp-block-button__link:focus-visible { background: linear-gradient(90deg,#400b9c 0%,#9748ff 100%); outline: 2px solid rgba(255,255,255,.65); outline-offset: 2px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-speakers__decor { position: absolute; z-index: 3; margin: 0; pointer-events: none; will-change: transform; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-speakers__decor img { display: block; width: 100%; height: 100%; object-fit: contain; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-speakers__decor--rotate { top: 381px; left: calc(50% - 600px + 939px); width: 241px; height: 236px; animation: mkt-dpo-speaker-rotate 10s ease-in-out infinite; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-speakers__decor--float { top: 918px; left: calc(50% - 600px - 101px); width: 125px; height: 125px; animation: mkt-dpo-speaker-float 8s ease-in-out infinite; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-speakers.is-motion-ready .mkt-dpo-speaker-intro,
.page-id-13 .mkt-dpo-v2 .mkt-dpo-speakers.is-motion-ready .mkt-dpo-speaker { opacity: 0; transform: translate3d(100px,0,0); transition: opacity 1s ease, transform 1s ease; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-speakers.is-motion-ready .mkt-dpo-speaker--maria { transition-delay: .2s; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-speakers.is-motion-ready .mkt-dpo-speaker--skazka { transition-delay: .3s; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-speakers.is-motion-ready .mkt-dpo-speaker--virta { transition-delay: .4s; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-speakers.is-motion-ready .mkt-dpo-speaker--daria { transition-delay: .5s; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-speakers.is-motion-ready .mkt-dpo-speaker--alexey { transition-delay: .6s; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-speakers.is-motion-ready .mkt-dpo-speaker--albina { transition-delay: .5s; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-speakers.is-motion-ready .mkt-dpo-speaker-intro.is-visible,
.page-id-13 .mkt-dpo-v2 .mkt-dpo-speakers.is-motion-ready .mkt-dpo-speaker.is-visible { opacity: 1; transform: translate3d(0,0,0); }

@keyframes mkt-dpo-speaker-rotate {
  0%, 100% { transform: rotate(0deg); }
  50% { transform: rotate(10deg); }
}
@keyframes mkt-dpo-speaker-float {
  0%, 100% { transform: translate3d(0,0,0); }
  50% { transform: translate3d(0,-10px,0); }
}

@media (prefers-reduced-motion: reduce) {
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-reviews::before,
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-reviews::after { animation: none; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-reviews.is-motion-ready .mkt-dpo-review-col figure { opacity: 1; transition: none; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-speakers__decor { animation: none; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-speakers.is-motion-ready .mkt-dpo-speaker-intro,
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-speakers.is-motion-ready .mkt-dpo-speaker { opacity: 1; transform: none; transition: none; }
}

.page-id-13 .mkt-dpo-v2 #faq.mkt-dpo-heading-band { position: relative; display: block; height: 157px; min-height: 0; padding: 0; background: var(--dpo-bg); }
.page-id-13 .mkt-dpo-v2 #faq.mkt-dpo-heading-band h2 { position: absolute; top: 80px; left: 50%; width: min(960px, calc(100% - 48px)); max-width: 960px; height: 52px; margin: 0; color: #fff; font: 600 42px/51.66px Geometria, Arial, sans-serif; text-align: center; text-transform: none; transform: translateX(-50%); }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-faq { height: auto; min-height: 310px; padding: 15px 0 0; box-sizing: border-box; background: var(--dpo-bg); }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-faq__items { display: grid; width: min(1160px, calc(100% - 48px)); max-width: 1160px; margin: 0 auto; padding: 0; grid-template-columns: repeat(2,minmax(0,560px)); column-gap: 40px; row-gap: 0; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-faq details { min-width: 0; min-height: 86px; margin: 0; padding: 0; border: 0; border-radius: 0; background: transparent; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-faq details:nth-child(n+3) { border-top: 1px solid #4a4a4a; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-faq details:nth-child(3),
.page-id-13 .mkt-dpo-v2 .mkt-dpo-faq details:nth-child(4) { min-height: 88px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-faq details:nth-child(5),
.page-id-13 .mkt-dpo-v2 .mkt-dpo-faq details:nth-child(6) { min-height: 121px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-faq summary { position: relative; display: flex; min-height: 86px; align-items: center; margin: 0; padding: 0 50px 0 0; box-sizing: border-box; color: #fff; cursor: pointer; font: 500 24px/32.4px Geometria, Arial, sans-serif; letter-spacing: 0; list-style: none; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-faq details:nth-child(3) summary,
.page-id-13 .mkt-dpo-v2 .mkt-dpo-faq details:nth-child(4) summary { min-height: 87px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-faq details:nth-child(5) summary,
.page-id-13 .mkt-dpo-v2 .mkt-dpo-faq details:nth-child(6) summary { min-height: 120px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-faq summary::-webkit-details-marker { display: none; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-faq summary::marker { content: ''; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-faq summary:focus { outline: 0; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-faq summary::after { content: ''; position: absolute; z-index: 1; top: 50%; right: 0; width: 40px; height: 40px; border-radius: 50%; background: #5f21bf; transform: translateY(-50%); transition: background-color .2s ease; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-faq summary::before { content: ''; position: absolute; z-index: 2; top: 50%; right: 8px; width: 24px; height: 24px; background: linear-gradient(#fff,#fff) center / 1px 24px no-repeat, linear-gradient(#fff,#fff) center / 24px 1px no-repeat; transform: translateY(-50%); transition: background-color .2s ease, transform .25s ease; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-faq summary:hover::after,
.page-id-13 .mkt-dpo-v2 .mkt-dpo-faq summary:focus-visible::after { background: #eee; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-faq summary:hover::before,
.page-id-13 .mkt-dpo-v2 .mkt-dpo-faq summary:focus-visible::before { background: linear-gradient(#222,#222) center / 1px 24px no-repeat, linear-gradient(#222,#222) center / 24px 1px no-repeat; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-faq details[open] summary::before { transform: translateY(-50%) rotate(45deg); }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-faq details > p { width: 100%; margin: 0; padding: 0 0 40px; color: #fff; font: 300 16px/24.8px Geometria, Arial, sans-serif; }

.page-id-13 .mkt-dpo-v2 .mkt-dpo-contact { height: 500px; min-height: 0; padding: 70px; background: linear-gradient(120deg,#5423a2,#1d1d1d 75%); }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-contact__legal { margin-top: 85px !important; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-footer { position: relative; height: 400px; min-height: 0; padding: 120px 0 0; overflow: hidden; box-sizing: border-box; background: #1d1d1d; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-footer__inner { position: relative; width: 1200px; max-width: calc(100% - 48px); height: 280px; margin: 0 auto; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-footer__inner::before { content: ''; position: absolute; z-index: 0; top: 100px; left: 236px; width: 728px; height: 345px; border-radius: 3000px; background: #a919d4; opacity: .06; pointer-events: none; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-footer p { margin: 0; color: #fff; font: 400 16px/19px Rubik, Arial, sans-serif; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-footer a { color: inherit; text-decoration: none; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-footer-card { position: absolute; z-index: 1; top: 0; height: 145px; margin: 0; padding: 0; overflow: hidden; box-sizing: border-box; border: 2px solid #38373a; border-radius: 20px; background: rgba(41,41,45,.5); }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-footer-payment { left: 0; width: 295px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-footer-payment figure { position: absolute; top: 100px; left: 18px; width: 168px; height: 20px; margin: 0; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-footer-payment img { display: block; width: 100%; height: 100%; object-fit: contain; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-footer-nav { left: 310px; width: 270px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-footer-nav p { position: absolute; width: 120px; height: 19px; margin: 0; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-footer-nav p:nth-child(1) { top: 21px; left: 18px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-footer-nav p:nth-child(2) { top: 55px; left: 18px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-footer-nav p:nth-child(3) { top: 89px; left: 18px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-footer-nav p:nth-child(4) { top: 21px; left: 158px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-footer-nav p:nth-child(5) { top: 55px; left: 158px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-footer-nav p:nth-child(6) { top: 89px; left: 158px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-footer-nav a:hover,
.page-id-13 .mkt-dpo-v2 .mkt-dpo-footer-nav a:focus-visible { color: #9748ff; outline: 0; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-footer-contacts { left: 595px; width: 312px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-footer-contacts p { position: absolute; left: 18px; margin: 0; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-footer-contacts__label { top: 21px; width: 245px; color: rgba(255,255,255,.5) !important; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-footer-contacts .mkt-dpo-footer-contacts__phone { top: 54px; width: 230px; font: 400 24px/29px Rubik, Arial, sans-serif; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-footer-contacts .mkt-dpo-footer-contacts__email { top: 87px; width: 275px; font: 400 24px/29px Rubik, Arial, sans-serif; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-footer-contacts a:hover,
.page-id-13 .mkt-dpo-v2 .mkt-dpo-footer-contacts a:focus-visible { color: #b874ff; outline: 0; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-footer-social { position: absolute; z-index: 1; top: 2px; left: 955px; width: 190px; height: 41px; margin: 0; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-footer-social figure { position: absolute; top: 0; width: 90px; height: 41px; margin: 0; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-footer-social__telegram { left: 0; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-footer-social__whatsapp { left: 100px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-footer-social a,
.page-id-13 .mkt-dpo-v2 .mkt-dpo-footer-social img { display: block; width: 100%; height: 100%; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-footer-social a { border-radius: 10px; transition: transform .2s ease, filter .2s ease; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-footer-social a:hover,
.page-id-13 .mkt-dpo-v2 .mkt-dpo-footer-social a:focus-visible { filter: brightness(1.12); outline: 2px solid rgba(255,255,255,.65); outline-offset: 2px; transform: translateY(-2px); }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-footer .mkt-dpo-footer-copy { position: absolute; z-index: 1; top: 59px; left: 957px; width: 245px; height: 34px; color: rgba(255,255,255,.5); font: 400 14px/17px Rubik, Arial, sans-serif; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-footer-legal { position: absolute; z-index: 1; top: 107px; left: 957px; width: 282px; height: 39px; margin: 0; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-footer-legal p { height: 17px; margin: 0 0 5px; color: rgba(255,255,255,.5); font: 400 14px/17px Rubik, Arial, sans-serif; white-space: nowrap; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-footer-legal a { border-bottom: 1px solid currentColor; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-footer-legal a:hover,
.page-id-13 .mkt-dpo-v2 .mkt-dpo-footer-legal a:focus-visible { color: #fff; outline: 0; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-footer-partners { position: absolute; z-index: 1; top: 0; left: 0; width: 346px; height: 239px; margin: 0; pointer-events: none; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-footer-partner { position: absolute; margin: 0; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-footer-partner img { display: block; width: 100%; height: 100%; object-fit: contain; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-footer-partner--umc { top: 175px; left: 0; width: 63px; height: 64px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-footer-partner--market { top: 193px; left: 103px; width: 105px; height: 29px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-footer-partner--skazka { top: 196px; left: 248px; width: 98px; height: 23px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-footer-madeby { position: absolute; z-index: 1; top: 201px; left: 958px; width: 225px; height: 14px; margin: 0; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-footer-madeby a,
.page-id-13 .mkt-dpo-v2 .mkt-dpo-footer-madeby img { display: block; width: 100%; height: 100%; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-footer.is-motion-ready .mkt-dpo-footer-payment,
.page-id-13 .mkt-dpo-v2 .mkt-dpo-footer.is-motion-ready .mkt-dpo-footer-nav,
.page-id-13 .mkt-dpo-v2 .mkt-dpo-footer.is-motion-ready .mkt-dpo-footer-contacts { opacity: 0; transform: translate3d(100px,0,0); transition: opacity 1s ease, transform 1s ease; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-footer.is-motion-ready .mkt-dpo-footer-nav { transition-delay: .2s; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-footer.is-motion-ready .mkt-dpo-footer-contacts { transition-delay: .3s; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-footer.is-motion-ready .mkt-dpo-footer-social,
.page-id-13 .mkt-dpo-v2 .mkt-dpo-footer.is-motion-ready .mkt-dpo-footer-copy,
.page-id-13 .mkt-dpo-v2 .mkt-dpo-footer.is-motion-ready .mkt-dpo-footer-legal,
.page-id-13 .mkt-dpo-v2 .mkt-dpo-footer.is-motion-ready .mkt-dpo-footer-partners { opacity: 0; transition: opacity 1s ease .4s; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-footer.is-motion-ready.is-visible .mkt-dpo-footer-payment,
.page-id-13 .mkt-dpo-v2 .mkt-dpo-footer.is-motion-ready.is-visible .mkt-dpo-footer-nav,
.page-id-13 .mkt-dpo-v2 .mkt-dpo-footer.is-motion-ready.is-visible .mkt-dpo-footer-contacts { opacity: 1; transform: translate3d(0,0,0); }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-footer.is-motion-ready.is-visible .mkt-dpo-footer-social,
.page-id-13 .mkt-dpo-v2 .mkt-dpo-footer.is-motion-ready.is-visible .mkt-dpo-footer-copy,
.page-id-13 .mkt-dpo-v2 .mkt-dpo-footer.is-motion-ready.is-visible .mkt-dpo-footer-legal,
.page-id-13 .mkt-dpo-v2 .mkt-dpo-footer.is-motion-ready.is-visible .mkt-dpo-footer-partners { opacity: 1; }

@media (max-width: 1199px) {
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--corp .mkt-dpo-form-copy { width: calc(50% - 58px); }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--corp .mkt-dpo-form-copy h2 { width: 100%; font-size: 38px; line-height: 46px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--corp .mkt-lead-form { left: calc(50% + 10px); width: calc(50% - 50px); }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--corp .mkt-form-grid,
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--corp .mkt-form-field,
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--corp .mkt-form-field input,
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--corp .mkt-form-submit,
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--corp .mkt-form-consent { width: 100%; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-compare__table { grid-template-columns: repeat(4,minmax(0,1fr)); }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-compare-card { width: auto; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-compare-card h3 { width: calc(100% - 36px); font-size: 21px; line-height: 22px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-compare-actions { left: calc(50% - 188px); }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-modules { width: min(960px, calc(100% - 48px)); grid-template-columns: repeat(2,minmax(0,1fr)); }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-audience { height: 431px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-audience__grid { height: 431px; grid-template-columns: repeat(2,1fr); grid-template-rows: 172px 238px; gap: 21px 20px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-audience-card { height: auto; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-audience-card h3 { min-height: 24px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-audience-card:nth-child(n+3) h3 { min-height: 48px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-audience-card p { top: 63px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-audience-card:nth-child(n+3) p { top: 88px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-audience-decor--yellow { top: 359px; left: calc(50% - 90px); width: 145px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-audience-decor--purple { top: 101px; left: calc(50% + 350px); width: 190px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-benefits { height: 690px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-heading-band--benefits h2 { max-width: 780px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-benefits__grid { width: min(960px, calc(100% - 48px)); height: 593px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-benefit--diploma { top: 0; left: 0; width: calc(50% - 10px); height: 345px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-benefit--career { top: 0; right: 0; left: auto; width: calc(50% - 11px); height: 197px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-benefit--profession { top: 218px; right: 0; left: auto; width: calc(50% - 11px); height: 183px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-benefit--community { top: 365px; left: 0; width: calc(50% - 13px); height: 228px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-benefit--format { top: 421px; right: 0; left: auto; width: calc(50% - 11px); height: 172px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-benefits__decor--green { top: 93px; left: -130px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-benefits__decor--purple { top: 32px; left: calc(50% + 257px); }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-benefits__grid::before { height: 115px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-benefits__grid::after { left: calc(100% - 158px); }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-benefit-actions { position: relative; top: auto; left: auto; margin: 32px auto 0; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-stats__inner { width: min(960px, calc(100% - 48px)); }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-stats-card--summary { width: 471px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-stats-card--date,
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-stats-card--duration { left: 490px; width: 470px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-stats-decor--triangle { left: -63px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-stats-decor--star { left: 805px; }
}

@media (max-width: 1000px) {
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--corp { height: 720px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-corp-card { top: 100px; height: 600px; background-position: left bottom; background-size: auto 200px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--corp .mkt-dpo-form-copy { top: 28px; left: 38px; width: calc(100% - 76px); }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--corp .mkt-dpo-form-copy h2 { width: 100%; font-size: 42px; line-height: 50px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--corp .mkt-lead-form { top: 180px; left: 38px; width: calc(100% - 76px); }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-compare { height: 1045px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-compare__table { height: 940px; grid-template-columns: repeat(2,minmax(0,1fr)); grid-template-rows: repeat(4,220px); }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-compare-actions { top: 987px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-compare-decor--large { left: calc(50% + 320px); }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-compare-decor--small { top: 899px; left: calc(50% + 170px); }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-modules { grid-template-columns: 1fr; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-modules details:nth-child(2) { border-top: 1px solid #4a4a4a; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-nav__links p { display: none; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-about__photo { width: calc(48% - 10px); }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-about__items { width: calc(52% - 10px); }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-decor--green-star { left: calc(48% - 40px); }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-decor--purple-hex { right: -38px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-speakers { height: auto; min-height: 0; padding: 0; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-speakers__grid { grid-template-columns: repeat(2,minmax(0,385px)); grid-auto-rows: 515px; gap: 20px 22px; justify-content: center; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-float--diploma { top: 89px; left: 59%; width: 280px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-float--duration { top: 226px; left: 79%; width: 131px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-float--online { top: 329px; left: 56%; width: 197px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-float--schedule { top: 459px; left: 69%; width: 165px; }
}

@media (max-width: 700px) {
  .page-id-13 .mkt-dpo-v2 { padding-top: 96px; }
  .page-id-13 .mkt-dpo-v2 .alignwide,
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-heading-band h2,
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-hero,
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section { width: calc(100% - 30px); }
  .page-id-13 .mkt-dpo-v2 h2 { font-size: 31px; overflow-wrap: anywhere; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-nav { top: 14px; min-height: 68px; padding: 8px 9px 8px 18px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-brand { max-width: 145px; font-size: 13px !important; line-height: 1.1; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-brand a { min-height: 44px; display: flex; align-items: center; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-nav__links { gap: 8px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-nav__links .wp-block-buttons { margin-left: 0; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-nav__links .wp-block-button__link { min-width: 112px; min-height: 46px; padding-inline: 14px; font-size: 11px; line-height: 46px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-hero { width: 100%; height: 650px; overflow: visible; border: 0; border-radius: 0; background: none; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-hero::before { content: ''; position: absolute; z-index: 0; inset: 0 20px; display: block; border: 2px solid #3a3645; border-radius: 40px; background: var(--dpo-bg) url('assets/dpo/dpo-hero.webp') center / cover no-repeat; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-hero__inner { z-index: 1; width: 100% !important; max-width: none !important; margin: 0 !important; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-support-label { top: 30px; left: 40px; width: auto; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-support { top: 0; left: 0; width: 100%; height: 130px; display: block; margin: 0 !important; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-support figure:nth-child(1) { position: absolute; top: 75px; left: 40px; width: 43px; height: 44px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-support figure:nth-child(2) { position: absolute; top: 86px; left: 113px; width: 95px; height: auto; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-support figure:nth-child(3) { position: absolute; top: 87px; left: 243px; width: 92px; height: auto; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-hero h1 { top: 217px; left: 40px; width: 267px; font-size: 25px; line-height: 1.2; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-hero__lead { top: 350px; left: 40px; width: 260px; font-size: 18px !important; line-height: 1.3; opacity: .7; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-hero__actions { top: 540px; left: 40px; right: 21px; display: flex; flex-direction: column; gap: 9px; align-items: stretch; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-hero__actions .wp-block-buttons,
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-hero__actions .wp-block-button,
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-hero__actions .wp-block-button__link { width: 100%; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-hero__actions .wp-block-button__link { min-height: 55px; padding-inline: 23px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-hero__actions p { text-align: center; opacity: .5; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-hero__motion { overflow: hidden; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-float--online { top: 144px; left: 35px; width: 115px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-float--diploma { top: 458px; left: 33px; width: 225px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-float--schedule { top: 447px; right: -29px; left: auto; width: 80px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-float--duration { display: none; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-heading-band,
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-heading-band--tall { height: auto; min-height: 130px; padding: 38px 0; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-about { height: auto; min-height: 930px; padding: 0 0 55px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-about__inner { height: auto; min-height: 875px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-about__photo { position: relative; top: 0; left: 0; width: 100%; height: 317px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-decor--green-star { top: 391px; right: -100px; left: auto; width: 236px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-decor--purple-hex { top: -137px; right: auto; left: -69px; width: 158px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-about__items { position: relative; top: auto; right: auto; width: 100%; margin-top: 20px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-numbered { min-height: 160px; margin-bottom: 10px; padding: 20px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-numbered h3 { font-size: 21px; line-height: 1.15; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-heading-band--audience h2 { text-align: center; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-audience { height: auto; padding: 0 0 55px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-audience::after { display: none; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-audience__grid { height: auto; grid-template-columns: 1fr; grid-template-rows: none; gap: 20px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-audience-card { height: auto; min-height: 0; padding: 20px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-audience-card h3,
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-audience-card:nth-child(n+3) h3 { min-height: 0; margin-bottom: 18px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-audience-card p,
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-audience-card:nth-child(n+3) p { position: static; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-audience-decor--yellow { top: 328px; right: -37px; left: auto; width: 106px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-audience-decor--purple { top: 694px; left: -37px; width: 106px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-heading-band--benefits { min-height: 230px; padding-block: 45px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-heading-band--benefits h2 { width: calc(100% - 40px); }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-benefits { height: 945px; padding: 0; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-benefits__grid { width: 100%; max-width: none; height: 788px; margin: 0; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-benefits__grid::before,
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-benefits__grid::after { display: none; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-benefit { right: auto; left: 10px; width: calc(100% - 20px); min-height: 0; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-benefit--diploma { top: 0; height: 150px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-benefit--career { top: 170px; height: 155px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-benefit--profession { top: 345px; height: 133px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-benefit--community { top: 498px; height: 133px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-benefit--format { top: 651px; height: 137px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-benefit h3 { margin-bottom: 19px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-benefit__logo { top: 14px; right: 20px; bottom: auto; left: auto; width: 87px; height: 87px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-benefits__decor--green { top: 75px; left: -130px; width: 200px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-benefits__decor--purple { top: 248px; left: calc(100% - 299px); width: 507px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-benefit-actions { position: absolute; top: 820px; left: 50%; width: 440px; margin: 0; transform: translateX(-50%); }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-benefit-actions .wp-block-button,
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-benefit-actions .wp-block-button__link { width: 100%; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-heading-band--program h2 { text-align: center; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-stats { height: 748px; padding: 0; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-stats__inner { width: 100%; max-width: none; height: 748px; margin: 0; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-stats-card--summary { top: 0; left: 10px; width: calc(100% - 20px); height: 331px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-stats-card--date { top: 351px; left: 10px; width: calc(100% - 20px); height: 155px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-stats-card--duration { top: 526px; left: 10px; width: calc(100% - 20px); height: 155px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-stats-decor--triangle { top: 108px; left: -63px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-stats-decor--star { top: 331px; left: calc(100% - 334px); }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-stats__request { top: 706px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-program { height: auto; padding: 45px 0; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-modules { grid-template-columns: 1fr; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-download { height: 56px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section { height: auto; min-height: 0; grid-template-columns: 1fr; gap: 30px; padding: 45px 20px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--main { display: block; width: calc(100% - 30px); height: 590px; margin: 30px auto 0 !important; padding: 28px 20px; border-radius: 20px; background-position: 23% center; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--main .mkt-dpo-form-copy { position: static; width: 100%; height: auto; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--main .mkt-dpo-form-copy h2 { width: 100%; height: auto; font-size: 31px; line-height: 1.1; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--main .mkt-dpo-form-copy > p { position: static; width: 100%; margin-top: 12px; font-size: 15px; line-height: 1.35; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--main .mkt-lead-form { position: static; width: 100%; height: 336px; margin-top: 30px; padding: 0; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--main .mkt-form-grid { width: 100%; height: 336px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--main .mkt-form-field { width: 100%; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--main .mkt-form-field input { width: 100%; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--main .mkt-form-submit { top: 210px; width: 100%; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--main .mkt-form-submit button { width: 100%; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--main .mkt-form-consent { top: 280px; width: 100%; height: auto; line-height: 1.35; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section h2 { font-size: 31px; }
  .page-id-13 .mkt-dpo-v2 .mkt-lead-form { padding: 23px 18px; }
  .page-id-13 .mkt-dpo-v2 .mkt-form-grid { grid-template-columns: 1fr; }
  .page-id-13 .mkt-dpo-v2 .mkt-form-field,
  .page-id-13 .mkt-dpo-v2 .mkt-form-submit,
  .page-id-13 .mkt-dpo-v2 .mkt-form-consent { grid-column: 1; }
  .page-id-13 .mkt-dpo-v2 .mkt-button { width: 100%; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--corp { display: block; width: 100% !important; max-width: none; height: 710px; margin: 0 !important; padding: 0; border-radius: 0; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--corp::before { display: none; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-corp-card { top: 60px; width: calc(100% - 30px); height: 630px; background-position: left bottom; background-size: auto 140px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--corp .mkt-dpo-form-copy { top: 26px; left: 18px; width: calc(100% - 36px); height: 134px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--corp .mkt-dpo-form-copy h2 { width: 100%; height: 74px; font-size: 31px; line-height: 37px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--corp .mkt-dpo-form-copy > p { top: 92px; width: 280px; height: 38px; font-size: 15px; line-height: 19px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--corp .mkt-lead-form { top: 168px; left: 18px; width: calc(100% - 36px); height: 330px; margin: 0; padding: 0; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--corp .mkt-form-grid { width: 100%; height: 330px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--corp .mkt-form-field,
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--corp .mkt-form-field input,
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--corp .mkt-form-submit,
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--corp .mkt-form-consent { width: 100%; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--corp .mkt-form-field:nth-of-type(2) { top: 65px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--corp .mkt-form-field:nth-of-type(3) { top: 130px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--corp .mkt-form-submit { top: 200px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--corp .mkt-form-submit button { width: 220px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--corp .mkt-form-consent { top: 270px; height: auto; white-space: normal; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-heading-band--compare h2 { font-size: 31px; line-height: 1.2; transform: none; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-compare { height: 1940px; padding: 0; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-compare__table { width: calc(100% - 30px); height: 1852px; grid-template-columns: 1fr; grid-template-rows: repeat(8,205px); gap: 14px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-compare-card { width: 100%; height: 205px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-compare-card h3 { top: 18px; left: 16px; width: calc(100% - 32px); font-size: 22px; line-height: 23px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-compare-card__icon { top: 149px; left: 16px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-compare-decor--large,
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-compare-decor--small { display: none; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-compare-actions { top: 1874px; left: 15px; width: calc(100% - 30px); height: 55px; justify-content: center; gap: 18px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-compare-actions .wp-block-buttons,
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-compare-actions .wp-block-button,
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-compare-actions .wp-block-button__link { width: 180px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-compare-actions p { width: auto; font-size: 13px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-partners { height: auto; padding: 25px 0; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-partners__logos { grid-template-columns: 1fr; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-partners__logos figure { height: 90px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-partners__logos figure:nth-child(n) { width: min(210px, 75vw); height: 90px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-partners + .mkt-dpo-heading-band h2 { font-size: 31px; line-height: 1.2; transform: none; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-reviews { height: auto; padding: 25px 0 45px; overflow: hidden; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-reviews::before { top: 70px; left: -150px; width: 320px; height: 291px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-reviews::after { top: auto; right: -25px; bottom: 90px; left: auto; width: 110px; height: 110px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-reviews__grid { width: calc(100% - 30px); max-width: none; padding-top: 0; grid-template-columns: 1fr 1fr; gap: 10px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-review-col { gap: 10px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-review-col figure { height: auto; padding: 8px; border-radius: 16px; aspect-ratio: auto !important; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-review-col img { border-radius: 8px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-heading-band--speakers h2 { font-size: 31px; line-height: 1.2; transform: none; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-speakers { height: auto; min-height: 0; padding: 0; overflow: hidden; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-speakers::after { display: none; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-speakers__grid { width: calc(100% - 40px); max-width: none; grid-template-columns: minmax(0,1fr); grid-auto-rows: 515px; gap: 20px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-speaker,
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-speaker-intro { width: 100%; height: 515px; min-height: 515px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-speaker-intro .mkt-dpo-speaker-intro__copy { left: 30px; width: calc(100% - 60px); font-size: clamp(20px,7vw,24px); line-height: 1.22; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-speaker__photo { left: 28px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-speaker .mkt-dpo-speaker__name { left: 168px; width: calc(100% - 190px); }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-speaker__bio { left: 49px; width: calc(100% - 79px); }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-speaker__course { left: 28px; width: calc(100% - 56px); }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-speaker__actions { right: 28px; left: 28px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-speakers__decor--rotate { top: 1233px; left: -122px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-speakers__decor--float { top: 2168px; right: -84px; left: auto; }
  .page-id-13 .mkt-dpo-v2 #faq.mkt-dpo-heading-band { height: auto; min-height: 130px; padding: 38px 0; box-sizing: border-box; }
  .page-id-13 .mkt-dpo-v2 #faq.mkt-dpo-heading-band h2 { position: static; width: calc(100% - 30px); max-width: none; height: auto; margin: 0 auto; font-size: 31px; line-height: 1.2; transform: none; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-faq { height: auto; min-height: 0; padding: 25px 0 45px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-faq__items { width: calc(100% - 30px); max-width: none; grid-template-columns: 1fr; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-faq details,
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-faq details:nth-child(n) { min-height: 86px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-faq details:nth-child(n+2) { border-top: 1px solid #4a4a4a; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-faq summary,
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-faq details:nth-child(n) summary { min-height: 86px; font-size: 20px; line-height: 1.3; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-contact { height: auto; padding: 48px 20px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-contact__legal { margin-top: 45px !important; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-footer { height: 230px; padding-bottom: 35px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-footer > .wp-block-group { align-items: flex-start; flex-direction: column; gap: 12px; }
}

@media (max-width: 520px) {
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-benefits { height: 1025px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-benefits__grid { height: 873px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-benefit--career { top: 170px; height: 169px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-benefit--profession { top: 359px; height: 171px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-benefit--community { top: 550px; height: 170px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-benefit--format { top: 740px; height: 133px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-benefits__decor--purple { top: 281px; left: calc(100% - 100px); }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-benefit-actions { top: 897px; width: calc(100% - 56px); }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-stats { height: 800px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-stats__inner { height: 800px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-stats-card--summary { height: 345px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-stats-card--date { top: 365px; height: 163px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-stats-card--duration { top: 549px; height: 197px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-stat-row p { left: 105px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-stat-row--time .mkt-dpo-stat-label { top: 19px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-stat-row--time .mkt-dpo-stat-value { top: 47px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-stat-row--lessons .mkt-dpo-stat-label { top: 20px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-stat-row--lessons .mkt-dpo-stat-value { top: 49px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-stat-row--hours .mkt-dpo-stat-label { top: 20px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-stat-row--hours .mkt-dpo-stat-value { top: 48px; width: 233px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-stat-detail { top: 102px; width: 245px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-stat-row--time figure { top: 25px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-stat-row--lessons figure { top: 27px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-stat-row--hours figure { top: 29px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-stats-card--date h3 { top: 64px; left: 40px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-stats-card--date p { top: 67px; right: 20px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-stats-card--duration h3 { top: 20px; left: 40px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-stat-number { top: 86px; right: 44px; font-size: 60px; line-height: 60px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-stat-months { right: 40px; bottom: 18px; font-size: 20px; line-height: 20px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-stats-decor--triangle { top: 131px; left: -43px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-stats-decor--star { top: 352px; left: 118px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-stats__request { top: 765px; }
}

@media (max-width: 360px) {
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-heading-band--benefits { min-height: 260px; padding: 55px 0 20px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-heading-band--benefits h2 { width: calc(100% - 40px); font-size: 25px; line-height: 30px; overflow-wrap: normal; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-benefits { height: 1305px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-benefits__grid { height: 1142px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-benefit { left: 20px; width: 90vw; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-benefit--diploma { top: 0; height: 281px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-benefit--career { top: 301px; height: 218px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-benefit--profession { top: 539px; height: 180px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-benefit--community { top: 739px; height: 223px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-benefit--format { top: 981px; height: 161px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-benefit__logo { top: 176px; right: auto; left: 20px; width: 125px; height: 124px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-benefits__decor--green { top: 120px; left: 100px; width: 200px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-benefits__decor--purple { top: 395px; left: -209px; width: 350px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-benefit-actions { top: 1161px; width: 90vw; flex-direction: column; gap: 17px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-benefit-actions .wp-block-buttons,
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-benefit-actions .wp-block-button,
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-benefit-actions .wp-block-button__link { width: 100%; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-benefit-actions p { width: 100%; text-align: center; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-stats-card--date h3 { left: 20px; width: 267px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-stats-card--date p { top: 72px; right: 20px; width: 175px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-stats-card--duration h3 { left: 20px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-stat-number { right: 25px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-stat-months { right: 20px; }
}

/* Keep the original Tilda 320px composition above generic mobile rules. */
@media (max-width: 360px) {
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-heading-band--benefits { min-height: 260px; padding: 55px 0 20px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-heading-band--benefits h2 { width: calc(100% - 40px); font-size: 25px; line-height: 30px; overflow-wrap: normal; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-benefits { height: 1305px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-benefits__grid { width: 100%; height: 1142px; margin: 0; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-benefit { right: auto; left: 20px; width: 90vw; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-benefit--diploma { top: 0; height: 281px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-benefit--career { top: 301px; height: 218px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-benefit--profession { top: 539px; height: 180px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-benefit--community { top: 739px; height: 223px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-benefit--format { top: 981px; height: 161px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-benefit__logo { top: 176px; right: auto; bottom: auto; left: 20px; width: 125px; height: 124px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-benefits__decor--green { top: 120px; left: 100px; width: 200px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-benefits__decor--purple { top: 395px; left: -209px; width: 350px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-benefit-actions { top: 1161px; left: 50%; width: 90vw; flex-direction: column; gap: 17px; margin: 0; transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-float img,
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-benefits__decor,
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-stats-decor,
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-compare-decor--large { animation: none !important; }
}

@media (max-width: 639px) {
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-hero__inner::after { top: 333px; left: calc(50% + 130px); width: 50px; }
}

@media (max-width: 479px) {
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-hero__inner::after { top: 250px; left: calc(50% + 80px); width: 26px; }
}

/* Internet-marketing course / DPO. Kept isolated from the agency landing pages. */
.page-id-13 { background: #171717; }
.page-id-13 .mkt-site-header,
.page-id-13 .mkt-page-hero,
.page-id-13 .wp-site-blocks > footer { display: none !important; }
.page-id-13 main,
.page-id-13 .mkt-page-content,
.page-id-13 .mkt-page-content > .wp-block-post-content { margin-block-start: 0 !important; }
.page-id-13 .mkt-page-content { padding: 0; background: #171717; }
.page-id-13 .mkt-page-content > .wp-block-post-content { max-width: none !important; margin: 0 !important; padding: 0 !important; }
.page-id-13 .mkt-page-content > .wp-block-post-content > * { margin-block-start: 0; }
.mkt-dpo-page {
  --dpo-purple: #9748ff;
  --dpo-purple-dark: #4a1597;
  --dpo-green: #4fda69;
  --dpo-dark: #171717;
  --dpo-card: #242424;
  --dpo-muted: #aaa4b3;
  width: 100%;
  max-width: none !important;
  margin: 0 !important;
  overflow: clip;
  color: #fff;
  background: var(--dpo-dark);
  font-family: Geometria, Arial, sans-serif;
}
.mkt-dpo-page *, .mkt-dpo-page *::before, .mkt-dpo-page *::after { box-sizing: border-box; }
.mkt-dpo-page > * { margin-block-start: 0 !important; }
.mkt-dpo-page a { color: inherit; }
.mkt-dpo-page h1,
.mkt-dpo-page h2,
.mkt-dpo-page h3 { color: #fff; font-family: Geometria, Arial, sans-serif; letter-spacing: -.035em; }
.mkt-dpo-page h2 { max-width: 870px; margin: 0 0 48px; font-size: clamp(38px, 4.5vw, 68px); line-height: .98; text-transform: uppercase; }
.mkt-dpo-page h3 { font-size: 20px; line-height: 1.15; }
.mkt-dpo-page p, .mkt-dpo-page li { color: #d9d5df; font-size: 16px; line-height: 1.55; }
.mkt-dpo-page .alignwide { width: min(1200px, calc(100% - 48px)); max-width: 1200px; margin-inline: auto; }
.mkt-dpo-section { position: relative; padding-block: 118px; }
.mkt-dpo-eyebrow, .mkt-dpo-kicker { margin: 0 0 24px !important; color: var(--dpo-green) !important; font-size: 13px !important; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.mkt-dpo-button, .mkt-dpo-page .wp-block-button__link, .mkt-dpo-page .mkt-button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(100deg, var(--dpo-purple), #6c2ad5);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .2s ease, filter .2s ease;
}
.mkt-dpo-page .wp-block-button__link:hover, .mkt-dpo-page .mkt-button:hover { filter: brightness(1.12); transform: translateY(-2px); }
.mkt-dpo-page .wp-block-button.is-style-outline .wp-block-button__link { border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.04); }

.mkt-dpo-nav {
  position: absolute;
  z-index: 8;
  top: 22px;
  left: 50%;
  min-height: 68px;
  padding: 8px 10px 8px 26px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 999px;
  background: rgba(24,24,24,.76);
  box-shadow: 0 12px 35px rgba(0,0,0,.24);
  backdrop-filter: blur(14px);
  transform: translateX(-50%);
}
.mkt-dpo-brand { margin: 0 !important; color: #fff !important; font-size: 16px !important; font-weight: 800; letter-spacing: .08em; }
.mkt-dpo-brand a, .mkt-dpo-nav__links a { text-decoration: none; }
.mkt-dpo-nav__links { gap: 22px; }
.mkt-dpo-nav__links p { margin: 0; color: #fff; font-size: 11px; font-weight: 700; }
.mkt-dpo-nav__links .wp-block-buttons { margin: 0; }
.mkt-dpo-nav__links .wp-block-button__link { min-height: 46px; padding-inline: 22px; }

.mkt-dpo-hero {
  position: relative;
  min-height: 790px;
  padding: 160px 0 80px;
  isolation: isolate;
  background: #19171b url('assets/dpo/dpo-hero.webp') center/cover no-repeat;
}
.mkt-dpo-hero::before { content: ''; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(19,19,19,.96) 0%, rgba(19,19,19,.78) 44%, rgba(19,19,19,.05) 78%); }
.mkt-dpo-hero::after { content: ''; position: absolute; z-index: -1; left: -12vw; bottom: -260px; width: 480px; height: 480px; border-radius: 50%; background: var(--dpo-purple-dark); filter: blur(150px); opacity: .55; }
.mkt-dpo-hero__inner { position: relative; }
.mkt-dpo-hero h1 { max-width: 950px; margin: 0; font-size: clamp(48px, 6vw, 88px); line-height: .94; text-transform: uppercase; }
.mkt-dpo-hero__lead { max-width: 640px; margin: 35px 0 34px !important; color: #d2ced7 !important; font-size: 18px !important; }
.mkt-dpo-actions { gap: 14px; }
.mkt-dpo-hero__badges { gap: 10px; margin-top: 64px !important; }
.mkt-dpo-hero__badges p { margin: 0; padding: 10px 16px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: #fff; background: rgba(23,23,23,.52); font-size: 12px; }

.mkt-dpo-about { min-height: 930px; }
.mkt-dpo-about > .wp-block-columns { gap: 90px; }
.mkt-dpo-about > .wp-block-columns > .wp-block-column:first-child { padding-top: 35px; }
.mkt-dpo-about h2 { margin-bottom: 30px; }
.mkt-dpo-about__image { position: relative; margin: 0; }
.mkt-dpo-about__image::before { content: ''; position: absolute; inset: -28px 30px 28px -30px; z-index: -1; border-radius: 38px; background: linear-gradient(140deg,#8b42f2,#5222b7); transform: rotate(-3deg); }
.mkt-dpo-about__image img { width: 100%; border-radius: 38px; }
.mkt-dpo-checks { padding: 0; list-style: none; }
.mkt-dpo-checks li { position: relative; margin: 13px 0; padding-left: 30px; }
.mkt-dpo-checks li::before { content: '✓'; position: absolute; left: 0; color: var(--dpo-green); font-weight: 900; }
.mkt-dpo-mini-cards { gap: 18px; margin-top: 80px !important; }
.mkt-dpo-mini-cards > .wp-block-column,
.mkt-dpo-audience__grid > .wp-block-column,
.mkt-dpo-benefits__grid > .wp-block-column { min-height: 235px; padding: 28px; border: 1px solid rgba(255,255,255,.08); border-radius: 24px; background: var(--dpo-card); }
.mkt-dpo-card-number { margin: 0 0 34px !important; color: var(--dpo-purple) !important; font-size: 30px !important; font-weight: 800; }
.mkt-dpo-mini-cards h3, .mkt-dpo-audience h3, .mkt-dpo-benefits h3 { margin: 0 0 14px; text-transform: uppercase; }
.mkt-dpo-mini-cards p:last-child, .mkt-dpo-audience p:last-child, .mkt-dpo-benefits p:last-child { margin-bottom: 0; color: var(--dpo-muted); font-size: 14px; }

.mkt-dpo-audience { min-height: 700px; }
.mkt-dpo-audience::after { content: ''; position: absolute; z-index: -1; right: -140px; top: 60px; width: 330px; height: 330px; background: url('assets/dpo/dpo-decor-purple.webp') center/contain no-repeat; opacity: .68; }
.mkt-dpo-audience__grid { gap: 16px; }
.mkt-dpo-audience__grid > .wp-block-column { min-height: 285px; }
.mkt-dpo-icon { width: 56px; height: 56px; display: grid; place-items: center; margin: 0 0 42px !important; border-radius: 16px; color: #fff !important; background: linear-gradient(135deg,var(--dpo-purple),#5920b7); font-size: 28px !important; font-weight: 800; }

.mkt-dpo-benefits { min-height: 860px; padding-block: 128px; background: #202020; }
.mkt-dpo-benefits__grid { gap: 18px; }
.mkt-dpo-benefits__grid > .wp-block-column { min-height: 270px; padding-top: 105px; background: #171717; }
.mkt-dpo-benefits__grid > .wp-block-column::before { content: ''; display: block; width: 42px; height: 7px; margin: -55px 0 48px; border-radius: 9px; background: var(--dpo-green); }
.mkt-dpo-result-band { gap: 30px; margin-top: 65px !important; padding: 34px 40px; border-radius: 26px; background: linear-gradient(110deg,#8f43ef,#4a1698); }
.mkt-dpo-result-band p { margin: 0; color: rgba(255,255,255,.78); font-size: 13px; }
.mkt-dpo-result-band strong { display: inline-block; margin-bottom: 8px; color: #fff; font-size: 18px; }

.mkt-dpo-program { min-height: 2060px; }
.mkt-dpo-program__stats { gap: 16px; margin-bottom: 75px !important; }
.mkt-dpo-program__stats p { min-width: 180px; margin: 0; padding: 24px; border-bottom: 1px solid rgba(255,255,255,.15); }
.mkt-dpo-program__stats strong { display: block; color: var(--dpo-green); font-size: 42px; line-height: 1; }
.mkt-dpo-program__stats span { display: block; margin-top: 10px; color: var(--dpo-muted); font-size: 12px; text-transform: uppercase; }
.mkt-dpo-modules { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 16px; }
.mkt-dpo-modules details, .mkt-dpo-faq details { margin: 0; border: 1px solid rgba(255,255,255,.09); border-radius: 14px; background: var(--dpo-card); }
.mkt-dpo-modules summary, .mkt-dpo-faq summary { position: relative; padding: 22px 54px 22px 22px; color: #fff; cursor: pointer; font-size: 14px; font-weight: 800; line-height: 1.25; list-style: none; }
.mkt-dpo-modules summary::-webkit-details-marker, .mkt-dpo-faq summary::-webkit-details-marker { display: none; }
.mkt-dpo-modules summary::after, .mkt-dpo-faq summary::after { content: '+'; position: absolute; right: 20px; top: 50%; width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--dpo-purple); font-size: 20px; transform: translateY(-50%); }
.mkt-dpo-modules details[open] summary::after, .mkt-dpo-faq details[open] summary::after { content: '−'; }
.mkt-dpo-modules details > p, .mkt-dpo-faq details > p { margin: 0; padding: 0 22px 24px; color: var(--dpo-muted); font-size: 14px; }
.mkt-dpo-program__download { justify-content: center; margin-top: 44px !important; }

.mkt-dpo-form-section { position: relative; min-height: 490px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; overflow: hidden; padding: 66px 72px; border-radius: 42px; background-color: #5521a7; background-position: center; background-size: cover; }
.mkt-dpo-form-section--main { background-image: linear-gradient(100deg,rgba(41,13,87,.95),rgba(84,29,169,.74)),url('assets/dpo/dpo-form-main.webp'); }
.mkt-dpo-form-section--corp { background-image: linear-gradient(100deg,rgba(41,13,87,.95),rgba(84,29,169,.66)),url('assets/dpo/dpo-form-corp.webp'); }
.mkt-dpo-form-section--book { background-image: linear-gradient(100deg,rgba(41,13,87,.96),rgba(84,29,169,.72)),url('assets/dpo/dpo-form-book.webp'); }
.mkt-dpo-form-section h2 { margin: 0 0 20px; font-size: clamp(36px,4vw,58px); }
.mkt-dpo-form-copy > p:last-child { max-width: 430px; }
.mkt-dpo-page .mkt-lead-form { position: static; width: 100%; min-height: 0; padding: 32px; border: 1px solid rgba(255,255,255,.14); border-radius: 26px; background: rgba(20,13,32,.78); box-shadow: none; backdrop-filter: blur(10px); }
.mkt-dpo-page .mkt-lead-form h3 { margin: 0 0 22px; color: #fff; font-size: 22px; }
.mkt-dpo-page .mkt-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.mkt-dpo-page .mkt-form-field { width: auto; }
.mkt-dpo-page .mkt-form-field:nth-of-type(3), .mkt-dpo-page .mkt-form-submit, .mkt-dpo-page .mkt-form-consent { grid-column: 1 / -1; }
.mkt-dpo-page .mkt-form-field label { color: #bcb6c8; }
.mkt-dpo-page .mkt-form-field input { width: 100%; min-height: 42px; border: 0; border-bottom: 1px solid rgba(255,255,255,.35); border-radius: 0; color: #fff; background: transparent; }
.mkt-dpo-page .mkt-form-field input:focus { outline: 0; border-color: var(--dpo-green); }
.mkt-dpo-page .mkt-form-submit { margin: 4px 0 0; }
.mkt-dpo-page .mkt-button { width: 100%; border: 0; cursor: pointer; }
.mkt-dpo-page .mkt-form-consent { margin: 0; color: rgba(255,255,255,.58); font-size: 10px; }
.mkt-dpo-page .mkt-form-consent a { color: rgba(255,255,255,.8); }

.mkt-dpo-compare { min-height: 780px; }
.mkt-dpo-compare__cards { gap: 22px; }
.mkt-dpo-compare__cards > .wp-block-column { min-height: 380px; padding: 42px; border-radius: 32px; background: var(--dpo-card); }
.mkt-dpo-compare__cards > .wp-block-column:first-child { background: linear-gradient(145deg,#3b2155,#242424); }
.mkt-dpo-compare__cards > .wp-block-column:last-child { background: linear-gradient(145deg,#203d2b,#242424); }
.mkt-dpo-compare__cards h3 { margin: 0 0 28px; font-size: 28px; }

.mkt-dpo-partners { min-height: 480px; }
.mkt-dpo-partners__logos { gap: 18px; }
.mkt-dpo-partners__logos > .wp-block-column { height: 145px; display: grid; place-items: center; padding: 28px; border-radius: 22px; background: #fff; }
.mkt-dpo-partners__logos figure { margin: 0; }
.mkt-dpo-partners__logos img { width: 220px; max-height: 72px; object-fit: contain; }

.mkt-dpo-reviews { min-height: 1180px; }
.mkt-dpo-reviews::before { content: ''; position: absolute; z-index: -1; left: -210px; top: 340px; width: 380px; height: 380px; background: url('assets/dpo/dpo-decor-yellow.webp') center/contain no-repeat; opacity: .8; }
.mkt-dpo-reviews__grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; align-items: start; }
.mkt-dpo-reviews__grid figure { margin: 0; overflow: hidden; border-radius: 16px; background: #fff; box-shadow: 0 18px 35px rgba(0,0,0,.25); }
.mkt-dpo-reviews__grid figure:nth-child(4n + 2), .mkt-dpo-reviews__grid figure:nth-child(4n + 4) { margin-top: 44px; }
.mkt-dpo-reviews__grid img { width: 100%; height: auto; display: block; }

.mkt-dpo-speakers { min-height: 1710px; }
.mkt-dpo-speakers::after { content: ''; position: absolute; z-index: -1; right: -140px; top: 80px; width: 310px; height: 310px; background: url('assets/dpo/dpo-decor-green.webp') center/contain no-repeat; opacity: .75; }
.mkt-dpo-speakers__intro { width: 420px; margin: -105px 0 55px auto; }
.mkt-dpo-speakers__intro img { width: 100%; }
.mkt-dpo-speakers__grid { gap: 18px; }
.mkt-dpo-speakers__grid--second { width: calc(66.666% - 6px); margin-top: 18px !important; }
.mkt-dpo-speakers__grid > .wp-block-column { overflow: hidden; min-width: 0; border-radius: 24px; background: var(--dpo-card); }
.mkt-dpo-speakers__grid figure { margin: 0; aspect-ratio: 1/1.1; background: #332341; }
.mkt-dpo-speakers__grid figure img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.mkt-dpo-speakers__grid h3 { margin: 24px 24px 8px; font-size: 22px; }
.mkt-dpo-speakers__grid p { margin: 0 24px 28px; color: var(--dpo-muted); font-size: 13px; }
.mkt-dpo-speakers__quote { display: none; }
.mkt-dpo-price { display: flex; flex-direction: column; margin: 24px 0 !important; }
.mkt-dpo-price strong { color: #fff; font-size: 38px; line-height: 1; }
.mkt-dpo-price span { margin-top: 8px; color: #cfc7dc; font-size: 13px; }

.mkt-dpo-faq { min-height: 830px; }
.mkt-dpo-faq__items { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 16px; }
.mkt-dpo-faq details { min-height: 72px; }
.mkt-dpo-faq summary { font-size: 16px; }

.mkt-dpo-contact { min-height: 740px; padding: 120px 0 70px; background: linear-gradient(145deg,#36106e,#171717 68%); }
.mkt-dpo-contact > .wp-block-group { position: relative; }
.mkt-dpo-contact h2 { max-width: 950px; }
.mkt-dpo-contact .wp-block-columns { gap: 100px; align-items: start; }
.mkt-dpo-contact__phone { margin-top: 0; font-size: 34px !important; font-weight: 800; }
.mkt-dpo-contact__phone a, .mkt-dpo-contact p a { text-decoration: none; }
.mkt-dpo-contact__legal { margin-top: 120px !important; color: rgba(255,255,255,.5) !important; font-size: 12px !important; }

@media (max-width: 1000px) {
  .mkt-dpo-nav__links p { display: none; }
  .mkt-dpo-about > .wp-block-columns { gap: 45px; }
  .mkt-dpo-audience__grid, .mkt-dpo-benefits__grid { flex-wrap: wrap !important; }
  .mkt-dpo-audience__grid > .wp-block-column, .mkt-dpo-benefits__grid > .wp-block-column { flex-basis: calc(50% - 12px) !important; }
  .mkt-dpo-form-section { grid-template-columns: 1fr; }
  .mkt-dpo-reviews__grid { grid-template-columns: repeat(3,1fr); }
}

@media (max-width: 700px) {
  .mkt-dpo-page .alignwide { width: min(100% - 32px,1200px); }
  .mkt-dpo-section { padding-block: 74px; }
  .mkt-dpo-page h2 { margin-bottom: 34px; font-size: 36px; }
  .mkt-dpo-page p, .mkt-dpo-page li { font-size: 15px; }
  .mkt-dpo-nav { top: 14px; min-height: 58px; padding: 6px 7px 6px 18px; }
  .mkt-dpo-brand { font-size: 13px !important; }
  .mkt-dpo-nav__links { gap: 8px; }
  .mkt-dpo-nav__links .wp-block-button__link { min-height: 42px; padding-inline: 15px; font-size: 10px; }
  .mkt-dpo-hero { min-height: 790px; padding: 125px 0 58px; background-position: 61% center; }
  .mkt-dpo-hero::before { background: linear-gradient(180deg,rgba(19,19,19,.95) 0%,rgba(19,19,19,.8) 55%,rgba(19,19,19,.35) 100%); }
  .mkt-dpo-hero h1 { overflow-wrap: break-word; font-size: 38px; letter-spacing: -.045em; }
  .mkt-dpo-hero__lead { margin-block: 28px !important; font-size: 16px !important; }
  .mkt-dpo-actions { align-items: stretch; }
  .mkt-dpo-actions .wp-block-button { width: 100%; }
  .mkt-dpo-actions .wp-block-button__link { width: 100%; }
  .mkt-dpo-hero__badges { margin-top: 36px !important; }
  .mkt-dpo-about { min-height: 0; }
  .mkt-dpo-about > .wp-block-columns { flex-direction: column; gap: 54px; }
  .mkt-dpo-about > .wp-block-columns > .wp-block-column { flex-basis: auto !important; }
  .mkt-dpo-about__image::before { inset: -16px 18px 18px -16px; }
  .mkt-dpo-mini-cards { display: grid !important; grid-template-columns: 1fr; gap: 12px; margin-top: 66px !important; }
  .mkt-dpo-mini-cards > .wp-block-column { min-height: 0; }
  .mkt-dpo-audience__grid, .mkt-dpo-benefits__grid { display: grid !important; grid-template-columns: 1fr; gap: 12px; }
  .mkt-dpo-audience__grid > .wp-block-column, .mkt-dpo-benefits__grid > .wp-block-column { min-height: 240px; }
  .mkt-dpo-result-band { align-items: flex-start !important; flex-direction: column; padding: 28px; }
  .mkt-dpo-program { min-height: 0; }
  .mkt-dpo-program__stats { display: grid !important; grid-template-columns: 1fr 1fr; }
  .mkt-dpo-program__stats p { min-width: 0; padding: 18px 10px; }
  .mkt-dpo-program__stats strong { font-size: 36px; }
  .mkt-dpo-modules { grid-template-columns: 1fr; }
  .mkt-dpo-form-section { width: calc(100% - 32px) !important; min-height: 0; gap: 36px; padding: 52px 20px; border-radius: 28px; }
  .mkt-dpo-form-section h2 { font-size: 34px; }
  .mkt-dpo-page .mkt-lead-form { padding: 24px 18px; }
  .mkt-dpo-page .mkt-form-grid { grid-template-columns: 1fr; }
  .mkt-dpo-page .mkt-form-field, .mkt-dpo-page .mkt-form-submit, .mkt-dpo-page .mkt-form-consent { grid-column: 1; }
  .mkt-dpo-compare { min-height: 0; }
  .mkt-dpo-compare__cards { display: grid !important; grid-template-columns: 1fr; }
  .mkt-dpo-compare__cards > .wp-block-column { min-height: 0; padding: 30px 24px; }
  .mkt-dpo-partners__logos { display: grid !important; grid-template-columns: 1fr; }
  .mkt-dpo-partners__logos > .wp-block-column { flex-basis: auto !important; }
  .mkt-dpo-reviews { min-height: 0; }
  .mkt-dpo-reviews__grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .mkt-dpo-reviews__grid figure:nth-child(4n + 2), .mkt-dpo-reviews__grid figure:nth-child(4n + 4) { margin-top: 22px; }
  .mkt-dpo-speakers { min-height: 0; }
  .mkt-dpo-speakers__intro { width: 220px; margin: -24px 0 38px auto; }
  .mkt-dpo-speakers__grid, .mkt-dpo-speakers__grid--second { width: 100%; display: grid !important; grid-template-columns: 1fr; gap: 14px; }
  .mkt-dpo-speakers__grid > .wp-block-column { flex-basis: auto !important; }
  .mkt-dpo-faq { min-height: 0; }
  .mkt-dpo-faq__items { grid-template-columns: 1fr; }
  .mkt-dpo-contact { min-height: 0; padding: 80px 0 55px; }
  .mkt-dpo-contact .wp-block-columns { flex-direction: column; gap: 50px; }
  .mkt-dpo-contact__phone { font-size: 25px !important; }
  .mkt-dpo-contact__legal { margin-top: 50px !important; }
}

@media (min-width: 640px) and (max-width: 959px) {
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--book { height: 795px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-book-card { top: 120px; width: calc(100% - 20px); height: 675px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--book .mkt-dpo-form-copy { top: 29px; left: 18px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-book-facts { top: 199px; left: 18px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--book .mkt-lead-form { top: 322px; left: 18px; width: min(575px, calc(100% - 36px)); }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--book .mkt-form-grid,
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--book .mkt-form-field,
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--book .mkt-form-field input,
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--book .mkt-form-submit,
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--book .mkt-form-consent { width: 100%; }
}

@media (min-width: 480px) and (max-width: 639px) {
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--book { height: 862px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-book-card { top: 120px; width: calc(100% - 20px); height: 742px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--book .mkt-dpo-form-copy { top: 29px; left: 28px; width: calc(100% - 56px); }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--book .mkt-dpo-form-copy h2 { width: 100%; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--book .mkt-dpo-form-copy > p { top: 81px; width: 298px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-book-facts { top: 170px; left: 28px; width: calc(100% - 56px); height: 190px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-book-fact--start { width: 100%; height: 80px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-book-fact--price { top: 89px; left: 0; width: calc(100% - 4px); height: 101px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-book-fact__value { width: 198px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--book .mkt-lead-form { top: 382px; left: 28px; width: calc(100% - 56px); }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--book .mkt-form-grid,
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--book .mkt-form-field,
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--book .mkt-form-field input,
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--book .mkt-form-submit,
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--book .mkt-form-consent { width: 100%; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--book .mkt-form-consent { white-space: normal; }
}

@media (max-width: 479px) {
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--book { height: 862px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-book-card { top: 120px; width: 88%; height: 742px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--book .mkt-dpo-form-copy { top: 29px; left: 18px; width: calc(100% - 36px); }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--book .mkt-dpo-form-copy h2 { width: 100%; height: 76px; font-size: 32px; line-height: 38px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--book .mkt-dpo-form-copy > p { top: 81px; width: min(298px, 100%); }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-book-facts { top: 170px; left: 18px; width: calc(100% - 36px); height: 190px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-book-fact--start { width: 100%; height: 80px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-book-fact--price { top: 89px; left: 0; width: calc(100% - 4px); height: 101px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-book-fact__value { width: 198px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--book .mkt-lead-form { top: 382px; left: 18px; width: calc(100% - 36px); }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--book .mkt-form-grid,
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--book .mkt-form-field,
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--book .mkt-form-field input,
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--book .mkt-form-submit,
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--book .mkt-form-consent { width: 100%; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--book .mkt-form-submit button { width: min(220px, 100%); }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-form-section--book .mkt-form-consent { white-space: normal; }
}

/* Contacts page: native Gutenberg layout matched to the original. */
.page-id-14 .mkt-page-hero { display: none; }
.page-id-14 .mkt-page-content { padding: 0; }
.page-id-14 .wp-site-blocks > main,
.page-id-14 .mkt-page-content,
.page-id-14 .mkt-page-content > .wp-block-post-content { margin-block-start: 0 !important; }
.page-id-14 .wp-site-blocks > footer { margin-block-start: 0 !important; }
.mkt-contacts-page {
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: none !important;
  margin: 0 0 0 -50vw !important;
  background: var(--mkt-canvas);
}
.mkt-contacts-page > * { margin-block-start: 0; }
.mkt-contacts-main { height: 620px; }
.mkt-contacts-shell { height: 100%; }
.mkt-contacts-breadcrumb { gap: 15px; padding-top: 27px; }
.mkt-contacts-breadcrumb p { margin: 0; color: #364042; font-size: 16px; font-weight: 300; line-height: 1.2; }
.mkt-contacts-breadcrumb p:last-child { color: #d36789; }
.mkt-contacts-breadcrumb a { text-decoration: none; }
.mkt-contacts-grid {
  display: grid;
  grid-template-columns: 500px 560px;
  gap: 93px;
  margin: 90px 0 0 !important;
}
.mkt-contacts-grid > .wp-block-column { margin: 0; }
.mkt-contacts-info h1 {
  margin: 0 0 32px;
  color: var(--mkt-ink);
  font-size: 42px;
  font-weight: 800;
  line-height: 55px;
  text-transform: uppercase;
}
.mkt-contact-item {
  display: grid !important;
  grid-template-columns: 22px 1fr;
  gap: 12px;
  align-items: start;
  margin: 0;
}
.mkt-contact-item--phone { margin-bottom: 16px; }
.mkt-contact-item--mail { margin-bottom: 18px; }
.mkt-contact-item--address-primary { margin-bottom: 20px; }
.mkt-contact-icon { width: 22px; height: 28px; margin: 0; display: grid; place-items: center; }
.mkt-contact-icon img { display: block; width: auto; max-width: 22px; max-height: 21px; }
.mkt-contact-item--mail .mkt-contact-icon img { width: 18px; }
.mkt-contact-item--address .mkt-contact-icon img { width: 14px; max-height: 21px; }
.mkt-contact-item p { margin: 0; color: #242424; font-size: 18px; font-weight: 400; line-height: 28px; }
.mkt-contact-item a { text-decoration: none; }
.mkt-contact-socials { gap: 8px; margin-top: 20px; }
.mkt-contact-socials figure { width: 27px; height: 27px; margin: 0; }
.mkt-contact-socials img { display: block; width: 27px; height: 27px; }
.mkt-contacts-map { padding-top: 9px; }
.mkt-contacts-map iframe {
  display: block;
  width: 560px;
  height: 347px;
  border: 0;
  border-radius: 0 22px 0 22px;
  box-shadow: 0 4px 14px rgba(0,0,0,.18);
}
.mkt-contact-chat { position: fixed; z-index: 90; right: 31px; bottom: 22px; margin: 0; }
.mkt-contact-chat .wp-block-button__link {
  position: relative;
  width: 59px;
  height: 59px;
  min-width: 59px;
  display: block;
  overflow: hidden;
  padding: 0;
  border: 2px solid rgba(255,255,255,.65);
  background: #00a3e7;
  box-shadow: 0 5px 15px rgba(0,0,0,.28);
  color: transparent;
  font-size: 0;
}
.mkt-contact-chat .wp-block-button__link::before {
  content: '';
  position: absolute;
  left: 15px;
  top: 15px;
  width: 25px;
  height: 20px;
  border: 2px solid #fff;
  border-radius: 12px;
}
.mkt-contact-chat .wp-block-button__link::after {
  content: '≡';
  position: absolute;
  left: 21px;
  top: 10px;
  color: #fff;
  font: 20px/25px Arial, sans-serif;
}
.mkt-contact-modal {
  position: fixed;
  z-index: 300;
  inset: 0;
  display: none;
  place-items: center;
  width: 100vw;
  margin: 0 !important;
  padding: 24px;
  background: rgba(21,34,53,.72);
}
.mkt-contact-modal:target { display: grid; }
.mkt-contact-modal__panel { position: relative; width: min(900px, 100%); min-height: 360px; }
.mkt-contact-modal__panel > .mkt-lead-form {
  position: relative;
  left: auto;
  bottom: auto;
  width: 100%;
  min-height: 330px;
  padding: 58px 42px 38px;
}
.mkt-contact-modal__close { position: absolute; z-index: 5; right: 27px; top: 15px; margin: 0; }
.mkt-contact-modal__close a { color: var(--mkt-ink); font-size: 38px; line-height: 1; text-decoration: none; }

@media (max-width: 920px) {
  .mkt-contacts-main { height: auto; min-height: 900px; }
  .mkt-contacts-grid { grid-template-columns: 1fr; gap: 40px; }
  .mkt-contacts-map iframe { width: 100%; }
}

@media (max-width: 640px) {
  .page-id-14 .mkt-site-header { box-shadow: none; }
  .page-id-14 .mkt-site-header__inner,
  .page-id-14 .mkt-footer__inner,
  .mkt-contacts-shell { width: calc(100% - 40px); }
  .mkt-contacts-main { min-height: 959px; }
  .mkt-contacts-breadcrumb { gap: 9px; padding-top: 27px; }
  .mkt-contacts-breadcrumb p { font-size: 16px; }
  .mkt-contacts-grid { display: block; margin-top: 79px !important; }
  .mkt-contacts-info h1 { margin-bottom: 18px; font-size: 24px; line-height: 31px; }
  .mkt-contact-item { grid-template-columns: 22px 1fr; gap: 13px; }
  .mkt-contact-item--phone { margin-bottom: 17px; }
  .mkt-contact-item--mail { margin-bottom: 15px; }
  .mkt-contact-item--address-primary { margin-bottom: 20px; }
  .mkt-contact-item--address-secondary { margin-bottom: 0; }
  .mkt-contact-item p { font-size: 18px; line-height: 28px; }
  .mkt-contact-icon { height: 28px; }
  .mkt-contact-socials { margin-top: 20px; }
  .mkt-contacts-map { margin-top: 36px; padding: 0; }
  .mkt-contacts-map iframe { height: 303px; border-radius: 0 22px 0 22px; }
  .mkt-contact-chat { right: 10px; bottom: 18px; }
  .mkt-contact-chat .wp-block-button__link { width: 59px; height: 59px; min-width: 59px; }
  .mkt-contact-modal { padding: 15px; }
  .mkt-contact-modal__panel > .mkt-lead-form { min-height: 570px; padding: 55px 24px 38px; border-radius: 0 55px 0 55px; }
  .mkt-contact-modal__close { right: 22px; top: 14px; }
  .page-id-14 .mkt-footer { padding: 50px 0 44px; }
  .page-id-14 .mkt-footer-grid { gap: 38px; }
  .page-id-14 .mkt-footer-contact > p { font-size: 16px; line-height: 25px; }
  .page-id-14 .mkt-footer-logo { margin-bottom: 35px; }
  .page-id-14 .mkt-footer-contact > p { margin-bottom: 15px; }
  .page-id-14 .mkt-footer-socials { margin-top: 31px; margin-bottom: 36px; }
  .page-id-14 .mkt-footer h3 { margin: 0 0 24px; font-size: 20px; }
  .page-id-14 .mkt-footer li { margin-bottom: 13px; font-size: 18px; }
  .page-id-14 .mkt-footer-menu ul { columns: 1; }
  .page-id-14 .mkt-footer-policy { margin-top: 35px !important; font-size: 12px !important; }
}

/* Pixel-matched home layout and lightweight production assets. */
.mkt-training-image { position: absolute; margin: 0; }
.mkt-training-image img { display: block; width: 100%; height: 100%; object-fit: contain; }
.mkt-training-image--top { z-index: 2; left: 216px; top: 0; width: 283px; height: 378px; }
.mkt-training-image--bottom { z-index: 1; left: 0; top: 145px; width: 311px; height: 371px; }
.mkt-review-role { color: #4d4d50; font-size: 14px !important; }
.mkt-footer-socials { display: flex; gap: 10px; margin: 92px 0 18px; }
.mkt-footer-socials a { display: grid; width: 27px; height: 27px; place-items: center; border-radius: 50%; background: transparent; }
.mkt-footer-socials img { display: block; width: 27px; height: 27px; object-fit: contain; filter: none; }

@media (min-width: 921px) {
  .home .mkt-site-header:not(.is-scrolled)::before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    left: max(315px, calc((100% - var(--mkt-content)) / 2 + 295px));
    height: 155px;
    border-radius: 0 0 0 155px;
    background: #fff;
    filter: drop-shadow(0 4px 5px rgba(0, 0, 0, .14));
    pointer-events: none;
  }
  .home .mkt-site-header:not(.is-scrolled) .mkt-site-header__inner { z-index: 1; }
  body.home::before { display: none; }
  .home .mkt-site-header:not(.is-scrolled) .mkt-site-header__inner { grid-template-columns: 250px 1fr 250px; }
  .home .mkt-site-header:not(.is-scrolled) .mkt-site-header__inner { position: relative; }
  .home .mkt-site-header:not(.is-scrolled) .mkt-logo-wrap {
    position: absolute;
    left: 74.5px;
    top: 27px;
    width: 171px;
    height: 54px;
    margin: 0;
  }
  .home .mkt-site-header:not(.is-scrolled) .mkt-site-logo { height: 54px; align-items: flex-start; }
  .home .mkt-site-header:not(.is-scrolled) .mkt-site-logo a { display: block; line-height: 0; }
  .home .mkt-site-header:not(.is-scrolled) nav.mkt-site-nav {
    position: absolute;
    left: 403.7px;
    top: 55.5px;
    width: auto;
    margin: 0 !important;
    transform: none;
  }
  .home .mkt-site-header:not(.is-scrolled) .mkt-site-nav .wp-block-navigation__container {
    position: static;
    left: auto;
    top: auto;
    width: auto;
    gap: 0;
    margin: 0 !important;
    transform: none;
  }
  .home .mkt-site-header:not(.is-scrolled) .mkt-site-nav .wp-block-navigation__container > .wp-block-navigation-item:nth-child(2) { margin-left: 31px; }
  .home .mkt-site-header:not(.is-scrolled) .mkt-site-nav .wp-block-navigation__container > .wp-block-navigation-item:nth-child(3) { margin-left: 26px; }
  .home .mkt-site-header:not(.is-scrolled) .mkt-site-nav .wp-block-navigation__container > .wp-block-navigation-item:nth-child(4) { margin-left: 30px; }
  .home .mkt-site-header:not(.is-scrolled) .mkt-site-nav .wp-block-navigation__container > .wp-block-navigation-item:nth-child(5) { margin-left: 32px; }
  .home .mkt-site-header:not(.is-scrolled) .mkt-langs--hero {
    position: absolute;
    left: 892px;
    top: 55.5px;
    display: flex;
    gap: 10px;
    margin: 0;
    color: #242424;
    font-size: 14px;
    font-weight: 500;
    line-height: 21.7px;
  }
  .home .mkt-site-header:not(.is-scrolled) .mkt-langs--hero span { margin: 0; color: #a4a5a3; }
  .home .mkt-site-header:not(.is-scrolled) .mkt-langs--hero b { font-weight: 500; }
  .home .mkt-site-header:not(.is-scrolled) .mkt-header-contact--hero {
    position: absolute;
    right: 0;
    top: 14px;
    width: 250px;
    margin: 0 !important;
    transform: none;
  }
  .home .mkt-site-header:not(.is-scrolled) .mkt-header-contact--hero .mkt-socials { gap: 15px; margin-top: 16px; }
  .home .mkt-site-header:not(.is-scrolled) .mkt-header-contact--hero .wp-social-link,
  .home .mkt-site-header:not(.is-scrolled) .mkt-header-contact--hero .wp-social-link a { width: 25px; height: 25px; }

  :is(.page-id-8, .page-id-9, .page-id-10, .page-id-11, .page-id-12) .mkt-site-header__inner { position: relative; }
  :is(.page-id-8, .page-id-9, .page-id-10, .page-id-11, .page-id-12) .mkt-header-contact--hero {
    position: absolute;
    right: 0;
    top: 13px;
    width: 170px;
    margin: 0 !important;
    font-size: 14px;
    line-height: 22px;
  }
  :is(.page-id-8, .page-id-9, .page-id-10, .page-id-11, .page-id-12) .mkt-header-contact--hero .mkt-header-phone { height: 22px; margin: 0 0 4px; }
  :is(.page-id-8, .page-id-9, .page-id-10, .page-id-11, .page-id-12) .mkt-header-contact--hero .mkt-header-address { height: 44px; margin: 0; }
  :is(.page-id-8, .page-id-9, .page-id-10, .page-id-11, .page-id-12) .mkt-header-contact--hero .mkt-socials {
    width: 105px;
    height: 25px;
    justify-content: flex-start;
    gap: 15px;
    margin: 11px 0 0 auto;
  }
  :is(.page-id-8, .page-id-9, .page-id-10, .page-id-11, .page-id-12) .mkt-header-contact--hero .wp-social-link,
  :is(.page-id-8, .page-id-9, .page-id-10, .page-id-11, .page-id-12) .mkt-header-contact--hero .wp-social-link a { width: 25px; height: 25px; }

  .mkt-hero {
    width: calc(100% - max(20px, (100% - 1150px) / 2));
    height: 720px;
    min-height: 720px;
    margin-left: auto;
    border-radius: 0;
    background-color: transparent;
    background-image: url('assets/images/hero-scene.webp');
    background-position: left top;
    background-size: auto 100%;
    background-repeat: no-repeat;
  }
  .mkt-hero__inner { width: var(--mkt-content); height: 720px; margin: 0 0 0 55px; }
  .mkt-hero-copy { left: 0; top: 175px; }
  .mkt-hero-copy h1 { font-size: 44px; line-height: 1.25; }
  .mkt-hero-gift { width: 78px !important; height: 78px; margin: 29px 0 53px; }
  .mkt-hero-gift img { display: block; width: 78px !important; height: 78px; }
  .mkt-hero-balloon { left: 720px; right: auto; top: 140px; width: 309px; }
  .mkt-systems { position: relative; z-index: 3; width: var(--mkt-content); margin: 123px auto 0 !important; padding: 0; background: #fff; isolation: isolate; }
  .mkt-systems .mkt-slider-viewport { width: 1130px; height: 125px; margin-left: 41px; padding: 10px 0; }
  .mkt-systems .mkt-slider-track { gap: 40px; padding-left: 20px; }
  .mkt-systems .mkt-slide { flex-basis: 243px; width: 243px; height: 105px; }
  .mkt-systems .mkt-slide img {
    flex: none;
    width: 243px;
    height: 111.765625px;
    max-width: none;
    max-height: none;
    object-fit: fill;
  }
  .mkt-systems .mkt-slider-control { top: 65px; }
  .mkt-systems .mkt-slider-control--prev { left: -4px; }
  .mkt-systems .mkt-slider-control--next { right: -58px; }
  .mkt-systems .mkt-slider-dots { width: 1130px; min-height: 20px; margin: 10px 0 0 41px; gap: 10px; }
  .mkt-systems .mkt-slider-dots button { position: relative; width: 20px; height: 20px; background: transparent; }
  .mkt-systems .mkt-slider-dots button::before { content: '•'; display: block; width: 20px; height: 20px; color: #d5d5d5; font: 18px/20px Arial, sans-serif; text-align: center; }
  .mkt-systems .mkt-slider-dots button.is-active::before { color: var(--mkt-pink); }

  .mkt-team { height: 706px; margin-top: 0; padding: 48px 0 0; }
  .mkt-team h2 { margin-bottom: 47px; }
  .mkt-team-grid { grid-template-columns: 510px 620px; gap: 30px; }
  .mkt-team-visual { height: 565px; background: none; }
  .mkt-team-visual::before { content: ''; position: absolute; z-index: 0; left: -120px; top: 185px; width: 479px; height: 370px; background: #cf5e89; }
  .mkt-team-visual::after { left: 89px; right: auto; bottom: -60px; width: 170px; height: 90px; }
  .mkt-team-photo { left: -15px; top: 0; width: 478px; height: 487px; border-radius: 0 115px 0 0; }
  .mkt-team-label { left: -121px; top: 103px; width: 77px; }
  .mkt-name--one { left: 34px; top: 336px; }
  .mkt-name--two { left: 246px; right: auto; top: 386px; }
  .mkt-metrics { grid-template-columns: repeat(3, 183px); gap: 35px; margin-top: 70px; }

  .mkt-expertise { height: 1649px; padding: 53px 0 27px; }
  .mkt-expertise-head { grid-template-columns: 456px 620px; gap: 82px; align-items: start; }
  .mkt-expertise-head > figure { width: 404px; height: 366px; margin-left: 10px; }
  .mkt-expertise-head > figure img { width: 100%; height: 100%; object-fit: contain; }
  .mkt-expertise-head > .wp-block-group { padding-top: 32px; }
  .mkt-expertise-head h2 { margin-bottom: 31px; }
  .mkt-service-grid { grid-template-columns: repeat(2, 423px); gap: 144px 255px; margin-top: 214px; padding-inline: 59px; }
  .mkt-service-card { width: 423px; min-height: 423px; height: 423px; }

  .mkt-cta { height: 950px; padding: 70px 0 130px; }
  .mkt-cta > .mkt-container::after { display: block; }
  .mkt-cta-card { min-height: 750px; background-position: top left; background-size: 1000px 560px; }
  .mkt-cta-card::before { right: -49px; width: 632px; height: 588px; }
  .mkt-cta-card::after { right: -96px; bottom: 126px; }
  .mkt-cta-copy { width: 1000px; min-height: 560px; padding: 123px 58px 50px; }
  .mkt-cta-copy::after { display: block; top: -39px; right: -56px; width: 169px; height: 144px; }
  .mkt-cta-copy h2 { width: 820px; font-size: 40px; }
  .mkt-cta-copy p { max-width: 491px; margin-top: 28px; }
  .mkt-lead-form { left: 60px; bottom: 0; width: 838px; min-height: 289px; padding: 55px 38px 35px; }

  .mkt-logo-section { height: 586px; padding: 89px 0 0; }
  .mkt-logo-section--partners { height: 570px; padding-top: 75px; }
  .mkt-logo-section h2 { margin-bottom: 166px; font-size: 42px; }
  .mkt-logo-slider { padding: 0 30px; --mkt-gap: 100px; }
  .mkt-logo-slider .mkt-slide { width: 200px; height: 118px; flex-basis: 200px; padding: 0; border: 0; border-radius: 10px; background: transparent; box-shadow: none; }
  .mkt-logo-slider .mkt-slide img { width: 100%; height: 100%; max-width: none; max-height: none; object-fit: fill; border-radius: 10px; box-shadow: 0 0 10px rgba(0,0,0,.26); }
  .mkt-logo-slider .mkt-slider-control { top: 14px; transform: none; }
  .mkt-logo-slider .mkt-slider-control .wp-block-button__link { width: 50px; height: 50px; }
  .mkt-logo-slider .mkt-slider-control--prev { left: calc((var(--mkt-content) - 100vw) / 2 + 37px); }
  .mkt-logo-slider .mkt-slider-control--next { right: calc((var(--mkt-content) - 100vw) / 2 + 37px); }
  .mkt-logo-slider .mkt-slider-dots { min-height: 30px; margin-top: 47px; gap: 0; }
  .mkt-logo-slider .mkt-slider-dots button { position: relative; width: 30px; height: 30px; background: transparent; }
  .mkt-logo-slider .mkt-slider-dots button::before { content: '•'; display: block; width: 30px; height: 30px; color: #d5d5d5; font: 18px/30px Arial, sans-serif; text-align: center; }
  .mkt-logo-slider .mkt-slider-dots button.is-active::before { color: var(--mkt-pink); }

  .home .mkt-reviews { height: 700px; padding: 0; background: #fff; }
  .home .mkt-reviews > .mkt-container > h2 {
    height: 55px;
    margin: 0;
    padding: 0;
    font-size: 42px;
    font-weight: 800;
    line-height: 55px;
  }
  .home .mkt-review-slider { width: 1160px; margin: 23px 0 0; padding: 0; }
  .home .mkt-review-slider .mkt-slider-viewport { width: calc(100% + 14px); margin-left: -14px; }
  .home .mkt-review { grid-template-columns: 401px 619px; gap: 66px; min-height: 622px; align-items: start; }
  .home .mkt-review figure { top: -1px; height: 544px; margin: 0; }
  .home .mkt-review > .wp-block-group {
    position: relative;
    margin-block-start: 24px;
    padding-top: 235px;
  }
  .home .mkt-review > .wp-block-group::before {
    content: '';
    position: absolute;
    left: 0;
    top: 25px;
    width: 370px;
    height: 3px;
    background: #6a7bd5;
  }
  .mkt-review h3 { display: none; }
  .home .mkt-review p { color: #242424; font-size: 18px; line-height: 25px; }
  .home .mkt-review > .wp-block-group > p:first-of-type { margin: 0 0 23px; }
  .home .mkt-review > .wp-block-group > p:first-of-type::before {
    left: 0;
    top: -106px;
    width: 72px;
    height: 62px;
  }
  .home .mkt-review > .wp-block-group > p:nth-of-type(2) {
    margin: 0 0 1px;
    font-size: 22px;
    font-weight: 800;
    line-height: 31px;
  }
  .home .mkt-review .mkt-review-role {
    margin: 0;
    color: #242424;
    font-size: 18px !important;
    font-weight: 600;
    line-height: 25px;
  }
  .home .mkt-review-slider .mkt-slider-control { top: 59px; }
  .home .mkt-review-slider .mkt-slider-control .wp-block-button__link { width: 54px; height: 54px; font-size: 50px; }
  .home .mkt-review-slider .mkt-slider-control--prev { left: 1010px; }
  .home .mkt-review-slider .mkt-slider-control--next { right: -1px; }
  .home .mkt-review-slider .mkt-slider-dots {
    position: absolute;
    z-index: 7;
    left: 138px;
    top: 481px;
    display: flex;
    width: 1032px;
    height: 24px;
    min-height: 0;
    margin: 0;
    gap: 0;
    align-items: flex-start;
    justify-content: center;
  }
  .home .mkt-review-slider .mkt-slider-dots button {
    position: relative;
    width: 30px;
    height: 20px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
  }
  .home .mkt-review-slider .mkt-slider-dots button::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d0d0ce;
  }
  .home .mkt-review-slider .mkt-slider-dots button.is-active::before { background: #d875a3; }

  .mkt-training { height: 635px; padding: 0 0 119px; }
  .mkt-training-grid { grid-template-columns: 520px 1fr; gap: 47px; align-items: start; }
  .mkt-training-visual { height: 516px; min-height: 516px; }
  .mkt-training-visual::before { display: none; }
  .mkt-training-copy { padding-top: 80px; }
  .mkt-training-copy h2 { width: 620px; margin-bottom: 35px; }
  .mkt-training-copy p { width: 619px; margin: 0 0 35px; font-size: 17px; line-height: 1.47; }
  .mkt-training-copy .wp-block-buttons { margin-left: -8px; }

  .mkt-footer { height: 460px; padding: 51px 0 0; background: #43435f; }
  .mkt-footer-grid { grid-template-columns: 590px 325px 245px; gap: 0; }
  .mkt-footer-logo { width: 191px; height: 60px; margin: 0 0 43px; filter: none; }
  .mkt-footer-logo img { display: block; width: 191px !important; height: 60px; }
  .mkt-footer-contact > p { margin: 0; font-size: 16px; line-height: 25px; }
  .mkt-footer-contact > p:nth-of-type(1) { margin-bottom: 15px; }
  .mkt-footer-contact > p:nth-of-type(2) { margin-bottom: 22px; }
  .mkt-footer-contact > p:nth-of-type(1)::before { left: 3px; top: 5px; width: 15px; height: 15px; }
  .mkt-footer-contact > p:nth-of-type(2)::before { left: 1px; top: 6px; width: 18px; height: 13px; }
  .mkt-footer-contact > p:nth-of-type(3)::before { left: 5px; top: 3px; width: 10px; height: 15px; }
  .mkt-footer-socials { margin: 30px 0 0; }
  .mkt-footer-policy { margin: 25px 0 0 !important; color: #bdbdbd; font-size: 12px !important; line-height: 19px; }
  .mkt-footer-policy a { color: #bdbdbd; }
  .mkt-footer-services,
  .mkt-footer-menu { margin-block-start: 0 !important; padding-top: 99px; }
  .mkt-footer h3 { margin: 0 0 21px; color: #fff; font-size: 22px; font-weight: 800; line-height: 29px; text-transform: none; }
  .mkt-footer li { margin: 0 0 11px; font-size: 18px; line-height: 28px; }
  .mkt-footer-menu ul { display: grid; grid-template-columns: 120px 1fr; grid-template-rows: 28px 28px; column-gap: 38px; row-gap: 11px; columns: auto; }
  .mkt-footer-menu li:nth-child(1) { grid-column: 1; grid-row: 1; }
  .mkt-footer-menu li:nth-child(2) { grid-column: 1; grid-row: 2; }
  .mkt-footer-menu li:nth-child(3) { grid-column: 2; grid-row: 1; }
  .mkt-footer-menu li:nth-child(4) { grid-column: 2; grid-row: 2; }
  .mkt-cta + .mkt-logo-section,
  .mkt-logo-section + .mkt-logo-section,
  .mkt-logo-section + .mkt-reviews,
  .mkt-reviews + .mkt-training,
  .wp-site-blocks > footer { margin-block-start: 0 !important; }
}

@media (max-width: 920px) {
  .mkt-training-visual { width: min(520px, 100%); min-height: 516px; margin-inline: auto; }
  .mkt-footer-socials { margin-top: 35px; }
}

@media (max-width: 640px) {
  .mkt-training-visual { width: 360px; height: 360px; min-height: 360px; margin: 0 auto; transform: none; }
  .mkt-training-image--top { left: 150px; top: 0; width: 195px; height: 261px; }
  .mkt-training-image--bottom { left: 0; top: 100px; width: 215px; height: 256px; }
  .mkt-training-copy { position: relative; z-index: 3; }
  .mkt-footer { padding-top: 50px; }
  .mkt-footer-logo { filter: none; }
  .mkt-footer-contact > p { margin-left: 0; }
  .mkt-footer-socials { margin-top: 30px; }
  .mkt-footer-menu ul { columns: 2; }
}

/* SEO landing page, rebuilt as native Gutenberg blocks. */
:is(.page-id-9, .page-id-10, .page-id-11, .page-id-12) .mkt-page-hero { display: none; }
:is(.page-id-9, .page-id-10, .page-id-11, .page-id-12) .mkt-page-content { padding: 0; }
:is(.page-id-9, .page-id-10, .page-id-11, .page-id-12) .wp-site-blocks > main,
:is(.page-id-9, .page-id-10, .page-id-11, .page-id-12) .mkt-page-content,
:is(.page-id-9, .page-id-10, .page-id-11, .page-id-12) .mkt-page-content > .wp-block-post-content { margin-block-start: 0 !important; }
.mkt-seo-page { position: relative; left: 50%; width: 100vw; max-width: none !important; margin: 0 0 0 -50vw !important; background: var(--mkt-canvas); }
.mkt-seo-page > * { margin-block-start: 0; }
.mkt-seo-page h1,
.mkt-seo-page h2,
.mkt-seo-page h3 { color: var(--mkt-ink); }
.mkt-seo-page h2 { font-size: 38px; line-height: 1.15; text-transform: uppercase; }
.mkt-seo-hero {
  position: relative;
  height: 721px;
  overflow: hidden;
  background: url('assets/images/seo-hero.webp') left top / auto 703px no-repeat;
}
.mkt-seo-hero__inner { position: relative; width: var(--mkt-content); height: 721px; margin-inline: auto; }
.mkt-seo-hero__copy { position: absolute; left: 60px; top: 271px; width: 590px; color: #fff; }
.mkt-seo-hero__copy h1 { margin: 0; color: #fff; font-size: 44px; line-height: 1.1; text-transform: uppercase; }
.mkt-seo-hero__copy p { width: 510px; margin: 25px 0 30px; font-size: 17px; line-height: 1.4; }
.mkt-seo-hero__copy .wp-block-button__link { background: #fff; color: var(--mkt-pink); box-shadow: 0 5px 11px rgba(0,0,0,.25); }
.mkt-seo-service-nav { position: absolute; z-index: 3; left: 60px; bottom: 0; width: 840px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.mkt-seo-service-nav .wp-block-button__link { width: 100%; min-height: 61px; display: grid; place-items: center; padding: 10px 18px; background: #fff; color: var(--mkt-pink); border-radius: 20px; box-shadow: 0 5px 12px rgba(0,0,0,.18); font-size: 12px; line-height: 1.2; }
.mkt-seo-service-nav [aria-current='page'] { color: #fff; background: linear-gradient(120deg,#d24491,#6558ef); }
.mkt-seo-breadcrumb { height: 53px; }
.mkt-seo-breadcrumb .mkt-container { height: 53px; align-items: center; gap: 15px; }
.mkt-seo-breadcrumb p { margin: 0; font-size: 13px; }
.mkt-seo-breadcrumb a { color: #696a70; text-decoration: none; }
.mkt-seo-intro { height: 535px; padding-top: 120px; }
.mkt-seo-intro__grid { display: grid; grid-template-columns: 500px 551px; gap: 117px; align-items: start; }
.mkt-seo-intro h2 { margin: 0 0 24px; }
.mkt-seo-intro p { margin: 0 0 14px; font-size: 16px; line-height: 1.45; }
.mkt-seo-intro__image { width: 551px; height: 415px; margin: 0; overflow: hidden; border-radius: 0 95px 0 95px; }
.mkt-seo-intro__image img { width: 100%; height: 100%; object-fit: cover; }
.mkt-seo-note { width: 460px; margin-top: 30px; padding: 19px 24px; background: #fff; box-shadow: 0 5px 14px rgba(0,0,0,.18); }
.mkt-seo-note h3 { margin: 0 0 10px; color: var(--mkt-pink); font-size: 17px; }
.mkt-seo-note p { margin: 0; font-size: 14px; }
.mkt-seo-title-row { height: 202px; }
.mkt-seo-title-row .mkt-container { height: 100%; display: flex; align-items: flex-end; padding-bottom: 60px; }
.mkt-seo-title-row h2 { margin: 0; }
.mkt-seo-benefits { height: 470px; }
.mkt-seo-benefit-grid { display: grid; grid-template-columns: repeat(3, 335px); gap: 65px; }
.mkt-seo-benefit figure { width: 107px; height: 100px; margin: 0 0 22px; }
.mkt-seo-benefit figure img { width: 100%; height: 100%; object-fit: contain; object-position: left center; }
.mkt-seo-benefit h3 { min-height: 50px; margin: 0 0 12px; font-size: 17px; line-height: 1.25; }
.mkt-seo-benefit p { margin: 0; font-size: 14px; line-height: 1.42; }
.mkt-seo-question { height: 98px; }
.mkt-seo-question__card { width: 620px; min-height: 76px; margin: 0 auto; padding: 13px 25px; background: #fff; box-shadow: 0 5px 14px rgba(0,0,0,.18); }
.mkt-seo-question h3 { margin: 0; color: #d35d8c; font-size: 25px; }
.mkt-seo-question p { margin: 1px 0 0; font-size: 13px; }
.mkt-seo-question .wp-block-button__link { min-width: 170px; padding: 13px 25px; }
.mkt-seo-process { height: 825px; }
.mkt-seo-process__inner { position: relative; height: 825px; background: url('assets/images/seo-process-line.svg') center 61px / 1250px 637px no-repeat; }
.mkt-seo-process-item { position: absolute; width: 227px; text-align: center; }
.page-id-10 .mkt-seo-process-item { margin: 0; }
.mkt-seo-process-item figure { width: 130px; height: 130px; margin: 0 auto 20px; filter: drop-shadow(0 7px 13px rgba(0,0,0,.13)); }
.mkt-seo-process-item figure img { width: 100%; height: 100%; object-fit: contain; }
.mkt-seo-process-item p { margin: 0; font-size: 14px; line-height: 1.3; }
.mkt-seo-process-item:nth-child(1), .mkt-seo-process-item:nth-child(4), .mkt-seo-process-item:nth-child(7) { left: 11px; }
.mkt-seo-process-item:nth-child(2), .mkt-seo-process-item:nth-child(5), .mkt-seo-process-item:nth-child(8) { left: 477px; }
.mkt-seo-process-item:nth-child(3), .mkt-seo-process-item:nth-child(6) { left: 943px; }
.mkt-seo-process-item:nth-child(-n+3) { top: 0; }
.mkt-seo-process-item:nth-child(n+4):nth-child(-n+6) { top: 309px; }
.mkt-seo-process-item:nth-child(n+7) { top: 629px; }
.mkt-seo-why { height: 410px; }
.mkt-seo-why-grid { display: grid; grid-template-columns: repeat(3, 315px); gap: 82px 90px; padding-inline: 67px; }
.mkt-seo-why-item { position: relative; min-height: 136px; padding: 30px 90px 24px 25px; background: #fff; border-radius: 0 20px 0 20px; box-shadow: 0 5px 14px rgba(0,0,0,.18); }
.mkt-seo-why-item p { margin: 0; font-size: 14px; line-height: 1.35; }
.mkt-seo-why-item figure { position: absolute; right: -35px; bottom: -35px; width: 120px; height: 120px; margin: 0; }
.mkt-seo-why-item img { width: 100%; height: 100%; object-fit: contain; }
.mkt-seo-pricing { height: 447px; transition: height .42s ease; }
.mkt-seo-pricing-grid { width: 1160px; max-width: calc(100% - 30px); display: grid; grid-template-columns: repeat(3, 360px); gap: 40px; margin-inline: auto; padding-inline: 0; align-items: stretch; }
.mkt-seo-price { position: relative; height: 417px; overflow: hidden; margin: 0; padding: 130px 30px 35px; background: #fff; border-radius: 20px; box-shadow: 0 0 30px rgba(0,0,0,.2); transition: height .42s ease; }
.mkt-seo-price::after { content: ''; position: absolute; z-index: 2; inset: auto 0 0; height: 185px; pointer-events: none; background: linear-gradient(180deg,rgba(255,255,255,0),#fff 66%); border-radius: 0 0 20px 20px; }
.mkt-seo-price > h3 { position: absolute; z-index: 4; inset: 0 0 auto; min-height: 100px; display: grid; place-items: center; margin: 0; padding: 15px 20px; color: #fff; font-size: 20px; font-weight: 700; line-height: 24.6px; text-align: center; text-transform: uppercase; }
.mkt-seo-price--green > h3 { background: #58b657; }
.mkt-seo-price--blue > h3 { background: #37a7df; }
.mkt-seo-price--pink > h3 { background: #d43f8d; }
.mkt-seo-price ul { margin: 0; padding: 0; list-style: none; }
.mkt-seo-price li { margin: 0 0 21px; color: #152235; font-size: 18px; font-weight: 300; line-height: 25.2px; }
.mkt-seo-price li::before { content: '✓'; margin-right: 7px; color: #57d457; font-weight: 700; }
.mkt-seo-price details { position: static; margin: 0; color: #152235; font-size: 18px; font-weight: 300; line-height: 25.2px; }
.mkt-seo-price summary { position: absolute; z-index: 3; right: 0; bottom: 20px; left: 0; color: #be4e9b; font-size: 18px; text-align: center; cursor: pointer; text-decoration: underline; }
.mkt-seo-price summary::-webkit-details-marker { display: none; }
.mkt-seo-price summary::marker { content: ''; }
.mkt-seo-price details p { margin: 21px 0 0; }
.mkt-seo-price__value { display: none; }
.mkt-seo-price .wp-block-buttons { display: none; }
.page-id-10 .mkt-seo-pricing.is-expanded { height: 1793px; }
.page-id-10 .mkt-seo-pricing.is-expanded .mkt-seo-price { height: 1763px; overflow: visible; display: flex; flex-direction: column; }
.page-id-10 .mkt-seo-pricing.is-expanded .mkt-seo-price::after { display: none; }
.page-id-10 .mkt-seo-pricing.is-expanded .mkt-seo-price summary { display: none; }
.page-id-10 .mkt-seo-pricing.is-expanded .mkt-seo-price details { display: block; }
.page-id-10 .mkt-seo-pricing.is-expanded .mkt-seo-price details ul { margin: 0; }
.page-id-10 .mkt-seo-pricing.is-expanded .mkt-seo-price__value { display: block; margin: auto 0 19px; color: #be4e9b; font-size: 26px; font-weight: 800; line-height: 1.25; }
.page-id-10 .mkt-seo-pricing.is-expanded .mkt-seo-price .wp-block-buttons { display: flex; justify-content: flex-start; margin: 0; }
.page-id-10 .mkt-seo-pricing.is-expanded .mkt-seo-price .wp-block-button__link { min-width: 0; padding: 13px 30px; border-radius: 30px; background: #cf4b8d; color: #fff; font-size: 14px; font-weight: 700; line-height: 19.6px; box-shadow: none; }
.mkt-seo-cases-title { height: 162px; }
.mkt-seo-cases-title .mkt-container { height: 100%; display: flex; align-items: flex-end; padding-bottom: 45px; }
.mkt-seo-cases-title h2 { margin: 0; }
.mkt-seo-cases { min-height: 0; }
.mkt-seo-case { display: grid; grid-template-columns: 756px 374px; align-items: start; min-height: 357px; margin-bottom: 40px; overflow: hidden; padding-right: 30px; background: #fff; border-radius: 0 30px; box-shadow: 0 0 30px rgba(0,0,0,.2); }
.mkt-seo-case:first-child { height: 386px; min-height: 386px; }
.mkt-seo-case__copy { padding: 27px 35px 26px; }
.mkt-seo-case__head { gap: 28px; margin: 0 0 30px; align-items: center; }
.mkt-seo-case__head figure { flex: 0 0 70px; width: 70px; height: 70px; margin: 0; }
.mkt-seo-case__head img { width: 100%; height: 100%; object-fit: contain; border-radius: 50%; box-shadow: 0 0 20px rgba(0,0,0,.1); }
.mkt-seo-case__head > .wp-block-group { margin: 0; }
.mkt-seo-case__head h3 { margin: 0; color: var(--mkt-pink); font-size: 20px; font-weight: 700; line-height: 29px; }
.mkt-seo-case__head p { margin: 0; max-width: 506px; font-size: 16px; font-weight: 300; line-height: 23px; }
.mkt-seo-case__copy > p { margin: 0 0 11px; font-size: 16px; font-weight: 300; line-height: 25px; }
.mkt-seo-case:first-child .mkt-seo-case__copy > p:nth-of-type(4) { margin-bottom: 20px; }
.mkt-seo-case__copy > .mkt-seo-case__link { margin-bottom: 0; }
.mkt-seo-case__copy strong { color: var(--mkt-pink); }
.mkt-seo-case__link a { color: var(--mkt-pink); }
.mkt-seo-case__result { margin: 26px 0 0; padding: 29px 31px; color: #fff; background: linear-gradient(145deg,#d94a98,#6156e9); border-radius: 0 20px; }
.mkt-seo-case:first-child .mkt-seo-case__result { height: 335px; }
.mkt-seo-case__result p { width: 330px; margin: 0 0 3px; font-size: 16px; font-weight: 300; line-height: 25px; white-space: nowrap; }
.mkt-seo-case__result h3 { width: 330px; margin: 0 0 26px; color: #fff; font-size: 33px; font-weight: 700; line-height: 51px; }
.mkt-seo-case__result p:nth-of-type(1) { margin-bottom: 5px; }
.mkt-seo-case__result p:nth-of-type(2),
.mkt-seo-case__result p:nth-of-type(3) { margin-bottom: 4px; }
.mkt-seo-case__result h3:nth-of-type(2) { margin-bottom: 23px; }
.mkt-seo-case__result h3:last-child { margin-bottom: 0; }
.mkt-seo-more { height: 60px; justify-content: center; }
.mkt-seo-more .wp-block-button__link { min-width: 190px; }
.mkt-seo-expert { height: 526px; }
.mkt-seo-expert__grid { display: grid; grid-template-columns: 430px 1fr; gap: 110px; padding-top: 88px; }
.mkt-seo-expert__grid > figure { width: 430px; height: 421px; margin: 0; overflow: hidden; border-radius: 0 95px 0 95px; }
.mkt-seo-expert__grid > figure img { width: 100%; height: 100%; object-fit: cover; }
.mkt-seo-expert__copy { padding-top: 0; }
.mkt-seo-expert__copy h2 { margin: 0 0 28px; color: #d05a89; font-size: 40px; }
.mkt-seo-expert__copy p, .mkt-seo-expert__copy li { font-size: 15px; }
.mkt-seo-expert__copy ul { margin: 16px 0 28px; padding-left: 20px; }
.mkt-seo-expert__copy blockquote { position: relative; margin: 0; padding: 23px 28px; background: #fff; border: 0; border-radius: 0 20px 0 20px; box-shadow: 0 5px 14px rgba(0,0,0,.18); }
.mkt-seo-expert__copy blockquote::before { content: '“'; position: absolute; left: -25px; top: -30px; color: #bb55ca; font-size: 80px; font-weight: 800; }
.mkt-seo-expert__copy blockquote p { margin: 0; }
.mkt-seo-cta { height: 1030px; padding: 105px 0; }
.mkt-seo-cta + * { margin-block-start: 0 !important; }
:is(.page-id-9, .page-id-10, .page-id-11, .page-id-12) .mkt-footer { margin-block-start: 0 !important; }

@media (min-width: 921px) {
  :is(.page-id-9, .page-id-10, .page-id-11, .page-id-12) .mkt-site-header { position: absolute; inset: 0 0 auto; background: transparent; box-shadow: none; }
  :is(.page-id-9, .page-id-10, .page-id-11, .page-id-12) .mkt-site-header__inner { grid-template-columns: 250px 1fr 250px; }
  :is(.page-id-9, .page-id-10, .page-id-11, .page-id-12) .mkt-logo-wrap { position: absolute; left: 74.5px; top: 27px; width: 171px; height: 54px; margin: 0; }
  :is(.page-id-9, .page-id-10, .page-id-11, .page-id-12) .mkt-site-logo { height: 54px; align-items: flex-start; }
  :is(.page-id-9, .page-id-10, .page-id-11, .page-id-12) .mkt-site-logo a { display: block; line-height: 0; }
  :is(.page-id-9, .page-id-10, .page-id-11, .page-id-12) .mkt-site-logo--color { display: none; }
  :is(.page-id-9, .page-id-10, .page-id-11, .page-id-12) .mkt-site-logo--white { display: flex; }
  :is(.page-id-9, .page-id-10, .page-id-11, .page-id-12) .mkt-site-logo--white img { filter: none; }
  :is(.page-id-9, .page-id-10, .page-id-11, .page-id-12) .mkt-header-contact--hero { display: block !important; }
  :is(.page-id-9, .page-id-10, .page-id-11, .page-id-12) .mkt-header-actions { display: none; }
  .mkt-seo-hero { width: calc(100% - max(20px, (100% - var(--mkt-content)) / 2)); margin-left: auto; }
  .page-id-10 .mkt-seo-hero__inner { width: 100%; }
  .page-id-10 .mkt-seo-hero__copy { left: 60px; top: 271px; width: 880px; }
  .page-id-10 .mkt-seo-hero__copy h1 { font-size: 42px; line-height: 55px; white-space: nowrap; }
  .page-id-10 .mkt-seo-hero__copy p { width: 488px; margin: 20px 0 36px; font-size: 20px; line-height: 28px; }
  .page-id-10 .mkt-seo-hero__copy .wp-block-button__link { min-width: 224px; height: 55px; display: flex; align-items: center; justify-content: center; padding: 0 24px; border-radius: 30px; box-shadow: 0 0 6px 3px rgba(0,0,0,.2); }
  .page-id-10 .mkt-seo-service-nav { left: 60px; bottom: 0; width: 1100px; grid-template-columns: repeat(4,1fr); gap: 20px; }
  .page-id-10 .mkt-seo-service-nav .wp-block-button__link { min-height: 77px; border-radius: 30px; box-shadow: 0 0 6px 3px rgba(0,0,0,.2); font-size: 14px; line-height: 21.7px; }
  .page-id-10 .mkt-seo-breadcrumb .mkt-container { align-items: flex-start; padding-top: 30px; box-sizing: border-box; }
  .page-id-10 .mkt-seo-breadcrumb p { color: #364042; font-size: 16px; line-height: 19.2px; }
  .page-id-10 .mkt-seo-breadcrumb p:last-child { color: #d36789; }
  .page-id-10 .mkt-seo-breadcrumb a { color: #364042; }
  :is(.page-id-9, .page-id-10, .page-id-11, .page-id-12) .mkt-seo-question__card { position: relative; width: 580px; height: 97px; min-height: 97px; margin: 0 auto; padding: 0; border-radius: 0 20px; background: #fff; box-shadow: 5px 15px 25px rgba(0,0,0,.2); }
  :is(.page-id-9, .page-id-10, .page-id-11, .page-id-12) .mkt-seo-question__card > .wp-block-group { position: absolute; top: 12px; left: 25px; width: 346px; }
  :is(.page-id-9, .page-id-10, .page-id-11, .page-id-12) .mkt-seo-question h3 { margin: 0; color: #d36789; font-size: 30px; font-weight: 800; line-height: 42px; }
  :is(.page-id-9, .page-id-10, .page-id-11, .page-id-12) .mkt-seo-question p { margin: 2px 0 0; color: #575757; font-size: 18px; font-weight: 300; line-height: 25px; }
  :is(.page-id-9, .page-id-10, .page-id-11, .page-id-12) .mkt-seo-question .wp-block-buttons { position: absolute; top: 20px; right: 26px; margin: 0; }
  :is(.page-id-9, .page-id-10, .page-id-11, .page-id-12) .mkt-seo-question .wp-block-button__link { width: 179px; min-width: 179px; height: 55px; display: flex; align-items: center; justify-content: center; padding: 0; border-radius: 30px 30px 0; background: linear-gradient(120deg,#d24491,#6558ef); box-shadow: 0 8px 15px 3px rgba(0,0,0,.2); }
  .page-id-10 .mkt-seo-cta .mkt-cta-card { min-height: 820px; background: none; }
  .page-id-10 .mkt-seo-cta .mkt-cta-card::before { z-index: 0; right: -49px; bottom: 7px; width: 632px; height: 588px; border-radius: 0; background: url('assets/images/cta-substrate.svg') center/100% 100% no-repeat; }
  .page-id-10 .mkt-seo-cta .mkt-cta-card::after { display: none; }
  .page-id-10 .mkt-seo-cta .mkt-cta-copy { z-index: 1; min-height: 560px; padding: 90px 58px 50px; background: url('assets/images/cta-photo.webp') top left/1000px 560px no-repeat; }
  .page-id-10 .mkt-seo-cta .mkt-cta-copy::before { width: 86px; height: 3px; margin-bottom: 30px; }
  .page-id-10 .mkt-seo-cta .mkt-cta-copy h2 { width: 820px; margin: 0; color: #fff; font-size: 42px; font-weight: 800; line-height: 55px; }
  .page-id-10 .mkt-seo-cta .mkt-cta-copy p { width: 491px; max-width: 491px; margin: 24px 0 0; color: #fff; font-size: 18px; line-height: 25px; }
  .page-id-10 .mkt-seo-cta .mkt-lead-form { left: 60px; bottom: 69px; width: 838px; }
  .page-id-10 .mkt-seo-title-row .mkt-container { padding-bottom: 45px; }
  .page-id-10 .mkt-seo-title-row h2 { font-size: 42px; font-weight: 700; line-height: 51.66px; }
  .page-id-10 .mkt-seo-process-item { margin: 0; }
  .page-id-10 .mkt-seo-process-item figure { width: 130px; height: 130px; margin: 0 0 18px 52px; border-radius: 50%; filter: none; box-shadow: 0 0 30px rgba(0,0,0,.2); }
  .page-id-10 .mkt-seo-process-item p { margin: 0; font-size: 18px; font-weight: 400; line-height: 25px; }
  .page-id-10 .mkt-seo-process-item:nth-child(1),
  .page-id-10 .mkt-seo-process-item:nth-child(4),
  .page-id-10 .mkt-seo-process-item:nth-child(7) { left: 0; width: 227px; }
  .page-id-10 .mkt-seo-process-item:nth-child(2) { left: 462px; width: 236px; }
  .page-id-10 .mkt-seo-process-item:nth-child(5),
  .page-id-10 .mkt-seo-process-item:nth-child(8) { left: 466px; width: 227px; }
  .page-id-10 .mkt-seo-process-item:nth-child(2) figure { margin-left: 56px; }
  .page-id-10 .mkt-seo-process-item:nth-child(3),
  .page-id-10 .mkt-seo-process-item:nth-child(6) { left: 932px; width: 227px; }
}

@media (max-width: 920px) {
  .mkt-seo-page h2 { font-size: 30px; }
  .mkt-seo-hero { height: 650px; background-position: 25% top; background-size: auto 650px; }
  .mkt-seo-hero__inner { width: calc(100% - 30px); height: 650px; }
  .mkt-seo-hero__copy { left: 10px; top: 105px; width: calc(100% - 20px); }
  .mkt-seo-hero__copy h1 { font-size: 34px; }
  .mkt-seo-hero__copy p { width: min(510px,100%); }
  .mkt-seo-service-nav { left: 10px; bottom: 18px; width: calc(100% - 20px); grid-template-columns: repeat(2,1fr); gap: 10px; }
  .mkt-seo-service-nav .wp-block-button__link { min-height: 55px; }
  .mkt-seo-breadcrumb .mkt-container { width: calc(100% - 30px); }
  .mkt-seo-intro { height: auto; padding: 65px 0; }
  .mkt-seo-intro__grid { grid-template-columns: 1fr; gap: 40px; }
  .mkt-seo-intro__image { width: min(551px,100%); height: auto; aspect-ratio: 551/415; }
  .mkt-seo-note { width: 100%; }
  .mkt-seo-title-row { height: auto; padding: 75px 0 45px; }
  .mkt-seo-title-row .mkt-container { height: auto; padding-bottom: 0; }
  .mkt-seo-benefits { height: auto; padding-bottom: 50px; }
  .mkt-seo-benefit-grid { grid-template-columns: 1fr; gap: 45px; }
  .mkt-seo-benefit h3 { min-height: 0; }
  .mkt-seo-question { height: auto; padding: 25px 15px; }
  .mkt-seo-question__card { width: 100%; }
  .mkt-seo-process { height: auto; padding-bottom: 60px; }
  .mkt-seo-process__inner { height: auto; display: grid; grid-template-columns: repeat(2,1fr); gap: 38px 20px; background: none; }
  .mkt-seo-process-item, .mkt-seo-process-item:nth-child(n) { position: static; width: auto; }
  .mkt-seo-process-item figure { width: 100px; height: 100px; }
  .mkt-seo-why { height: auto; padding-bottom: 65px; }
  .mkt-seo-why-grid { grid-template-columns: repeat(2,1fr); gap: 65px 55px; padding-inline: 0; }
  .mkt-seo-pricing { height: auto; padding-bottom: 70px; }
  .mkt-seo-pricing-grid { width: min(calc(100% - 30px),360px); max-width: 360px; grid-template-columns: minmax(0,1fr); gap: 28px; margin-inline: auto; padding-inline: 0; }
  .mkt-seo-price { height: auto; min-height: 420px; overflow: visible; padding-inline: 24px; }
  .mkt-seo-price::after { display: none; }
  .mkt-seo-price summary { position: static; margin: 12px 0 4px; }
  .mkt-seo-price__value, .mkt-seo-price .wp-block-buttons { display: block; }
  .mkt-seo-price__value { margin: 24px 0 15px; color: var(--mkt-pink); font-size: 24px; font-weight: 800; }
  .page-id-10 .mkt-seo-pricing.is-expanded { height: auto; }
  .page-id-10 .mkt-seo-pricing.is-expanded .mkt-seo-price { height: auto; min-height: 420px; }
  .mkt-seo-cases-title { height: auto; padding: 70px 0 40px; }
  .mkt-seo-cases-title .mkt-container { height: auto; padding-bottom: 0; }
  .mkt-seo-cases { min-height: 0; padding-bottom: 60px; }
  .mkt-seo-case { grid-template-columns: minmax(0,1fr); height: auto; min-height: 0; padding-right: 0; }
  .mkt-seo-case:first-child { height: auto; min-height: 0; }
  .mkt-seo-case__copy { min-width: 0; padding: 24px; }
  .mkt-seo-case__head { gap: 18px; margin-bottom: 24px; }
  .mkt-seo-case__result { width: 100%; min-width: 0; min-height: 280px; margin-top: 0; border-radius: 0; }
  .mkt-seo-case:first-child .mkt-seo-case__result { height: auto; min-height: 373px; }
  .mkt-seo-case__result p,
  .mkt-seo-case__result h3 { width: auto; white-space: normal; }
  .mkt-seo-expert { height: auto; padding-bottom: 70px; }
  .mkt-seo-expert__grid { grid-template-columns: 1fr; gap: 45px; padding-top: 65px; }
  .mkt-seo-expert__grid > figure { width: min(430px,100%); height: auto; aspect-ratio: 430/421; margin-inline: auto; }
  .mkt-seo-cta { height: auto; padding: 60px 0 80px; }
}

@media (max-width: 640px) {
  .mkt-seo-page h2 { font-size: 28px; }
  .mkt-seo-hero { height: 620px; background-position: 31% top; }
  .mkt-seo-hero__inner { height: 620px; }
  .mkt-seo-hero__copy { top: 70px; }
  .page-id-10 .mkt-seo-hero__copy { top: 140px; }
  .mkt-seo-hero__copy h1 { font-size: 31px; }
  .mkt-seo-hero__copy p { font-size: 16px; }
  .mkt-seo-benefit-grid { grid-template-columns: 1fr; }
  .mkt-seo-question__card { display: block; text-align: center; }
  .mkt-seo-question .wp-block-buttons { justify-content: center; margin-top: 15px; }
  :is(.page-id-9, .page-id-10, .page-id-11, .page-id-12) .mkt-seo-question__card { display: block !important; max-width: 580px; padding: 22px 20px; border-radius: 0 20px; box-shadow: 5px 15px 25px rgba(0,0,0,.2); }
  :is(.page-id-9, .page-id-10, .page-id-11, .page-id-12) .mkt-seo-question__card > .wp-block-group { width: 100%; }
  :is(.page-id-9, .page-id-10, .page-id-11, .page-id-12) .mkt-seo-question h3 { color: #d36789; font-size: 27px; line-height: 1.25; }
  :is(.page-id-9, .page-id-10, .page-id-11, .page-id-12) .mkt-seo-question p { margin-top: 4px; color: #575757; font-size: 17px; line-height: 1.45; }
  :is(.page-id-9, .page-id-10, .page-id-11, .page-id-12) .mkt-seo-question .wp-block-buttons { margin-top: 15px; }
  :is(.page-id-9, .page-id-10, .page-id-11, .page-id-12) .mkt-seo-question .wp-block-button { width: min(220px,100%); margin-inline: auto; }
  :is(.page-id-9, .page-id-10, .page-id-11, .page-id-12) .mkt-seo-question .wp-block-button__link { width: 100%; min-height: 55px; display: flex; align-items: center; justify-content: center; margin-inline: auto; padding: 0; border-radius: 30px 30px 0; background: linear-gradient(120deg,#d24491,#6558ef); box-shadow: 0 8px 15px 3px rgba(0,0,0,.2); }
  .mkt-seo-process__inner { grid-template-columns: 1fr 1fr; }
  .mkt-seo-process-item p { font-size: 13px; }
  .mkt-seo-why-grid { grid-template-columns: 1fr; padding-right: 35px; }
  .mkt-seo-case__copy { padding: 22px 18px; }
  .mkt-seo-case__head { display: block !important; }
  .mkt-seo-case__head figure { margin-bottom: 15px; }
  .mkt-seo-expert__copy h2 { font-size: 32px; }
}

/* Targeted advertising landing page. */
.mkt-target-hero { background-image: url('assets/images/target-hero.svg'); }
.mkt-target-intro { height: 846px; padding-top: 120px; }
.mkt-target-intro__grid { display: grid; grid-template-columns: 500px 531px; gap: 129px; align-items: start; }
.mkt-target-intro h2 { margin: 0 0 22px; font-size: 38px; line-height: 1.15; text-transform: uppercase; }
.mkt-target-intro > .mkt-container p { margin: 0 0 15px; font-size: 16px; line-height: 1.42; }
.mkt-target-intro__image { width: 531px; height: 724px; margin: 0; overflow: hidden; border-radius: 0 95px 0 95px; }
.mkt-target-intro__image img { width: 100%; height: 100%; object-fit: cover; }
.mkt-target-info-card { margin-top: 16px; padding: 17px 24px 14px; background: #fff; box-shadow: 0 5px 14px rgba(0,0,0,.18); }
.mkt-target-info-card h3 { margin: 0 0 9px; color: #d35d8c; font-size: 16px; }
.mkt-target-info-card ul { margin: 0; padding-left: 17px; columns: 1; }
.mkt-target-info-card li { margin: 0 0 2px; font-size: 13px; line-height: 1.25; }
@media (min-width: 921px) {
  .mkt-target-intro__grid > .wp-block-group:first-child { position: relative; }
  .mkt-target-info-card {
    position: absolute;
    left: 0;
    width: 565px;
    margin: 0;
    padding: 0;
    border-radius: 0 20px;
    background: #fff;
    box-shadow: 0 0 30px rgba(0,0,0,.2);
  }
  .mkt-target-info-card:first-of-type { top: 344px; height: 168px; }
  .mkt-target-info-card:last-child { top: 535px; height: 189px; }
  .mkt-target-info-card h3 {
    position: absolute;
    left: 20px;
    top: 13px;
    width: 488px;
    margin: 0;
    color: #d36789;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0;
  }
  .mkt-target-info-card:last-child h3 { top: 14px; }
  .mkt-target-info-card ul {
    position: absolute;
    left: 20px;
    top: 50px;
    margin: 0;
    padding-left: 17px;
    color: #575757;
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
  }
  .mkt-target-info-card:first-of-type ul { width: 442px; }
  .mkt-target-info-card:last-child ul { width: 496px; }
  .mkt-target-info-card li { margin: 0; font-size: inherit; line-height: inherit; }
}
.mkt-target-title-row { height: 253px; }
.mkt-target-benefits { height: 675px; }
.mkt-target-benefits .mkt-seo-benefit h3 { min-height: 66px; }
.mkt-target-benefits .mkt-seo-benefit p { line-height: 1.5; }
@media (min-width: 921px) {
  .mkt-target-title-row .mkt-container { padding-bottom: 45px; }
  .mkt-target-title-row h2 { font-size: 42px; font-weight: 800; line-height: 51.66px; letter-spacing: 0; }
  .mkt-target-benefits .mkt-seo-benefit-grid { position: relative; display: block; height: 675px; }
  .mkt-target-benefits .mkt-seo-benefit { position: absolute; top: 0; margin: 0; }
  .mkt-target-benefits .mkt-seo-benefit:nth-child(1) { left: 0; width: 335px; }
  .mkt-target-benefits .mkt-seo-benefit:nth-child(2) { left: 390px; width: 381px; }
  .mkt-target-benefits .mkt-seo-benefit:nth-child(3) { left: 822px; width: 336px; }
  .mkt-target-benefits .mkt-seo-benefit figure { position: absolute; left: 0; margin: 0; }
  .mkt-target-benefits .mkt-seo-benefit:nth-child(1) figure { top: 2px; width: 85px; height: 95.3px; }
  .mkt-target-benefits .mkt-seo-benefit:nth-child(2) figure { top: 9px; width: 106px; height: 79.5px; }
  .mkt-target-benefits .mkt-seo-benefit:nth-child(3) figure { top: 17px; width: 98px; height: 69.3px; }
  .mkt-target-benefits .mkt-seo-benefit h3 {
    position: absolute;
    left: 0;
    top: 121px;
    min-height: 0;
    margin: 0;
    color: #152235;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0;
  }
  .mkt-target-benefits .mkt-seo-benefit:nth-child(1) h3 { width: 335px; }
  .mkt-target-benefits .mkt-seo-benefit:nth-child(2) h3 { width: 315px; }
  .mkt-target-benefits .mkt-seo-benefit:nth-child(3) h3 { width: 335px; }
  .mkt-target-benefits .mkt-seo-benefit p {
    position: absolute;
    left: 0;
    top: 186px;
    margin: 0;
    color: #575757;
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: 0;
  }
  .mkt-target-benefits .mkt-seo-benefit:nth-child(1) p { width: 335px; }
  .mkt-target-benefits .mkt-seo-benefit:nth-child(2) p { width: 381px; }
  .mkt-target-benefits .mkt-seo-benefit:nth-child(3) p { width: 336px; }
}
.mkt-target-process { height: 505px; }
.mkt-target-process .mkt-seo-process__inner { height: 505px; background-image: url('assets/images/target-process-line.svg'); background-position: center 61px; background-size: 100% 320px; }
@media (min-width: 921px) {
  .mkt-target-process-title .mkt-container { padding-bottom: 45px; }
  .mkt-target-process-title h2 { font-size: 42px; font-weight: 700; line-height: 51.66px; letter-spacing: 0; }
  .mkt-target-process .mkt-seo-process-item { z-index: 1; width: 227px; margin: 0; }
  .mkt-target-process .mkt-seo-process-item figure {
    width: 130px;
    height: 130px;
    margin: 0 0 18px 52px;
    border-radius: 50%;
    background: #fff;
    filter: none;
    box-shadow: 0 0 30px rgba(0,0,0,.2);
  }
  .mkt-target-process .mkt-seo-process-item p {
    margin: 0;
    color: #575757;
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
  }
  .mkt-target-process .mkt-seo-process-item:nth-child(1),
  .mkt-target-process .mkt-seo-process-item:nth-child(4) { left: 0; }
  .mkt-target-process .mkt-seo-process-item:nth-child(2),
  .mkt-target-process .mkt-seo-process-item:nth-child(5) { left: calc(50% - 114px); }
  .mkt-target-process .mkt-seo-process-item:nth-child(3),
  .mkt-target-process .mkt-seo-process-item:nth-child(6) { right: 1px; left: auto; }
  .mkt-target-process .mkt-seo-process-item:nth-child(2) p { width: 188px; margin-left: 20px; }
}
.mkt-target-pricing { height: 1083px; }
.mkt-target-pricing-title .mkt-container { padding-bottom: 45px; }
.mkt-target-pricing-title h2 { font-size: 42px; font-weight: 800; line-height: 51.66px; letter-spacing: 0; }
.mkt-target-pricing .mkt-seo-price {
  height: 1053px;
  overflow: hidden;
  padding: 105px 30px 35px;
  border: 1px solid #fff;
  border-radius: 20px;
  box-shadow: 0 0 30px rgba(0,0,0,.2);
}
.mkt-target-pricing .mkt-seo-price::after { display: none; }
.mkt-target-pricing .mkt-seo-price > h3 { height: 80px; min-height: 80px; padding: 0 20px; }
.mkt-target-pricing .mkt-seo-price--green > h3 { background: #64b65e; }
.mkt-target-pricing .mkt-seo-price--blue > h3 { background: #3da3dc; }
.mkt-target-pricing .mkt-seo-price--pink > h3 { background: #cf4b8d; }
.mkt-target-pricing .mkt-seo-price ul { margin: 0; }
.mkt-target-pricing .mkt-seo-price li { margin: 0 0 25.2px; font-size: 18px; font-weight: 300; line-height: 25.2px; }
.mkt-target-pricing .mkt-seo-price li:last-child { margin-bottom: 0; }
.mkt-target-pricing .mkt-seo-price__value {
  display: block;
  margin: 25px 0 35px;
  color: #152235;
  font-size: 18px;
  font-weight: 700;
  line-height: 25.2px;
  text-align: left;
}
.mkt-target-pricing .mkt-target-price-amount { color: #be4e9b; font-size: 26px; font-weight: 800; line-height: 36.4px; }
.mkt-target-pricing .mkt-seo-price .wp-block-buttons { display: flex; justify-content: flex-start; margin: 0; }
.mkt-target-pricing .mkt-seo-price .wp-block-button__link {
  width: 201px;
  min-width: 201px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  border-radius: 30px;
  background: #cf4b8d;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 19.6px;
  box-shadow: 0 0 30px rgba(0,0,0,.2);
}
@media (min-width: 1200px) {
  .mkt-target-pricing .mkt-seo-price__value { position: absolute; left: 30px; width: 298px; margin: 0; }
  .mkt-target-pricing .mkt-seo-price:nth-child(1) .mkt-seo-price__value { top: 887px; }
  .mkt-target-pricing .mkt-seo-price:nth-child(2) .mkt-seo-price__value,
  .mkt-target-pricing .mkt-seo-price:nth-child(3) .mkt-seo-price__value { top: 912px; }
  .mkt-target-pricing .mkt-seo-price .wp-block-buttons { position: absolute; left: 30px; top: 1008px; }
}
@media (min-width: 921px) and (max-width: 1199px) {
  .mkt-target-pricing-title .mkt-container { padding-bottom: 36px; }
  .mkt-target-pricing-title h2 { font-size: 34px; line-height: 41.3px; }
  .mkt-target-pricing { height: 901px; }
  .mkt-target-pricing .mkt-seo-pricing-grid { width: 960px; max-width: 960px; grid-template-columns: repeat(3,288px); gap: 32px; }
  .mkt-target-pricing .mkt-seo-price { height: 871px; padding: 84px 24px 28px; border-radius: 16px; box-shadow: 0 0 24px rgba(0,0,0,.2); }
  .mkt-target-pricing .mkt-seo-price > h3 { height: 64px; min-height: 64px; padding: 0 16px; font-size: 16px; line-height: 19.7px; }
  .mkt-target-pricing .mkt-seo-price li { margin-bottom: 20.2px; font-size: 14.4px; line-height: 20.2px; }
  .mkt-target-pricing .mkt-seo-price li::before { margin-right: 5.6px; }
  .mkt-target-pricing .mkt-seo-price__value { position: absolute; left: 24px; width: 238px; margin: 0; font-size: 14.4px; line-height: 20.2px; }
  .mkt-target-pricing .mkt-seo-price:nth-child(1) .mkt-seo-price__value { top: 710px; }
  .mkt-target-pricing .mkt-seo-price:nth-child(2) .mkt-seo-price__value,
  .mkt-target-pricing .mkt-seo-price:nth-child(3) .mkt-seo-price__value { top: 730px; }
  .mkt-target-pricing .mkt-target-price-amount { font-size: 20.8px; line-height: 29.1px; }
  .mkt-target-pricing .mkt-seo-price .wp-block-buttons { position: absolute; left: 24px; top: 806px; }
  .mkt-target-pricing .mkt-seo-price .wp-block-button__link { width: 161px; min-width: 161px; height: 36px; padding: 0 24px; border-radius: 24px; font-size: 11.2px; line-height: 15.7px; box-shadow: 0 0 24px rgba(0,0,0,.2); }
  .mkt-target-footnote { width: 960px; }
}
.mkt-target-footnote { width: var(--mkt-content); max-width: none !important; height: 42px; margin: 0 auto !important; font-size: 12px; }
.mkt-target-page .mkt-seo-cases-title { height: 147px; }
.mkt-target-cases { height: 664px; }
.mkt-target-page .mkt-target-cases { margin-block-start: -20px !important; margin-bottom: -25px !important; }
.mkt-target-case-slider { --mkt-gap: 40px; padding-top: 26px; }
.mkt-target-case-slider .mkt-slider-control .wp-block-button__link {
  width: 33px;
  height: 33px;
  padding: 0;
  border-radius: 50%;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  box-shadow: none;
  color: transparent;
  font-size: 0;
}
.mkt-target-case-slider .mkt-slider-control--prev .wp-block-button__link { background-image: url('assets/images/target-case-prev.svg'); }
.mkt-target-case-slider .mkt-slider-control--next .wp-block-button__link { background-image: url('assets/images/target-case-next.svg'); }
.mkt-target-case-slider .mkt-slider-control .wp-block-button__link:hover { transform: none; }
.mkt-target-case-slider .mkt-slider-dots { margin-top: 30px; }
.mkt-target-case {
  position: relative;
  height: 604px;
  display: block;
  overflow: hidden;
  padding: 18px 20px 0;
  background: #fff;
  border-radius: 0 30px;
  box-shadow: 0 0 20px rgba(0,0,0,.15);
}
.mkt-target-case::before {
  content: '';
  position: absolute;
  z-index: 0;
  inset: auto 0 0;
  height: 230px;
  background: url('assets/images/target-case-gradient.svg') center bottom / 100% 100% no-repeat;
  pointer-events: none;
}
.mkt-target-case > * { position: relative; z-index: 1; }
.mkt-target-case h3 {
  min-height: 59px;
  margin: 0 0 11px;
  color: #be4e9b;
  font-size: 22px;
  font-weight: 700;
  line-height: 29.7px;
  text-transform: uppercase;
}
.mkt-target-case > p:not(.mkt-target-case__budget) {
  margin: 0 0 21px;
  color: #152235;
  font-size: 18px;
  font-weight: 300;
  line-height: 27.9px;
}
.mkt-target-case > p:not(.mkt-target-case__budget):first-of-type { margin-bottom: 24px; }
.mkt-target-case__result {
  position: absolute !important;
  top: 334px;
  right: 20px;
  left: 20px;
  margin: 0;
  padding: 0;
  color: #fff;
  background: none;
}
.mkt-target-case__result p { margin: 0; font-size: 18px; font-weight: 300; line-height: 27.9px; }
.mkt-target-case__budget {
  position: absolute !important;
  top: 476px;
  right: 20px;
  left: 20px;
  min-height: 0;
  margin: 0 !important;
  padding: 0;
  color: #fff;
  background: none;
  font-size: 18px;
  font-weight: 300;
  line-height: 27.9px;
}
.mkt-target-case__budget span { font-size: 22px; line-height: 34.1px; }
.mkt-target-expert .mkt-seo-expert__copy h2 { color: #d05a89; }
.mkt-target-why-title { height: 202px; }

@media (min-width: 921px) {
  .mkt-target-hero { width: calc(100% - max(20px, (100% - var(--mkt-content)) / 2)); margin-left: auto; }
  .mkt-target-hero .mkt-seo-hero__inner { width: 100%; }
  .mkt-target-hero .mkt-seo-service-nav {
    left: 59px;
    bottom: 0;
    width: 1100px;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
  }
  .mkt-target-hero .mkt-seo-service-nav .wp-block-button__link {
    min-height: 77px;
    border-radius: 30px;
    box-shadow: 0 0 6px 3px rgba(0,0,0,.2);
    font-size: 14px;
    line-height: 21.7px;
  }
  .page-id-11 .mkt-seo-breadcrumb .mkt-container {
    align-items: flex-start;
    padding-top: 30px;
    gap: 10px;
    box-sizing: border-box;
  }
  .page-id-11 .mkt-seo-breadcrumb p {
    color: #364042;
    font-size: 16px;
    line-height: 19.2px;
  }
  .page-id-11 .mkt-seo-breadcrumb p:last-child { color: #d36789; }
  .page-id-11 .mkt-seo-breadcrumb a { color: #364042; }
  .mkt-target-why-title .mkt-container { padding-bottom: 45px; }
  .mkt-target-why-title h2 { font-size: 42px; font-weight: 800; line-height: 51.66px; letter-spacing: 0; }
  .mkt-target-page .mkt-seo-why-grid {
    grid-template-columns: repeat(3,300px);
    gap: 84px 106px;
    padding-inline: 0;
    align-items: start;
  }
  .mkt-target-page .mkt-seo-why-item {
    width: 300px;
    height: 136px;
    min-height: 136px;
    margin: 0 !important;
    padding: 0;
    border-radius: 0 20px;
    box-shadow: 0 0 30px rgba(0,0,0,.2);
  }
  .mkt-target-page .mkt-seo-why-item p {
    position: absolute;
    top: 17px;
    left: 20px;
    width: 231px;
    margin: 0;
    color: #152235;
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
  }
  .mkt-target-page .mkt-seo-why-item figure {
    right: -47px;
    bottom: -52px;
    width: 120px;
    height: 120px;
  }
  .mkt-target-page .mkt-seo-why-item:nth-child(2) p { width: 241px; }
  .mkt-target-page .mkt-seo-why-item:nth-child(3n) { transform: translateX(-1px); }
  .mkt-target-page .mkt-seo-cases-title .mkt-container { padding-bottom: 14px; }
  .mkt-target-page .mkt-seo-cases-title h2 { width: 230px; font-size: 42px; font-weight: 800; line-height: 65px; }
  .mkt-target-case-slider { width: 1079px; height: 664px; }
  .mkt-target-case-slider .mkt-slider-viewport,
  .mkt-target-case-slider .mkt-slider-track { height: 604px; }
  .mkt-target-case-slider .mkt-slider-control { top: 302px; }
  .mkt-target-case-slider .mkt-slider-control--prev { left: -63px; }
  .mkt-target-case-slider .mkt-slider-control--next { right: -63px; }
  .mkt-target-case-slider .mkt-slider-dots { display: none; }
}

@media (max-width: 920px) {
  .mkt-target-intro { height: auto; padding: 65px 0; }
  .mkt-target-intro__grid { grid-template-columns: 1fr; gap: 40px; }
  .mkt-target-intro__image { width: min(531px,100%); height: auto; aspect-ratio: 531/724; margin-inline: auto; }
  .mkt-target-title-row { height: auto; }
  .mkt-target-benefits { height: auto; padding-bottom: 60px; }
  .mkt-target-benefits .mkt-seo-benefit h3 { min-height: 0; }
  .mkt-target-process { height: auto; }
  .mkt-target-process .mkt-seo-process__inner { height: auto; background: none; }
  .mkt-target-pricing { height: auto; }
  .mkt-target-pricing .mkt-seo-price { height: auto; min-height: 397px; }
  .mkt-target-footnote { width: calc(100% - 30px); height: auto; padding-bottom: 30px; }
  .mkt-target-why-title { height: auto; }
  .mkt-target-page .mkt-seo-cases-title { height: auto; }
  .mkt-target-cases { height: auto; padding: 0 0 65px; }
  .mkt-target-page .mkt-target-cases { margin-block-start: 0 !important; margin-bottom: 0 !important; transform: none; }
  .mkt-target-case-slider { --mkt-per-view: 2 !important; width: calc(100% - 60px); padding-top: 0; }
  .mkt-target-case-slider .mkt-slider-control--prev { left: -45px; }
  .mkt-target-case-slider .mkt-slider-control--next { right: -45px; }
}

@media (max-width: 640px) {
  .mkt-target-hero { background-image: url('assets/images/target-hero-mobile.webp'); background-position: center top; background-size: cover; }
  .mkt-target-hero .mkt-seo-hero__copy { top: 64px; }
  .mkt-target-intro h2 { font-size: 28px; }
  .mkt-target-info-card { padding-inline: 18px; }
  .mkt-target-case-slider { --mkt-per-view: 1 !important; width: calc(100% - 70px); }
  .mkt-target-case-slider .mkt-slider-control--prev { left: -42px; }
  .mkt-target-case-slider .mkt-slider-control--next { right: -42px; }
  .mkt-target-case { height: 604px; }
}

/* Context advertising landing page. */
.mkt-context-hero { background-image: url('assets/images/context-hero.webp'); }
.mkt-context-intro { height: 906px; padding-top: 120px; }
.mkt-context-intro__grid { display: grid; grid-template-columns: 565px 543px; gap: 52px; align-items: start; }
.mkt-context-intro__grid > .wp-block-group { transform: translateY(-14px); }
.mkt-context-intro h2 { margin: 0 0 10px; font-size: 42px; line-height: 65px; text-transform: uppercase; }
.mkt-context-intro__grid > .wp-block-group > p { max-width: 556px; min-height: 250px; margin: 0 0 15px; font-size: 18px; line-height: 25px; }
.mkt-context-intro__image { width: 543px; height: 785px; margin: 0; overflow: hidden; border-radius: 0 95px 0 95px; }
.mkt-context-intro__image img { width: 100%; height: 100%; object-fit: cover; }
.mkt-context-info-card,
.mkt-context-formats-card { background: #fff; border-radius: 0 20px; box-shadow: 0 0 30px rgba(0,0,0,.2); }
.mkt-context-info-card { margin-top: 31px; padding: 13px 20px 12px; }
.mkt-context-formats-card { margin-top: 21px; padding: 14px 20px 17px; }
.mkt-context-info-card h3,
.mkt-context-formats-card > h3 { margin: 0 0 9px; color: #d36789; font-size: 20px; line-height: 28px; }
.mkt-context-formats-card > h3 { margin-bottom: 15px; }
.mkt-context-info-card p { margin: 0 !important; font-size: 18px !important; line-height: 25px !important; }
.mkt-context-formats-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-block-start: 15px !important; }
.mkt-context-formats-grid > .wp-block-group { margin-block-start: 0 !important; }
.mkt-context-formats-grid h4 { margin: 0 0 9px; font-size: 20px; line-height: 28px; }
.mkt-context-formats-grid ul { margin: 0; padding-left: 20px; }
.mkt-context-formats-grid li { margin: 0; font-size: 18px; line-height: 25px; }
.mkt-context-benefits-title { height: 253px; }
.mkt-context-benefits { height: 495px; }
.mkt-context-benefits .mkt-seo-benefit h3 { min-height: 26px; }
.mkt-context-benefits .mkt-seo-benefit p { line-height: 1.5; }
.mkt-context-compact-title { height: 182px; }
.mkt-context-process { height: 505px; }
.mkt-context-process .mkt-seo-process__inner { position: relative; height: 505px; background: url('assets/images/target-process-line.svg') center 61px / 1250px 320px no-repeat; }
.mkt-context-process .mkt-seo-process-item { z-index: 1; }
.mkt-context-process .mkt-seo-process-item figure { background: #fff; border-radius: 50%; box-shadow: 0 0 30px rgba(0,0,0,.2); filter: none; }
.mkt-context-pricing { height: 1570px; }
.mkt-context-pricing .mkt-seo-price { height: 1540px; display: flex; flex-direction: column; overflow: hidden; padding: 95px 30px 35px; }
.mkt-context-pricing .mkt-seo-price > h3 { min-height: 80px; }
.mkt-context-pricing .mkt-seo-price::after { display: none; }
.mkt-context-pricing .mkt-seo-price ul { margin: 10px 0 0; }
.mkt-context-pricing .mkt-seo-price li { margin-bottom: 21px; color: #152235; font-size: 18px; font-weight: 300; line-height: 25.2px; }
.mkt-context-pricing .mkt-seo-price details { display: block; margin: 0; }
.mkt-context-pricing .mkt-seo-price details summary { display: none; }
.mkt-context-pricing .mkt-seo-price details ul { margin: 0; }
.mkt-context-pricing .mkt-seo-price:nth-child(1) details li:nth-child(n+7),
.mkt-context-pricing .mkt-seo-price:nth-child(2) details li:nth-child(n+12) { color: #bdbdbd; }
.mkt-context-pricing .mkt-seo-price:nth-child(1) details li:nth-child(n+7)::before,
.mkt-context-pricing .mkt-seo-price:nth-child(2) details li:nth-child(n+12)::before { content: '✕'; color: #bdbdbd; }
.mkt-context-pricing .mkt-seo-price__value { display: block; margin: auto 0 18px; color: #152235; font-size: 18px; font-weight: 700; line-height: 25.2px; text-align: left; }
.mkt-context-pricing .mkt-seo-price__label { color: #152235; font-weight: 700; }
.mkt-context-pricing .mkt-seo-price__amount { margin-left: 10px; color: #be4e9b; font-size: 26px; font-weight: 800; line-height: 36.4px; white-space: nowrap; }
.mkt-context-pricing .mkt-seo-price .wp-block-buttons { display: flex; justify-content: flex-start; margin: 0; }
.mkt-context-pricing .mkt-seo-price .wp-block-button__link { min-width: 201px; min-height: 45px; padding: 13px 30px; border-radius: 30px; background: #cf4b8d; color: #fff; font-size: 14px; font-weight: 700; line-height: 19.6px; text-transform: uppercase; box-shadow: 0 0 30px rgba(0,0,0,.2); }
.mkt-context-page .mkt-seo-cases-title { height: 147px; background: #fafbf8; }
.mkt-context-page .mkt-seo-cases-title h2 { font-size: 42px; font-weight: 800; line-height: 1.55; }
.mkt-context-cases { height: 863px; background: #fafbf8; }
.mkt-context-page .mkt-context-cases { margin-block-start: -20px !important; margin-bottom: -25px !important; transform: translateY(-25px); }
.mkt-context-case { height: 803px; padding: 18px 20px 0; border-radius: 0 30px; box-shadow: 0 0 20px rgba(0,0,0,.15); }
.mkt-context-case::before { content: ''; position: absolute; z-index: 0; right: 0; bottom: 0; left: 0; height: 230px; background: linear-gradient(125deg,#d84d98,#6757eb); border-radius: 0 30px 0 0; pointer-events: none; }
.mkt-context-case > * { position: relative; z-index: 1; }
.mkt-context-case h3 { min-height: 89px; margin-bottom: 8px; color: #be4e9b; font-size: 22px; font-weight: 700; line-height: 29.7px; }
.mkt-context-case > p { margin-bottom: 28px; color: #152235; font-size: 18px; font-weight: 300; line-height: 27.9px; }
.mkt-context-case > p strong { font-weight: 600; }
.mkt-context-case .mkt-target-case__result { min-height: 138px; margin: auto -20px 0; padding: 18px 20px 8px; background: transparent; }
.mkt-context-case .mkt-target-case__result p { color: #fff; font-size: 18px; font-weight: 300; line-height: 27.9px; }
.mkt-context-case .mkt-target-case__result strong { font-weight: 600; }
.mkt-context-case .mkt-target-case__budget { min-height: 92px; margin: 0 -20px !important; padding: 8px 20px 18px; color: #fff; background: transparent; font-size: 18px; font-weight: 300; line-height: 27.9px; }
.mkt-context-case .mkt-target-case__budget strong { font-weight: 600; }
.mkt-context-case .mkt-target-case__budget-value { font-size: 22px; font-weight: 300; line-height: 34.1px; }
:is(.mkt-target-page, .mkt-media-page, .mkt-context-page) .mkt-seo-expert { height: 526px; background: #fafbf8; }
:is(.mkt-target-page, .mkt-media-page, .mkt-context-page) .mkt-seo-expert .mkt-seo-expert__grid { grid-template-columns: 430px 600px; gap: 130px; padding-top: 105px; }
:is(.mkt-target-page, .mkt-media-page, .mkt-context-page) .mkt-seo-expert .mkt-seo-expert__grid > figure { border-radius: 0; }
:is(.mkt-target-page, .mkt-media-page, .mkt-context-page) .mkt-seo-expert .mkt-seo-expert__copy { width: 600px; align-self: start; margin-top: -14px; }
:is(.mkt-target-page, .mkt-media-page, .mkt-context-page) .mkt-seo-expert .mkt-seo-expert__copy h2 { margin: 0 0 6px; color: #d36789; font-size: 42px; line-height: 65px; }
:is(.mkt-target-page, .mkt-media-page, .mkt-context-page) .mkt-seo-expert .mkt-seo-expert__copy > p { margin: 0 0 40px; color: #152235; font-size: 20px; line-height: 28px; }
:is(.mkt-target-page, .mkt-media-page, .mkt-context-page) .mkt-seo-expert .mkt-seo-expert__copy > p strong { font-weight: 600; }
:is(.mkt-target-page, .mkt-media-page, .mkt-context-page) .mkt-seo-expert .mkt-seo-expert__copy ul { margin: 0 0 45px; padding-left: 20px; color: #152235; }
:is(.mkt-target-page, .mkt-media-page, .mkt-context-page) .mkt-seo-expert .mkt-seo-expert__copy li { margin: 0; font-size: 18px; line-height: 29px; }
:is(.mkt-target-page, .mkt-media-page, .mkt-context-page) .mkt-seo-expert .mkt-seo-expert__copy blockquote { width: 598px; height: 90px; box-sizing: border-box; margin: 0; padding: 19px 41px 21px; color: #152235; border-radius: 20px; box-shadow: 0 0 30px rgba(0,0,0,.2); }
:is(.mkt-target-page, .mkt-media-page, .mkt-context-page) .mkt-seo-expert .mkt-seo-expert__copy blockquote p { width: 478px; margin: 0; font-size: 18px; line-height: 25px; }
:is(.mkt-target-page, .mkt-media-page, .mkt-context-page) .mkt-seo-expert .mkt-seo-expert__copy blockquote::before,
:is(.mkt-target-page, .mkt-media-page, .mkt-context-page) .mkt-seo-expert .mkt-seo-expert__copy blockquote::after { content: ''; position: absolute; width: 39px; height: 33px; background: url('assets/images/context-quote.svg') center / contain no-repeat; }
:is(.mkt-target-page, .mkt-media-page, .mkt-context-page) .mkt-seo-expert .mkt-seo-expert__copy blockquote::before { left: -19px; top: -13px; }
:is(.mkt-target-page, .mkt-media-page, .mkt-context-page) .mkt-seo-expert .mkt-seo-expert__copy blockquote::after { right: -15px; bottom: -15px; transform: rotate(180deg); }
:is(.mkt-target-page, .mkt-media-page, .mkt-context-page) .mkt-seo-cta { height: 1030px; padding: 105px 0; background: #fafbf8; }
:is(.mkt-target-page, .mkt-media-page, .mkt-context-page) .mkt-seo-cta > .mkt-container { position: relative; }
:is(.mkt-target-page, .mkt-media-page, .mkt-context-page) .mkt-seo-cta > .mkt-container::after { content: ''; position: absolute; z-index: 3; left: 8px; top: 667px; width: 137px; height: 119px; background: url('assets/images/dots-form.svg') center / 100% 100% no-repeat; pointer-events: none; }
:is(.mkt-target-page, .mkt-media-page, .mkt-context-page) .mkt-seo-cta .mkt-cta-card { height: 820px; min-height: 820px; background: none; }
:is(.mkt-target-page, .mkt-media-page, .mkt-context-page) .mkt-seo-cta .mkt-cta-card::before { z-index: 0; right: -49px; bottom: 7px; width: 632px; height: 588px; border-radius: 0; background: url('assets/images/cta-substrate.svg') center / 100% 100% no-repeat; }
:is(.mkt-target-page, .mkt-media-page, .mkt-context-page) .mkt-seo-cta .mkt-cta-card::after { display: none; }
:is(.mkt-target-page, .mkt-media-page, .mkt-context-page) .mkt-seo-cta .mkt-cta-copy { z-index: 1; width: 1000px; min-height: 560px; padding: 90px 58px 50px; background: url('assets/images/cta-photo.webp') top left / 1000px 560px no-repeat; }
:is(.mkt-target-page, .mkt-media-page, .mkt-context-page) .mkt-seo-cta .mkt-cta-copy::before { width: 86px; height: 3px; margin-bottom: 30px; }
:is(.mkt-target-page, .mkt-media-page, .mkt-context-page) .mkt-seo-cta .mkt-cta-copy::after { display: block; top: -39px; right: -56px; width: 169px; height: 144px; }
:is(.mkt-target-page, .mkt-media-page, .mkt-context-page) .mkt-seo-cta .mkt-cta-copy h2 { width: 820px; margin: 0; color: #fff; font-size: 42px; font-weight: 800; line-height: 55px; }
:is(.mkt-target-page, .mkt-media-page, .mkt-context-page) .mkt-seo-cta .mkt-cta-copy p { width: 491px; max-width: 491px; margin: 24px 0 0; color: #fff; font-size: 18px; line-height: 25px; }
:is(.mkt-target-page, .mkt-media-page, .mkt-context-page) .mkt-seo-cta .mkt-lead-form { left: 60px; bottom: 69px; width: 838px; }
:is(.mkt-target-page, .mkt-media-page, .mkt-context-page) .mkt-seo-cta .mkt-lead-form .mkt-form-consent { width: 732px; margin-top: 13px; }

@media (min-width: 921px) {
  .mkt-context-case-slider .mkt-slider-viewport { width: 1080px; margin-inline: auto; }
  .mkt-context-hero { width: calc(100% - max(20px, (100% - var(--mkt-content)) / 2)); margin-left: auto; }
  .mkt-context-hero .mkt-seo-hero__inner { width: 100%; }
  .mkt-context-hero .mkt-seo-hero__copy { left: 60px; width: 880px; }
  .mkt-context-hero .mkt-seo-hero__copy h1 { font-size: 42px; line-height: 55px; white-space: nowrap; }
  .mkt-context-hero .mkt-seo-hero__copy p { width: 488px; margin: 20px 0 36px; font-size: 20px; line-height: 28px; }
  .mkt-context-hero .mkt-seo-hero__copy .wp-block-button__link { min-width: 224px; height: 55px; display: flex; align-items: center; justify-content: center; padding: 0 24px; color: #fff; background: transparent; border: 2px solid #fff; box-shadow: 0 5px 11px rgba(0,0,0,.25); }
  .mkt-context-hero .mkt-seo-service-nav { left: 60px; bottom: 0; width: 1100px; grid-template-columns: repeat(4,1fr); gap: 20px; }
  .mkt-context-hero .mkt-seo-service-nav .wp-block-button__link { min-height: 77px; }
}

@media (max-width: 920px) {
  .mkt-context-intro { height: auto; padding: 65px 0; }
  .mkt-context-intro__grid { grid-template-columns: 1fr; gap: 40px; }
  .mkt-context-intro__grid > .wp-block-group { transform: none; }
  .mkt-context-intro__grid > .wp-block-group > p { min-height: 0; }
  .mkt-context-intro__image { width: min(543px,100%); height: auto; aspect-ratio: 543/785; margin-inline: auto; }
  .mkt-context-benefits-title,
  .mkt-context-compact-title { height: auto; }
  .mkt-context-benefits { height: auto; padding-bottom: 60px; }
  .mkt-context-benefits .mkt-seo-benefit h3 { min-height: 0; }
  .mkt-context-process,
  .mkt-context-process .mkt-seo-process__inner { height: auto; }
  .mkt-context-process .mkt-seo-process__inner {
    --mkt-context-process-step: calc((100% - 76px) / 3 + 38px);
    isolation: isolate;
    background: none;
  }
  .mkt-context-process .mkt-seo-process__inner::before,
  .mkt-context-process .mkt-seo-process__inner::after {
    content: '';
    position: absolute;
    z-index: 0;
    left: 25%;
    right: 25%;
    height: var(--mkt-context-process-step);
    border: 2px dashed #d0d0d0;
    pointer-events: none;
  }
  .mkt-context-process .mkt-seo-process__inner::before {
    top: 50px;
    border-left: 0;
    border-radius: 0 70px 70px 0;
  }
  .mkt-context-process .mkt-seo-process__inner::after {
    top: calc(50px + var(--mkt-context-process-step));
    border-right: 0;
    border-radius: 70px 0 0 70px;
  }
  .mkt-context-pricing { height: auto; padding-bottom: 60px; }
  .mkt-context-pricing .mkt-seo-price { height: auto; min-height: 397px; }
  .mkt-context-page .mkt-seo-cases-title { height: auto; }
  .mkt-context-cases { height: auto; padding: 0 0 65px; }
  .mkt-context-page .mkt-context-cases { margin-block-start: 0 !important; margin-bottom: 0 !important; transform: none; }
  .mkt-context-case-slider { --mkt-per-view: 2 !important; width: calc(100% - 60px); }
  .mkt-context-case { height: auto; min-height: 803px; }
  :is(.mkt-target-page, .mkt-media-page, .mkt-context-page) .mkt-seo-expert { height: auto; padding-bottom: 70px; }
  :is(.mkt-target-page, .mkt-media-page, .mkt-context-page) .mkt-seo-expert .mkt-seo-expert__grid { grid-template-columns: 1fr; gap: 40px; padding-top: 65px; }
  :is(.mkt-target-page, .mkt-media-page, .mkt-context-page) .mkt-seo-expert .mkt-seo-expert__grid > figure { width: min(430px,100%); height: auto; aspect-ratio: 430 / 421; margin-inline: auto; }
  :is(.mkt-target-page, .mkt-media-page, .mkt-context-page) .mkt-seo-expert .mkt-seo-expert__copy { width: auto; margin-top: 0; }
  :is(.mkt-target-page, .mkt-media-page, .mkt-context-page) .mkt-seo-expert .mkt-seo-expert__copy h2 { margin-bottom: 12px; font-size: 36px; line-height: 1.2; }
  :is(.mkt-target-page, .mkt-media-page, .mkt-context-page) .mkt-seo-expert .mkt-seo-expert__copy > p { margin-bottom: 24px; font-size: 18px; line-height: 1.45; }
  :is(.mkt-target-page, .mkt-media-page, .mkt-context-page) .mkt-seo-expert .mkt-seo-expert__copy ul { margin-bottom: 32px; }
  :is(.mkt-target-page, .mkt-media-page, .mkt-context-page) .mkt-seo-expert .mkt-seo-expert__copy li { font-size: 17px; line-height: 1.55; }
  :is(.mkt-target-page, .mkt-media-page, .mkt-context-page) .mkt-seo-expert .mkt-seo-expert__copy blockquote { width: 100%; height: auto; min-height: 90px; padding: 22px 28px; }
  :is(.mkt-target-page, .mkt-media-page, .mkt-context-page) .mkt-seo-expert .mkt-seo-expert__copy blockquote p { width: auto; }
  :is(.mkt-target-page, .mkt-media-page, .mkt-context-page) .mkt-seo-expert .mkt-seo-expert__copy blockquote::before { left: -10px; top: -18px; }
  :is(.mkt-target-page, .mkt-media-page, .mkt-context-page) .mkt-seo-expert .mkt-seo-expert__copy blockquote::after { right: -10px; bottom: -18px; }
  :is(.mkt-target-page, .mkt-media-page, .mkt-context-page) .mkt-seo-cta { height: auto; padding: 60px 0 80px; }
  :is(.mkt-target-page, .mkt-media-page, .mkt-context-page) .mkt-seo-cta > .mkt-container::after,
  :is(.mkt-target-page, .mkt-media-page, .mkt-context-page) .mkt-seo-cta .mkt-cta-card::before { display: none; }
  :is(.mkt-target-page, .mkt-media-page, .mkt-context-page) .mkt-seo-cta .mkt-cta-card { height: auto; min-height: 1050px; }
  :is(.mkt-target-page, .mkt-media-page, .mkt-context-page) .mkt-seo-cta .mkt-cta-copy { width: 100%; min-height: 560px; padding: 65px 36px 50px; background-position: center top; background-size: cover; }
  :is(.mkt-target-page, .mkt-media-page, .mkt-context-page) .mkt-seo-cta .mkt-cta-copy::after { display: none; }
  :is(.mkt-target-page, .mkt-media-page, .mkt-context-page) .mkt-seo-cta .mkt-cta-copy h2 { width: 100%; font-size: 36px; line-height: 1.25; }
  :is(.mkt-target-page, .mkt-media-page, .mkt-context-page) .mkt-seo-cta .mkt-cta-copy p { width: min(491px,100%); max-width: 100%; }
  :is(.mkt-target-page, .mkt-media-page, .mkt-context-page) .mkt-seo-cta .mkt-lead-form { left: 5%; bottom: 40px; width: 90%; }
  :is(.mkt-target-page, .mkt-media-page, .mkt-context-page) .mkt-seo-cta .mkt-lead-form .mkt-form-consent { width: 100%; margin-top: 0; }
}

@media (max-width: 640px) {
  .mkt-context-hero { background-image: url('assets/images/context-hero-mobile.webp'); background-position: center top; background-size: cover; }
  .mkt-context-hero .mkt-seo-hero__copy { top: 64px; }
  .mkt-context-intro h2 { margin-top: 0; font-size: 32px; line-height: 1.18; }
  .mkt-context-intro__grid > .wp-block-group > p { font-size: 18px; line-height: 1.55; }
  .mkt-context-formats-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
  .mkt-context-info-card,
  .mkt-context-formats-card { padding-inline: 20px; }
  .mkt-context-case-slider { --mkt-per-view: 1 !important; width: calc(100% - 70px); }
  .mkt-context-case { height: auto; min-height: 803px; }
  :is(.mkt-target-page, .mkt-media-page, .mkt-context-page) .mkt-seo-cta .mkt-cta-card { min-height: 1150px; }
  :is(.mkt-target-page, .mkt-media-page, .mkt-context-page) .mkt-seo-cta .mkt-cta-copy { min-height: 650px; padding: 55px 25px; }
  :is(.mkt-target-page, .mkt-media-page, .mkt-context-page) .mkt-seo-cta .mkt-cta-copy h2 { font-size: 29px; line-height: 1.25; }
  :is(.mkt-target-page, .mkt-media-page, .mkt-context-page) .mkt-seo-cta .mkt-cta-copy p { font-size: 16px; line-height: 1.5; }
  :is(.mkt-target-page, .mkt-media-page, .mkt-context-page) .mkt-seo-cta .mkt-lead-form { left: 0; bottom: 0; width: 100%; }
}

/* Media advertising landing page. */
.mkt-media-hero { background-image: url('assets/images/media-hero.webp'); }
.mkt-media-intro { height: 811px; padding-top: 120px; background: #fafbf8; }
.mkt-media-intro__grid { display: grid; grid-template-columns: 500px 557px; gap: 101px; align-items: start; }
.mkt-media-intro h2 { margin: 0 0 22px; font-size: 38px; line-height: 1.15; text-transform: uppercase; }
.mkt-media-intro > .mkt-container p { margin: 0 0 15px; font-size: 16px; line-height: 1.42; }
.mkt-media-intro__image { width: 557px; height: 571px; margin: 0; overflow: hidden; border-radius: 0 95px 0 95px; }
.mkt-media-intro__image img { width: 100%; height: 100%; object-fit: cover; }
@media (min-width: 921px) {
  .mkt-media-intro__grid > .wp-block-group:first-child { position: relative; }
  .mkt-media-intro h2 {
    position: relative;
    top: -9px;
    left: -1px;
    width: 560px;
    margin: 0 0 7px;
    font-size: 42px;
    font-weight: 800;
    line-height: 55px;
  }
  .mkt-media-intro > .mkt-container p { width: 573px; font-size: 18px; line-height: 25px; }
  .mkt-media-intro .mkt-target-info-card:first-of-type { top: 246px; height: 168px; }
  .mkt-media-intro .mkt-target-info-card:last-child { top: 435px; height: 138px; }
}
.mkt-media-title-row { height: 253px; background: #fafbf8; }
.mkt-media-benefits { height: 571px; background: #fafbf8; }
.mkt-media-benefits .mkt-seo-benefit h3 { min-height: 52px; }
.mkt-media-benefits .mkt-seo-benefit p { line-height: 1.5; }
.mkt-media-pricing-title .mkt-container { padding-bottom: 45px; }
.mkt-media-pricing-title h2 { width: 1160px; font-size: 42px; font-weight: 700; line-height: 51.66px; }
.mkt-media-pricing { height: 630px; background: #fafbf8; }
.mkt-media-price { position: relative; height: 600px; overflow: hidden; padding: 106px 31px 30px; background: #fff; border: 0; border-radius: 20px; box-shadow: 0 0 30px rgba(0,0,0,.2); }
.mkt-media-price > h3 { position: absolute; inset: 0 0 auto; min-height: 81px; display: flex; align-items: center; margin: 0; padding: 0 30px; color: #fff; background: linear-gradient(180deg,#cc4c90 0%,#8056cb 100%); font-size: 20px; font-weight: 700; line-height: 24.6px; text-transform: uppercase; }
.mkt-media-price > ul { margin: 0; padding: 0; list-style: none; }
.mkt-media-price li { margin: 0 0 25.2px; color: #152235; font-size: 18px; font-weight: 300; line-height: 25.2px; }
.mkt-media-price li:last-child { margin-bottom: 0; }
.mkt-media-price li::before { content: '✓'; margin-right: 7px; color: #54b658; font-weight: 800; }
.mkt-media-price__value { position: absolute; top: 483px; left: 31px; width: 1098px; margin: 0; color: #152235; font-size: 18px; font-weight: 700; line-height: 36.4px; }
.mkt-media-price__amount { color: #be4e9b; font-size: 26px; font-weight: 800; line-height: 36.4px; }
.mkt-media-price .wp-block-buttons { position: absolute; top: 555px; left: 31px; margin: 0; }
.mkt-media-price .wp-block-button__link { width: 201px; min-width: 201px; height: 45px; display: flex; align-items: center; justify-content: center; padding: 0 30px; border-radius: 30px; background: #cf4b8d; color: #fff; font-size: 14px; font-weight: 700; line-height: 19.6px; box-shadow: 0 0 30px rgba(0,0,0,.2); }
.mkt-media-page .mkt-seo-cases-title { height: 147px; }
.mkt-media-cases { height: 610px; }
.mkt-media-page .mkt-media-cases { margin-block-start: -20px !important; margin-bottom: -25px !important; transform: translateY(-25px); }
.mkt-media-case {
  height: 550px;
  background: #fff;
}
.mkt-media-case::before {
  display: block;
  right: -20px;
  left: -20px;
  width: auto;
  height: 175px;
  background: linear-gradient(96deg,#fc466b 0%,#3f5efb 100%);
  border-radius: 0 30px 0 0;
}
.mkt-media-case h3 { min-height: 45px; }
.mkt-media-case .mkt-target-case__result { top: 390px; padding: 0; }
.mkt-media-case .mkt-target-case__budget { top: 470px; min-height: 0; padding: 0; }

@media (min-width: 921px) {
  .mkt-media-title-row h2 {
    width: 1160px;
    font-size: 42px;
    font-weight: 700;
    line-height: 51.66px;
  }
  .mkt-media-title-row .mkt-container {
    padding-bottom: 45px;
  }
  .mkt-media-benefits .mkt-seo-benefit-grid {
    grid-template-columns: 335px 381px 336px;
    column-gap: 55px;
  }
  .mkt-media-benefits .mkt-seo-benefit {
    margin-block-start: 0 !important;
  }
  .mkt-media-benefits .mkt-seo-benefit:nth-child(1) {
    padding-top: 2px;
  }
  .mkt-media-benefits .mkt-seo-benefit:nth-child(2) {
    padding-top: 9px;
  }
  .mkt-media-benefits .mkt-seo-benefit:nth-child(3) {
    padding-top: 17px;
    transform: translateX(-4px);
  }
  .mkt-media-benefits .mkt-seo-benefit:nth-child(1) figure {
    width: 85px;
    height: 95.3125px;
    margin: 0 0 23.6875px;
  }
  .mkt-media-benefits .mkt-seo-benefit:nth-child(2) figure {
    width: 106px;
    height: 79.5px;
    margin: 0 0 32.5px;
  }
  .mkt-media-benefits .mkt-seo-benefit:nth-child(3) figure {
    width: 98px;
    height: 69.25px;
    margin: 0 0 34.75px;
  }
  .mkt-media-benefits .mkt-seo-benefit h3 {
    min-height: 0;
    margin: 0 0 11px;
    color: #152235;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
  }
  .mkt-media-benefits .mkt-seo-benefit:nth-child(1) h3 {
    width: 335px;
    margin-bottom: 7px;
  }
  .mkt-media-benefits .mkt-seo-benefit:nth-child(2) h3 {
    width: 315px;
  }
  .mkt-media-benefits .mkt-seo-benefit:nth-child(3) h3 {
    width: 335px;
  }
  .mkt-media-benefits .mkt-seo-benefit p {
    margin: 0;
    color: #575757;
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
  }
  .mkt-media-page .mkt-seo-cases-title .mkt-container { padding-bottom: 14px; }
  .mkt-media-page .mkt-seo-cases-title h2 { width: 230px; font-size: 42px; font-weight: 800; line-height: 65px; }
  .mkt-media-case-slider { height: 610px; }
  .mkt-media-case-slider .mkt-slider-viewport,
  .mkt-media-case-slider .mkt-slider-track { height: 550px; }
  .mkt-media-case-slider .mkt-slider-control { top: 275px; }
  .mkt-media-hero { width: calc(100% - max(20px, (100% - var(--mkt-content)) / 2)); margin-left: auto; }
  .mkt-media-hero .mkt-seo-hero__inner { width: 100%; }
  .mkt-media-hero .mkt-seo-hero__copy { left: 60px; top: 271px; width: 880px; }
  .mkt-media-hero .mkt-seo-hero__copy h1 { font-size: 42px; line-height: 55px; white-space: nowrap; }
  .mkt-media-hero .mkt-seo-hero__copy p { width: 488px; margin: 20px 0 36px; font-size: 20px; line-height: 28px; }
  .mkt-media-hero .mkt-seo-hero__copy .wp-block-button__link {
    min-width: 224px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    border-radius: 30px;
    box-shadow: 0 0 6px 3px rgba(0,0,0,.2);
  }
  .mkt-media-hero .mkt-seo-service-nav { left: 60px; bottom: 0; width: 1100px; grid-template-columns: repeat(4,1fr); gap: 20px; }
  .mkt-media-hero .mkt-seo-service-nav .wp-block-button__link {
    min-height: 77px;
    border-radius: 30px;
    box-shadow: 0 0 6px 3px rgba(0,0,0,.2);
    font-size: 14px;
    line-height: 21.7px;
  }
}

@media (max-width: 920px) {
  .mkt-media-intro { height: auto; padding: 65px 0; }
  .mkt-media-intro__grid { grid-template-columns: 1fr; gap: 40px; }
  .mkt-media-intro__image { width: min(557px,100%); height: auto; aspect-ratio: 557/571; margin-inline: auto; }
  .mkt-media-title-row { height: auto; }
  .mkt-media-benefits { height: auto; padding-bottom: 60px; }
  .mkt-media-benefits .mkt-seo-benefit h3 { min-height: 0; }
  .mkt-media-pricing { height: auto; padding-bottom: 60px; }
  .mkt-media-price { height: auto; min-height: 480px; }
  .mkt-media-price > ul { columns: 1; }
  .mkt-media-price details { width: 100%; }
  .mkt-media-price__value, .mkt-media-price .wp-block-buttons { position: static; }
  .mkt-media-price__value { margin: 24px 0 15px; }
  .mkt-media-page .mkt-seo-cases-title { height: auto; }
  .mkt-media-cases { height: auto; padding: 0 0 65px; }
  .mkt-media-page .mkt-media-cases { margin-block-start: 0 !important; margin-bottom: 0 !important; transform: none; }
  .mkt-media-case-slider { --mkt-per-view: 2 !important; width: calc(100% - 60px); }
}

@media (max-width: 640px) {
  .mkt-media-hero { background-image: url('assets/images/media-hero-mobile.webp'); background-position: center top; background-size: cover; }
  .mkt-media-hero .mkt-seo-hero__copy { top: 64px; }
  .mkt-media-intro h2 { font-size: 28px; }
  .mkt-media-price { padding: 105px 20px 25px; }
  .mkt-media-price__value { font-size: 16px; }
  .mkt-media-case-slider { --mkt-per-view: 1 !important; width: calc(100% - 70px); }
  .mkt-media-case { height: 550px; }
}

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

/* Contacts final alignment overrides load after WordPress block-gap rules. */
.page-id-14 .mkt-contacts-breadcrumb { padding-top: 30px; }
.page-id-14 .mkt-contacts-grid { display: grid !important; grid-template-columns: 500px 560px; }
.page-id-14 .mkt-contacts-grid > .wp-block-column { flex-basis: auto !important; }
.page-id-14 .mkt-contacts-info h1 { width: 820px; }
.page-id-14 .mkt-footer { position: relative; }
.page-id-14 .mkt-footer-grid > * { margin-block-start: 0 !important; }
.page-id-14 .mkt-footer-policy { position: absolute; left: calc((100% - var(--mkt-content)) / 2); bottom: 43px; margin: 0 !important; }

@media (min-width: 921px) {
  .page-id-14 .mkt-contact-item p { width: 341px; }
  .page-id-14 .mkt-footer-contact > p { margin: 0 0 15px; font-size: 16px; line-height: 25px; }
  .page-id-14 .mkt-footer-contact > p:nth-of-type(2) { margin-bottom: 20px; }
  .page-id-14 .mkt-footer-logo { margin-bottom: 44px; }
  .page-id-14 .mkt-footer-socials { margin-top: 30px; }
  .page-id-14 .mkt-footer-services,
  .page-id-14 .mkt-footer-menu { padding-top: 99px; }
  .page-id-14 .mkt-footer h3 { margin: 0 0 21px; font-size: 22px; line-height: 29px; }
  .page-id-14 .mkt-footer li { margin-bottom: 11px; font-size: 18px; line-height: 28px; }
}

@media (max-width: 920px) {
  .page-id-14 .mkt-contacts-breadcrumb { padding-top: 30px; }
  .page-id-14 .mkt-contacts-grid { display: block !important; }
}

@media (max-width: 640px) {
  .page-id-14 .mkt-logo-wrap,
  .page-id-14 .mkt-site-logo img { width: 171px; }
  .page-id-14 .mkt-site-nav .wp-block-navigation__responsive-container-open {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    padding: 12px;
    border-radius: 50%;
    color: #fff;
    background: var(--mkt-pink);
  }
  .page-id-14 .mkt-site-nav .wp-block-navigation__responsive-container-open svg { width: 24px; height: 24px; fill: currentColor; }
  .page-id-14 .mkt-contacts-breadcrumb { padding-top: 27px; }
  .page-id-14 .mkt-contacts-grid { margin-top: 79px !important; }
  .page-id-14 .mkt-contacts-map { margin-top: 40px; }
  .page-id-14 .mkt-footer { background: #464761; }
  .page-id-14 .mkt-footer-services,
  .page-id-14 .mkt-footer-menu { padding-top: 0; }
  .page-id-14 .mkt-footer-grid { gap: 25px; }
  .page-id-14 .mkt-footer { height: 940px; }
  .page-id-14 .mkt-footer-services,
  .page-id-14 .mkt-footer-menu { transform: translateY(-23px); }
  .page-id-14 .mkt-footer-policy { position: static; margin: 18px 0 0 !important; font-size: 12px !important; transform: translateY(-18px); }
}

/* About page reconstructed from the original company layout. */
.page-id-8 .mkt-page-hero { display: none; }
.page-id-8 .mkt-page-content { padding: 0; }
.page-id-8 .wp-site-blocks > main,
.page-id-8 .mkt-page-content,
.page-id-8 .mkt-page-content > .wp-block-post-content { margin-block-start: 0 !important; }
.page-id-8 .mkt-page-content > .wp-block-post-content { max-width: none !important; padding: 0 !important; }
.page-id-8 .mkt-footer { margin-block-start: 0 !important; }
.mkt-about-page { width: 100%; max-width: none !important; margin: 0 !important; overflow: hidden; background: #fff; }
.mkt-about-page > * { margin-block-start: 0 !important; }
.mkt-about-page h1, .mkt-about-page h2, .mkt-about-page h3 { color: var(--mkt-ink); font-family: Geometria, Arial, sans-serif; }
.mkt-about-hero {
  position: relative;
  width: calc(100% - max(20px, (100% - var(--mkt-content)) / 2));
  height: 690px;
  margin-left: auto !important;
  overflow: hidden;
  background-image: linear-gradient(100deg,rgba(211,75,137,.91),rgba(57,103,242,.82)),url('assets/about/about-hero.webp');
  background-position: center, right bottom;
  background-size: cover, 900px auto;
  background-repeat: no-repeat;
  border-radius: 0 0 0 135px;
}
.mkt-about-hero::before { content: ''; position: absolute; z-index: 0; top: 0; right: 0; width: 73%; height: 138px; border-radius: 0 0 0 138px; background: #fff; }
.mkt-about-hero__inner { position: relative; z-index: 1; width: min(1200px,calc(100% - 70px)); height: 100%; margin-inline: auto; }
.mkt-about-hero__copy { position: absolute; left: 5px; top: 250px; width: 470px; color: #fff; }
.mkt-about-hero__copy h1 { margin: 0 0 28px; color: #fff; font-size: 42px; line-height: 1.05; text-transform: uppercase; }
.mkt-about-hero__copy p { margin: 0 0 38px; color: #fff; font-size: 18px; line-height: 1.45; }
.mkt-about-hero__copy .wp-block-button__link { min-width: 225px; padding: 17px 30px; color: var(--mkt-pink); background: #fff; box-shadow: 0 5px 12px rgba(0,0,0,.28); }
.mkt-about-breadcrumb { width: min(var(--mkt-content),calc(100% - 40px)); height: 145px; display: flex; align-items: center; margin-inline: auto !important; }
.mkt-about-breadcrumb p { margin: 0; color: #333; font-size: 14px; }
.mkt-about-breadcrumb a { color: #333; text-decoration: none; }
.mkt-about-breadcrumb span { margin: 0 15px; color: #777; }
.mkt-about-breadcrumb strong { color: var(--mkt-pink); font-weight: 400; }
.mkt-about-reasons { min-height: 1110px; padding: 45px 0 70px; }
.mkt-about-reasons h2 { margin: 0 0 60px; font-size: 39px; line-height: 1.12; text-transform: uppercase; }
.mkt-about-reasons__grid { display: grid !important; grid-template-columns: 485px 600px; gap: 72px; align-items: start; }
.mkt-about-reasons__grid > .wp-block-column { flex-basis: auto !important; min-width: 0; }
.mkt-about-reasons__list { padding-top: 30px; }
.mkt-about-reason { gap: 28px; align-items: center; margin-bottom: 30px !important; }
.mkt-about-reason figure { flex: 0 0 84px; width: 84px; margin: 0; filter: drop-shadow(0 6px 10px rgba(0,0,0,.2)); }
.mkt-about-reason img { width: 84px; height: 84px; display: block; }
.mkt-about-reason p { margin: 0; color: #3f3f43; font-size: 14px; line-height: 1.45; }
.mkt-about-collage { width: 535px; margin: -40px 0 0 auto; }
.mkt-about-collage img { width: 100%; height: auto; display: block; }
.mkt-about-team { min-height: 740px; padding: 65px 0 85px; }
.mkt-about-team h2 { margin: 0 0 55px; font-size: 37px; line-height: 1.15; text-transform: uppercase; }
.mkt-about-team-slider { --mkt-per-view: 3; --mkt-gap: 44px; width: calc(100% - 110px); margin-inline: auto; }
.mkt-about-team-slider .mkt-slider-viewport { padding: 0 2px; }
.mkt-about-person { text-align: center; }
.mkt-about-person figure { width: 100%; margin: 0 0 18px; aspect-ratio: 1 / 1; overflow: hidden; }
.mkt-about-person img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.mkt-about-person h3 { margin: 0 0 9px; color: var(--mkt-pink); font-size: 14px; font-weight: 500; text-transform: uppercase; }
.mkt-about-person p { margin: 0; color: #222; font-size: 12px; line-height: 1.35; }
.mkt-about-team-slider .mkt-slider-control--prev { left: -74px; }
.mkt-about-team-slider .mkt-slider-control--next { right: -74px; }
.mkt-about-team-slider .mkt-slider-control .wp-block-button__link { width: 36px; height: 36px; color: #fff; background: var(--mkt-pink); font-size: 34px; box-shadow: none; }
.mkt-about-team-slider .mkt-slider-dots { margin-top: 22px; }
.mkt-about-cta { display: none; }

@media (min-width: 921px) {
  .page-id-8 .mkt-site-header { position: absolute; inset: 0 0 auto; background: transparent; box-shadow: none; }
  .page-id-8 .mkt-site-header__inner { grid-template-columns: 250px 1fr 250px; }
  .page-id-8 .mkt-logo-wrap { position: absolute; left: 74.5px; top: 27px; width: 171px; height: 54px; margin: 0; }
  .page-id-8 .mkt-site-logo { height: 54px; align-items: flex-start; }
  .page-id-8 .mkt-site-logo a { display: block; line-height: 0; }
  .page-id-8 .mkt-site-logo--color { display: none; }
  .page-id-8 .mkt-site-logo--white { display: flex; }
  .page-id-8 .mkt-site-logo--white img { filter: none; }
  .page-id-8 .mkt-header-contact--hero { display: block !important; }
  .page-id-8 .mkt-header-actions { display: none; }
}

@media (max-width: 920px) {
  .mkt-about-hero { width: 100%; height: 610px; margin: 0 !important; border-radius: 0 0 0 80px; background-position: center,right bottom; background-size: cover,auto 430px; }
  .mkt-about-hero::before { display: none; }
  .mkt-about-hero__inner { width: calc(100% - 40px); }
  .mkt-about-hero__copy { left: 0; top: 120px; width: min(500px,100%); }
  .mkt-about-hero__copy h1 { font-size: 36px; }
  .mkt-about-breadcrumb { height: 105px; }
  .mkt-about-reasons { min-height: 0; padding: 55px 0 70px; }
  .mkt-about-reasons h2 { font-size: 32px; }
  .mkt-about-reasons__grid { grid-template-columns: 1fr; gap: 40px; }
  .mkt-about-reasons__list { padding-top: 0; }
  .mkt-about-collage { width: min(535px,100%); margin: 0 auto; }
  .mkt-about-team { min-height: 0; padding: 55px 0 75px; }
  .mkt-about-team h2 { font-size: 31px; }
  .mkt-about-team-slider { --mkt-per-view: 2; width: calc(100% - 80px); }
  .mkt-about-team-slider .mkt-slider-control--prev { left: -54px; }
  .mkt-about-team-slider .mkt-slider-control--next { right: -54px; }
}

@media (max-width: 640px) {
  .page-id-8 .mkt-site-header { height: 82px; }
  .page-id-8 .mkt-site-header__inner { height: 82px; }
  .mkt-about-hero { height: 590px; border-radius: 0 0 0 62px; background-position: center,70% bottom; background-size: cover,auto 390px; }
  .mkt-about-hero__inner { width: calc(100% - 30px); }
  .mkt-about-hero__copy { top: 118px; }
  .mkt-about-hero__copy h1 { margin-bottom: 22px; font-size: 34px; }
  .mkt-about-hero__copy p { width: 100%; margin-bottom: 30px; font-size: 16px; }
  .mkt-about-hero__copy .wp-block-button, .mkt-about-hero__copy .wp-block-button__link { width: 100%; }
  .mkt-about-breadcrumb { width: calc(100% - 30px); height: 90px; }
  .mkt-about-reasons .mkt-container, .mkt-about-team .mkt-container { width: calc(100% - 30px); }
  .mkt-about-reasons h2, .mkt-about-team h2 { font-size: 28px; }
  .mkt-about-reason { gap: 18px; align-items: flex-start; }
  .mkt-about-reason figure { flex-basis: 70px; width: 70px; }
  .mkt-about-reason img { width: 70px; height: 70px; }
  .mkt-about-reason p { font-size: 13px; }
  .mkt-about-team-slider { --mkt-per-view: 1; width: calc(100% - 70px); }
  .mkt-about-team-slider .mkt-slider-control--prev { left: -48px; }
  .mkt-about-team-slider .mkt-slider-control--next { right: -48px; }
}

/* DPO footer: original Tilda composition at every source breakpoint. */
@media (max-width: 1199px) and (min-width: 701px) {
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-footer { height: 570px; padding-top: 120px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-footer__inner { width: 960px; max-width: 100%; height: 450px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-footer-payment { left: 0; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-footer-nav { left: 334px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-footer-contacts { left: 645px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-footer-social { top: 222px; left: 0; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-footer .mkt-dpo-footer-copy { top: 299px; left: 2px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-footer-legal { top: 366px; left: 2px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-footer-partner--umc { top: 295px; left: 520px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-footer-partner--market { top: 313px; left: 623px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-footer-partner--skazka { top: 316px; left: 768px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-footer-madeby { top: 391px; left: 518px; }
}

@media (max-width: 700px) and (min-width: 521px) {
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-footer { height: 600px; padding-top: 120px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-footer__inner { width: 640px; max-width: 100%; height: 480px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-footer__inner::before { top: 50px; left: -44px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-footer-payment { left: 10px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-footer-nav { left: 335px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-footer-contacts { top: 170px; left: 10px; width: calc(100% - 20px); }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-footer-social { top: 172px; left: 340px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-footer .mkt-dpo-footer-copy { top: 249px; left: 342px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-footer-legal { top: 316px; left: 342px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-footer-partner--umc { top: 374px; left: 10px; width: 55px; height: 56px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-footer-partner--market { top: 390px; left: 102px; width: 93px; height: 25px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-footer-partner--skazka { top: 393px; left: 232px; width: 87px; height: 20px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-footer-madeby { top: 401px; left: 342px; }
}

@media (max-width: 520px) {
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-footer { height: 970px; padding: 120px 0 0; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-footer__inner { width: 100%; max-width: none; height: 850px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-footer__inner::before { top: 55px; left: -180px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-footer-card { left: 20px; width: calc(100% - 40px); }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-footer-payment { top: 0; height: 145px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-footer-nav { top: 160px; height: 136px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-footer-contacts { top: 311px; height: 137px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-footer-social { top: 484px; left: 20px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-footer .mkt-dpo-footer-copy { top: 561px; left: 22px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-footer-legal { top: 628px; left: 22px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-footer-partner--umc { top: 704px; left: 20px; width: 52px; height: 53px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-footer-partner--market { top: 719px; left: 107px; width: 88px; height: 24px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-footer-partner--skazka { top: 722px; left: 230px; width: 82px; height: 19px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-footer-madeby { top: 784px; left: 20px; width: 225px; height: 15px; }
}

@media (prefers-reduced-motion: reduce) {
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-footer.is-motion-ready .mkt-dpo-footer-payment,
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-footer.is-motion-ready .mkt-dpo-footer-nav,
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-footer.is-motion-ready .mkt-dpo-footer-contacts,
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-footer.is-motion-ready .mkt-dpo-footer-social,
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-footer.is-motion-ready .mkt-dpo-footer-copy,
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-footer.is-motion-ready .mkt-dpo-footer-legal,
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-footer.is-motion-ready .mkt-dpo-footer-partners { opacity: 1; transform: none; transition: none; }
}

/* DPO final contact: exact Tilda composition before the footer. */
.page-id-13 .mkt-dpo-v2 .mkt-dpo-contact {
  position: relative;
  display: block;
  width: min(1200px, 100%);
  max-width: 1200px;
  height: 500px;
  min-height: 0;
  margin: 0 auto !important;
  padding: 0;
  overflow: visible;
  box-sizing: border-box;
  background: transparent;
}
.page-id-13 .mkt-dpo-v2 .mkt-dpo-contact > * { margin-block-start: 0 !important; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-contact__panel {
  position: absolute;
  z-index: 1;
  top: 120px;
  left: 0;
  width: 1200px;
  height: 375px;
  margin: 0;
  box-sizing: border-box;
  border: 2px solid #363636;
  border-radius: 20px;
  background: #292929;
}
.page-id-13 .mkt-dpo-v2 .mkt-dpo-contact .mkt-dpo-form-copy {
  position: absolute;
  z-index: 3;
  top: 144px;
  left: 40px;
  width: 560px;
  height: 311px;
  margin: 0;
}
.page-id-13 .mkt-dpo-v2 .mkt-dpo-contact .mkt-dpo-form-copy h2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 560px;
  height: 65px;
  margin: 0;
  color: #fff;
  font: 600 42px/65px Geometria, Arial, sans-serif;
  text-transform: none;
}
.page-id-13 .mkt-dpo-v2 .mkt-dpo-contact .mkt-dpo-form-copy p {
  position: absolute;
  left: 0;
  width: 560px;
  margin: 0 !important;
  color: rgba(255,255,255,.6);
  font: 400 16px/19px Geometria, Arial, sans-serif;
}
.page-id-13 .mkt-dpo-v2 .mkt-dpo-contact__subtitle { top: 66px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-contact__address { top: 123px; height: 38px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-contact .mkt-dpo-contact__phone,
.page-id-13 .mkt-dpo-v2 .mkt-dpo-contact .mkt-dpo-contact__email {
  width: max-content;
  height: 29px;
  color: #fff;
  font-size: 24px;
  line-height: 29px;
}
.page-id-13 .mkt-dpo-v2 .mkt-dpo-contact .mkt-dpo-form-copy .mkt-dpo-contact__phone,
.page-id-13 .mkt-dpo-v2 .mkt-dpo-contact .mkt-dpo-form-copy .mkt-dpo-contact__email {
  width: max-content !important;
  color: #fff;
  font-size: 24px !important;
  line-height: 29px !important;
}
.page-id-13 .mkt-dpo-v2 .mkt-dpo-contact__phone { top: 195px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-contact__email { top: 228px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-contact .mkt-dpo-contact__phone a,
.page-id-13 .mkt-dpo-v2 .mkt-dpo-contact .mkt-dpo-contact__email a { color: #fff; text-decoration: none; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-contact__social {
  position: absolute;
  z-index: 4;
  top: 271px;
  left: 0;
  display: flex;
  gap: 10px;
  width: 190px;
  height: 41px;
  margin: 0;
}
.page-id-13 .mkt-dpo-v2 .mkt-dpo-contact__social figure,
.page-id-13 .mkt-dpo-v2 .mkt-dpo-contact__social a,
.page-id-13 .mkt-dpo-v2 .mkt-dpo-contact__social img {
  display: block;
  width: 90px;
  height: 41px;
  margin: 0;
}
.page-id-13 .mkt-dpo-v2 .mkt-dpo-contact > .mkt-lead-form {
  position: absolute;
  z-index: 3;
  top: 144px;
  right: auto;
  bottom: auto;
  left: 640px;
  display: block;
  width: 520px;
  height: 312px;
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}
.page-id-13 .mkt-dpo-v2 .mkt-dpo-contact > .mkt-lead-form h3 { display: none; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-contact .mkt-form-grid {
  position: relative;
  display: block;
  width: 520px;
  height: 312px;
  margin: 0;
}
.page-id-13 .mkt-dpo-v2 .mkt-dpo-contact .mkt-form-field {
  position: absolute;
  left: 0;
  width: 520px;
  height: 50px;
  margin: 0;
}
.page-id-13 .mkt-dpo-v2 .mkt-dpo-contact .mkt-form-field:nth-of-type(1) { top: 0; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-contact .mkt-form-field:nth-of-type(2) { top: 70px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-contact .mkt-form-field:nth-of-type(3) { top: 140px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-contact .mkt-form-field label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}
.page-id-13 .mkt-dpo-v2 .mkt-dpo-contact .mkt-form-field input {
  width: 520px;
  height: 50px;
  min-height: 50px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #949494;
  border-radius: 0;
  box-sizing: border-box;
  color: #949494;
  background: transparent;
  font: 400 16px/21.28px Geometria, Arial, sans-serif;
}
.page-id-13 .mkt-dpo-v2 .mkt-dpo-contact .mkt-form-field input::placeholder { color: #949494; opacity: .5; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-contact .mkt-form-field input:focus { outline: 0; border-bottom-color: #9748ff; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-contact .mkt-form-submit {
  position: absolute;
  top: 210px;
  left: 0;
  width: 520px;
  height: 55px;
  margin: 0;
}
.page-id-13 .mkt-dpo-v2 .mkt-dpo-contact .mkt-form-submit button {
  display: block;
  width: 220px;
  height: 55px;
  min-height: 55px;
  margin: 0;
  padding: 0 15px;
  border: 0;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(140.04deg,#9748ff 0%,#400b9c 100%);
  font: 400 16px/55px Geometria, Arial, sans-serif;
  text-transform: none;
}
.page-id-13 .mkt-dpo-v2 .mkt-dpo-contact .mkt-form-submit button:hover,
.page-id-13 .mkt-dpo-v2 .mkt-dpo-contact .mkt-form-submit button:focus-visible {
  background: linear-gradient(90deg,#400b9c 0%,#9748ff 100%);
  outline: 2px solid rgba(255,255,255,.65);
  outline-offset: 2px;
}
.page-id-13 .mkt-dpo-v2 .mkt-dpo-contact .mkt-form-consent {
  position: absolute;
  top: 280px;
  left: 0;
  width: 520px;
  height: 32px;
  margin: 0;
  color: #949494;
  font: 400 13px/16px Geometria, Arial, sans-serif;
}
.page-id-13 .mkt-dpo-v2 .mkt-dpo-contact .mkt-form-consent a { color: #949494; text-decoration: underline; text-underline-offset: 1px; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-contact__decor {
  position: absolute;
  z-index: 4;
  margin: 0;
  pointer-events: none;
}
.page-id-13 .mkt-dpo-v2 .mkt-dpo-contact__decor img { display: block; width: 100%; height: auto; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-contact__decor--yellow { top: 86px; left: 864px; width: 65px; animation: mktDpoContactRotate 8s ease-in-out infinite; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-contact__decor--green { top: 14px; left: 963px; width: 228px; animation: mktDpoContactFloat 12s ease-in-out infinite; }
.page-id-13 .mkt-dpo-v2 .mkt-dpo-contact__decor--blue { top: 420px; left: 1053px; width: 120px; animation: mktDpoContactDrift 8s ease-in-out infinite; }
@keyframes mktDpoContactRotate { 0%,100% { transform: rotate(0); } 50% { transform: rotate(10deg); } }
@keyframes mktDpoContactFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes mktDpoContactDrift { 0%,100% { transform: translate(0,0); } 50% { transform: translate(10px,10px); } }

@media (max-width: 1199px) and (min-width: 960px) {
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-contact { width: 960px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-contact__panel { width: 960px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-contact > .mkt-lead-form { left: 490px; width: 438px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-contact .mkt-form-grid,
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-contact .mkt-form-field,
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-contact .mkt-form-field input,
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-contact .mkt-form-submit,
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-contact .mkt-form-consent { width: 438px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-contact__decor--yellow { top: 77px; left: 650px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-contact__decor--green { top: 5px; left: 749px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-contact__decor--blue { top: 418px; left: 750px; }
}

@media (max-width: 959px) {
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-contact { width: 640px; max-width: 100%; height: 830px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-contact__panel { left: 10px; width: calc(100% - 23px); height: 705px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-contact .mkt-dpo-form-copy { left: 50px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-contact > .mkt-lead-form { top: 474px; left: 50px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-contact__decor--yellow { top: 305px; left: 368px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-contact__decor--green { top: 276px; left: 470px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-contact__decor--blue { top: 608px; left: 488px; }
}

@media (max-width: 639px) {
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-contact { width: 480px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-contact__panel { width: calc(100% - 20px); }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-contact .mkt-dpo-form-copy { left: 40px; width: calc(100% - 80px); }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-contact .mkt-dpo-form-copy h2,
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-contact .mkt-dpo-form-copy p { width: 100%; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-contact > .mkt-lead-form { left: 40px; width: calc(100% - 80px); }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-contact .mkt-form-grid,
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-contact .mkt-form-field,
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-contact .mkt-form-field input,
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-contact .mkt-form-submit,
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-contact .mkt-form-consent { width: 100%; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-contact__decor--yellow { top: 256px; left: 345px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-contact__decor--green { top: 336px; left: 319px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-contact__decor--blue { top: 625px; left: 430px; }
}

@media (max-width: 479px) {
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-contact { width: 100% !important; max-width: none; height: 762px; margin-left: 0 !important; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-contact__panel { top: 90px; left: 20px; width: 90%; height: 670px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-contact .mkt-dpo-form-copy { top: 110px; left: 40px; width: calc(100% - 80px); }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-contact .mkt-dpo-form-copy h2 { width: 100%; height: auto; font-size: 28px; line-height: 43px; white-space: nowrap; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-contact__subtitle { top: 46px; width: 243px !important; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-contact__address { top: 103px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-contact__phone { top: 165px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-contact__email { top: 198px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-contact__social { top: 241px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-contact > .mkt-lead-form { top: 410px; left: 40px; width: 80%; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-contact .mkt-form-grid,
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-contact .mkt-form-field,
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-contact .mkt-form-field input,
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-contact .mkt-form-submit,
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-contact .mkt-form-consent { width: 100%; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-contact .mkt-form-submit button { width: 100%; max-width: none; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-contact__decor--yellow { top: 240px; left: calc(50% - 195px); }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-contact__decor--green { top: 357px; right: auto; left: calc(100% - 81px); width: 121px; }
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-contact__decor--blue { top: 703px; right: 28px; left: auto; width: 95px; }
}

@media (prefers-reduced-motion: reduce) {
  .page-id-13 .mkt-dpo-v2 .mkt-dpo-contact__decor { animation: none; }
}

/* Canonical editable Gutenberg lead form.
 * Page sections position the block; the component itself stays identical. */
.mkt-lead-form.mkt-lead-form--light {
  height: 289px;
  min-height: 289px;
  padding: 55px 38px 35px;
  overflow: hidden;
  border-radius: 0 100px;
  color: var(--mkt-ink);
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,.3);
}
.mkt-lead-form.mkt-lead-form--light h3 {
  width: 100%;
  margin: 0 0 17px;
  color: var(--mkt-ink);
  font: 800 42px/55px Geometria, Arial, sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}
.mkt-lead-form.mkt-lead-form--light .mkt-form-grid {
  display: grid;
  grid-template-columns: 160px 160px 160px 220px;
  align-items: end;
  width: 760px;
  max-width: 100%;
  margin: 0 0 0 2px;
  column-gap: 20px;
  row-gap: 10px;
}
.mkt-lead-form.mkt-lead-form--light .mkt-form-field {
  width: 160px;
  height: 50px;
  margin: 0;
}
.mkt-lead-form.mkt-lead-form--light .mkt-form-field label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}
.mkt-lead-form.mkt-lead-form--light .mkt-form-field input {
  display: block;
  width: 160px;
  height: 50px;
  min-height: 50px;
  margin: 0;
  padding: 0;
  border: 0;
  border-bottom: 3px solid #6877da;
  border-radius: 0;
  color: #404044;
  background: transparent;
  font: 400 16px/21.28px Geometria, Arial, sans-serif;
  box-shadow: none;
  outline: 0;
}
.mkt-lead-form.mkt-lead-form--light .mkt-form-field input::placeholder { color: #888; opacity: 1; }
.mkt-lead-form.mkt-lead-form--light .mkt-form-field input:hover { border-bottom-color: #5968ce; }
.mkt-lead-form.mkt-lead-form--light .mkt-form-field input:focus-visible { border-bottom-color: var(--mkt-pink); outline: 0; }
.mkt-lead-form.mkt-lead-form--light .mkt-form-submit {
  width: 220px;
  height: 55px;
  margin: 0;
}
.mkt-lead-form.mkt-lead-form--light .mkt-form-submit button {
  display: block;
  width: 220px;
  height: 55px;
  min-height: 55px;
  margin: 0;
  padding: 0 15px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: var(--mkt-pink);
  font: 700 14px/55px Geometria, Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.mkt-lead-form.mkt-lead-form--light .mkt-form-submit button:hover { transform: translateY(-2px); background: #bd3c7c; box-shadow: 0 8px 18px rgba(207,75,141,.3); }
.mkt-lead-form.mkt-lead-form--light .mkt-form-submit button:focus-visible { outline: 3px solid #62c5f0; outline-offset: 3px; }
.mkt-lead-form.mkt-lead-form--light .mkt-form-consent {
  grid-column: 1 / -1;
  width: 760px;
  max-width: 100%;
  margin: 0;
  color: var(--mkt-ink);
  font: 400 14px/20px Geometria, Arial, sans-serif;
}
.mkt-lead-form.mkt-lead-form--light .mkt-form-consent a { color: var(--mkt-pink); text-decoration: underline; text-underline-offset: 2px; }
.mkt-lead-form.mkt-lead-form--light .mkt-form-status { margin: -8px 0 8px 2px; color: #27814b; font-weight: 700; }

/* The editor shows the real component instead of an abstract placeholder. */
.editor-styles-wrapper .mkt-lead-form {
  position: relative !important;
  inset: auto !important;
  width: 100% !important;
  max-width: 838px !important;
  margin: 16px auto !important;
}
.editor-styles-wrapper .mkt-lead-form--dark {
  min-height: 330px;
  padding: 32px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 8px;
  color: #fff;
  background: #1c1c1c;
}
.editor-styles-wrapper .mkt-lead-form button:disabled { cursor: default; opacity: 1; }

@media (max-width: 920px) {
  .mkt-lead-form.mkt-lead-form--light {
    height: auto;
    min-height: 390px;
    padding: 42px 28px 36px;
    border-radius: 0 65px;
  }
  .mkt-lead-form.mkt-lead-form--light h3 { margin-bottom: 24px; font-size: 34px; line-height: 43px; }
  .mkt-lead-form.mkt-lead-form--light .mkt-form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    margin-left: 0;
    gap: 18px 20px;
  }
  .mkt-lead-form.mkt-lead-form--light .mkt-form-field,
  .mkt-lead-form.mkt-lead-form--light .mkt-form-field input { width: 100%; }
  .mkt-lead-form.mkt-lead-form--light .mkt-form-submit { grid-column: 1 / -1; width: 220px; }
  .mkt-lead-form.mkt-lead-form--light .mkt-form-consent { width: 100%; }
}

@media (max-width: 640px) {
  .mkt-lead-form.mkt-lead-form--light {
    min-height: 500px;
    padding: 38px 22px 32px;
    border-radius: 0 52px;
  }
  .mkt-lead-form.mkt-lead-form--light h3 { padding-right: 24px; font-size: 29px; line-height: 37px; }
  .mkt-lead-form.mkt-lead-form--light .mkt-form-grid { grid-template-columns: 1fr; gap: 14px; }
  .mkt-lead-form.mkt-lead-form--light .mkt-form-submit { grid-column: 1; width: 100%; margin-top: 8px; }
  .mkt-lead-form.mkt-lead-form--light .mkt-form-submit button { width: 100%; }
  .mkt-lead-form.mkt-lead-form--light .mkt-form-consent { grid-column: 1; font-size: 12px; line-height: 18px; }
}

/* Final header cascade guard: page-specific desktop rules are declared above. */
@media (min-width: 1025px) and (max-width: 1180px) {
  .home .mkt-site-header:not(.is-scrolled) .mkt-logo-wrap,
  :is(.page-id-8, .page-id-9, .page-id-10, .page-id-11, .page-id-12) .mkt-logo-wrap {
    left: 103px;
  }

  .home .mkt-site-header:not(.is-scrolled) nav.mkt-site-nav,
  :is(.page-id-8, .page-id-9, .page-id-10, .page-id-11, .page-id-12) nav.mkt-site-nav {
    position: absolute;
    left: calc(50% - 9.5px);
    top: 54px;
    width: 245px;
    margin: 0 !important;
    transform: none;
  }

  .home .mkt-site-header:not(.is-scrolled) .mkt-site-nav .wp-block-navigation__container,
  :is(.page-id-8, .page-id-9, .page-id-10, .page-id-11, .page-id-12) .mkt-site-nav .wp-block-navigation__container {
    position: static;
    display: grid;
    grid-template-columns: 87px 48px 70px;
    gap: 8px 20px;
    width: 245px;
    margin: 0 !important;
    transform: none;
  }

  .home .mkt-site-header:not(.is-scrolled) .mkt-site-nav .wp-block-navigation__container > .wp-block-navigation-item,
  :is(.page-id-8, .page-id-9, .page-id-10, .page-id-11, .page-id-12) .mkt-site-nav .wp-block-navigation__container > .wp-block-navigation-item {
    margin-left: 0 !important;
  }

  .home .mkt-site-header:not(.is-scrolled) .mkt-site-nav .wp-block-navigation__container > .wp-block-navigation-item:nth-child(4),
  :is(.page-id-8, .page-id-9, .page-id-10, .page-id-11, .page-id-12) .mkt-site-nav .wp-block-navigation__container > .wp-block-navigation-item:nth-child(4) {
    grid-column: 1;
    grid-row: 2;
  }

  .home .mkt-site-header:not(.is-scrolled) .mkt-site-nav .wp-block-navigation__container > .wp-block-navigation-item:nth-child(5),
  :is(.page-id-8, .page-id-9, .page-id-10, .page-id-11, .page-id-12) .mkt-site-nav .wp-block-navigation__container > .wp-block-navigation-item:nth-child(5) {
    grid-column: 2 / 4;
    grid-row: 2;
    justify-self: center;
    transform: translateX(-6px);
  }

  .home .mkt-site-header:not(.is-scrolled) .mkt-langs--hero,
  :is(.page-id-8, .page-id-9, .page-id-10, .page-id-11, .page-id-12) .mkt-langs--hero {
    display: none;
  }

  .home .mkt-site-header:not(.is-scrolled) .mkt-header-contact--hero,
  :is(.page-id-8, .page-id-9, .page-id-10, .page-id-11, .page-id-12) .mkt-header-contact--hero {
    right: 65px;
    width: 170px;
  }

  .home .mkt-site-header:not(.is-scrolled) .mkt-header-actions,
  :is(.page-id-8, .page-id-9, .page-id-10, .page-id-11, .page-id-12) .mkt-header-actions {
    display: none;
  }
}

@media (min-width: 921px) and (max-width: 1024px) {
  .mkt-site-header,
  .home .mkt-site-header,
  :is(.page-id-8, .page-id-9, .page-id-10, .page-id-11, .page-id-12) .mkt-site-header {
    position: relative;
    inset: auto;
    height: 82px;
    background: #fff;
    box-shadow: var(--mkt-shadow);
  }

  .mkt-site-header__inner,
  .home .mkt-site-header:not(.is-scrolled) .mkt-site-header__inner,
  :is(.page-id-8, .page-id-9, .page-id-10, .page-id-11, .page-id-12) .mkt-site-header__inner {
    position: relative;
    display: grid;
    grid-template-columns: 180px 1fr;
    align-items: center;
    height: 82px;
  }

  .mkt-logo-wrap,
  .home .mkt-site-header:not(.is-scrolled) .mkt-logo-wrap,
  :is(.page-id-8, .page-id-9, .page-id-10, .page-id-11, .page-id-12) .mkt-logo-wrap {
    position: relative;
    inset: auto;
    left: 1px;
    top: -2px;
    width: 164px;
    height: 66px;
    margin: 0;
  }

  .mkt-site-logo,
  .home .mkt-site-header:not(.is-scrolled) .mkt-site-logo,
  :is(.page-id-8, .page-id-9, .page-id-10, .page-id-11, .page-id-12) .mkt-site-logo {
    height: 66px;
    align-items: center;
  }

  .mkt-site-logo img { width: 164px; }

  .home .mkt-site-header:not(.is-scrolled) .mkt-site-logo--white,
  :is(.page-id-8, .page-id-9, .page-id-10, .page-id-11, .page-id-12) .mkt-site-logo--white {
    display: none;
  }

  .home .mkt-site-header:not(.is-scrolled) .mkt-site-logo--color,
  :is(.page-id-8, .page-id-9, .page-id-10, .page-id-11, .page-id-12) .mkt-site-logo--color {
    display: flex;
  }

  .mkt-site-nav,
  .home .mkt-site-header:not(.is-scrolled) nav.mkt-site-nav,
  :is(.page-id-8, .page-id-9, .page-id-10, .page-id-11, .page-id-12) nav.mkt-site-nav {
    position: static;
    width: auto;
    margin: 0 !important;
    justify-self: end;
    transform: none;
  }

  .mkt-header-contact,
  .mkt-header-actions,
  .mkt-langs--hero,
  :is(.page-id-8, .page-id-9, .page-id-10, .page-id-11, .page-id-12) .mkt-header-contact--hero {
    display: none !important;
  }

  .mkt-site-nav .wp-block-navigation__responsive-container:not(.is-menu-open) { display: none; }
  .mkt-site-nav .wp-block-navigation__responsive-container-open { display: flex; }
  .mkt-site-nav .wp-block-navigation__responsive-container.is-menu-open {
    padding: 32px;
    color: var(--mkt-ink);
    background: #fff;
  }
  .mkt-site-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container { gap: 20px; }
}

/* 2026-09-07: client/partner logo cards — retain shadows without showing overflow slides. */
.mkt-logo-slider .mkt-slider-viewport {
  overflow: visible;
  clip-path: inset(-18px);
}

.mkt-logo-slider .mkt-slide {
  border: 0;
  background: #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, .18);
}

.mkt-logo-slider .mkt-slide img {
  box-shadow: none;
}

.mkt-logo-slider a,
.mkt-logo-slider a:hover,
.mkt-logo-slider a:focus {
  text-decoration: none;
}

/* 2026-09-07: About uses the homepage header geometry, independent of hero width. */
.page-id-8 .mkt-about-hero::before {
  display: none;
}

@media (min-width: 1025px) {
  .page-id-8 .mkt-site-header::before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    left: max(315px, calc((100% - var(--mkt-content)) / 2 + 295px));
    height: 155px;
    border-radius: 0 0 0 155px;
    background: #fff;
    filter: drop-shadow(0 4px 5px rgba(0, 0, 0, .14));
    pointer-events: none;
  }

  .page-id-8 .mkt-site-header__inner {
    z-index: 1;
  }

  .page-id-8 .mkt-header-contact--hero {
    top: 14px;
  }

  .page-id-8 .mkt-header-contact--hero .mkt-socials {
    margin-top: 16px;
  }
}

/* Language CSS must not add a second gap to the homepage's item margins. */
@media (min-width: 1181px) {
  .page-id-8 .mkt-site-header nav.mkt-site-nav .wp-block-navigation__container {
    gap: 0;
  }
}

@media (min-width: 1025px) and (max-width: 1180px) {
  .page-id-8 .mkt-site-header nav.mkt-site-nav .wp-block-navigation__container {
    gap: 8px 20px;
  }

  .page-id-8.mkt-language-es .mkt-site-header nav.mkt-site-nav {
    left: calc(50% - 49.5px);
    width: 284px;
  }

  .page-id-8.mkt-language-es .mkt-site-header nav.mkt-site-nav .wp-block-navigation__container {
    grid-template-columns: repeat(3, max-content);
    width: 284px;
  }
}
