@font-face {
  font-family: "Geometria";
  src: url("./fonts/Geometria.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Geometria";
  src: url("./fonts/Geometria-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Geometria";
  src: url("./fonts/Geometria-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Geometria";
  src: url("./fonts/Geometria-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --akme-red: #df2535;
  --akme-red-dark: #b91d2a;
  --akme-ink: #252833;
  --akme-muted: #687180;
  --akme-line: #e7edf2;
  --akme-soft: #f3f7fa;
  --akme-white: #ffffff;
}

body.home .site-header,
body.home .site-footer,
body.home .entry-hero,
body.home .content-title-style-above,
body.home .page-header {
  display: none !important;
}

body.home {
  background: var(--akme-white);
}

.akme-front-page {
  margin: 0;
  color: var(--akme-ink);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.akme-front-page :where(h1, h2, h3, p) {
  letter-spacing: 0;
}

.akme-landing {
  background: var(--akme-white);
}

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

.akme-section {
  padding: 64px 0;
}

.akme-section-soft {
  background: var(--akme-soft);
}

.akme-nav {
  min-height: 78px;
  align-items: center;
  gap: 22px;
  padding: 16px 0;
  font-size: 14px;
}

.akme-logo {
  font-size: 24px;
  font-weight: 800;
  margin: 0;
  color: var(--akme-ink);
}

.akme-logo strong {
  color: var(--akme-red);
}

.akme-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin: 0;
  color: var(--akme-muted);
}

.akme-phone {
  margin: 0;
  font-weight: 800;
  color: var(--akme-ink);
}

.akme-button .wp-block-button__link,
.akme-button.is-style-fill .wp-block-button__link {
  background: var(--akme-red);
  border-radius: 6px;
  color: #fff;
  padding: 13px 22px;
  font-size: 14px;
  font-weight: 800;
  box-shadow: none;
}

.akme-button .wp-block-button__link:hover {
  background: var(--akme-red-dark);
}

.akme-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  gap: 44px;
  align-items: center;
  padding: 34px 0 44px;
}

.akme-hero h1 {
  max-width: 620px;
  margin: 0 0 24px;
  font-size: clamp(38px, 5vw, 74px);
  line-height: 0.98;
  font-weight: 900;
}

.akme-red {
  color: var(--akme-red);
}

.akme-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 0;
  margin: 0 0 26px;
  list-style: none;
}

.akme-benefits li {
  position: relative;
  padding: 13px 14px 13px 38px;
  border: 1px solid var(--akme-line);
  border-radius: 8px;
  background: #fff;
  font-size: 15px;
  color: var(--akme-ink);
}

.akme-benefits li::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 16px;
  width: 12px;
  height: 12px;
  border-radius: 4px;
  background: var(--akme-red);
}

.akme-photo img,
.akme-card img,
.akme-video-card img,
.akme-quality-photo img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

.akme-hero .akme-photo img {
  border-radius: 16px;
  box-shadow: 0 18px 50px rgba(31, 38, 48, 0.18);
}

.akme-stats {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid var(--akme-line);
  border-bottom: 1px solid var(--akme-line);
}

.akme-stat {
  padding: 28px 18px;
  border-right: 1px solid var(--akme-line);
}

.akme-stat:last-child {
  border-right: 0;
}

.akme-stat strong {
  display: block;
  color: var(--akme-red);
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1;
  margin-bottom: 8px;
}

.akme-stat span {
  color: var(--akme-muted);
  font-size: 14px;
}

.akme-kicker {
  margin: 0 0 12px;
  color: var(--akme-red);
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 900;
}

.akme-title {
  margin: 0 0 22px;
  font-size: clamp(30px, 3.5vw, 52px);
  line-height: 1.05;
  font-weight: 900;
}

.akme-lead {
  color: var(--akme-muted);
  font-size: 18px;
  line-height: 1.55;
  max-width: 760px;
}

.akme-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.akme-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  align-items: center;
}

.akme-card,
.akme-quiz,
.akme-faq details,
.akme-partner,
.akme-video-card {
  background: #fff;
  border: 1px solid var(--akme-line);
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(31, 38, 48, 0.06);
  overflow: hidden;
}

.akme-card-body {
  padding: 18px;
}

.akme-card h3,
.akme-video-card h3 {
  margin: 0 0 8px;
  font-size: 22px;
}

.akme-card p,
.akme-video-card p {
  margin: 0;
  color: var(--akme-muted);
}

.akme-card-cta {
  margin-top: 18px;
  width: 100%;
}

.akme-quiz {
  padding: 28px;
}

.akme-quiz .akme-option {
  padding: 14px 16px;
  border: 1px solid var(--akme-line);
  border-radius: 8px;
  margin-bottom: 10px;
}

.akme-quiz .akme-option.is-active {
  border-color: var(--akme-red);
  background: #fff5f6;
}

.akme-check-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.akme-check-list li {
  padding: 14px 16px 14px 42px;
  border: 1px solid var(--akme-line);
  border-radius: 8px;
  background: #fff;
  position: relative;
}

.akme-check-list li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 17px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--akme-red);
}

.akme-partners {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.akme-partner {
  min-height: 92px;
  display: grid;
  place-items: center;
  color: var(--akme-muted);
  font-weight: 800;
}

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

.akme-faq details {
  padding: 18px 20px;
}

.akme-faq summary {
  cursor: pointer;
  font-weight: 800;
}

.akme-faq p {
  margin: 12px 0 0;
  color: var(--akme-muted);
}

.akme-final-cta {
  background: var(--akme-red);
  color: #fff;
  padding: 56px 0;
}

.akme-final-cta .akme-title,
.akme-final-cta .akme-lead,
.akme-final-cta p,
.akme-final-cta a {
  color: #fff;
}

.akme-footer {
  background: #24262e;
  color: #fff;
  padding: 42px 0;
}

.akme-footer p,
.akme-footer a {
  color: rgba(255,255,255,0.78);
}

@media (max-width: 920px) {
  .akme-hero,
  .akme-grid-2,
  .akme-grid-3,
  .akme-faq {
    grid-template-columns: 1fr;
  }

  .akme-stats,
  .akme-partners {
    grid-template-columns: repeat(2, 1fr);
  }

  .akme-benefits {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .akme-section {
    padding: 44px 0;
  }

  .akme-stats,
  .akme-partners {
    grid-template-columns: 1fr;
  }
}

/* WordPress Group blocks wrap content in an inner container on the front end. */
.akme-front-page .wp-block-group__inner-container {
  max-width: none;
}

.akme-nav > .wp-block-group__inner-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
}

.akme-hero > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  gap: 44px;
  align-items: center;
}

.akme-stats > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.akme-grid-3 > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.akme-partners > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.akme-faq > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.akme-front-page .wpcf7 form {
  display: grid;
  gap: 12px;
}

.akme-front-page .wpcf7 label {
  display: grid;
  gap: 6px;
  color: var(--akme-muted);
  font-size: 14px;
  font-weight: 700;
}

.akme-front-page .wpcf7 input,
.akme-front-page .wpcf7 textarea {
  width: 100%;
  border: 1px solid var(--akme-line);
  border-radius: 8px;
  padding: 14px 16px;
  background: #fff;
  color: var(--akme-ink);
}

.akme-front-page .wpcf7 textarea {
  min-height: 120px;
  resize: vertical;
}

.akme-front-page .wpcf7 input[type="submit"] {
  border: 0;
  background: var(--akme-red);
  color: #fff;
  font-weight: 900;
  cursor: pointer;
}

.akme-front-page .wpcf7 input[type="submit"]:hover {
  background: var(--akme-red-dark);
}

@media (max-width: 920px) {
  .akme-hero > .wp-block-group__inner-container,
  .akme-grid-3 > .wp-block-group__inner-container,
  .akme-faq > .wp-block-group__inner-container {
    grid-template-columns: 1fr;
  }

  .akme-stats > .wp-block-group__inner-container,
  .akme-partners > .wp-block-group__inner-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .akme-stats > .wp-block-group__inner-container,
  .akme-partners > .wp-block-group__inner-container {
    grid-template-columns: 1fr;
  }
}

/* Header matched to Figma frame 1:14 / Header */
body.home .akme-nav.akme-shell {
  width: 100%;
  max-width: none;
  min-height: 124px;
  margin: 0;
  padding: 32px 64px;
  background: #ffffff;
  box-sizing: border-box;
  font-family: Geometria, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

body.home .akme-nav > .wp-block-group__inner-container {
  width: 100%;
  height: 60px;
  display: grid;
  grid-template-columns: 182px minmax(520px, 611px) minmax(420px, 656px);
  column-gap: 100px;
  align-items: center;
  justify-content: space-between;
}

body.home .akme-logo {
  width: 182px;
  height: 60px;
  margin: 0;
  overflow: hidden;
  color: transparent;
  font-size: 0;
  line-height: 0;
  background: url("./akme-logo.svg") center / contain no-repeat;
}

body.home .akme-logo strong {
  color: transparent;
}

body.home .akme-menu {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 32px;
  margin: 0;
  white-space: nowrap;
  font-size: 0;
  line-height: 0;
}

body.home .akme-menu a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 23px;
  color: #464646;
  text-decoration: none;
  font-family: Geometria, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: 0;
}

body.home .akme-menu a:nth-of-type(1),
body.home .akme-menu a:nth-of-type(2) {
  padding-right: 28px;
}

body.home .akme-menu a:nth-of-type(1)::after,
body.home .akme-menu a:nth-of-type(2)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 10px;
  height: 5px;
  transform: translateY(-35%);
  background: #464646;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}

body.home .akme-nav .akme-phone {
  justify-self: start;
  align-self: center;
  min-width: 183px;
  margin: 0;
  color: #25282a;
  font-family: Geometria, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0;
}

body.home .akme-nav .akme-phone::after {
  content: "Звонок бесплатный";
  display: block;
  margin-top: 4px;
  padding-left: 24px;
  color: #949494;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.15;
}

body.home .akme-nav .wp-block-buttons {
  justify-self: start;
  margin: 0;
}

body.home .akme-nav .wp-block-button.akme-button .wp-block-button__link {
  width: 280px;
  min-height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 30px;
  border-radius: 6px;
  background: #d22630;
  color: #ffffff;
  font-family: Geometria, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: 0;
}

body.home .akme-nav .wp-block-button.akme-button .wp-block-button__link:hover {
  background: #bd202b;
}

body.home .akme-nav .wp-block-group__inner-container > .akme-phone,
body.home .akme-nav .wp-block-group__inner-container > .wp-block-buttons {
  grid-column: 3;
  grid-row: 1;
}

body.home .akme-nav .wp-block-group__inner-container > .wp-block-buttons {
  margin-left: 309px;
}

@media (max-width: 1280px) {
  body.home .akme-nav.akme-shell {
    padding-inline: 32px;
  }

  body.home .akme-nav > .wp-block-group__inner-container {
    grid-template-columns: 182px 1fr;
    row-gap: 18px;
    height: auto;
  }

  body.home .akme-menu {
    grid-column: 1 / -1;
    grid-row: 2;
    gap: 24px;
    overflow-x: auto;
  }

  body.home .akme-nav .wp-block-group__inner-container > .akme-phone,
  body.home .akme-nav .wp-block-group__inner-container > .wp-block-buttons {
    grid-column: 2;
    grid-row: 1;
  }

  body.home .akme-nav .wp-block-group__inner-container > .wp-block-buttons {
    justify-self: end;
    margin-left: 260px;
  }
}

