/*
 * Kanto installation survey page.
 * Component styles only; colors come from base.css tokens.
 */

.kanto-ksld-main {
  padding-block: 0;
  background: var(--k-survey-page-bg);
}

.kanto-ksld {
  min-height: 70svh;
  background: var(--k-survey-page-bg);
}

.kanto-ksld [hidden] {
  display: none !important;
}

.kanto-ksld-hero {
  border-bottom: 0.0625rem solid var(--k-survey-hero-border);
  background: var(--k-grad-survey-hero);
}

.kanto-ksld-hero__inner {
  display: grid;
  gap: 1.5rem;
  padding-block: 1.25rem 1.375rem;
}

.kanto-ksld-hero__copy {
  min-width: 0;
}

.kanto-ksld-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  width: fit-content;
  border-radius: 999rem;
  background: var(--k-surface);
  box-shadow: 0 0.25rem 0.875rem -0.375rem rgb(var(--k-brand-pink-rgb) / 40%);
  color: var(--k-accent-strong);
  padding: 0.375rem 0.6875rem;
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1.25;
}

.kanto-ksld-badge span {
  width: 0.375rem;
  aspect-ratio: 1;
  border-radius: 999rem;
  background: currentColor;
}

.kanto-ksld-hero h1 {
  margin-block-start: 0.75rem;
  color: var(--k-ink);
  font-size: 1.625rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.15;
}

.kanto-ksld-hero__intro {
  max-width: 34rem;
  margin-block-start: 0.625rem;
  color: var(--k-survey-copy);
  font-size: 0.875rem;
  line-height: 1.55;
}

.kanto-ksld-coverage {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
  width: fit-content;
  margin-block-start: 0.75rem;
  border: 0.0625rem solid var(--k-survey-soft-yellow-border);
  border-radius: 0.75rem;
  background: var(--k-survey-soft-yellow);
  color: var(--k-muted);
  padding: 0.5625rem 0.75rem;
  font-size: 0.8125rem;
  line-height: 1.45;
}

.kanto-ksld-coverage strong {
  color: var(--k-ink);
}

.kanto-ksld-stats,
.kanto-ksld-process {
  display: none;
}

.kanto-ksld__layout {
  display: grid;
  gap: 1.25rem;
  padding-block: 1.25rem 2rem;
}

.kanto-ksld-form-card,
.kanto-ksld-sidebar > section {
  border: 0.0625rem solid var(--k-survey-card-border);
  border-radius: 1.125rem;
  background: var(--k-surface);
  box-shadow: 0 1rem 2.75rem -2.125rem rgb(var(--k-ink-rgb) / 40%);
}

.kanto-ksld-form-card {
  overflow: hidden;
}

.kanto-ksld-form {
  display: block;
}

