.klebstar-homepage-page,
body.klebstar-homepage-active {
  margin: 0;
  background: #fff;
}

.klebstar-homepage-page #wpadminbar ~ #klebstar-homepage {
  min-height: calc(100vh - 32px);
}

.khp-root,
.khp-root * {
  box-sizing: border-box;
}

.khp-root {
  width: 100%;
  min-height: 100vh;
  overflow: clip;
  color: var(--khp-text);
  background: var(--khp-bg);
  font-family: var(--khp-body);
  font-size: 16px;
  line-height: 1.58;
  -webkit-font-smoothing: antialiased;
}

.khp-root img {
  display: block;
  max-width: 100%;
}

.khp-root a {
  color: inherit;
  text-decoration: none;
}

.khp-container {
  width: min(calc(100% - 40px), var(--khp-width));
  margin-inline: auto;
}

.khp-section {
  position: relative;
  color: var(--khp-section-text);
  background: var(--khp-section-bg);
  padding-top: var(--khp-section-pt);
  padding-bottom: var(--khp-section-pb);
  scroll-margin-top: 90px;
}

.khp-section + .khp-section:not(.khp-header):not(.khp-footer) {
  margin-top: var(--khp-gap);
}

.khp-announcement {
  z-index: 40;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: .035em;
}

.khp-announcement-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 26px;
  text-align: center;
}

.khp-announcement .khp-text-link {
  color: inherit;
  border-bottom-color: currentColor;
}

.khp-header {
  z-index: 35;
  border-bottom: 1px solid color-mix(in srgb, var(--khp-section-text) 8%, transparent);
  box-shadow: 0 12px 32px rgba(43, 31, 73, .055);
}

.khp-sticky-header .khp-header {
  position: sticky;
  top: 0;
}

.admin-bar .khp-sticky-header .khp-header {
  top: 32px;
}

.khp-header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 30px;
}

.khp-brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--khp-heading);
  font-size: clamp(22px, 2vw, 29px);
  font-weight: 900;
  letter-spacing: -.04em;
}

.khp-brand img {
  width: auto;
  height: 42px;
  object-fit: contain;
}

.khp-brand-star {
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  color: #fff;
  background: var(--khp-primary);
  border-radius: 10px 10px 10px 3px;
  font-size: 16px;
  transform: rotate(-7deg);
}

.khp-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 2.5vw, 34px);
  font-size: 14px;
  font-weight: 700;
}

.khp-nav a {
  transition: color .2s ease, transform .2s ease;
}

.khp-nav a:hover {
  color: var(--khp-primary);
  transform: translateY(-1px);
}

.khp-title,
.khp-card h3,
.khp-footer-brand {
  font-family: var(--khp-heading);
}

.khp-title {
  max-width: 16ch;
  margin: 0;
  font-size: clamp(36px, 5vw, 70px);
  line-height: 1.02;
  letter-spacing: -.045em;
}

.khp-title span {
  position: relative;
  display: inline-block;
  color: var(--khp-section-accent);
}

.khp-title span::after {
  position: absolute;
  right: 2%;
  bottom: -.08em;
  left: 2%;
  height: .13em;
  content: "";
  background: currentColor;
  border-radius: 999px;
  opacity: .33;
  transform: rotate(-1.5deg);
}

.khp-hero {
  isolation: isolate;
}

.khp-hero::before {
  position: absolute;
  z-index: -1;
  top: 7%;
  right: 4%;
  width: min(34vw, 470px);
  aspect-ratio: 1;
  content: "";
  background: radial-gradient(circle, color-mix(in srgb, var(--khp-secondary) 13%, transparent), transparent 68%);
  border-radius: 50%;
  pointer-events: none;
}

.khp-hero .khp-title {
  max-width: 12ch;
  font-size: clamp(43px, 5.6vw, 72px);
}

.khp-hero .khp-subtitle {
  max-width: 560px;
  font-weight: 760;
}