@media (max-width: 820px) {
  body.home .akme-nav.akme-shell {
    min-height: 0;
    padding: 20px 20px 24px;
  }

  body.home .akme-nav > .wp-block-group__inner-container {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  body.home .akme-logo {
    width: 146px;
    height: 48px;
  }

  body.home .akme-menu {
    grid-column: 1;
    grid-row: auto;
    width: 100%;
    gap: 20px;
  }

  body.home .akme-nav .wp-block-group__inner-container > .akme-phone,
  body.home .akme-nav .wp-block-group__inner-container > .wp-block-buttons {
    grid-column: 1;
    grid-row: auto;
  }

  body.home .akme-nav .wp-block-group__inner-container > .wp-block-buttons {
    justify-self: stretch;
    margin-left: 0;
  }

  body.home .akme-nav .wp-block-button.akme-button,
  body.home .akme-nav .wp-block-button.akme-button .wp-block-button__link {
    width: 100%;
  }
}

/* Header direct Gutenberg output correction: the nav group is the container. */
@media (min-width: 1281px) {
  body.home .akme-nav.akme-shell {
    position: relative;
    display: block !important;
    width: 100%;
    max-width: none;
    height: 124px;
    min-height: 124px;
    padding: 0;
  }

  body.home .akme-nav > .akme-logo {
    position: absolute;
    left: 64px;
    top: 32px;
  }

  body.home .akme-nav > .akme-menu {
    position: absolute;
    left: 346px;
    top: 51px;
    width: 611px;
    height: 23px;
  }

  body.home .akme-nav > .akme-phone {
    position: absolute;
    left: 1200px;
    top: 37px;
    width: 183px;
  }

  body.home .akme-nav > .wp-block-buttons {
    position: absolute;
    left: 1509px;
    top: 32px;
    width: 280px;
    height: 60px;
    margin: 0;
  }
}

@media (max-width: 1280px) {
  body.home .akme-nav.akme-shell {
    display: grid !important;
    grid-template-columns: 182px minmax(0, 1fr);
    align-items: center;
    gap: 18px 28px;
    height: auto;
  }

  body.home .akme-nav > .akme-logo,
  body.home .akme-nav > .akme-menu,
  body.home .akme-nav > .akme-phone,
  body.home .akme-nav > .wp-block-buttons {
    position: static;
  }

  body.home .akme-nav > .akme-menu {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  body.home .akme-nav > .akme-phone,
  body.home .akme-nav > .wp-block-buttons {
    grid-column: 2;
    grid-row: 1;
  }

  body.home .akme-nav > .wp-block-buttons {
    justify-self: end;
    margin-left: 260px;
  }
}

@media (max-width: 820px) {
  body.home .akme-nav.akme-shell {
    grid-template-columns: 1fr;
  }

  body.home .akme-nav > .akme-menu,
  body.home .akme-nav > .akme-phone,
  body.home .akme-nav > .wp-block-buttons {
    grid-column: 1;
    grid-row: auto;
  }

  body.home .akme-nav > .wp-block-buttons {
    justify-self: stretch;
    margin-left: 0;
  }
}

/* Desktop adaptive header: keep 1920 exact, scale horizontal coordinates below it. */
@media (min-width: 1366px) and (max-width: 1919px) {
  body.home .akme-nav.akme-shell {
    position: relative;
    display: block !important;
    width: 100%;
    max-width: none;
    height: calc(124 / 1920 * 100vw);
    min-height: calc(124 / 1920 * 100vw);
    padding: 0;
  }

  body.home .akme-nav > .akme-logo {
    position: absolute;
    left: calc(64 / 1920 * 100vw);
    top: calc(32 / 1920 * 100vw);
    width: calc(182 / 1920 * 100vw);
    height: calc(60 / 1920 * 100vw);
  }

  body.home .akme-nav > .akme-menu {
    position: absolute;
    left: calc(346 / 1920 * 100vw);
    top: calc(51 / 1920 * 100vw);
    width: calc(611 / 1920 * 100vw);
    height: calc(23 / 1920 * 100vw);
    gap: calc(32 / 1920 * 100vw);
  }

  body.home .akme-nav > .akme-phone {
    position: absolute;
    left: calc(1200 / 1920 * 100vw);
    top: calc(37 / 1920 * 100vw);
    width: calc(183 / 1920 * 100vw);
  }

  body.home .akme-nav > .wp-block-buttons {
    position: absolute;
    left: calc(1543 / 1920 * 100vw);
    top: calc(36 / 1920 * 100vw);
    width: calc(246 / 1920 * 100vw);
    height: calc(52 / 1920 * 100vw);
    margin: 0;
  }

  body.home .akme-menu a {
    min-height: calc(23 / 1920 * 100vw);
    font-size: calc(20 / 1920 * 100vw);
  }

  body.home .akme-menu a:nth-of-type(1),
  body.home .akme-menu a:nth-of-type(2) {
    padding-right: calc(28 / 1920 * 100vw);
  }

  body.home .akme-menu a:nth-of-type(1)::after,
  body.home .akme-menu a:nth-of-type(2)::after {
    width: calc(20 / 1920 * 100vw);
    height: calc(20 / 1920 * 100vw);
    background-size: calc(20 / 1920 * 100vw) calc(20 / 1920 * 100vw);
  }

  body.home .akme-nav .akme-phone {
    min-width: calc(183 / 1920 * 100vw);
    font-size: calc(24 / 1920 * 100vw);
  }

  body.home .akme-nav .akme-phone::after {
    margin-top: calc(4 / 1920 * 100vw);
    padding-left: calc(24 / 1920 * 100vw);
    font-size: calc(16 / 1920 * 100vw);
  }

  body.home .akme-nav .wp-block-button.akme-button .wp-block-button__link {
    width: calc(246 / 1920 * 100vw);
    min-height: calc(52 / 1920 * 100vw);
    padding: calc(13 / 1920 * 100vw) calc(24 / 1920 * 100vw);
    font-size: calc(21 / 1920 * 100vw);
  }
}

@media (min-width: 1281px) and (max-width: 1365px) {
  body.home .akme-nav.akme-shell {
    display: grid !important;
    grid-template-columns: 182px minmax(0, 1fr);
    align-items: center;
    gap: 18px 28px;
    height: auto;
    min-height: 142px;
    padding: 24px 32px;
  }

  body.home .akme-nav > .akme-logo,
  body.home .akme-nav > .akme-menu,
  body.home .akme-nav > .akme-phone,
  body.home .akme-nav > .wp-block-buttons {
    position: static;
  }

  body.home .akme-nav > .akme-menu {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    height: auto;
    gap: 24px;
  }

  body.home .akme-nav > .akme-phone,
  body.home .akme-nav > .wp-block-buttons {
    grid-column: 2;
    grid-row: 1;
  }

  body.home .akme-nav > .akme-phone {
    justify-self: end;
    margin-right: 312px;
  }

  body.home .akme-nav > .wp-block-buttons {
    justify-self: end;
    margin-left: 0;
  }
}

/* Use the exported Figma chevron asset instead of CSS triangle. */
body.home .akme-menu a:nth-of-type(1)::after,
body.home .akme-menu a:nth-of-type(2)::after {
  right: 0;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  background: url("./chevron-down.svg") center / 20px 20px no-repeat;
  clip-path: none;
}

/* Header button radius from Figma correction. */
body.home .akme-nav .wp-block-button.akme-button .wp-block-button__link {
  border-radius: 12px;
}

/* First screen hero matched to Figma frame 1:36. */
body.home .akme-front-page mark,
body.home .akme-front-page .akme-red {
  background: transparent;
  color: #d22630;
}

@media (min-width: 1366px) {
  body.home .akme-hero.akme-shell {
    position: relative;
    display: block !important;
    width: 100%;
    max-width: none;
    height: calc(760 / 1920 * 100vw);
    min-height: 541px;
    max-height: 760px;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }

  body.home .akme-hero > .wp-block-group__inner-container {
    display: block;
  }

  body.home .akme-hero > .wp-block-group__inner-container > .wp-block-group:first-child {
    position: absolute;
    left: calc(64 / 1920 * 100vw);
    top: calc(118 / 1920 * 100vw);
    width: calc(890 / 1920 * 100vw);
    max-width: 890px;
    z-index: 2;
  }

  body.home .akme-hero h1 {
    width: calc(589 / 1920 * 100vw);
    max-width: 589px;
    margin: 0 0 calc(80 / 1920 * 100vw);
    color: #25282a;
    font-family: Geometria, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    font-size: clamp(38px, calc(54 / 1920 * 100vw), 54px);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: 0;
    white-space: nowrap;
  }

  body.home .akme-benefits {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, calc(430 / 1920 * 100vw)));
    gap: calc(32 / 1920 * 100vw) calc(30 / 1920 * 100vw);
    width: calc(890 / 1920 * 100vw);
    max-width: 890px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  body.home .akme-benefits li {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: calc(84 / 1920 * 100vw);
    padding: 0 calc(16 / 1920 * 100vw) 0 calc(76 / 1920 * 100vw);
    border: 0;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: none;
    color: #25282a;
    box-sizing: border-box;
  }

  body.home .akme-benefits li::before {
    content: "";
    position: absolute;
    left: calc(16 / 1920 * 100vw);
    top: 50%;
    width: calc(42 / 1920 * 100vw);
    height: calc(42 / 1920 * 100vw);
    min-width: 30px;
    min-height: 30px;
    max-width: 42px;
    max-height: 42px;
    border-radius: 8px;
    background: rgba(210, 38, 48, 0.1);
    transform: translateY(-50%);
  }

  body.home .akme-benefits li::after {
    content: "";
    position: absolute;
    left: calc(30 / 1920 * 100vw);
    top: 50%;
    width: calc(14 / 1920 * 100vw);
    height: calc(11 / 1920 * 100vw);
    min-width: 10px;
    min-height: 8px;
    max-width: 14px;
    max-height: 11px;
    border-left: 3px solid #d22630;
    border-bottom: 3px solid #d22630;
    transform: translateY(-50%) rotate(-45deg);
  }

  body.home .akme-benefits strong,
  body.home .akme-benefits span {
    display: block;
    font-family: Geometria, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    font-weight: 500;
    letter-spacing: 0;
  }

  body.home .akme-benefits strong {
    color: #25282a;
    font-size: clamp(20px, calc(28 / 1920 * 100vw), 28px);
    line-height: 1.25;
  }

  body.home .akme-benefits span {
    color: #949494;
    font-size: clamp(18px, calc(26 / 1920 * 100vw), 26px);
    line-height: 1.27;
  }

  body.home .akme-hero .akme-photo {
    position: absolute;
    left: calc(949 / 1920 * 100vw);
    top: 0;
    width: calc(971 / 1920 * 100vw);
    height: calc(760 / 1920 * 100vw);
    max-width: 971px;
    max-height: 760px;
    margin: 0;
    z-index: 1;
  }

  body.home .akme-hero .akme-photo img {
    width: 100%;
    height: 100%;
    border-radius: 0;
    box-shadow: none;
    object-fit: cover;
    object-position: center;
  }
}

@media (min-width: 1920px) {
  body.home .akme-hero.akme-shell {
    height: 760px;
  }

  body.home .akme-hero > .wp-block-group__inner-container > .wp-block-group:first-child {
    left: 64px;
    top: 118px;
    width: 890px;
  }

  body.home .akme-hero h1 {
    width: 589px;
    margin-bottom: 80px;
  }

  body.home .akme-benefits {
    grid-template-columns: repeat(2, 430px);
    gap: 32px 30px;
    width: 890px;
  }

  body.home .akme-benefits li {
    min-height: 84px;
    padding: 0 16px 0 76px;
  }

  body.home .akme-benefits li::before {
    left: 16px;
    top: 50%;
    width: 42px;
    height: 42px;
  }

  body.home .akme-benefits li::after {
    left: 30px;
    top: 50%;
    width: 14px;
    height: 11px;
  }

  body.home .akme-hero .akme-photo {
    left: 949px;
    width: 971px;
    height: 760px;
  }
}

@media (max-width: 1365px) {
  body.home .akme-hero.akme-shell {
    width: min(1180px, calc(100% - 32px));
    max-width: 1180px;
    height: auto;
    margin-inline: auto;
    padding: 36px 0 52px;
    overflow: visible;
  }

  body.home .akme-hero > .wp-block-group__inner-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  body.home .akme-hero h1 {
    white-space: normal;
    margin-bottom: 28px;
  }

  body.home .akme-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.home .akme-hero .akme-photo {
    position: static;
    width: 100%;
    height: auto;
  }
}

@media (max-width: 720px) {
  body.home .akme-benefits {
    grid-template-columns: 1fr;
  }
}

/* The Figma first screen has no extra CTA inside hero; only header CTA remains. */
body.home .akme-hero .wp-block-buttons {
  display: none;
}

/* Figma hero image mask: Rectangle 35 path M107 0 L978 0 L978 956 L0 956 L107 0. */
@media (min-width: 1366px) {
  body.home .akme-hero .akme-photo {
    clip-path: polygon(9.5% 0, 100% 0, 100% 100%, 0.7% 100%);
  }
}

/* Figma hero benefit card backing: fill #fff 94%, stroke #eceef3, radius 12, shadow 0 6 18 rgba(0,0,0,.045). */
@media (min-width: 1366px) {
  body.home .akme-benefits li {
    border: 1px solid #eceef3;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.045);
  }
}

/* Figma hero check icon: 42x42, radius 10, fill #d22630/10%, stroke #edbabd 2px, filled check vector. */
@media (min-width: 1366px) {
  body.home .akme-benefits li::before {
    border: 2px solid #edbabd;
    border-radius: 10px;
    box-sizing: border-box;
    background: rgba(210, 38, 48, 0.1);
  }

  body.home .akme-benefits li::after {
    left: calc(30 / 1920 * 100vw);
    top: 50%;
    width: calc(14 / 1920 * 100vw);
    height: calc(12 / 1920 * 100vw);
    min-width: 10px;
    min-height: 9px;
    max-width: 14px;
    max-height: 12px;
    border: 0;
    background: #d22630;
    -webkit-mask: url("./check-mark.svg") center / contain no-repeat;
    mask: url("./check-mark.svg") center / contain no-repeat;
    transform: translateY(-50%);
  }
}

@media (min-width: 1920px) {
  body.home .akme-benefits li::after {
    left: 30px;
    top: 50%;
    width: 14px;
    height: 12px;
  }
}

/* Client desktop adaptation: keep the first screen lighter on 1366-1919px viewports. */
@media (min-width: 1366px) and (max-width: 1919px) {
  body.home .akme-hero h1 {
    font-size: clamp(34px, calc((54 / 1920 * 100vw) - 4px), 50px);
  }

  body.home .akme-benefits {
    grid-template-columns: repeat(2, minmax(0, calc(380 / 1920 * 100vw)));
    width: calc(790 / 1920 * 100vw);
    max-width: 790px;
  }

  body.home .akme-benefits strong {
    font-size: clamp(18px, calc((28 / 1920 * 100vw) - 4px), 24px);
  }

  body.home .akme-benefits span {
    font-size: clamp(16px, calc((26 / 1920 * 100vw) - 4px), 22px);
  }
}

/* Counter block matched to Figma frame 1:85. */
body.home .akme-stats.wp-block-group,
body.home .akme-stats {
  position: relative;
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  width: 100%;
  max-width: none;
  height: 170px;
  margin: 0;
  padding: 0;
  border: 0;
  background: #f5f8fb;
  overflow: hidden;
  font-family: Geometria, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

body.home .akme-stats > .wp-block-group__inner-container {
  display: contents;
}

body.home .akme-stat {
  position: relative;
  width: auto;
  height: 170px;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-sizing: border-box;
}

body.home .akme-stat:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 32px;
  width: 1px;
  height: 104px;
  background: #e4e5e8;
}

body.home .akme-stat strong {
  position: absolute;
  left: 64px;
  top: 38px;
  display: block;
  margin: 0;
  color: #d22630;
  font-family: Geometria, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 54px;
  font-weight: 800;
  line-height: 0.82;
  letter-spacing: 0;
}

body.home .akme-stat .akme-star {
  position: absolute;
  left: 146px;
  top: 36px;
  display: block;
  width: 42px;
  height: 42px;
  background: #d22630;
  -webkit-mask: url("./counter-star.svg") center / 36px 36px no-repeat;
  mask: url("./counter-star.svg") center / 36px 36px no-repeat;
}

body.home .akme-stat .akme-stat-label,
body.home .akme-stat > span:not(.akme-star) {
  position: absolute;
  left: 64px;
  top: 96px;
  display: block;
  margin: 0;
  color: #949494;
  font-family: Geometria, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0;
}

body.home .akme-stat:nth-child(1) .akme-stat-label,
body.home .akme-stat:nth-child(1) > span:not(.akme-star) { width: 200px; }
body.home .akme-stat:nth-child(2) .akme-stat-label,
body.home .akme-stat:nth-child(2) > span:not(.akme-star) { width: 231px; }
body.home .akme-stat:nth-child(3) .akme-stat-label,
body.home .akme-stat:nth-child(3) > span:not(.akme-star) { width: 255px; }
body.home .akme-stat:nth-child(4) .akme-stat-label,
body.home .akme-stat:nth-child(4) > span:not(.akme-star) { width: 196px; }
body.home .akme-stat:nth-child(5) .akme-stat-label,
body.home .akme-stat:nth-child(5) > span:not(.akme-star) { width: 276px; }

@media (min-width: 1366px) and (max-width: 1919px) {
  body.home .akme-stats.wp-block-group,
  body.home .akme-stats {
    height: calc(170 / 1920 * 100vw);
  }

  body.home .akme-stat {
    height: calc(170 / 1920 * 100vw);
  }

  body.home .akme-stat:not(:last-child)::after {
    top: calc(32 / 1920 * 100vw);
    height: calc(104 / 1920 * 100vw);
  }

  body.home .akme-stat strong {
    left: calc(64 / 1920 * 100vw);
    top: calc(38 / 1920 * 100vw);
    font-size: clamp(44px, calc(54 / 1920 * 100vw), 52px);
  }

  body.home .akme-stat .akme-star {
    left: calc(146 / 1920 * 100vw);
    top: calc(36 / 1920 * 100vw);
    width: calc(42 / 1920 * 100vw);
    height: calc(42 / 1920 * 100vw);
    -webkit-mask-size: calc(36 / 1920 * 100vw) calc(36 / 1920 * 100vw);
    mask-size: calc(36 / 1920 * 100vw) calc(36 / 1920 * 100vw);
  }

  body.home .akme-stat .akme-stat-label,
  body.home .akme-stat > span:not(.akme-star) {
    left: calc(64 / 1920 * 100vw);
    top: calc(96 / 1920 * 100vw);
    font-size: clamp(13px, calc(17 / 1920 * 100vw), 16px);
  }

  body.home .akme-stat:nth-child(1) .akme-stat-label,
  body.home .akme-stat:nth-child(1) > span:not(.akme-star) { width: calc(200 / 1920 * 100vw); }
  body.home .akme-stat:nth-child(2) .akme-stat-label,
  body.home .akme-stat:nth-child(2) > span:not(.akme-star) { width: calc(231 / 1920 * 100vw); }
  body.home .akme-stat:nth-child(3) .akme-stat-label,
  body.home .akme-stat:nth-child(3) > span:not(.akme-star) { width: calc(255 / 1920 * 100vw); }
  body.home .akme-stat:nth-child(4) .akme-stat-label,
  body.home .akme-stat:nth-child(4) > span:not(.akme-star) { width: calc(196 / 1920 * 100vw); }
  body.home .akme-stat:nth-child(5) .akme-stat-label,
  body.home .akme-stat:nth-child(5) > span:not(.akme-star) { width: calc(276 / 1920 * 100vw); }
}

@media (max-width: 900px) {
  body.home .akme-stats.wp-block-group,
  body.home .akme-stats {
    grid-template-columns: 1fr;
    height: auto;
  }

  body.home .akme-stat {
    height: auto;
    min-height: 124px;
    padding: 24px 28px 26px;
  }

  body.home .akme-stat:not(:last-child)::after {
    left: 28px;
    right: 28px;
    top: auto;
    bottom: 0;
    width: auto;
    height: 1px;
  }

  body.home .akme-stat strong,
  body.home .akme-stat .akme-star,
  body.home .akme-stat .akme-stat-label,
  body.home .akme-stat > span:not(.akme-star) {
    position: static;
  }

  body.home .akme-stat strong {
    display: inline-block;
    font-size: 48px;
    line-height: 0.9;
  }

  body.home .akme-stat .akme-star {
    display: inline-block;
    width: 38px;
    height: 38px;
    margin-left: 10px;
    vertical-align: -4px;
    -webkit-mask-size: 32px 32px;
    mask-size: 32px 32px;
  }

  body.home .akme-stat .akme-stat-label,
  body.home .akme-stat > span:not(.akme-star) {
    width: auto !important;
    margin-top: 12px;
    font-size: 17px;
  }
}

/* Questionnaire block matched to Figma frame 1:115. */
body.home .akme-quiz-section {
  width: 100%;
  max-width: none;
  height: 632px;
  margin: 0;
  padding: 0;
  background: #ffffff;
  overflow: hidden;
  font-family: Geometria, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

body.home .akme-quiz-section > .wp-block-group__inner-container {
  display: block;
  max-width: none;
}

body.home .akme-quiz-layout {
  display: grid;
  grid-template-columns: 864px 864px;
  gap: 64px;
  width: 100%;
  height: 632px;
  padding: 64px;
  box-sizing: border-box;
  align-items: start;
}

body.home .akme-quiz-intro {
  width: 864px;
  min-width: 0;
}

body.home .akme-quiz-kicker {
  margin: 0 0 32px;
  color: #d22630;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

body.home .akme-quiz-title {
  width: 634px;
  margin: 0 0 32px;
  color: #25282a;
  font-size: 54px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
}

body.home .akme-quiz-title mark {
  color: #d22630;
  background: transparent;
}

body.home .akme-quiz-lead {
  width: 864px;
  margin: 0 0 32px;
  color: #949494;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}

body.home .akme-award {
  display: grid;
  place-items: center;
  width: 150px;
  height: 150px;
  border: 10px solid #ffffff;
  border-radius: 50%;
  background: #fff4c0;
  box-shadow: 0 18px 36px rgba(31, 38, 48, 0.1);
  color: #ca4300;
  text-align: center;
  box-sizing: border-box;
}

body.home .akme-award-inner {
  display: grid;
  justify-items: center;
  gap: 7px;
}

body.home .akme-award-star {
  display: block;
  width: 36px;
  height: 36px;
  background: #ff9300;
  -webkit-mask: url("./counter-star.svg") center / 30px 30px no-repeat;
  mask: url("./counter-star.svg") center / 30px 30px no-repeat;
}

body.home .akme-award-label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.15;
}

body.home .akme-award-brand {
  display: block;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.15;
}

body.home .akme-award-year {
  display: block;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.15;
}

body.home .akme-award-image {
  display: block;
  width: clamp(190px, calc(249 / 1920 * 100vw), 249px);
  height: auto;
  margin: 0;
  filter: none;
}

body.home .akme-quiz-card {
  width: 864px;
  height: 504px;
  padding: 30px 32px;
  border: 1px solid #e1e4ea;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(31, 38, 48, 0.08);
  box-sizing: border-box;
}

body.home .akme-quiz-widget {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

body.home .akme-quiz-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 800px;
  margin: 0 0 11px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

body.home .akme-quiz-step {
  color: #949494;
}

body.home .akme-quiz-percent {
  color: #d22630;
}

body.home .akme-quiz-progress {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  width: 800px;
  height: 4px;
  margin: 0 0 34px;
}

body.home .akme-quiz-progress span {
  display: block;
  height: 4px;
  border-radius: 2px;
  background: #e6ebed;
}

body.home .akme-quiz-progress span.is-active {
  background: #d22630;
}

body.home .akme-quiz-question {
  width: 800px;
  min-height: 37px;
  margin: 0 0 32px;
  color: #25282a;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0;
}

body.home .akme-quiz-body {
  display: grid;
  gap: 12px;
  width: 800px;
  min-height: 210px;
}

body.home .akme-quiz-option {
  position: relative;
  display: flex;
  align-items: center;
  width: 800px;
  height: 62px;
  padding: 0 20px 0 66px;
  border: 1px solid #e1e4ea;
  border-radius: 12px;
  background: #f0f2f5;
  color: #464646;
  font: 500 20px/1.5 Geometria, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  text-align: left;
  cursor: pointer;
  box-sizing: border-box;
}

body.home .akme-quiz-option::before,
body.home .akme-quiz-option::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  box-sizing: border-box;
}

body.home .akme-quiz-option::before {
  left: 20px;
  top: 16px;
  width: 30px;
  height: 30px;
  border: 2px solid #e1e4ea;
  background: transparent;
}

body.home .akme-quiz-option::after {
  left: 27px;
  top: 23px;
  width: 16px;
  height: 16px;
  background: transparent;
}

body.home .akme-quiz-option.is-active {
  border-color: #d22630;
  background: #fae9ea;
  color: #25282a;
  font-weight: 700;
}

body.home .akme-quiz-option.is-active::before {
  border-color: #d22630;
}

body.home .akme-quiz-option.is-active::after {
  background: #d22630;
}

body.home .akme-quiz-field {
  display: grid;
  gap: 8px;
  color: #949494;
  font-size: 16px;
  font-weight: 700;
}

body.home .akme-quiz-field input {
  width: 800px;
  height: 62px;
  padding: 0 20px;
  border: 1px solid #e1e4ea;
  border-radius: 12px;
  background: #f0f2f5;
  color: #25282a;
  font: 500 20px/1.5 Geometria, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  box-sizing: border-box;
}

body.home .akme-quiz-consent {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #464646;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
}

body.home .akme-quiz-consent input {
  width: 18px;
  height: 18px;
  accent-color: #d22630;
  flex: 0 0 auto;
}

body.home .akme-quiz-actions {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  width: 800px;
  margin-top: 32px;
}

body.home .akme-quiz-back,
body.home .akme-quiz-next {
  height: 55px;
  border: 0;
  border-radius: 12px;
  font: 700 20px/1.15 Geometria, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  cursor: pointer;
}

body.home .akme-quiz-back {
  width: 132px;
  border: 1px solid #e1e4ea;
  background: #ffffff;
  color: #949494;
}

body.home .akme-quiz-back[hidden] {
  display: none;
}

body.home .akme-quiz-back[hidden] + .akme-quiz-next {
  grid-column: 1 / -1;
}

body.home .akme-quiz-next {
  position: relative;
  width: 100%;
  min-width: 0;
  background: #d22630;
  color: #ffffff;
}

body.home .akme-quiz-next::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 14px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

body.home .akme-quiz-next:disabled {
  cursor: wait;
  opacity: 0.9;
}

body.home .akme-quiz-next.is-loading::after {
  width: 12px;
  height: 12px;
  border: 2px solid rgba(255, 255, 255, 0.42);
  border-top-color: #ffffff;
  border-right-color: rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  transform: rotate(0deg);
  animation: akme-quiz-spin 0.75s linear infinite;
}

@keyframes akme-quiz-spin {
  to {
    transform: rotate(360deg);
  }
}

body.home .akme-quiz-status {
  min-height: 22px;
  margin-top: 10px;
  color: #949494;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
}

body.home .akme-quiz-status:empty {
  min-height: 0;
  margin-top: 0;
}

body.home .akme-quiz-status.is-error {
  color: #d22630;
}

body.home .akme-quiz-final-text {
  color: #464646;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.35;
}

body.home .akme-quiz-success {
  display: block;
  justify-self: center;
  width: min(100%, 640px);
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #949494;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.35;
  text-align: center;
  box-sizing: border-box;
}

@media (min-width: 1366px) and (max-width: 1919px) {
  body.home .akme-quiz-section {
    height: calc(632 / 1920 * 100vw);
  }

  body.home .akme-quiz-layout {
    grid-template-columns: calc(864 / 1920 * 100vw) calc(864 / 1920 * 100vw);
    gap: calc(64 / 1920 * 100vw);
    height: calc(632 / 1920 * 100vw);
    padding: calc(64 / 1920 * 100vw);
  }

  body.home .akme-quiz-intro,
  body.home .akme-quiz-lead {
    width: calc(864 / 1920 * 100vw);
  }

  body.home .akme-quiz-kicker {
    margin-bottom: calc(32 / 1920 * 100vw);
    font-size: calc(24 / 1920 * 100vw);
  }

  body.home .akme-quiz-title {
    width: calc(634 / 1920 * 100vw);
    margin-bottom: calc(32 / 1920 * 100vw);
    font-size: clamp(34px, calc((54 / 1920 * 100vw) - 4px), 50px);
  }

  body.home .akme-quiz-lead {
    margin-bottom: calc(32 / 1920 * 100vw);
    font-size: clamp(16px, calc((26 / 1920 * 100vw) - 4px), 22px);
  }

  body.home .akme-award {
    width: calc(150 / 1920 * 100vw);
    height: calc(150 / 1920 * 100vw);
    border-width: calc(10 / 1920 * 100vw);
  }

  body.home .akme-award-inner {
    gap: calc(7 / 1920 * 100vw);
  }

  body.home .akme-award-star {
    width: calc(36 / 1920 * 100vw);
    height: calc(36 / 1920 * 100vw);
    -webkit-mask-size: calc(30 / 1920 * 100vw) calc(30 / 1920 * 100vw);
    mask-size: calc(30 / 1920 * 100vw) calc(30 / 1920 * 100vw);
  }

  body.home .akme-award-label {
    font-size: calc(12 / 1920 * 100vw);
  }

  body.home .akme-award-brand {
    font-size: calc(16 / 1920 * 100vw);
  }

  body.home .akme-award-year {
    font-size: calc(14 / 1920 * 100vw);
  }

  body.home .akme-quiz-card {
    width: calc(864 / 1920 * 100vw);
    height: calc(504 / 1920 * 100vw);
    padding: calc(30 / 1920 * 100vw) calc(32 / 1920 * 100vw);
    border-radius: calc(20 / 1920 * 100vw);
  }

  body.home .akme-quiz-meta,
  body.home .akme-quiz-progress,
  body.home .akme-quiz-question,
  body.home .akme-quiz-body,
  body.home .akme-quiz-actions,
  body.home .akme-quiz-option,
  body.home .akme-quiz-field input {
    width: calc(800 / 1920 * 100vw);
  }

  body.home .akme-quiz-meta {
    margin-bottom: calc(11 / 1920 * 100vw);
    font-size: calc(20 / 1920 * 100vw);
  }

  body.home .akme-quiz-progress {
    gap: calc(12 / 1920 * 100vw);
    height: calc(4 / 1920 * 100vw);
    margin-bottom: calc(34 / 1920 * 100vw);
  }

  body.home .akme-quiz-progress span {
    height: calc(4 / 1920 * 100vw);
    border-radius: calc(2 / 1920 * 100vw);
  }

  body.home .akme-quiz-question {
    min-height: calc(37 / 1920 * 100vw);
    margin-bottom: calc(32 / 1920 * 100vw);
    font-size: calc(32 / 1920 * 100vw);
  }

  body.home .akme-quiz-body {
    gap: calc(12 / 1920 * 100vw);
    min-height: calc(210 / 1920 * 100vw);
  }

  body.home .akme-quiz-option {
    height: calc(62 / 1920 * 100vw);
    padding-left: calc(66 / 1920 * 100vw);
    padding-right: calc(20 / 1920 * 100vw);
    border-radius: calc(12 / 1920 * 100vw);
    font-size: calc(20 / 1920 * 100vw);
  }

  body.home .akme-quiz-option::before {
    left: calc(20 / 1920 * 100vw);
    top: calc(16 / 1920 * 100vw);
    width: calc(30 / 1920 * 100vw);
    height: calc(30 / 1920 * 100vw);
  }

  body.home .akme-quiz-option::after {
    left: calc(27 / 1920 * 100vw);
    top: calc(23 / 1920 * 100vw);
    width: calc(16 / 1920 * 100vw);
    height: calc(16 / 1920 * 100vw);
  }

  body.home .akme-quiz-field {
    gap: calc(8 / 1920 * 100vw);
    font-size: calc(16 / 1920 * 100vw);
  }

  body.home .akme-quiz-field input {
    height: calc(62 / 1920 * 100vw);
    padding-left: calc(20 / 1920 * 100vw);
    padding-right: calc(20 / 1920 * 100vw);
    border-radius: calc(12 / 1920 * 100vw);
    font-size: calc(20 / 1920 * 100vw);
  }

  body.home .akme-quiz-consent {
    gap: calc(10 / 1920 * 100vw);
    font-size: calc(16 / 1920 * 100vw);
  }

  body.home .akme-quiz-actions {
    gap: calc(12 / 1920 * 100vw);
    margin-top: calc(32 / 1920 * 100vw);
  }

  body.home .akme-quiz-back,
  body.home .akme-quiz-next {
    height: calc(55 / 1920 * 100vw);
    border-radius: calc(12 / 1920 * 100vw);
    font-size: calc(20 / 1920 * 100vw);
  }

  body.home .akme-quiz-back {
    width: calc(132 / 1920 * 100vw);
  }
}

@media (max-width: 1100px) {
  body.home .akme-quiz-section {
    height: auto;
    overflow: visible;
  }

  body.home .akme-quiz-layout {
    grid-template-columns: 1fr;
    gap: 34px;
    height: auto;
    padding: 42px 22px;
  }

  body.home .akme-quiz-intro,
  body.home .akme-quiz-title,
  body.home .akme-quiz-lead,
  body.home .akme-quiz-card,
  body.home .akme-quiz-meta,
  body.home .akme-quiz-progress,
  body.home .akme-quiz-question,
  body.home .akme-quiz-body,
  body.home .akme-quiz-actions,
  body.home .akme-quiz-option,
  body.home .akme-quiz-field input {
    width: 100%;
  }

  body.home .akme-quiz-card {
    height: auto;
    min-height: 0;
    padding: 24px 18px;
    border-radius: 16px;
  }

  body.home .akme-quiz-kicker {
    margin-bottom: 20px;
    font-size: 16px;
  }

  body.home .akme-quiz-title {
    max-width: 620px;
    margin-bottom: 22px;
    font-size: clamp(34px, 9.75vw, 38px);
  }

  body.home .akme-quiz-lead {
    margin-bottom: 24px;
    font-size: 18px;
  }

  body.home .akme-award {
    width: 124px;
    height: 124px;
  }

  body.home .akme-quiz-question {
    min-height: 0;
    margin-bottom: 22px;
    font-size: 24px;
  }

  body.home .akme-quiz-body {
    min-height: 0;
  }

  body.home .akme-quiz-option,
  body.home .akme-quiz-field input {
    min-height: 58px;
    height: auto;
  }

  body.home .akme-quiz-actions {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  body.home .akme-quiz-back {
    width: 100%;
  }
}

/* Jobs block matched to Figma frame 1:148. */
body.home .akme-jobs-section {
  width: 100%;
  max-width: none;
  height: 1156px;
  margin: 0;
  padding: 64px;
  background: #f5f8fb;
  overflow: hidden;
  box-sizing: border-box;
  font-family: Geometria, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

body.home .akme-jobs-section > .wp-block-group__inner-container {
  display: block;
  max-width: none;
}

body.home .akme-jobs-kicker {
  margin: 0 0 32px;
  color: #d22630;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

body.home .akme-jobs-title {
  width: 1117px;
  margin: 0;
  color: #25282a;
  font-size: 54px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
}

body.home .akme-jobs-title mark {
  color: #d22630;
  background: transparent;
}

body.home .akme-job-grid {
  display: grid;
  grid-template-columns: repeat(3, 576px);
  gap: 32px;
  width: 1792px;
  margin-top: 64px;
}

body.home .akme-job-item {
  width: 576px;
  min-width: 0;
}

body.home .akme-job-card {
  position: relative;
  width: 576px;
  height: 700px;
  border-radius: 20px;
  overflow: hidden;
  background: #d9dde2;
  box-shadow: none;
}

body.home .akme-job-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.home .akme-job-copy {
  position: absolute;
  left: 48px;
  bottom: 45px;
  width: 480px;
  color: #ffffff;
}

body.home .akme-job-name {
  margin: 0;
  color: #ffffff;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
}

body.home .akme-job-quote {
  margin: 12px 0 0;
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: 0;
}

body.home .akme-job-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 576px;
  height: 68px;
  margin-top: 12px;
  border-radius: 12px;
  background: #d22630;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0;
  text-decoration: none;
}

body.home .akme-job-button::after {
  content: "";
  width: 12px;
  height: 12px;
  margin-left: 16px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

@media (min-width: 1366px) and (max-width: 1919px) {
  body.home .akme-jobs-section {
    height: calc(1156 / 1920 * 100vw);
    padding: calc(64 / 1920 * 100vw);
  }

  body.home .akme-jobs-kicker {
    margin-bottom: calc(32 / 1920 * 100vw);
    font-size: calc(24 / 1920 * 100vw);
  }

  body.home .akme-jobs-title {
    width: calc(1117 / 1920 * 100vw);
    font-size: clamp(34px, calc((54 / 1920 * 100vw) - 4px), 50px);
  }

  body.home .akme-job-grid {
    grid-template-columns: repeat(3, calc(576 / 1920 * 100vw));
    gap: calc(32 / 1920 * 100vw);
    width: calc(1792 / 1920 * 100vw);
    margin-top: calc(64 / 1920 * 100vw);
  }

  body.home .akme-job-item,
  body.home .akme-job-card,
  body.home .akme-job-button {
    width: calc(576 / 1920 * 100vw);
  }

  body.home .akme-job-card {
    height: calc(700 / 1920 * 100vw);
    border-radius: calc(20 / 1920 * 100vw);
  }

  body.home .akme-job-copy {
    left: calc(48 / 1920 * 100vw);
    bottom: calc(45 / 1920 * 100vw);
    width: calc(480 / 1920 * 100vw);
  }

  body.home .akme-job-name {
    font-size: calc(40 / 1920 * 100vw);
  }

  body.home .akme-job-quote {
    margin-top: calc(12 / 1920 * 100vw);
    font-size: calc(24 / 1920 * 100vw);
  }

  body.home .akme-job-button {
    height: calc(68 / 1920 * 100vw);
    margin-top: calc(12 / 1920 * 100vw);
    border-radius: calc(12 / 1920 * 100vw);
    font-size: calc(24 / 1920 * 100vw);
  }
}

@media (min-width: 1500px) and (max-width: 1799px) {
  body.home .akme-jobs-section {
    height: auto;
    padding: 56px clamp(72px, 5vw, 88px) 64px;
    overflow: visible;
  }

  body.home .akme-jobs-kicker {
    margin-bottom: 24px;
    font-size: 20px;
  }

  body.home .akme-jobs-title {
    width: min(100%, 1000px);
  }

  body.home .akme-job-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    width: 100%;
    margin-top: 48px;
  }

  body.home .akme-job-item,
  body.home .akme-job-card,
  body.home .akme-job-button {
    width: 100%;
  }

  body.home .akme-job-card {
    height: auto;
    aspect-ratio: 576 / 620;
    border-radius: 16px;
  }

  body.home .akme-job-copy {
    left: 36px;
    right: 36px;
    bottom: 34px;
    width: auto;
  }

  body.home .akme-job-name {
    font-size: clamp(30px, calc(34 / 1920 * 100vw), 34px);
  }

  body.home .akme-job-quote {
    margin-top: 10px;
    font-size: clamp(18px, calc(22 / 1920 * 100vw), 20px);
    line-height: 1.2;
  }

  body.home .akme-job-button {
    height: 56px;
    margin-top: 14px;
    border-radius: 12px;
    font-size: 20px;
  }
}

@media (min-width: 1101px) and (max-width: 1499px) {
  body.home .akme-jobs-section {
    height: auto;
    padding: 52px 48px 64px;
    overflow: visible;
  }

  body.home .akme-jobs-kicker {
    margin-bottom: 22px;
    font-size: 18px;
  }

  body.home .akme-jobs-title {
    width: 100%;
    max-width: 920px;
    font-size: clamp(38px, 3.4vw, 46px);
  }

  body.home .akme-job-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    width: 100%;
    margin-top: 44px;
  }

  body.home .akme-job-item,
  body.home .akme-job-card,
  body.home .akme-job-button {
    width: 100%;
  }

  body.home .akme-job-item:nth-child(3) {
    grid-column: 1 / -1;
    width: calc((100% - 28px) / 2);
    justify-self: center;
  }

  body.home .akme-job-card {
    height: auto;
    aspect-ratio: 576 / 620;
    border-radius: 16px;
  }

  body.home .akme-job-copy {
    left: 34px;
    right: 34px;
    bottom: 32px;
    width: auto;
  }

  body.home .akme-job-name {
    font-size: clamp(28px, 2.5vw, 34px);
  }

  body.home .akme-job-quote {
    margin-top: 10px;
    font-size: clamp(17px, 1.55vw, 20px);
    line-height: 1.2;
  }

  body.home .akme-job-button {
    height: 56px;
    margin-top: 14px;
    border-radius: 12px;
    font-size: 20px;
  }
}

@media (max-width: 1100px) {
  body.home .akme-jobs-section {
    height: auto;
    padding: 42px 22px;
    overflow: visible;
  }

  body.home .akme-jobs-kicker {
    margin-bottom: 20px;
    font-size: 16px;
  }

  body.home .akme-jobs-title {
    width: 100%;
    max-width: 720px;
    font-size: clamp(34px, 10vw, 48px);
  }

  body.home .akme-job-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    width: 100%;
    margin-top: 34px;
  }

  body.home .akme-job-item,
  body.home .akme-job-card,
  body.home .akme-job-button {
    width: 100%;
  }

  body.home .akme-job-item {
    max-width: 576px;
  }

  body.home .akme-job-card {
    height: auto;
    aspect-ratio: 576 / 700;
    border-radius: 16px;
  }

  body.home .akme-job-copy {
    left: 28px;
    right: 28px;
    bottom: 28px;
    width: auto;
  }

  body.home .akme-job-name {
    font-size: clamp(28px, 8vw, 36px);
  }

  body.home .akme-job-quote {
    font-size: clamp(18px, 5vw, 22px);
  }

  body.home .akme-job-button {
    height: 58px;
    border-radius: 12px;
    font-size: 20px;
  }
}

/* Remaining landing sections from Figma frames 1:205 onward. */
body.home .akme-tail-section {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 64px;
  box-sizing: border-box;
  overflow: hidden;
  font-family: Geometria, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

body.home .akme-tail-section > .wp-block-group__inner-container {
  display: block;
  max-width: none;
}

body.home .akme-tail-white { background: #ffffff; }
body.home .akme-tail-soft { background: #f5f8fb; }

body.home .akme-tail-kicker {
  margin: 0 0 32px;
  color: #d22630;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

body.home .akme-tail-title {
  margin: 0;
  color: #25282a;
  font-size: 54px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
}

body.home .akme-tail-title mark {
  color: #d22630;
  background: transparent;
}

body.home .akme-tail-lead {
  margin: 32px 0 0;
  color: rgba(70,70,70,.8);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}

body.home .akme-obligations {
  height: 843px;
}

body.home .akme-obligations-grid {
  display: grid;
  grid-template-columns: 715px 900px;
  gap: 70px;
  align-items: start;
}

body.home .akme-person-media,
body.home .akme-quality-media {
  display: block;
  width: 715px;
  height: auto;
}

body.home .akme-obligations-copy {
  padding-top: 7px;
}

body.home .akme-obligations .akme-tail-title {
  width: 854px;
}

body.home .akme-check-items {
  display: grid;
  gap: 16px;
  width: 680px;
  margin: 60px 0 0;
  padding: 0;
  list-style: none;
}

body.home .akme-check-items li {
  position: relative;
  min-height: 64px;
  padding: 17px 24px 17px 78px;
  border: 1px solid #e1e4ea;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(31,38,48,.04);
  color: #25282a;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
  box-sizing: border-box;
}

body.home .akme-check-items li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 14px;
  width: 38px;
  height: 38px;
  border: 2px solid #edbabd;
  border-radius: 8px;
  background: rgba(210,38,48,.08);
}

body.home .akme-check-items li::after {
  content: "";
  position: absolute;
  left: 28px;
  top: 27px;
  width: 14px;
  height: 11px;
  background: #d22630;
  -webkit-mask: url("./check-mark.svg") center / contain no-repeat;
  mask: url("./check-mark.svg") center / contain no-repeat;
}

body.home .akme-awards {
  min-height: 1357px;
}

body.home .akme-awards .akme-tail-title {
  width: 1380px;
}

body.home .akme-awards-media {
  display: block;
  width: 1792px;
  height: auto;
  margin-top: 48px;
}

body.home .akme-tail-center {
  display: flex;
  justify-content: center;
}

body.home .akme-red-link-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 68px;
  padding: 0 32px;
  border-radius: 12px;
  background: #d22630;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.15;
  text-decoration: none;
}

body.home .akme-red-link-button::after,
body.home .akme-white-link-button::after {
  content: "";
  width: 12px;
  height: 12px;
  margin-left: 16px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

body.home .akme-charity {
  min-height: 1287px;
}

body.home .akme-charity .akme-tail-title {
  width: 1792px;
}

body.home .akme-charity-top {
  display: block;
  width: 1792px;
  height: auto;
  margin-top: 60px;
}

body.home .akme-media-row {
  position: relative;
  margin-top: 64px;
}

body.home .akme-charity-videos {
  display: block;
  width: 1639px;
  height: auto;
  margin: 0 auto;
}

body.home .akme-round-arrow {
  position: absolute;
  top: 50%;
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: #d22630;
  color: #ffffff;
  font: 700 30px/1 Inter, sans-serif;
  transform: translateY(-50%);
}

body.home .akme-round-arrow.is-left { left: -22px; }
body.home .akme-round-arrow.is-right { right: -22px; }

body.home .akme-slider-count {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin-top: 64px;
  color: #25282a;
  font: 700 18px/1.2 Inter, sans-serif;
}

body.home .akme-slider-count::before,
body.home .akme-slider-count::after {
  content: "";
  width: 120px;
  height: 8px;
  border-radius: 4px;
}

body.home .akme-slider-count::before { background: #d22630; }
body.home .akme-slider-count::after { background: #d8e0e6; }

body.home .akme-quality {
  min-height: 1159px;
}

body.home .akme-quality .akme-tail-title {
  width: 1792px;
}

body.home .akme-quality .akme-tail-lead {
  width: 1232px;
}

body.home .akme-quality-grid {
  display: grid;
  grid-template-columns: 715px 1013px;
  gap: 64px;
  align-items: start;
  margin-top: 64px;
}

body.home .akme-quality-form-wrap {
  padding-top: 49px;
}

body.home .akme-quality-phone {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 25px;
}

body.home .akme-quality-phone strong {
  color: #d22630;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.15;
}

body.home .akme-quality-phone span {
  margin-top: 4px;
  color: #25282a;
  font-size: 16px;
  line-height: 1.5;
}

body.home .akme-quality-note {
  margin: 0 0 20px;
  color: #25282a;
  font-size: 20px;
  font-weight: 500;
}

body.home .akme-quality-form {
  display: grid;
  gap: 12px;
}

body.home .akme-quality-form input[type="text"],
body.home .akme-quality-form input[type="tel"],
body.home .akme-quality-form textarea {
  width: 100%;
  border: 1px solid #dbe1e7;
  border-radius: 12px;
  background: #f0f2f5;
  color: #25282a;
  font: 500 20px/1.5 Geometria, Inter, sans-serif;
  box-sizing: border-box;
}

body.home .akme-quality-form input {
  height: 62px;
  padding: 0 20px;
}

body.home .akme-quality-form textarea {
  height: 224px;
  padding: 16px 20px;
  resize: vertical;
}

body.home .akme-quality-consent {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 8px;
  color: #25282a;
  font-size: 16px;
  font-weight: 500;
}

body.home .akme-quality-consent input {
  width: 20px;
  height: 20px;
  accent-color: #d22630;
}

body.home .akme-quality-consent a {
  color: #d22630;
  text-decoration: underline;
}

body.home .akme-quality-submit {
  height: 55px;
  border: 0;
  border-radius: 12px;
  background: #d22630;
  color: #ffffff;
  font: 700 20px/1.15 Geometria, Inter, sans-serif;
  cursor: pointer;
}

body.home .akme-quality-submit:disabled {
  opacity: .72;
  cursor: wait;
}

body.home .akme-quality-status {
  min-height: 22px;
  color: #949494;
  font-size: 14px;
}

body.home .akme-quality-status.is-error {
  color: #d22630;
}

body.home .akme-partners-section {
  min-height: 839px;
}

body.home .akme-partners-section .akme-tail-title {
  width: 420px;
}

body.home .akme-partners-media {
  display: block;
  width: 1546px;
  height: auto;
  margin: 48px auto 0;
}

body.home .akme-reviews {
  min-height: 784px;
}

body.home .akme-reviews-media {
  display: block;
  width: 1792px;
  height: auto;
  margin: 52px auto 0;
}

body.home .akme-faq-section {
  min-height: 766px;
}

body.home .akme-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 64px;
}

body.home .akme-faq-item {
  border: 0;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(31,38,48,.1);
}

body.home .akme-faq-item summary {
  position: relative;
  min-height: 78px;
  padding: 25px 78px 22px 32px;
  color: #25282a;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
  list-style: none;
  cursor: pointer;
}

body.home .akme-faq-item summary::-webkit-details-marker {
  display: none;
}

body.home .akme-faq-item summary::after {
  content: "";
  position: absolute;
  right: 32px;
  top: 50%;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background:
    linear-gradient(#ffffff, #ffffff) 50% 50% / 44% 10% no-repeat,
    linear-gradient(#ffffff, #ffffff) 50% 50% / 10% 44% no-repeat,
    #ed8d95;
  transform: translateY(-50%);
}

body.home .akme-faq-item[open] summary::after {
  background:
    linear-gradient(#ffffff, #ffffff) 50% 50% / 44% 10% no-repeat,
    #ed8d95;
}

body.home .akme-faq-item p {
  margin: -4px 32px 24px;
  color: #666f78;
  font-size: 18px;
  line-height: 1.45;
}

body.home .akme-faq-all {
  display: block;
  width: max-content;
  margin: 56px auto 0;
  color: #d22630;
  font-size: 24px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 5px;
}

body.home .akme-cta-band {
  position: relative;
  min-height: 356px;
  padding: 64px;
  background-color: #d22630;
  background-image: radial-gradient(rgba(255,255,255,.18) 2px, transparent 2px);
  background-size: 28px 28px;
  color: #ffffff;
  overflow: hidden;
}

body.home .akme-cta-band::before {
  content: "A";
  position: absolute;
  left: 50%;
  top: -28px;
  color: rgba(255,255,255,.12);
  font: 800 360px/1 Geometria, sans-serif;
  transform: translateX(-50%);
}

body.home .akme-cta-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 64px;
  align-items: center;
}

body.home .akme-cta-title {
  margin: 0 0 38px;
  color: #ffffff;
  font-size: 54px;
  font-weight: 800;
  line-height: 1.1;
}

body.home .akme-cta-text {
  margin: 0;
  color: rgba(255,255,255,.75);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.45;
}

body.home .akme-cta-text strong {
  color: #ffffff;
  font-weight: 800;
}

body.home .akme-cta-phone {
  text-align: center;
}

body.home .akme-cta-phone strong {
  display: block;
  color: #ffffff;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.15;
}

body.home .akme-cta-phone span {
  color: rgba(255,255,255,.75);
  font-size: 20px;
  font-weight: 500;
}

body.home .akme-white-link-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 68px;
  padding: 0 28px;
  border-radius: 12px;
  background: #ffffff;
  color: #d22630;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

body.home .akme-footer-final {
  background: #25282a;
  color: #ffffff;
  padding: 32px 64px;
  font-family: Geometria, Inter, sans-serif;
}

body.home .akme-footer-top {
  display: grid;
  grid-template-columns: 220px 300px 295px 250px 160px 340px;
  gap: 38px;
  align-items: start;
  min-height: 216px;
}

body.home .akme-footer-logo {
  width: 208px;
  height: 118px;
  overflow: hidden;
  color: transparent;
  font-size: 0;
  line-height: 0;
  background: url("./footer-logo-white.svg") left top / contain no-repeat;
}

body.home .akme-footer-title {
  margin: 0 0 28px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 800;
}

body.home .akme-footer-phone {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 32px;
  font-weight: 800;
}

body.home .akme-footer-final p,
body.home .akme-footer-final a {
  color: rgba(255,255,255,.66);
  font-size: 16px;
  line-height: 1.35;
  text-decoration: none;
}

body.home .akme-footer-final a:hover {
  color: #ffffff;
}

body.home .akme-footer-red {
  color: #d22630 !important;
  text-decoration: underline !important;
  text-underline-offset: 5px;
}

body.home .akme-footer-bottom {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.18);
}

body.home .akme-socials {
  display: flex;
  gap: 8px;
}

body.home .akme-socials a {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: rgba(255,255,255,.12);
  color: #ffffff;
  font-size: 0;
  line-height: 0;
}

body.home .akme-socials a::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

body.home .akme-socials .is-instagram::before {
  background-image: url("./social-instagram.svg");
}

body.home .akme-socials .is-vk::before {
  background-image: url("./social-vk.svg");
}

body.home .akme-socials .is-youtube::before {
  background-image: url("./social-youtube.svg");
}

body.home .akme-footer-policy {
  justify-self: end;
}

@media (min-width: 1366px) and (max-width: 1919px) {
  body.home .akme-tail-section { padding: calc(64 / 1920 * 100vw); }
  body.home .akme-tail-kicker { margin-bottom: calc(32 / 1920 * 100vw); font-size: calc(24 / 1920 * 100vw); }
  body.home .akme-tail-title { font-size: clamp(34px, calc((54 / 1920 * 100vw) - 4px), 50px); }
  body.home .akme-tail-lead { margin-top: calc(32 / 1920 * 100vw); font-size: calc(24 / 1920 * 100vw); }

  body.home .akme-obligations { height: calc(843 / 1920 * 100vw); }
  body.home .akme-obligations-grid { grid-template-columns: calc(715 / 1920 * 100vw) calc(900 / 1920 * 100vw); gap: calc(70 / 1920 * 100vw); }
  body.home .akme-person-media, body.home .akme-quality-media { width: calc(715 / 1920 * 100vw); }
  body.home .akme-obligations .akme-tail-title { width: calc(854 / 1920 * 100vw); }
  body.home .akme-check-items { gap: calc(16 / 1920 * 100vw); width: calc(680 / 1920 * 100vw); margin-top: calc(60 / 1920 * 100vw); }
  body.home .akme-check-items li { min-height: calc(64 / 1920 * 100vw); padding: calc(17 / 1920 * 100vw) calc(24 / 1920 * 100vw) calc(17 / 1920 * 100vw) calc(78 / 1920 * 100vw); font-size: clamp(18px, calc((28 / 1920 * 100vw) - 4px), 24px); }
  body.home .akme-check-items li::before { left: calc(16 / 1920 * 100vw); top: calc(14 / 1920 * 100vw); width: calc(38 / 1920 * 100vw); height: calc(38 / 1920 * 100vw); }
  body.home .akme-check-items li::after { left: calc(28 / 1920 * 100vw); top: calc(27 / 1920 * 100vw); width: calc(14 / 1920 * 100vw); height: calc(11 / 1920 * 100vw); }

  body.home .akme-awards { min-height: calc(1357 / 1920 * 100vw); }
  body.home .akme-awards .akme-tail-title { width: calc(1380 / 1920 * 100vw); }
  body.home .akme-awards-media { width: calc(1792 / 1920 * 100vw); margin-top: calc(48 / 1920 * 100vw); }
  body.home .akme-red-link-button { height: calc(68 / 1920 * 100vw); border-radius: calc(12 / 1920 * 100vw); font-size: calc(24 / 1920 * 100vw); }

  body.home .akme-charity { min-height: calc(1287 / 1920 * 100vw); }
  body.home .akme-charity .akme-tail-title, body.home .akme-charity-top, body.home .akme-reviews-media { width: calc(1792 / 1920 * 100vw); }
  body.home .akme-charity-top { margin-top: calc(60 / 1920 * 100vw); }
  body.home .akme-media-row { margin-top: calc(64 / 1920 * 100vw); }
  body.home .akme-charity-videos { width: calc(1639 / 1920 * 100vw); }
  body.home .akme-round-arrow { width: calc(76 / 1920 * 100vw); height: calc(76 / 1920 * 100vw); font-size: calc(30 / 1920 * 100vw); }
  body.home .akme-slider-count { margin-top: calc(64 / 1920 * 100vw); }

  body.home .akme-quality { min-height: calc(1159 / 1920 * 100vw); }
  body.home .akme-quality .akme-tail-title { width: calc(1792 / 1920 * 100vw); }
  body.home .akme-quality .akme-tail-lead { width: calc(1232 / 1920 * 100vw); }
  body.home .akme-quality-grid { grid-template-columns: calc(715 / 1920 * 100vw) calc(1013 / 1920 * 100vw); gap: calc(64 / 1920 * 100vw); margin-top: calc(64 / 1920 * 100vw); }
  body.home .akme-quality-form-wrap { padding-top: calc(49 / 1920 * 100vw); }
  body.home .akme-quality-phone strong { font-size: calc(48 / 1920 * 100vw); }
  body.home .akme-quality-phone span, body.home .akme-quality-consent { font-size: calc(16 / 1920 * 100vw); }
  body.home .akme-quality-note { font-size: calc(20 / 1920 * 100vw); }
  body.home .akme-quality-form input { height: calc(62 / 1920 * 100vw); font-size: calc(20 / 1920 * 100vw); }
  body.home .akme-quality-form textarea { height: calc(224 / 1920 * 100vw); font-size: calc(20 / 1920 * 100vw); }
  body.home .akme-quality-submit { height: calc(55 / 1920 * 100vw); font-size: calc(20 / 1920 * 100vw); }

  body.home .akme-partners-section { min-height: calc(839 / 1920 * 100vw); }
  body.home .akme-partners-media { width: calc(1546 / 1920 * 100vw); margin-top: calc(48 / 1920 * 100vw); }
  body.home .akme-reviews { min-height: calc(784 / 1920 * 100vw); }
  body.home .akme-reviews-media { margin-top: calc(52 / 1920 * 100vw); }
  body.home .akme-faq-section { min-height: calc(766 / 1920 * 100vw); }
  body.home .akme-faq-grid { gap: calc(20 / 1920 * 100vw); margin-top: calc(64 / 1920 * 100vw); }
  body.home .akme-faq-item summary { min-height: calc(78 / 1920 * 100vw); padding: calc(25 / 1920 * 100vw) calc(78 / 1920 * 100vw) calc(22 / 1920 * 100vw) calc(32 / 1920 * 100vw); font-size: calc(24 / 1920 * 100vw); }
  body.home .akme-faq-item summary::after { right: calc(32 / 1920 * 100vw); width: calc(36 / 1920 * 100vw); height: calc(36 / 1920 * 100vw); font-size: calc(28 / 1920 * 100vw); }
  body.home .akme-faq-all { margin-top: calc(56 / 1920 * 100vw); font-size: calc(24 / 1920 * 100vw); }
  body.home .akme-cta-band { min-height: calc(356 / 1920 * 100vw); padding: calc(64 / 1920 * 100vw); }
  body.home .akme-cta-title { font-size: clamp(34px, calc((54 / 1920 * 100vw) - 4px), 50px); }
  body.home .akme-cta-text, body.home .akme-white-link-button { font-size: calc(24 / 1920 * 100vw); }
  body.home .akme-cta-phone strong { font-size: calc(48 / 1920 * 100vw); }
  body.home .akme-white-link-button { height: calc(68 / 1920 * 100vw); border-radius: calc(12 / 1920 * 100vw); }
  body.home .akme-footer-logo { width: calc(208 / 1920 * 100vw); height: calc(118 / 1920 * 100vw); }
}

@media (max-width: 1100px) {
  body.home .akme-tail-section { padding: 42px 22px; height: auto; min-height: 0; overflow: visible; }
  body.home .akme-tail-kicker { margin-bottom: 20px; font-size: 16px; }
  body.home .akme-tail-title {
    width: 100% !important;
    font-size: clamp(31px, 8.5vw, 44px);
    overflow-wrap: break-word;
  }
  body.home .akme-tail-lead { width: 100% !important; margin-top: 22px; font-size: 18px; }
  body.home .akme-obligations-grid, body.home .akme-quality-grid { grid-template-columns: 1fr; gap: 34px; }
  body.home .akme-person-media, body.home .akme-quality-media { width: 100%; max-width: 715px; }
  body.home .akme-check-items { width: 100%; gap: 12px; margin-top: 28px; }
  body.home .akme-check-items li { min-height: 58px; padding: 16px 18px 16px 64px; font-size: 18px; }
  body.home .akme-check-items li::before { left: 16px; top: 14px; width: 32px; height: 32px; }
  body.home .akme-check-items li::after { left: 25px; top: 24px; }
  body.home .akme-awards-media, body.home .akme-charity-top, body.home .akme-charity-videos, body.home .akme-partners-media, body.home .akme-reviews-media { width: 100%; margin-top: 28px; }
  body.home .akme-media-row { margin-top: 28px; }
  body.home .akme-round-arrow { display: none; }
  body.home .akme-slider-count { margin-top: 24px; gap: 18px; }
  body.home .akme-slider-count::before, body.home .akme-slider-count::after { width: 72px; height: 6px; }
  body.home .akme-quality-form-wrap { padding-top: 0; }
  body.home .akme-quality-phone { display: block; }
  body.home .akme-quality-phone strong { display: block; font-size: clamp(34px, 9vw, 44px); }
  body.home .akme-quality-phone span { display: block; margin-top: 8px; }
  body.home .akme-quality-form textarea { height: 160px; }
  body.home .akme-faq-grid { grid-template-columns: 1fr; gap: 14px; margin-top: 30px; }
  body.home .akme-faq-item summary { min-height: 64px; padding: 19px 64px 17px 20px; font-size: 18px; }
  body.home .akme-faq-item summary::after { right: 20px; width: 32px; height: 32px; font-size: 24px; }
  body.home .akme-faq-all { margin-top: 28px; font-size: 18px; }
  body.home .akme-cta-band { min-height: 0; padding: 42px 22px; }
  body.home .akme-cta-band::before { font-size: 220px; top: 40px; }
  body.home .akme-cta-layout { grid-template-columns: 1fr; gap: 24px; }
  body.home .akme-cta-title { margin-bottom: 20px; font-size: clamp(34px, 10vw, 48px); }
  body.home .akme-cta-text { font-size: 18px; }
  body.home .akme-cta-phone { text-align: left; }
  body.home .akme-cta-phone strong { font-size: clamp(34px, 9vw, 44px); }
  body.home .akme-white-link-button { width: 100%; height: 58px; font-size: 20px; }
  body.home .akme-footer-final { padding: 34px 22px; }
  body.home .akme-footer-top { grid-template-columns: 1fr; gap: 26px; }
  body.home .akme-footer-logo { width: 156px; height: 89px; }
  body.home .akme-footer-bottom { grid-template-columns: 1fr; justify-items: start; }
  body.home .akme-footer-policy { justify-self: start; }
}

/* Audit fixes: semantic nav, accessible form labels, focus states, and safer adaptive behavior. */
body.home {
  overflow-x: hidden;
}

@supports (overflow: clip) {
  body.home {
    overflow-x: clip;
  }
}

body.home .akme-front-page img {
  max-width: 100%;
  height: auto;
}

body.home .akme-nav .akme-menu {
  margin: 0;
}

body.home .akme-nav .akme-menu ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: inherit;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.home .akme-nav .akme-menu a,
body.home .akme-phone a,
body.home .akme-quality-phone a,
body.home .akme-cta-phone a,
body.home .akme-footer-phone a {
  color: inherit;
  text-decoration: none;
}

body.home .akme-nav .akme-menu a:hover,
body.home .akme-phone a:hover,
body.home .akme-quality-phone a:hover,
body.home .akme-cta-phone a:hover,
body.home .akme-footer-phone a:hover {
  color: #d22630;
}

body.home :where(a, button, input, textarea, summary):focus-visible {
  outline: 3px solid rgba(210, 38, 48, .42);
  outline-offset: 4px;
}

body.home .akme-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body.home .akme-quality-field {
  display: block;
  margin: 0;
}

body.home .akme-quality-field input,
body.home .akme-quality-field textarea {
  width: 100%;
}

@media (min-width: 901px) and (max-width: 1365px) {
  body.home .akme-stats.wp-block-group,
  body.home .akme-stats {
    height: 144px;
    min-height: 144px;
    overflow: visible;
  }

  body.home .akme-stat {
    height: 144px;
  }

  body.home .akme-stat:not(:last-child)::after {
    top: 28px;
    height: 88px;
  }

  body.home .akme-stat strong {
    left: 24px;
    top: 30px;
    font-size: clamp(36px, 3.2vw, 44px);
  }

  body.home .akme-stat .akme-star {
    left: 88px;
    top: 29px;
    width: 34px;
    height: 34px;
    -webkit-mask-size: 28px 28px;
    mask-size: 28px 28px;
  }

  body.home .akme-stat .akme-stat-label,
  body.home .akme-stat > span:not(.akme-star) {
    left: 24px;
    top: 78px;
    width: calc(100% - 40px) !important;
    font-size: clamp(12px, 1.1vw, 14px);
    line-height: 1.25;
  }
}

@media (min-width: 1101px) and (max-width: 1599px) {
  body.home .akme-footer-top {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 34px 42px;
  }

  body.home .akme-footer-bottom {
    grid-template-columns: 1fr auto;
    gap: 24px;
  }

  body.home .akme-footer-policy {
    justify-self: start;
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  body.home .akme-tail-section,
  body.home .akme-jobs-section,
  body.home .akme-quiz-section,
  body.home .akme-cta-band {
    padding-left: 48px;
    padding-right: 48px;
  }

  body.home .akme-footer-top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 359px) {
  body.home .akme-tail-title,
  body.home .akme-jobs-title,
  body.home .akme-quiz-title,
  body.home .akme-cta-title {
    font-size: 30px;
  }

  body.home .akme-benefits strong,
  body.home .akme-check-items li {
    font-size: 17px;
  }

  body.home .akme-benefits span,
  body.home .akme-tail-lead,
  body.home .akme-quiz-lead,
  body.home .akme-cta-text {
    font-size: 16px;
  }

  body.home .akme-job-copy {
    left: 22px;
    right: 22px;
    bottom: 22px;
  }

  body.home .akme-job-button,
  body.home .akme-white-link-button,
  body.home .akme-quality-submit {
    font-size: 18px;
  }
}

/* Responsive pass 2: reduce vertical weight on tablet/mobile without changing content. */
@media (min-width: 768px) and (max-width: 1100px) {
  body.home .akme-job-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    width: 100%;
  }

  body.home .akme-job-item {
    max-width: none;
  }

  body.home .akme-job-item:nth-child(3) {
    grid-column: 1 / -1;
    width: calc((100% - 24px) / 2);
    justify-self: center;
  }

  body.home .akme-job-card {
    aspect-ratio: 576 / 620;
  }

  body.home .akme-job-copy {
    left: 24px;
    right: 24px;
    bottom: 24px;
  }

  body.home .akme-job-name {
    font-size: clamp(24px, 3vw, 30px);
  }

  body.home .akme-job-quote {
    font-size: clamp(15px, 2vw, 18px);
    line-height: 1.2;
  }

  body.home .akme-job-button {
    height: 54px;
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  body.home .akme-job-card {
    aspect-ratio: 576 / 610;
  }

  body.home .akme-job-copy {
    left: 24px;
    right: 24px;
    bottom: 24px;
  }

  body.home .akme-job-name {
    font-size: clamp(24px, 7vw, 28px);
  }

  body.home .akme-job-quote {
    font-size: clamp(16px, 4.6vw, 18px);
    line-height: 1.2;
  }

  body.home .akme-footer-final {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  body.home .akme-footer-top {
    gap: 20px;
  }

  body.home .akme-footer-title {
    margin-bottom: 10px;
  }

  body.home .akme-footer-final p {
    margin-top: 8px;
    margin-bottom: 0;
  }
}

/* Responsive pass 3: compact counter block on tablet and mobile. */
@media (min-width: 360px) and (max-width: 900px) {
  body.home .akme-stats.wp-block-group,
  body.home .akme-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    height: auto;
    min-height: 0;
    overflow: visible;
  }

  body.home .akme-stat {
    height: auto;
    min-height: 128px;
    padding: 24px 22px 22px;
    border-right: 1px solid #e4e5e8;
    border-bottom: 1px solid #e4e5e8;
  }

  body.home .akme-stat:nth-child(even),
  body.home .akme-stat:nth-child(5) {
    border-right: 0;
  }

  body.home .akme-stat:nth-child(5) {
    grid-column: 1 / -1;
    min-height: 116px;
    text-align: center;
    border-bottom: 0;
  }

  body.home .akme-stat:not(:last-child)::after {
    display: none;
  }

  body.home .akme-stat strong {
    position: static;
    display: inline-block;
    font-size: clamp(42px, 8vw, 56px);
    line-height: .9;
    vertical-align: middle;
  }

  body.home .akme-stat .akme-star {
    position: static;
    display: inline-block;
    width: 38px;
    height: 38px;
    margin-left: 8px;
    vertical-align: middle;
    -webkit-mask-size: 34px 34px;
    mask-size: 34px 34px;
  }

  body.home .akme-stat .akme-stat-label,
  body.home .akme-stat > span:not(.akme-star) {
    position: static;
    width: auto !important;
    margin-top: 12px;
    font-size: clamp(15px, 3.5vw, 18px);
    line-height: 1.25;
  }
}

@media (max-width: 359px) {
  body.home .akme-stats.wp-block-group,
  body.home .akme-stats {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 0;
    overflow: visible;
  }

  body.home .akme-stat {
    height: auto;
    min-height: 104px;
    padding: 22px;
    border-right: 0;
    border-bottom: 1px solid #e4e5e8;
  }

  body.home .akme-stat:nth-child(5) {
    grid-column: auto;
    text-align: left;
    border-bottom: 0;
  }

  body.home .akme-stat:not(:last-child)::after {
    display: none;
  }

  body.home .akme-stat strong {
    position: static;
    display: inline-block;
    font-size: 42px;
    line-height: .9;
    vertical-align: middle;
  }

  body.home .akme-stat .akme-star {
    position: static;
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-left: 8px;
    vertical-align: middle;
    -webkit-mask-size: 30px 30px;
    mask-size: 30px 30px;
  }

  body.home .akme-stat .akme-stat-label,
  body.home .akme-stat > span:not(.akme-star) {
    position: static;
    width: auto !important;
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.25;
  }
}

/* Responsive pass 4: make footer denser on mobile without removing content. */
@media (min-width: 360px) and (max-width: 767px) {
  body.home .akme-footer-final {
    padding: 28px 22px;
  }

  body.home .akme-footer-top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 20px;
    min-height: 0;
  }

  body.home .akme-footer-top > :first-child,
  body.home .akme-footer-top > :nth-child(2) {
    grid-column: 1 / -1;
  }

  body.home .akme-footer-logo {
    width: 132px;
    height: 75px;
  }

  body.home .akme-footer-title {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 1.15;
  }

  body.home .akme-footer-phone {
    margin-bottom: 6px;
    font-size: clamp(22px, 7vw, 28px);
  }

  body.home .akme-footer-final p,
  body.home .akme-footer-final a {
    font-size: 14px;
    line-height: 1.32;
  }

  body.home .akme-footer-bottom {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-top: 20px;
    margin-top: 24px;
  }

  body.home .akme-socials a {
    width: 48px;
    height: 48px;
    border-radius: 12px;
  }

  body.home .akme-socials a::before {
    width: 28px;
    height: 28px;
  }
}

@media (max-width: 359px) {
  body.home .akme-footer-final {
    padding: 28px 20px;
  }

  body.home .akme-footer-top {
    gap: 18px;
  }

  body.home .akme-footer-logo {
    width: 124px;
    height: 70px;
  }

  body.home .akme-footer-title {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 1.15;
  }

  body.home .akme-footer-phone {
    margin-bottom: 6px;
    font-size: 24px;
  }

  body.home .akme-footer-final p,
  body.home .akme-footer-final a {
    font-size: 14px;
    line-height: 1.3;
  }

  body.home .akme-footer-bottom {
    gap: 18px;
    padding-top: 20px;
    margin-top: 22px;
  }

  body.home .akme-socials a {
    width: 46px;
    height: 46px;
    border-radius: 12px;
  }

  body.home .akme-socials a::before {
    width: 27px;
    height: 27px;
  }
}

/* Responsive pass 5: compact first screen on tablet/mobile. */
@media (min-width: 768px) and (max-width: 820px) {
  body.home .akme-nav.akme-shell {
    grid-template-columns: 146px minmax(0, 1fr) 240px;
    gap: 12px 22px;
    padding: 16px 20px 18px;
  }

  body.home .akme-nav > .akme-logo {
    grid-column: 1;
    grid-row: 1;
  }

  body.home .akme-nav > .akme-phone {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    min-width: 0;
    font-size: 20px;
  }

  body.home .akme-nav .akme-phone::after {
    padding-left: 0;
    font-size: 13px;
  }

  body.home .akme-nav > .wp-block-buttons {
    grid-column: 3;
    grid-row: 1;
    justify-self: stretch;
  }

  body.home .akme-nav > .akme-menu {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  body.home .akme-nav .akme-menu ul {
    display: flex;
    gap: 22px;
  }

  body.home .akme-menu a {
    font-size: 17px;
  }

  body.home .akme-nav .wp-block-button.akme-button .wp-block-button__link {
    min-height: 52px;
    font-size: 18px;
    border-radius: 12px;
  }

  body.home .akme-hero.akme-shell {
    padding-top: 28px;
  }
}

@media (min-width: 360px) and (max-width: 767px) {
  body.home .akme-nav.akme-shell {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 16px 20px 18px;
  }

  body.home .akme-nav > .akme-logo {
    grid-column: 1 / -1;
    width: 132px;
    height: 43px;
  }

  body.home .akme-nav > .akme-menu {
    grid-column: 1 / -1;
    width: 100%;
  }

  body.home .akme-nav .akme-menu ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 14px;
  }

  body.home .akme-menu a {
    min-height: 20px;
    white-space: normal;
    font-size: 15px;
    line-height: 1.2;
  }

  body.home .akme-nav > .akme-phone {
    grid-column: 1;
    align-self: center;
    min-width: 0;
    font-size: 18px;
    line-height: 1.12;
  }

  body.home .akme-nav .akme-phone::after {
    content: none;
  }

  body.home .akme-nav .akme-phone a {
    display: block;
    white-space: nowrap;
  }

  body.home .akme-nav .akme-phone span {
    display: block;
    margin-top: 3px;
    padding-left: 0;
    color: #949494;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.15;
  }

  body.home .akme-nav > .wp-block-buttons {
    grid-column: 1;
    justify-self: stretch;
  }

  body.home .akme-nav .wp-block-button.akme-button .wp-block-button__link {
    min-height: 52px;
    padding: 12px 14px;
    border-radius: 12px;
    font-size: 17px;
  }

  body.home .akme-hero.akme-shell {
    padding: 24px 0 38px;
  }

  body.home .akme-hero > .wp-block-group__inner-container {
    gap: 22px;
  }

  body.home .akme-hero h1 {
    margin-bottom: 20px;
    font-size: clamp(32px, 9vw, 36px);
    line-height: 1.05;
  }

  body.home .akme-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 18px;
  }

  body.home .akme-benefits li {
    min-height: 68px;
    padding: 10px 10px 10px 44px;
  }

  body.home .akme-benefits li::before {
    left: 12px;
    width: 26px;
    height: 26px;
  }

  body.home .akme-benefits li::after {
    left: 20px;
  }

  body.home .akme-benefits strong {
    display: block !important;
    font-size: 16px;
    line-height: 1.18;
  }

  body.home .akme-benefits span {
    display: block !important;
    margin-top: 2px;
    font-size: 15px;
    line-height: 1.2;
  }

  body.home .akme-hero .akme-photo {
    margin-top: 0;
  }
}

@media (max-width: 359px) {
  body.home .akme-nav.akme-shell {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 16px 20px 18px;
  }

  body.home .akme-nav > .akme-logo {
    width: 128px;
    height: 42px;
  }

  body.home .akme-nav .akme-menu ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 12px;
  }

  body.home .akme-menu a {
    min-height: 20px;
    white-space: normal;
    font-size: 14px;
    line-height: 1.2;
  }

  body.home .akme-nav > .akme-phone {
    min-width: 0;
    font-size: 18px;
    line-height: 1.12;
  }

  body.home .akme-nav .akme-phone::after {
    content: none;
  }

  body.home .akme-nav .akme-phone a {
    display: block;
    white-space: nowrap;
  }

  body.home .akme-nav .akme-phone span {
    display: block;
    margin-top: 3px;
    padding-left: 0;
    color: #949494;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.15;
  }

  body.home .akme-nav .wp-block-button.akme-button .wp-block-button__link {
    min-height: 50px;
    padding: 11px 14px;
    border-radius: 12px;
    font-size: 17px;
  }

  body.home .akme-hero.akme-shell {
    padding: 22px 0 36px;
  }

  body.home .akme-hero > .wp-block-group__inner-container {
    gap: 20px;
  }

  body.home .akme-hero h1 {
    margin-bottom: 18px;
    font-size: 31px;
    line-height: 1.05;
  }

  body.home .akme-benefits {
    gap: 9px;
    margin-bottom: 18px;
  }

  body.home .akme-benefits li {
    min-height: 58px;
    padding: 9px 10px 9px 42px;
  }

  body.home .akme-benefits li::before {
    left: 11px;
    width: 25px;
    height: 25px;
  }

  body.home .akme-benefits li::after {
    left: 19px;
  }

  body.home .akme-hero .akme-photo {
    margin-top: 0;
  }
}

@media (max-width: 480px) {
  body.home .akme-benefits {
    grid-template-columns: 1fr;
  }

  body.home .akme-benefits li {
    min-height: 58px;
  }

  body.home .akme-benefits strong,
  body.home .akme-benefits span {
    display: block !important;
  }

  body.home .akme-benefits span {
    margin-top: 2px;
  }
}

/* Responsive pass 6: compact questionnaire rhythm on tablet/mobile. */
@media (min-width: 768px) and (max-width: 1100px) {
  body.home .akme-quiz-layout {
    gap: 28px;
    padding: 36px 0 40px;
  }

  body.home .akme-quiz-kicker {
    margin-bottom: 16px;
  }

  body.home .akme-quiz-title {
    max-width: 580px;
    margin-bottom: 18px;
    font-size: 36px;
    line-height: 1.1;
  }

  body.home .akme-quiz-lead {
    max-width: 620px;
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 1.38;
  }

  body.home .akme-award {
    width: 108px;
    height: 108px;
    border-width: 8px;
  }

  body.home .akme-award-inner {
    gap: 5px;
  }

  body.home .akme-award-star {
    width: 28px;
    height: 28px;
    -webkit-mask-size: 24px 24px;
    mask-size: 24px 24px;
  }

  body.home .akme-award-label {
    font-size: 10px;
  }

  body.home .akme-award-brand {
    font-size: 13px;
  }

  body.home .akme-award-year {
    font-size: 12px;
  }

  body.home .akme-quiz-card {
    padding: 22px 20px;
  }

  body.home .akme-quiz-meta {
    margin-bottom: 9px;
    font-size: 18px;
  }

  body.home .akme-quiz-progress {
    margin-bottom: 24px;
  }

  body.home .akme-quiz-question {
    margin-bottom: 18px;
    font-size: 22px;
  }

  body.home .akme-quiz-body {
    gap: 10px;
  }

  body.home .akme-quiz-option,
  body.home .akme-quiz-field input {
    min-height: 54px;
    font-size: 18px;
  }

  body.home .akme-quiz-option::before,
  body.home .akme-quiz-option::after {
    top: 50%;
    transform: translateY(-50%);
  }

  body.home .akme-quiz-actions {
    margin-top: 20px;
  }

  body.home .akme-quiz-back,
  body.home .akme-quiz-next {
    height: 52px;
    font-size: 18px;
  }

  body.home .akme-quiz-status {
    min-height: 20px;
    margin-top: 8px;
  }

  body.home .akme-quiz-success {
    min-height: 0;
    padding: 0;
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  body.home .akme-quiz-layout {
    gap: 24px;
    padding: 34px 20px 38px;
  }

  body.home .akme-quiz-kicker {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.18;
  }

  body.home .akme-quiz-title {
    max-width: 100%;
    margin-bottom: 16px;
    font-size: clamp(30px, 8.5vw, 34px);
    line-height: 1.08;
  }

  body.home .akme-quiz-lead {
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 1.35;
  }

  body.home .akme-quiz-lead br {
    display: none;
  }

  body.home .akme-award {
    width: 96px;
    height: 96px;
    border-width: 7px;
  }

  body.home .akme-award-inner {
    gap: 4px;
  }

  body.home .akme-award-star {
    width: 26px;
    height: 26px;
    -webkit-mask-size: 22px 22px;
    mask-size: 22px 22px;
  }

  body.home .akme-award-label {
    font-size: 9px;
  }

  body.home .akme-award-brand {
    font-size: 12px;
  }

  body.home .akme-award-year {
    font-size: 11px;
  }

  body.home .akme-quiz-card {
    padding: 18px 16px;
    border-radius: 14px;
  }

  body.home .akme-quiz-meta {
    margin-bottom: 8px;
    font-size: 16px;
  }

  body.home .akme-quiz-progress {
    gap: 8px;
    margin-bottom: 20px;
  }

  body.home .akme-quiz-question {
    margin-bottom: 16px;
    font-size: clamp(20px, 5.8vw, 22px);
  }

  body.home .akme-quiz-body {
    gap: 10px;
  }

  body.home .akme-quiz-option,
  body.home .akme-quiz-field input {
    min-height: 52px;
    padding-right: 14px;
    font-size: 18px;
    line-height: 1.28;
  }

  body.home .akme-quiz-option {
    padding-left: 52px;
  }

  body.home .akme-quiz-option::before,
  body.home .akme-quiz-option::after {
    top: 50%;
    transform: translateY(-50%);
  }

  body.home .akme-quiz-option::before {
    left: 16px;
    width: 26px;
    height: 26px;
  }

  body.home .akme-quiz-option::after {
    left: 22px;
    width: 14px;
    height: 14px;
  }

  body.home .akme-quiz-actions {
    gap: 10px;
    margin-top: 18px;
  }

  body.home .akme-quiz-back,
  body.home .akme-quiz-next {
    height: 50px;
    font-size: 17px;
  }

  body.home .akme-quiz-status {
    min-height: 18px;
    margin-top: 8px;
    font-size: 13px;
  }

  body.home .akme-quiz-success {
    min-height: 0;
    padding: 0;
    font-size: 18px;
  }

  body.home .akme-quiz-final-text {
    font-size: 16px;
    line-height: 1.35;
  }
}

@media (max-width: 359px) {
  body.home .akme-quiz-layout {
    padding: 32px 18px 36px;
  }

  body.home .akme-quiz-title {
    font-size: 28px;
  }

  body.home .akme-quiz-lead {
    font-size: 15px;
  }

  body.home .akme-quiz-card {
    padding: 16px 14px;
  }

  body.home .akme-quiz-question {
    font-size: 19px;
  }

  body.home .akme-quiz-option,
  body.home .akme-quiz-field input {
    min-height: 50px;
    font-size: 17px;
  }
}

/* Responsive pass 7: make obligations start with useful content on tablet/mobile. */
@media (min-width: 768px) and (max-width: 1100px) {
  body.home .akme-obligations {
    padding-top: 38px;
    padding-bottom: 40px;
  }

  body.home .akme-obligations-grid {
    gap: 28px;
  }

  body.home .akme-obligations-copy {
    order: 1;
    padding-top: 0;
  }

  body.home .akme-obligations .akme-person-media {
    order: 2;
    justify-self: center;
    width: min(100%, 560px);
  }

  body.home .akme-obligations .akme-tail-kicker {
    margin-bottom: 16px;
  }

  body.home .akme-obligations .akme-tail-title {
    max-width: 650px;
    font-size: 36px;
    line-height: 1.1;
  }

  body.home .akme-obligations .akme-tail-lead {
    margin-top: 18px;
    font-size: 17px;
    line-height: 1.35;
  }

  body.home .akme-obligations .akme-check-items {
    gap: 10px;
    margin-top: 24px;
  }

  body.home .akme-obligations .akme-check-items li {
    min-height: 54px;
    padding: 14px 18px 14px 58px;
    font-size: 17px;
  }

  body.home .akme-obligations .akme-check-items li::before,
  body.home .akme-obligations .akme-check-items li::after {
    top: 50%;
    transform: translateY(-50%);
  }

  body.home .akme-obligations .akme-check-items li::before {
    left: 14px;
    width: 30px;
    height: 30px;
  }

  body.home .akme-obligations .akme-check-items li::after {
    left: 23px;
  }
}

@media (max-width: 767px) {
  body.home .akme-obligations {
    padding: 34px 20px 38px;
  }

  body.home .akme-obligations-grid {
    gap: 24px;
  }

  body.home .akme-obligations-copy {
    order: 1;
    padding-top: 0;
  }

  body.home .akme-obligations .akme-person-media {
    order: 2;
    justify-self: center;
    width: min(100%, 330px);
  }

  body.home .akme-obligations .akme-tail-kicker {
    margin-bottom: 12px;
    font-size: 14px;
  }

  body.home .akme-obligations .akme-tail-title {
    font-size: clamp(29px, 8.2vw, 34px);
    line-height: 1.08;
  }

  body.home .akme-obligations .akme-tail-lead {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.35;
  }

  body.home .akme-obligations .akme-check-items {
    gap: 10px;
    margin-top: 22px;
  }

  body.home .akme-obligations .akme-check-items li {
    min-height: 54px;
    padding: 13px 14px 13px 54px;
    font-size: 17px;
    line-height: 1.24;
  }

  body.home .akme-obligations .akme-check-items li::before,
  body.home .akme-obligations .akme-check-items li::after {
    top: 50%;
    transform: translateY(-50%);
  }

  body.home .akme-obligations .akme-check-items li::before {
    left: 14px;
    width: 28px;
    height: 28px;
  }

  body.home .akme-obligations .akme-check-items li::after {
    left: 22px;
  }
}

@media (max-width: 359px) {
  body.home .akme-obligations {
    padding: 32px 18px 36px;
  }

  body.home .akme-obligations .akme-tail-title {
    font-size: 28px;
  }

  body.home .akme-obligations .akme-tail-lead {
    font-size: 15px;
  }

  body.home .akme-obligations .akme-check-items li {
    padding-right: 12px;
    font-size: 16px;
  }
}

/* Responsive pass 8: make awards section denser on tablet/mobile. */
@media (min-width: 768px) and (max-width: 1100px) {
  body.home .akme-awards {
    padding-top: 38px;
    padding-bottom: 40px;
  }

  body.home .akme-awards .akme-tail-kicker {
    margin-bottom: 16px;
  }

  body.home .akme-awards .akme-tail-title {
    max-width: 760px;
    font-size: 36px;
    line-height: 1.1;
  }

  body.home .akme-awards .akme-tail-lead {
    margin-top: 18px;
    font-size: 17px;
    line-height: 1.35;
  }

  body.home .akme-awards-media {
    margin-top: 24px;
  }

  body.home .akme-awards .akme-red-link-button {
    height: 54px;
    padding: 0 28px;
    border-radius: 12px;
    font-size: 18px;
    white-space: nowrap;
  }
}

@media (max-width: 767px) {
  body.home .akme-awards {
    padding: 34px 20px 38px;
  }

  body.home .akme-awards .akme-tail-kicker {
    margin-bottom: 12px;
    font-size: 14px;
  }

  body.home .akme-awards .akme-tail-title {
    font-size: clamp(28px, 7.7vw, 32px);
    line-height: 1.08;
  }

  body.home .akme-awards .akme-tail-lead {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.35;
  }

  body.home .akme-awards-media {
    margin-top: 22px;
  }

  body.home .akme-awards .akme-red-link-button {
    width: 100%;
    height: 52px;
    padding: 0 22px;
    border-radius: 12px;
    font-size: 18px;
    white-space: nowrap;
  }

  body.home .akme-awards .akme-red-link-button::after {
    width: 10px;
    height: 10px;
    margin-left: 14px;
  }
}

@media (max-width: 359px) {
  body.home .akme-awards {
    padding: 32px 18px 36px;
  }

  body.home .akme-awards .akme-tail-title {
    font-size: 27px;
  }

  body.home .akme-awards .akme-tail-lead {
    font-size: 15px;
  }

  body.home .akme-awards .akme-red-link-button {
    font-size: 17px;
  }
}

/* Responsive pass 9: stabilize desktop/laptop header layout. */
@media (min-width: 1366px) {
  body.home .akme-nav.akme-shell {
    position: relative;
    display: grid !important;
    grid-template-columns:
      clamp(150px, 9.48vw, 182px)
      minmax(0, 1fr)
      max-content
      max-content;
    column-gap: clamp(28px, 2.7vw, 64px);
    align-items: center;
    width: 100%;
    max-width: none;
    height: clamp(96px, 6.46vw, 124px);
    min-height: clamp(96px, 6.46vw, 124px);
    padding: clamp(24px, 1.67vw, 32px) clamp(40px, 3.33vw, 64px);
    box-sizing: border-box;
  }

  body.home .akme-nav > .akme-logo,
  body.home .akme-nav > .akme-menu,
  body.home .akme-nav > .akme-phone,
  body.home .akme-nav > .wp-block-buttons {
    position: static !important;
    grid-row: 1;
  }

  body.home .akme-nav > .akme-logo {
    grid-column: 1;
    width: clamp(150px, 9.48vw, 182px);
    height: clamp(49px, 3.125vw, 60px);
  }

  body.home .akme-nav > .akme-menu {
    grid-column: 2;
    width: auto;
    height: auto;
    min-width: 0;
    overflow: visible;
  }

  body.home .akme-nav .akme-menu ul {
    flex-wrap: nowrap;
    gap: clamp(20px, 1.45vw, 32px);
  }

  body.home .akme-menu a {
    min-height: 23px;
    font-size: clamp(17px, 1.04vw, 20px);
    line-height: 1.15;
    white-space: nowrap;
  }

  body.home .akme-menu a:nth-of-type(1),
  body.home .akme-menu a:nth-of-type(2) {
    padding-right: clamp(22px, 1.45vw, 28px);
  }

  body.home .akme-nav > .akme-phone {
    grid-column: 3;
    justify-self: start;
    width: auto;
    min-width: max-content;
    margin: 0;
    white-space: nowrap;
    font-size: clamp(20px, 1.25vw, 24px);
    line-height: 1.08;
  }

  body.home .akme-nav .akme-phone::after {
    content: none;
  }

  body.home .akme-nav .akme-phone a {
    display: block;
    white-space: nowrap;
  }

  body.home .akme-nav .akme-phone span {
    display: block;
    margin-top: 4px;
    padding-left: clamp(0px, 1.25vw, 24px);
    color: #949494;
    font-size: clamp(14px, .83vw, 16px);
    font-weight: 500;
    line-height: 1.15;
    white-space: nowrap;
  }

  body.home .akme-nav > .wp-block-buttons {
    grid-column: 4;
    justify-self: end;
    width: auto;
    height: auto;
    margin: 0;
  }

  body.home .akme-nav .wp-block-button.akme-button .wp-block-button__link {
    width: clamp(236px, 14.58vw, 280px);
    min-height: clamp(54px, 3.125vw, 60px);
    padding: 14px clamp(22px, 1.56vw, 30px);
    border-radius: 12px;
    font-size: clamp(20px, 1.25vw, 24px);
    white-space: nowrap;
  }
}

/* Responsive pass 29: make the header callback button lighter on 1366-1919px screens. */
@media (min-width: 1366px) and (max-width: 1919px) {
  body.home .akme-nav .wp-block-button.akme-button .wp-block-button__link {
    width: clamp(208px, 12.86vw, 246px);
    min-height: clamp(44px, 2.71vw, 52px);
    padding: 12px clamp(18px, 1.25vw, 24px);
    font-size: clamp(17px, 1.04vw, 20px);
  }
}

@media (min-width: 1281px) and (max-width: 1365px) {
  body.home .akme-nav .akme-phone::after {
    content: none;
  }

  body.home .akme-nav .akme-phone a,
  body.home .akme-nav .akme-phone span {
    display: block;
    white-space: nowrap;
  }

  body.home .akme-nav .akme-phone span {
    margin-top: 4px;
    color: #949494;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.15;
  }
}

@media (min-width: 768px) and (max-width: 1280px) {
  body.home .akme-nav .akme-phone::after {
    content: none;
  }

  body.home .akme-nav .akme-phone {
    width: auto;
    min-width: max-content;
    white-space: nowrap;
    line-height: 1.08;
  }

  body.home .akme-nav .akme-phone a {
    display: block;
    white-space: nowrap;
  }

  body.home .akme-nav .akme-phone span {
    display: block;
    margin-top: 4px;
    padding-left: 0;
    color: #949494;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.15;
    white-space: nowrap;
  }
}

/* Responsive pass 12: prevent quiz questions with many answers from overflowing. */
body.home .akme-quiz-body.is-many-options {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(8px, .6vw, 12px);
  min-height: 0;
}

body.home .akme-quiz-body.is-many-options .akme-quiz-option {
  width: 100%;
  height: clamp(44px, 3vw, 54px);
  min-height: clamp(44px, 3vw, 54px);
  padding-left: clamp(50px, 3vw, 58px);
  padding-right: 16px;
  font-size: clamp(15px, 1vw, 18px);
  line-height: 1.2;
}

body.home .akme-quiz-body.is-many-options .akme-quiz-option::before,
body.home .akme-quiz-body.is-many-options .akme-quiz-option::after {
  top: 50%;
  transform: translateY(-50%);
}

body.home .akme-quiz-body.is-many-options .akme-quiz-option::before {
  left: 16px;
  width: clamp(26px, 1.7vw, 30px);
  height: clamp(26px, 1.7vw, 30px);
}

body.home .akme-quiz-body.is-many-options .akme-quiz-option::after {
  left: 23px;
  width: 14px;
  height: 14px;
}

@media (min-width: 1281px) {
  body.home .akme-quiz-body.is-extra-options {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.home .akme-quiz-body.is-extra-options .akme-quiz-option {
    min-height: 50px;
    height: 50px;
    padding-left: 44px;
    padding-right: 12px;
    font-size: clamp(14px, .9vw, 16px);
    line-height: 1.12;
  }

  body.home .akme-quiz-body.is-extra-options .akme-quiz-option::before {
    left: 12px;
    width: 24px;
    height: 24px;
  }

  body.home .akme-quiz-body.is-extra-options .akme-quiz-option::after {
    left: 18px;
    width: 12px;
    height: 12px;
  }
}

@media (max-width: 767px) {
  body.home .akme-quiz-body.is-many-options {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  body.home .akme-quiz-body.is-many-options .akme-quiz-option {
    min-height: 48px;
    height: auto;
    padding-left: 50px;
    font-size: 17px;
  }
}

@media (max-width: 359px) {
  body.home .akme-quiz-body.is-many-options .akme-quiz-option {
    min-height: 46px;
    padding-left: 48px;
    font-size: 16px;
  }
}

/* Responsive pass 13: keep quiz action buttons pinned to one baseline. */
body.home .akme-quiz-widget {
  flex: 1 1 auto;
  height: 100%;
  min-height: 0;
}

body.home .akme-quiz-body {
  min-height: 0;
}

body.home .akme-quiz-card {
  display: flex;
  flex-direction: column;
}

body.home .akme-quiz-actions {
  margin-top: auto;
}

@media (min-width: 1366px) {
  body.home .akme-quiz-card {
    min-height: clamp(404px, calc((504 / 1920 * 100vw) + 44px), 504px);
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  body.home .akme-quiz-card {
    min-height: 520px;
  }
}

@media (max-width: 767px) {
  body.home .akme-quiz-card {
    min-height: clamp(670px, 180vw, 700px);
  }
}

@media (max-width: 359px) {
  body.home .akme-quiz-card {
    min-height: 670px;
  }
}

/* Responsive pass 15: center the completed quiz message. */
body.home .akme-quiz-widget.is-complete .akme-quiz-question {
  width: 100%;
  min-height: 0;
  margin: auto 0 28px;
  text-align: center;
}

body.home .akme-quiz-widget.is-complete .akme-quiz-body {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 0;
}

body.home .akme-quiz-widget.is-complete .akme-quiz-actions {
  display: none;
}

body.home .akme-quiz-widget.is-complete .akme-quiz-status {
  margin-bottom: auto;
}

@media (max-width: 767px) {
body.home .akme-quiz-widget.is-complete .akme-quiz-question {
    margin-bottom: 22px;
  }
}

/* Responsive pass 17: optically align obligation check icons with item text. */
body.home .akme-obligations .akme-check-items li {
  display: flex;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
}

body.home .akme-obligations .akme-check-items li::before,
body.home .akme-obligations .akme-check-items li::after {
  top: 50%;
  transform: translateY(-50%);
}

/* Responsive pass 19: build the obligations media as editable layers. */
body.home .akme-obligations .akme-person-card {
  position: relative;
  display: block;
  width: 715px;
  max-width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  margin: 0;
  overflow: visible;
}

body.home .akme-person-card-bg,
body.home .akme-person-card-photo {
  position: absolute;
  width: 95.524%;
  height: 95.524%;
  border-radius: 18px;
}

body.home .akme-person-card-bg {
  left: 3.916%;
  top: 3.916%;
  z-index: 1;
  background: #d22630;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .1);
}

body.home .akme-person-card-photo {
  left: 0;
  top: 0;
  z-index: 2;
  display: block;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 12px 16px rgba(0, 0, 0, .08);
}

body.home .akme-person-message {
  position: absolute;
  left: 7.273%;
  right: 2.797%;
  top: 65.455%;
  z-index: 3;
  box-sizing: border-box;
  display: block;
  padding: clamp(14px, 1.0417vw, 20px);
  border-radius: 14px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 10px 28px rgba(0, 0, 0, .08);
  color: #25282a;
}

body.home .akme-person-name,
body.home .akme-person-role,
body.home .akme-person-text,
body.home .akme-person-cta {
  display: block;
}

body.home .akme-person-name {
  font-size: clamp(16px, 1.0417vw, 20px);
  font-weight: 700;
  line-height: 1.15;
}

body.home .akme-person-role {
  margin-top: 4px;
  color: rgba(70, 70, 70, .8);
  font-size: clamp(13px, .8333vw, 16px);
  font-weight: 500;
  line-height: 1.25;
}

body.home .akme-person-text {
  margin-top: clamp(12px, 1.0417vw, 20px);
  font-size: clamp(13px, .8333vw, 16px);
  font-weight: 400;
  line-height: 1.5;
}

body.home .akme-person-cta {
  color: #d22630;
  font-size: clamp(13px, .8333vw, 16px);
  font-weight: 500;
  line-height: 1.5;
}

@media (min-width: 1366px) and (max-width: 1919px) {
  body.home .akme-obligations .akme-person-card {
    width: calc(715 / 1920 * 100vw);
  }

  body.home .akme-person-card-bg,
  body.home .akme-person-card-photo {
    border-radius: calc(18 / 1920 * 100vw);
  }

  body.home .akme-person-message {
    border-radius: calc(14 / 1920 * 100vw);
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  body.home .akme-obligations .akme-person-card {
    order: 2;
    justify-self: center;
    width: min(100%, 560px);
  }
}

@media (max-width: 767px) {
  body.home .akme-obligations .akme-person-card {
    order: 2;
    justify-self: center;
    width: min(100%, 350px);
    aspect-ratio: 1 / 1.12;
  }

  body.home .akme-person-card-bg,
  body.home .akme-person-card-photo {
    width: 95%;
    height: 85%;
    border-radius: 14px;
  }

  body.home .akme-person-message {
    left: 6%;
    right: 2%;
    top: 56%;
    padding: 12px;
    border-radius: 12px;
  }

  body.home .akme-person-name {
    font-size: 14px;
  }

  body.home .akme-person-role,
  body.home .akme-person-text,
  body.home .akme-person-cta {
    font-size: 11.5px;
    line-height: 1.35;
  }

  body.home .akme-person-text {
    margin-top: 8px;
  }
}

@media (max-width: 359px) {
  body.home .akme-obligations .akme-person-card {
    width: min(100%, 320px);
  }

  body.home .akme-person-message {
    top: 54%;
    padding: 10px;
  }

  body.home .akme-person-name {
    font-size: 13px;
  }

  body.home .akme-person-role,
  body.home .akme-person-text,
  body.home .akme-person-cta {
    font-size: 10.5px;
  }
}

/* Responsive pass 20: make the awards block editable instead of one flattened image. */
body.home .akme-awards-layout {
  display: grid;
  grid-template-columns: minmax(0, .44fr) minmax(0, .56fr);
  align-items: start;
  gap: clamp(72px, 6vw, 120px);
  box-sizing: border-box;
  min-height: 875px;
  padding-top: clamp(24px, 1.8vw, 34px);
}

body.home .akme-awards-certificate {
  margin: 0;
}

body.home .akme-awards-certificate img {
  display: block;
  width: 100%;
  height: auto;
}

body.home .akme-awards-copy {
  max-width: 820px;
  padding-top: clamp(92px, 7vw, 150px);
}

body.home .akme-awards-copy h3 {
  margin: 0;
  color: #25282a;
  font-size: 54px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
}

body.home .akme-awards-copy h3 mark {
  color: #d22630;
  background: transparent;
}

body.home .akme-awards-copy p {
  margin: 56px 0 0;
  color: rgba(70, 70, 70, .8);
  font-size: 32px;
  font-weight: 500;
  line-height: 1.45;
}

body.home .akme-awards-copy p strong {
  color: #25282a;
  font-weight: 700;
}

@media (min-width: 1366px) and (max-width: 1919px) {
  body.home .akme-awards-layout {
    min-height: calc(875 / 1920 * 100vw);
    gap: calc(110 / 1920 * 100vw);
    padding-top: calc(32 / 1920 * 100vw);
  }

  body.home .akme-awards-copy h3 {
    font-size: clamp(34px, calc((54 / 1920 * 100vw) - 4px), 50px);
  }

  body.home .akme-awards-copy p {
    margin-top: calc(56 / 1920 * 100vw);
    font-size: clamp(22px, calc(32 / 1920 * 100vw), 30px);
  }
}

@media (max-width: 1100px) {
  body.home .akme-awards-layout {
    grid-template-columns: 1fr;
    gap: 28px;
    min-height: 0;
    padding-top: 0;
  }

  body.home .akme-awards-certificate {
    max-width: 720px;
  }

  body.home .akme-awards-copy {
    max-width: 760px;
    padding-top: 0;
  }

  body.home .akme-awards-copy h3 {
    font-size: clamp(31px, 8.5vw, 44px);
    line-height: 1.1;
  }

  body.home .akme-awards-copy p {
    margin-top: 18px;
    font-size: 18px;
    line-height: 1.4;
  }
}

@media (max-width: 767px) {
  body.home .akme-awards-layout {
    gap: 22px;
  }

  body.home .akme-awards-copy h3 {
    font-size: clamp(28px, 7.7vw, 32px);
    line-height: 1.08;
  }

  body.home .akme-awards-copy p {
    font-size: 16px;
    line-height: 1.35;
  }
}

/* Responsive pass 21: add the lower awards shelf from the Figma frame. */
body.home .akme-awards .akme-awards-layout {
  grid-template-columns: minmax(0, .36fr) minmax(0, .64fr);
  align-items: center;
  gap: clamp(56px, 4.9vw, 83px);
  width: min(1428px, 100%);
  min-height: 337px;
  margin: 48px auto 0;
  padding-top: 0;
}

body.home .akme-awards .akme-awards-certificate img {
  width: 100%;
  max-width: 468px;
}

body.home .akme-awards .akme-awards-copy {
  max-width: 838px;
  padding-top: 0;
}

body.home .akme-awards .akme-awards-copy h3 {
  width: 100%;
  max-width: 720px;
  font-family: Inter, Geometria, Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.28;
}

body.home .akme-awards .akme-awards-copy p {
  width: 100%;
  max-width: 720px;
  margin-top: 18px;
  font-family: Inter, Geometria, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.45;
}

body.home .akme-awards-shelf {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 55px;
  width: min(1428px, 100%);
  margin: 40px auto 0;
}

body.home .akme-awards-shelf-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  margin: 0;
  text-align: center;
}

body.home .akme-awards-shelf-item img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 380px;
  object-fit: contain;
}

body.home .akme-awards-shelf-item figcaption {
  width: 100%;
  max-width: 320px;
  color: #252d34;
  font-family: Inter, Geometria, Arial, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.35;
}

body.home .akme-awards .akme-tail-center {
  margin-top: 48px;
}

/* Responsive pass 22: center the 1920px design canvas on ultra-wide zoom/monitors. */
@media (min-width: 1920px) {
  body.home {
    --akme-wide-offset: calc((100vw - 1920px) / 2);
    --akme-wide-pad: calc(var(--akme-wide-offset) + 64px);
  }

  body.home .akme-nav.akme-shell {
    width: min(100%, 1920px);
    margin-inline: auto;
  }

  body.home .akme-hero > .wp-block-group__inner-container > .wp-block-group:first-child {
    left: var(--akme-wide-pad);
  }

  body.home .akme-hero .akme-photo {
    left: calc(var(--akme-wide-offset) + 949px);
  }

  body.home .akme-quiz-layout {
    padding-left: var(--akme-wide-pad);
    padding-right: var(--akme-wide-pad);
  }

  body.home .akme-jobs-section,
  body.home .akme-tail-section,
  body.home .akme-cta-band {
    padding-left: var(--akme-wide-pad);
    padding-right: var(--akme-wide-pad);
  }
}

/* Responsive pass 23: keep the stats content inside the centered 1920px canvas. */
@media (min-width: 1920px) {
  body.home .akme-stats.wp-block-group,
  body.home .akme-stats {
    padding-left: var(--akme-wide-offset);
    padding-right: var(--akme-wide-offset);
    box-sizing: border-box;
  }
}

/* Responsive pass 30: use the transparent Figma cutout for the first-screen worker. */
body.home .akme-hero .akme-photo img {
  border-radius: 0;
  box-shadow: none;
  object-fit: contain;
  object-position: center bottom;
}

/* Responsive pass 31: pull the transparent cutout closer to the copy and reduce dead space. */
@media (min-width: 1366px) {
  body.home .akme-hero .akme-photo {
    left: clamp(790px, calc(1040 / 1920 * 100vw), 1040px);
    top: 0;
    width: calc(772 / 1920 * 100vw);
    height: calc(760 / 1920 * 100vw);
    max-width: 772px;
    max-height: 760px;
    clip-path: none;
    overflow: visible;
  }
}

@media (min-width: 1920px) {
  body.home .akme-hero .akme-photo {
    left: calc(var(--akme-wide-offset) + 1040px);
    top: 0;
    width: 772px;
    height: 760px;
  }
}

/* Responsive pass 36: replace the old circular SuperJob mark with the Figma badge image. */
@media (min-width: 1366px) {
  body.home .akme-award-image {
    width: calc(249 / 1920 * 100vw);
    min-width: 190px;
    max-width: 249px;
  }
}

@media (max-width: 767px) {
  body.home .akme-award-image {
    width: min(190px, 58vw);
  }
}

@media (max-width: 359px) {
  body.home .akme-award-image {
    width: min(170px, 60vw);
  }
}