.kanto-ksld-honeypot {
  position: absolute;
  inset-inline-start: -999rem;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.kanto-ksld-alert {
  margin: 1rem 1.125rem 0;
  border: 0.0625rem solid var(--k-survey-danger-border);
  border-radius: 0.75rem;
  background: var(--k-survey-soft-yellow-2);
  color: var(--k-survey-danger);
  padding: 0.875rem 1rem;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.45;
}

.kanto-ksld-section {
  min-inline-size: 0;
  margin: 0;
  border: 0;
  padding: 1.375rem 1.125rem 0;
}

.kanto-ksld-section:first-of-type {
  margin-block-start: 0.875rem;
  padding-block-start: 1.75rem;
}

.kanto-ksld-section + .kanto-ksld-section {
  border-top: 0.0625rem solid var(--k-border-faint);
  margin-block-start: 1.25rem;
}

.kanto-ksld-section legend {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  width: 100%;
  color: var(--k-ink);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.25;
}

.kanto-ksld-section legend > span {
  display: inline-grid;
  width: 1.5rem;
  aspect-ratio: 1;
  flex: none;
  place-items: center;
  border-radius: 0.4375rem;
  background: var(--k-ink);
  color: var(--k-brand-yellow);
  font-size: 0.8125rem;
  font-weight: 800;
}

.kanto-ksld-section legend em {
  margin-inline-start: auto;
  color: var(--k-accent-text);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 800;
  white-space: nowrap;
}

.kanto-ksld-section legend small {
  color: var(--k-muted);
  font-size: 0.8125rem;
  font-weight: 500;
}

.kanto-ksld-section__hint {
  margin-block: 0.375rem 0.875rem;
  padding-inline-start: 2.125rem;
  color: var(--k-survey-copy);
  font-size: 0.75rem;
  line-height: 1.45;
}

.kanto-ksld-fields {
  display: grid;
  gap: 0.75rem;
}

.kanto-ksld-field {
  display: grid;
  gap: 0.375rem;
  margin: 0;
}

.kanto-ksld-field label {
  color: var(--k-survey-label);
  font-size: 0.78125rem;
  font-weight: 700;
  line-height: 1.3;
}

.kanto-ksld-field label span {
  color: var(--k-accent-text);
}

.kanto-ksld-field input,
.kanto-ksld-field select,
.kanto-ksld-field textarea {
  width: 100%;
  min-height: 3rem;
  border: 0.0625rem solid var(--k-survey-input-border);
  border-radius: 0.6875rem;
  background: var(--k-surface);
  color: var(--k-ink);
  padding: 0.75rem 0.875rem;
  font-size: 1rem;
  line-height: 1.4;
}

.kanto-ksld-field textarea {
  resize: vertical;
}

.kanto-ksld-field input::placeholder,
.kanto-ksld-field textarea::placeholder,
.kanto-ksld-search input::placeholder,
.kanto-ksld-custom input::placeholder {
  color: var(--k-muted);
}

.kanto-ksld-field :where(input, select, textarea):focus-visible,
.kanto-ksld-search:focus-within,
.kanto-ksld-custom:focus-within {
  border-color: var(--k-ink);
  outline: 0.125rem solid var(--k-zalo-blue);
  outline-offset: 0.125rem;
}

.kanto-ksld-search {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 0.625rem;
  border: 0.0625rem solid var(--k-survey-input-border);
  border-radius: 0.75rem;
  background: var(--k-surface-2);
  padding: 0.625rem 0.75rem;
}

.kanto-ksld-search svg {
  flex: none;
  fill: none;
  stroke: var(--k-muted-2);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.kanto-ksld-search input {
  min-width: 0;
  min-height: 2.75rem;
  border: 0;
  background: transparent;
  color: var(--k-ink);
  font-size: 1rem;
}

.kanto-ksld-search input:focus {
  outline: 0;
}

.kanto-ksld-search button {
  grid-column: 1 / -1;
  min-height: 2.25rem;
  border: 0;
  border-radius: 0.5625rem;
  background: var(--k-border-warm);
  color: var(--k-muted);
  padding-inline: 0.75rem;
  font-size: 0.75rem;
  font-weight: 800;
}

.kanto-ksld-results {
  max-height: 16rem;
  overflow-y: auto;
  overscroll-behavior: contain;
  margin-block-start: 0.625rem;
  border: 0.0625rem solid var(--k-survey-card-border);
  border-radius: 0.75rem;
  background: var(--k-surface);
  scrollbar-color: var(--k-card-border) var(--k-surface);
}

.kanto-ksld-result,
.kanto-ksld-device {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
}

.kanto-ksld-result {
  padding: 0.625rem 0.75rem;
}

.kanto-ksld-result:not(:last-child) {
  border-bottom: 0.0625rem solid var(--k-border-faint);
}

.kanto-ksld-result__thumb,
.kanto-ksld-device__thumb {
  flex: none;
  aspect-ratio: 1;
  object-fit: cover;
  border: 0.0625rem solid var(--k-survey-thumb-border);
  background: repeating-linear-gradient(45deg,var(--k-survey-thumb-bg-1),var(--k-survey-thumb-bg-1) 0.3125rem,var(--k-survey-thumb-bg-2) 0.3125rem,var(--k-survey-thumb-bg-2) 0.625rem);
  color: var(--k-accent-text);
  display: grid;
  place-items: center;
  text-align: center;
  font-size: 0.5rem;
  font-weight: 800;
  line-height: 1.1;
}

.kanto-ksld-result__thumb {
  width: 2.625rem;
  border-radius: 0.5625rem;
}

.kanto-ksld-device__thumb {
  width: 2.875rem;
  border-radius: 0.625rem;
}

.kanto-ksld-result div,
.kanto-ksld-device div {
  min-width: 0;
  flex: 1;
}

.kanto-ksld-result strong,
.kanto-ksld-device strong {
  display: block;
  overflow-wrap: break-word;
  color: var(--k-ink);
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.3;
}

.kanto-ksld-result span,
.kanto-ksld-device span {
  display: block;
  margin-block-start: 0.125rem;
  color: var(--k-muted-2);
  font-size: 0.71875rem;
  line-height: 1.35;
}

.kanto-ksld-result button {
  flex: none;
  min-height: 2.25rem;
  border: 0;
  border-radius: 0.5625rem;
  background: var(--k-ink);
  color: var(--k-surface);
  padding-inline: 0.875rem;
  font-size: 0.75rem;
  font-weight: 800;
}

.kanto-ksld-result.is-added button {
  background: transparent;
  color: var(--k-survey-success);
  padding-inline: 0;
  pointer-events: none;
}

.kanto-ksld-results__empty,
.kanto-ksld-noscript,
.kanto-ksld-selected__empty {
  color: var(--k-muted);
  font-size: 0.8125rem;
  line-height: 1.5;
  text-align: center;
}

.kanto-ksld-results__empty {
  padding: 1.375rem 1rem;
}

.kanto-ksld-noscript {
  margin-block-start: 0.625rem;
  border: 0.0625rem dashed var(--k-card-border);
  border-radius: 0.75rem;
  padding: 0.875rem;
}

.kanto-ksld-custom {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: stretch;
  gap: 0.5rem;
  margin-block-start: 0.625rem;
  border: 0.09375rem dashed var(--k-survey-soft-yellow-border-2);
  border-radius: 0.75rem;
  background: var(--k-survey-soft-yellow-2);
  padding: 0.625rem;
}

.kanto-ksld-custom label {
  display: none;
}

.kanto-ksld-custom input {
  min-width: 0;
  min-height: 2.75rem;
  border: 0;
  border-radius: 0.625rem;
  background: transparent;
  color: var(--k-ink);
  font-size: 1rem;
  padding-inline: 0.25rem;
}

.kanto-ksld-custom input:focus {
  outline: 0;
}

.kanto-ksld-custom button {
  min-height: 2.5rem;
  border: 0;
  border-radius: 0.5625rem;
  background: var(--k-brand-yellow);
  color: var(--k-ink);
  padding-inline: 0.75rem;
  font-size: 0.75rem;
  font-weight: 800;
}

.kanto-ksld-selected {
  margin-block-start: 1rem;
  border: 0.125rem solid var(--k-brand-yellow);
  border-radius: 1rem;
  background: var(--k-survey-soft-yellow-2);
  box-shadow: 0 1rem 2rem -1.75rem rgb(var(--k-brand-pink-rgb) / 40%);
  padding: 0.875rem;
}

.kanto-ksld-selected h2 {
  color: var(--k-ink);
  font-size: 0.9375rem;
  font-weight: 800;
  line-height: 1.3;
}

.kanto-ksld-selected__list {
  display: grid;
  gap: 0.625rem;
  margin-block-start: 0.625rem;
}

.kanto-ksld-device {
  border: 0.0625rem solid var(--k-survey-soft-yellow-border-2);
  border-radius: 0.875rem;
  background: var(--k-surface);
  box-shadow: 0 0.75rem 1.5rem -1.375rem rgb(var(--k-ink-rgb) / 35%);
  padding: 0.75rem;
  animation: kantoKsldPop 260ms ease;
}

.kanto-ksld-device button {
  display: inline-grid;
  width: 2.25rem;
  min-width: 2.25rem;
  min-height: 2.25rem;
  flex: none;
  place-items: center;
  border: 0.0625rem solid var(--k-survey-danger-border);
  border-radius: 0.5625rem;
  background: var(--k-surface);
  color: var(--k-survey-danger);
}

.kanto-ksld-device button svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.kanto-ksld-device button span {
  display: none;
}

.kanto-ksld-selected__empty {
  margin-block-start: 0.625rem;
  border: 0.09375rem dashed var(--k-survey-soft-yellow-border-2);
  border-radius: 0.8125rem;
  background: var(--k-surface);
  padding: 1.25rem;
}

.kanto-ksld-submit {
  margin-block-start: 1.25rem;
  border-top: 0.0625rem solid var(--k-border-faint);
  background: var(--k-survey-soft-yellow-2);
  padding: 1.25rem 1.125rem 1.5rem;
}

.kanto-ksld-submit button,
.kanto-ksld-success__reset {
  display: inline-flex;
  width: 100%;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0.875rem;
  text-align: center;
  text-decoration: none;
  font-weight: 800;
}

.kanto-ksld-submit button {
  background: var(--k-brand-yellow);
  color: var(--k-ink);
  font-size: 0.9375rem;
  animation: kantoKsldPulse 2.6s ease-in-out infinite;
}

.kanto-ksld-submit p {
  margin-block-start: 0.75rem;
  color: var(--k-muted);
  font-size: 0.75rem;
  line-height: 1.5;
  text-align: center;
}

.kanto-ksld-submit strong {
  color: var(--k-survey-label);
}

.kanto-ksld-submit__contact {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
  margin-block-start: 0.875rem;
  border: 0.0625rem solid var(--k-survey-soft-yellow-border);
  border-radius: 0.875rem;
  background: var(--k-surface);
  padding: 0.75rem;
}

.kanto-ksld-submit__contact span {
  grid-column: 1 / -1;
  color: var(--k-survey-label);
  font-size: 0.8125rem;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
}

.kanto-ksld-submit__contact a {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 800;
}

.kanto-ksld-submit__contact a:nth-of-type(1) {
  background: var(--k-ink);
  color: var(--k-surface);
}

.kanto-ksld-submit__contact a:nth-of-type(2) {
  background: var(--k-brand-yellow);
  color: var(--k-ink);
}

.kanto-ksld-submit__contact a:nth-of-type(3) {
  background: var(--k-zalo-blue);
  color: var(--k-surface);
}

.kanto-ksld-submit__contact a:nth-of-type(4) {
  background: var(--k-zalo-blue);
  color: var(--k-surface);
}

.kanto-ksld-form.is-submitting .kanto-ksld-submit button {
  opacity: 0.72;
  pointer-events: none;
}

.kanto-ksld-success {
  display: grid;
  justify-items: center;
  padding: 2.75rem 1.5rem;
  text-align: center;
  animation: kantoKsldPop 400ms ease;
}

.kanto-ksld-success__icon {
  display: grid;
  width: 4rem;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 999rem;
  background: var(--k-survey-success-bg);
  color: var(--k-survey-success);
}

.kanto-ksld-success__icon svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.6;
}

.kanto-ksld-success h2 {
  margin-block-start: 1rem;
  color: var(--k-ink);
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.25;
}

.kanto-ksld-success p {
  max-width: 28rem;
  margin-block-start: 0.625rem;
  color: var(--k-muted);
  font-size: 0.875rem;
  line-height: 1.6;
}

.kanto-ksld-success p + p {
  color: var(--k-muted-2);
  font-size: 0.8125rem;
}

.kanto-ksld-success strong {
  color: var(--k-ink);
}

.kanto-ksld-success__reset {
  width: auto;
  min-height: 2.875rem;
  margin-block-start: 1.25rem;
  border-radius: 999rem;
  background: var(--k-ink);
  color: var(--k-surface);
  padding-inline: 1.5rem;
  font-size: 0.875rem;
}

.kanto-ksld-sidebar {
  display: none;
}

.kanto-ksld-mobile-perks {
  border-top: 0.0625rem solid var(--k-border-faint);
  padding: 1.125rem;
}

.kanto-ksld-mobile-perks h2,
.kanto-ksld-perks h2,
.kanto-ksld-contact h2 {
  color: var(--k-ink);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.3;
}

.kanto-ksld-mobile-perks ul,
.kanto-ksld-perks ul {
  display: grid;
  gap: 0.625rem;
  margin-block-start: 0.75rem;
}

.kanto-ksld-mobile-perks li,
.kanto-ksld-perks li {
  display: flex;
  gap: 0.5625rem;
  color: var(--k-survey-label);
  font-size: 0.8125rem;
  line-height: 1.5;
}

.kanto-ksld-mobile-perks li::before,
.kanto-ksld-perks li::before {
  content: "";
  width: 0.875rem;
  height: 0.875rem;
  flex: none;
  margin-block-start: 0.1875rem;
  border-radius: 999rem;
  background: var(--k-survey-success);
}

@keyframes kantoKsldPulse {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.04);
  }
}