.khp-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 31px;
  margin: 0 0 18px;
  padding: 5px 12px;
  color: var(--khp-primary);
  background: color-mix(in srgb, var(--khp-primary) 11%, #fff);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .12em;
}

.khp-subtitle {
  max-width: 680px;
  margin: 22px 0 0;
  color: color-mix(in srgb, var(--khp-section-text) 80%, transparent);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.46;
}

.khp-body-copy {
  max-width: 620px;
  margin: 20px 0 0;
  color: color-mix(in srgb, var(--khp-section-text) 72%, transparent);
  font-size: 16px;
}

.khp-ease-flow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  margin: 26px 0 0;
  padding: 0;
  color: color-mix(in srgb, var(--khp-section-text) 78%, transparent);
  font-size: 13px;
  font-weight: 850;
  list-style: none;
}

.khp-ease-flow li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.khp-ease-flow li:not(:last-child)::after {
  margin-left: 4px;
  color: color-mix(in srgb, var(--khp-primary) 55%, transparent);
  content: "→";
  font-size: 15px;
}

.khp-ease-flow b {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  color: #fff;
  background: var(--khp-primary);
  border-radius: 50%;
  font-size: 11px;
}

.khp-align-center .khp-title,
.khp-align-center .khp-subtitle,
.khp-align-center .khp-body-copy {
  margin-inline: auto;
}

.khp-align-center > .khp-container,
.khp-align-center .khp-copy {
  text-align: center;
}

.khp-align-right > .khp-container,
.khp-align-right .khp-copy {
  text-align: right;
}

.khp-align-right .khp-title,
.khp-align-right .khp-subtitle,
.khp-align-right .khp-body-copy {
  margin-left: auto;
}

.khp-split {
  display: grid;
  grid-template-columns: minmax(0, calc(100% - var(--khp-image-width))) minmax(0, var(--khp-image-width));
  align-items: center;
  gap: clamp(34px, 6vw, 88px);
}

.khp-layout-image-left .khp-split {
  grid-template-columns: minmax(0, var(--khp-image-width)) minmax(0, calc(100% - var(--khp-image-width)));
}

.khp-layout-image-left .khp-copy {
  order: 2;
}

.khp-layout-image-left .khp-media {
  order: 1;
}

.khp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.khp-align-center .khp-actions {
  justify-content: center;
}

.khp-align-right .khp-actions {
  justify-content: flex-end;
}

.khp-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 13px 23px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.1;
  box-shadow: 0 12px 30px rgba(69, 45, 145, .14);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.khp-buttons-pill .khp-button {
  border-radius: 999px;
}

.khp-buttons-square .khp-button {
  border-radius: 2px;
}

.khp-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(69, 45, 145, .2);
}

.khp-button-primary {
  color: #fff !important;
  background: var(--khp-primary);
}

.khp-button-secondary {
  color: var(--khp-text) !important;
  background: rgba(255, 255, 255, .78);
  border-color: color-mix(in srgb, var(--khp-text) 16%, transparent);
  box-shadow: none;
}

.khp-button-light {
  color: var(--khp-primary) !important;
  background: #fff;
}

.khp-text-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-bottom: 1px solid color-mix(in srgb, currentColor 45%, transparent);
  font-size: 13px;
  font-weight: 800;
}

.khp-microtrust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-top: 24px;
  color: color-mix(in srgb, var(--khp-section-text) 64%, transparent);
  font-size: 12px;
  font-weight: 700;
}

.khp-media {
  position: relative;
  overflow: hidden;
  border-radius: var(--khp-section-radius);
  background: radial-gradient(circle at 35% 20%, rgba(255, 255, 255, .95), rgba(255, 255, 255, .3) 55%, transparent 70%);
  filter: drop-shadow(0 25px 35px rgba(66, 40, 115, .13));
}

.khp-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
}

.khp-hero-image {
  overflow: hidden;
  background: #fff;
  border: 1px solid color-mix(in srgb, var(--khp-primary) 10%, transparent);
  box-shadow: 0 24px 65px rgba(63, 42, 105, .13);
  filter: none;
}