@keyframes kantoKsldPop {
  from {
    opacity: 0;
    transform: translateY(0.5rem);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .kanto-ksld-submit button,
  .kanto-ksld-device,
  .kanto-ksld-success {
    animation: none;
  }
}

@media (min-width: 56.25rem) {
  .kanto-ksld {
    padding-block-end: 0;
  }

  .kanto-ksld-hero__inner {
    grid-template-columns: minmax(0, 1fr) 18.75rem;
    align-items: center;
    gap: 3rem;
    padding-block: 2.875rem 2.75rem;
  }

  .kanto-ksld-badge {
    gap: 0.4375rem;
    padding: 0.4375rem 0.8125rem;
    font-size: 0.78125rem;
  }

  .kanto-ksld-badge span {
    width: 0.4375rem;
  }

  .kanto-ksld-hero h1 {
    margin-block-start: 1rem;
    font-size: 2.375rem;
    line-height: 1.12;
  }

  .kanto-ksld-hero__intro {
    margin-block-start: 0.875rem;
    font-size: 0.9375rem;
    line-height: 1.6;
  }

  .kanto-ksld-coverage {
    margin-block-start: 1.125rem;
    padding: 0.5625rem 0.875rem;
    font-size: 0.8125rem;
  }

  .kanto-ksld-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 1.875rem;
    margin-block-start: 1.375rem;
  }

  .kanto-ksld-stats strong,
  .kanto-ksld-stats span {
    display: block;
  }

  .kanto-ksld-stats strong {
    color: var(--k-brand-pink);
    font-size: 1.375rem;
    font-weight: 800;
    line-height: 1.25;
  }

  .kanto-ksld-stats span {
    color: var(--k-muted-3);
    font-size: 0.75rem;
    line-height: 1.35;
  }

  .kanto-ksld-process {
    display: block;
    border: 0.0625rem solid var(--k-survey-card-border);
    border-radius: 1.125rem;
    background: var(--k-surface);
    box-shadow: 0 1.25rem 3.125rem -1.875rem rgb(var(--k-ink-rgb) / 40%);
    padding: 1.375rem;
  }

  .kanto-ksld-process h2 {
    color: var(--k-brand-pink);
    font-size: 0.8125rem;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.25;
  }

  .kanto-ksld-process ol {
    display: grid;
    gap: 0.875rem;
    margin-block-start: 1rem;
  }

  .kanto-ksld-process li {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
  }

  .kanto-ksld-process li > span {
    display: inline-grid;
    width: 1.625rem;
    aspect-ratio: 1;
    flex: none;
    place-items: center;
    border-radius: 999rem;
    background: var(--k-brand-yellow);
    color: var(--k-ink);
    font-size: 0.8125rem;
    font-weight: 800;
  }

  .kanto-ksld-process strong {
    display: block;
    color: var(--k-ink);
    font-size: 0.84375rem;
    font-weight: 800;
    line-height: 1.3;
  }

  .kanto-ksld-process p {
    margin-block-start: 0.125rem;
    color: var(--k-muted-3);
    font-size: 0.75rem;
    line-height: 1.45;
  }

  .kanto-ksld__layout {
    grid-template-columns: minmax(0, 1fr) 21.25rem;
    align-items: start;
    gap: 1.75rem;
    padding-block: 2.25rem 3.5rem;
  }

  .kanto-ksld-form-card {
    border-radius: 1.25rem;
  }

  .kanto-ksld-alert {
    margin-inline: 2rem;
  }

  .kanto-ksld-section {
    padding: 1.625rem 2rem 0;
  }

  .kanto-ksld-section:first-of-type {
    margin-block-start: 1rem;
    padding-block-start: 2rem;
  }

  .kanto-ksld-section + .kanto-ksld-section {
    margin-block-start: 1.5rem;
  }

  .kanto-ksld-section legend {
    font-size: 1.1875rem;
  }

  .kanto-ksld-section legend > span {
    width: 1.625rem;
    border-radius: 0.5rem;
    font-size: 0.875rem;
  }

  .kanto-ksld-fields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.875rem;
  }

  .kanto-ksld-field--wide {
    grid-column: 1 / -1;
  }

  .kanto-ksld-field input,
  .kanto-ksld-field select,
  .kanto-ksld-field textarea,
  .kanto-ksld-search input,
  .kanto-ksld-custom input {
    min-height: 2.875rem;
    font-size: 0.875rem;
  }

  .kanto-ksld-custom label {
    display: block;
    flex: none;
    color: var(--k-muted);
    font-size: 0.78125rem;
    font-weight: 800;
    white-space: nowrap;
  }

  .kanto-ksld-search {
    display: flex;
    padding: 0.25rem 0.25rem 0.25rem 0.875rem;
  }

  .kanto-ksld-search input {
    flex: 1;
  }

  .kanto-ksld-search button {
    grid-column: auto;
    flex: none;
  }

  .kanto-ksld-custom {
    display: flex;
    align-items: center;
    padding: 0.25rem 0.25rem 0.25rem 0.75rem;
  }

  .kanto-ksld-custom input {
    flex: 1;
    padding-inline: 0;
  }

  .kanto-ksld-custom button {
    flex: none;
  }

  .kanto-ksld-device__thumb {
    width: 3.25rem;
  }

  .kanto-ksld-selected {
    padding: 1rem;
  }

  .kanto-ksld-device button {
    display: inline-flex;
    width: auto;
    gap: 0.3125rem;
    padding-inline: 0.75rem;
    font-size: 0.75rem;
    font-weight: 800;
  }

  .kanto-ksld-device button span {
    display: inline;
    margin: 0;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
  }

  .kanto-ksld-submit {
    padding: 1.5rem 2rem 1.875rem;
  }

  .kanto-ksld-submit button {
    min-height: 3.25rem;
    font-size: 1rem;
  }

  .kanto-ksld-submit__contact {
    display: none;
  }

  .kanto-ksld-success {
    padding: 3.5rem 2.5rem;
  }

  .kanto-ksld-success__icon {
    width: 4.5rem;
  }

  .kanto-ksld-success h2 {
    font-size: 1.5rem;
  }

  .kanto-ksld-mobile-perks {
    display: none;
  }

  .kanto-ksld-sidebar {
    position: sticky;
    top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .kanto-ksld-sidebar > section {
    box-shadow: none;
    padding: 1.375rem;
  }

  .kanto-ksld-contact {
    border-color: var(--k-ink) !important;
    background: var(--k-ink) !important;
    color: var(--k-surface);
  }

  .kanto-ksld-contact h2 {
    color: var(--k-surface);
  }

  .kanto-ksld-contact p {
    margin-block-start: 0.25rem;
    color: var(--k-card-border);
    font-size: 0.78125rem;
    line-height: 1.5;
  }

  .kanto-ksld-contact a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    min-height: 3.125rem;
    margin-block-start: 0.625rem;
    border-radius: 0.75rem;
    padding: 0.75rem 0.9375rem;
    text-decoration: none;
  }

  .kanto-ksld-contact a span,
  .kanto-ksld-contact a strong {
    display: block;
    line-height: 1.25;
  }

  .kanto-ksld-contact a span {
    font-size: 0.75rem;
    font-weight: 700;
  }

  .kanto-ksld-contact a strong {
    font-size: 0.875rem;
    font-weight: 800;
  }

  .kanto-ksld-contact__south {
    background: var(--k-brand-yellow);
    color: var(--k-ink);
  }

  .kanto-ksld-contact__north {
    background: rgb(var(--k-surface-rgb) / 8%);
    color: var(--k-surface);
  }

  .kanto-ksld-contact__zalo {
    justify-content: center !important;
    background: var(--k-zalo-blue);
    color: var(--k-surface);
    font-weight: 800;
  }

  .kanto-ksld-trust {
    background: var(--k-survey-soft-yellow) !important;
    border-color: var(--k-survey-soft-yellow-border) !important;
  }

  .kanto-ksld-trust p {
    color: var(--k-survey-label);
    font-size: 0.8125rem;
    line-height: 1.55;
  }

  .kanto-ksld-trust strong {
    color: var(--k-ink);
  }
}

@media (pointer: coarse) {
  .kanto-ksld-result button,
  .kanto-ksld-device button,
  .kanto-ksld-search button,
  .kanto-ksld-custom button {
    min-height: 2.75rem;
  }
}