.khp-hero-image img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.khp-design-choice .khp-title {
  max-width: 20ch;
  margin-inline: auto;
  font-size: clamp(34px, 4.5vw, 56px);
}

.khp-choice-inner {
  text-align: center;
}

.khp-choice-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(0, .82fr);
  gap: clamp(16px, 2.5vw, 28px);
  max-width: 980px;
  margin: 40px auto 0;
}

.khp-choice-card {
  position: relative;
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  grid-template-rows: 1fr auto;
  min-height: 250px;
  overflow: hidden;
  padding: clamp(24px, 3vw, 34px);
  color: var(--khp-section-text) !important;
  text-align: left;
  background:
    radial-gradient(circle at 16% 18%, color-mix(in srgb, var(--khp-primary) 18%, transparent), transparent 34%),
    color-mix(in srgb, var(--khp-primary) 6%, #fff);
  border: 2px solid color-mix(in srgb, var(--khp-primary) 17%, transparent);
  border-radius: max(var(--khp-section-radius), 22px);
  box-shadow: 0 18px 48px rgba(54, 34, 91, .09);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.khp-choice-card:nth-child(2) {
  background:
    radial-gradient(circle at 16% 18%, color-mix(in srgb, var(--khp-secondary) 22%, transparent), transparent 34%),
    color-mix(in srgb, var(--khp-secondary) 7%, #fff);
  border-color: color-mix(in srgb, var(--khp-secondary) 24%, transparent);
}

.khp-choice-card:first-child {
  border-color: color-mix(in srgb, var(--khp-primary) 38%, transparent);
  box-shadow: 0 22px 54px rgba(69, 45, 145, .14);
}

.khp-choice-card:hover,
.khp-choice-card:focus-visible {
  z-index: 1;
  outline: none;
  border-color: var(--khp-primary);
  box-shadow: 0 24px 58px rgba(69, 45, 145, .18);
  transform: translateY(-5px);
}

.khp-choice-card:nth-child(2):hover,
.khp-choice-card:nth-child(2):focus-visible {
  border-color: var(--khp-secondary);
}

.khp-choice-number {
  position: absolute;
  top: 19px;
  right: 22px;
  padding: 4px 8px;
  color: var(--khp-primary);
  background: color-mix(in srgb, var(--khp-primary) 10%, #fff);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
}

.khp-choice-card:nth-child(2) .khp-choice-number {
  color: color-mix(in srgb, var(--khp-section-text) 52%, transparent);
  background: rgba(255, 255, 255, .72);
}

.khp-choice-visual,
.khp-choice-image {
  grid-row: 1 / 3;
  width: 82px;
  height: 112px;
  align-self: center;
  margin-right: 22px;
  border-radius: 18px;
}

.khp-choice-image {
  object-fit: contain;
  background: rgba(255, 255, 255, .7);
}

.khp-choice-visual {
  position: relative;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, .82);
  border: 1px solid rgba(255, 255, 255, .92);
  box-shadow: 0 12px 26px rgba(54, 34, 91, .1);
}

.khp-choice-visual i {
  position: absolute;
  display: block;
  width: 48px;
  height: 13px;
  background: var(--khp-primary);
  border-radius: 999px;
  box-shadow: 0 10px 0 color-mix(in srgb, var(--khp-primary) 65%, #fff), 0 20px 0 color-mix(in srgb, var(--khp-primary) 35%, #fff);
}

.khp-choice-card:nth-child(2) .khp-choice-visual i {
  width: 34px;
  height: 34px;
  background: transparent;
  border: 3px dashed var(--khp-secondary);
  border-radius: 11px;
  box-shadow: 23px 19px 0 -7px color-mix(in srgb, var(--khp-secondary) 48%, #fff);
  transform: rotate(-7deg);
}

.khp-choice-copy {
  align-self: end;
  padding: 25px 0 13px;
}

.khp-choice-copy strong,
.khp-choice-copy small {
  display: block;
}

.khp-choice-copy strong {
  font-family: var(--khp-heading);
  font-size: clamp(23px, 2.5vw, 31px);
  line-height: 1.08;
  letter-spacing: -.025em;
}

.khp-choice-copy small {
  margin-top: 10px;
  color: color-mix(in srgb, var(--khp-section-text) 68%, transparent);
  font-size: 13px;
  line-height: 1.55;
}

.khp-choice-action {
  display: inline-flex;
  align-items: center;
  align-self: end;
  justify-self: start;
  gap: 10px;
  min-height: 40px;
  padding: 9px 15px;
  color: #fff;
  background: var(--khp-primary);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 850;
}

.khp-choice-card:nth-child(2) .khp-choice-action {
  background: var(--khp-secondary);
}

.khp-choice-action i {
  font-style: normal;
  transition: transform .2s ease;
}

.khp-choice-card:hover .khp-choice-action i {
  transform: translateX(3px);
}

.khp-choice-note {
  margin: 18px 0 0;
  color: color-mix(in srgb, var(--khp-section-text) 55%, transparent);
  font-size: 12px;
}

.khp-choice-note strong {
  color: var(--khp-primary);
}

.khp-benefits .khp-title,
.khp-steps .khp-title,
.khp-reviews .khp-title,
.khp-faq .khp-title {
  max-width: 20ch;
  font-size: clamp(32px, 4vw, 50px);
}

.khp-card-grid {
  display: grid;
  grid-template-columns: repeat(var(--khp-section-columns), minmax(0, 1fr));
  gap: 20px;
  margin-top: 42px;
}

.khp-card {
  min-width: 0;
  padding: clamp(22px, 3vw, 32px);
  background: color-mix(in srgb, #fff 92%, var(--khp-section-bg));
  border: 1px solid color-mix(in srgb, var(--khp-section-text) 8%, transparent);
  border-radius: var(--khp-section-radius);
  box-shadow: 0 16px 38px rgba(50, 31, 89, .07);
}

.khp-card-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  margin-bottom: 18px;
  color: var(--khp-primary);
  background: color-mix(in srgb, var(--khp-primary) 10%, #fff);
  border-radius: 16px;
  font-size: 23px;
  font-weight: 900;
}

.khp-step-number {
  color: #fff;
  background: var(--khp-primary);
}

.khp-card-image {
  width: 100%;
  margin-bottom: 20px;
  aspect-ratio: 4 / 3;
  border-radius: calc(var(--khp-section-radius) * .65);
  object-fit: cover;
}

.khp-card h3 {
  margin: 0 0 9px;
  font-size: 20px;
  line-height: 1.25;
}

.khp-card p {
  margin: 0;
  color: color-mix(in srgb, var(--khp-section-text) 68%, transparent);
  font-size: 14px;
}

.khp-card .khp-text-link {
  margin-top: 18px;
}

.khp-stars {
  margin: 0 0 14px;
  color: #efad23;
  letter-spacing: .08em;
}

.khp-mini-list {
  display: grid;
  gap: 12px;
  margin: 28px 0;
}

.khp-mini-list > div {
  display: flex;
  align-items: flex-start;
  gap: 13px;
}

.khp-mini-list > div > span {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  place-items: center;
  background: rgba(255, 255, 255, .75);
  border-radius: 13px;
}

.khp-mini-list p {
  display: grid;
  margin: 0;
  color: color-mix(in srgb, var(--khp-section-text) 70%, transparent);
  font-size: 14px;
}

.khp-mini-list strong {
  color: var(--khp-section-text);
  font-size: 15px;
}

.khp-narrow {
  max-width: 880px;
}

.khp-faq-list {
  display: grid;
  gap: 12px;
  margin-top: 38px;
}

.khp-faq-list details {
  overflow: hidden;
  background: color-mix(in srgb, #fff 92%, var(--khp-section-bg));
  border: 1px solid color-mix(in srgb, var(--khp-section-text) 10%, transparent);
  border-radius: 17px;
}

.khp-faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 19px 22px;
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}

.khp-faq-list summary::-webkit-details-marker {
  display: none;
}

.khp-faq-list summary span {
  color: var(--khp-primary);
  font-size: 20px;
  transition: transform .2s ease;
}

.khp-faq-list details[open] summary span {
  transform: rotate(45deg);
}

.khp-faq-list details p {
  margin: 0;
  padding: 0 22px 21px;
  color: color-mix(in srgb, var(--khp-section-text) 70%, transparent);
  font-size: 14px;
}

.khp-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.khp-cta .khp-title {
  max-width: 17ch;
  font-size: clamp(34px, 4vw, 52px);
}

.khp-cta .khp-title span {
  color: #fff;
}

.khp-cta .khp-eyebrow {
  color: #fff;
  background: rgba(255, 255, 255, .14);
}

.khp-cta .khp-subtitle {
  color: rgba(255, 255, 255, .78);
}

.khp-footer,
.ks-site-footer {
  margin-top: var(--khp-gap);
}

/* This compact footer is the visual source of truth for the homepage, cart,
   checkout and order pages. The active WordPress theme also styles bare
   footer/nav elements, so every structural rule is scoped to Klebstar. */
#klebstar-homepage > footer.ks-site-footer,
#klebstar-store-footer-root > footer.ks-site-footer {
  display: block !important;
  position: relative !important;
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
  overflow: visible !important;
  margin: var(--khp-gap) 0 0 !important;
  padding: var(--khp-section-pt) 0 var(--khp-section-pb) !important;
  color: var(--khp-section-text) !important;
  background: var(--khp-section-bg) !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-family: var(--khp-body) !important;
  font-size: 16px !important;
  line-height: 1.58 !important;
  text-align: left !important;
}

.ks-site-footer .khp-container {
  width: min(calc(100% - 40px), var(--khp-width)) !important;
  max-width: var(--khp-width) !important;
  margin-inline: auto !important;
  padding-inline: 0 !important;
}

.ks-site-footer a {
  color: inherit !important;
  text-decoration: none !important;
}

.ks-site-footer .ks-site-footer-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: start !important;
  gap: 40px !important;
  text-align: left !important;
}

.ks-site-footer .ks-site-footer-grid > div {
  display: block !important;
  min-width: 0 !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
}

.ks-site-footer .ks-site-footer-brand {
  display: block !important;
  margin: 0 0 12px !important;
  padding: 0 !important;
  color: var(--khp-section-text) !important;
  font-family: var(--khp-heading) !important;
  font-size: 25px !important;
  font-weight: 900 !important;
  line-height: 1.25 !important;
  text-align: left !important;
}

.ks-site-footer p {
  margin: 0 !important;
  padding: 0 !important;
  color: color-mix(in srgb, var(--khp-section-text) 72%, transparent) !important;
  font-size: 13px !important;
  line-height: 1.62 !important;
}

.ks-site-footer .ks-site-footer-address {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  white-space: pre-line !important;
  text-align: left !important;
}

.ks-site-footer .ks-site-footer-contact {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 6px 10px !important;
  margin-top: 12px !important;
  width: 100% !important;
  max-width: none !important;
  text-align: left !important;
}

.ks-site-footer .ks-site-footer-contact a {
  color: inherit !important;
  font: inherit !important;
  white-space: nowrap !important;
}

.ks-site-footer a:hover,
.ks-site-footer a:focus-visible {
  color: var(--khp-section-text) !important;
  text-decoration: underline !important;
}

.ks-site-footer .ks-site-footer-links {
  display: flex !important;
  flex-wrap: wrap !important;
  align-content: flex-start !important;
  justify-content: flex-end !important;
  gap: 14px 24px !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--khp-section-text) !important;
  background: transparent !important;
  border: 0 !important;
  font-family: var(--khp-body) !important;
  font-size: 13px !important;
  font-weight: 750 !important;
  line-height: 1.4 !important;
  text-align: right !important;
}

.ks-site-footer .ks-site-footer-links a {
  display: inline !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  color: inherit !important;
  background: transparent !important;
  border: 0 !important;
  font: inherit !important;
  white-space: nowrap !important;
}

.ks-site-footer .ks-site-footer-note {
  margin-top: 30px !important;
  padding-top: 20px !important;
  color: color-mix(in srgb, var(--khp-section-text) 60%, transparent) !important;
  border-top: 1px solid color-mix(in srgb, var(--khp-section-text) 14%, transparent) !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  text-align: left !important;
}

@media (max-width: 900px) {
  .khp-header-inner {
    grid-template-columns: 1fr auto;
  }

  .khp-nav {
    display: none;
  }

  .khp-split,
  .khp-layout-image-left .khp-split {
    grid-template-columns: 1fr;
  }

  .khp-layout-image-left .khp-copy,
  .khp-layout-image-left .khp-media {
    order: initial;
  }

  .khp-media {
    width: min(100%, 680px);
    margin-inline: auto;
  }

  .khp-card-grid {
    grid-template-columns: repeat(min(2, var(--khp-section-columns)), minmax(0, 1fr));
  }

  .khp-choice-card {
    grid-template-columns: 82px minmax(0, 1fr);
  }

  .khp-choice-visual,
  .khp-choice-image {
    width: 66px;
  }

  .khp-cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 760px) {
  .khp-choice-grid {
    grid-template-columns: 1fr;
    max-width: 560px;
  }
}

@media (max-width: 600px) {
  .admin-bar .khp-sticky-header .khp-header {
    top: 46px;
  }

  .khp-container {
    width: min(calc(100% - 28px), var(--khp-width));
  }

  .khp-announcement-inner {
    align-items: center;
    flex-direction: row;
    justify-content: center;
    gap: 2px;
    padding-block: 4px;
    text-align: center;
  }

  .khp-announcement {
    font-size: 10.5px;
    letter-spacing: .015em;
  }

  .khp-header-button {
    min-height: 42px;
    padding: 10px 15px;
    font-size: 12px;
  }

  .khp-brand {
    font-size: 22px;
  }

  .khp-brand-star {
    width: 27px;
    height: 27px;
  }

  .khp-title {
    font-size: clamp(36px, 12vw, 52px);
  }

  .khp-hero .khp-title {
    max-width: 11ch;
    font-size: clamp(39px, 12.5vw, 52px);
  }

  .khp-hero .khp-subtitle {
    margin-top: 17px;
    font-size: 18px;
  }

  .khp-hero .khp-body-copy {
    margin-top: 15px;
    font-size: 14px;
  }

  .khp-ease-flow {
    gap: 6px;
    margin-top: 21px;
    font-size: 12px;
  }

  .khp-ease-flow li {
    gap: 5px;
  }

  .khp-ease-flow li:not(:last-child)::after {
    margin-left: 1px;
  }

  .khp-ease-flow b {
    width: 22px;
    height: 22px;
    font-size: 10px;
  }

  .khp-card-grid {
    grid-template-columns: 1fr;
  }

  .khp-choice-grid {
    grid-template-columns: 1fr;
    margin-top: 28px;
  }

  .khp-choice-card {
    grid-template-columns: 66px minmax(0, 1fr);
    min-height: 210px;
    padding: 22px;
  }

  .khp-choice-visual,
  .khp-choice-image {
    width: 54px;
    height: 92px;
    margin-right: 12px;
  }

  .khp-actions,
  .khp-actions .khp-button,
  .khp-cta .khp-button {
    width: 100%;
  }

  .khp-microtrust {
    display: grid;
  }

  .ks-site-footer .ks-site-footer-grid {
    grid-template-columns: 1fr !important;
    gap: 26px !important;
  }

  .ks-site-footer .ks-site-footer-links {
    justify-content: flex-start !important;
    text-align: left !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .khp-root *,
  .khp-root *::before,
  .khp-root *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
