/* index — home */
.xmqk-splash {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - var(--xmqk-hdr));
  min-height: calc(100dvh - var(--xmqk-hdr));
  padding: 160px 300px;
  background: linear-gradient(180deg, #fffbfe 0%, #ffffff 100%);
}

.xmqk-splashIn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  width: 100%;
  max-width: 1320px;
}

.xmqk-splashTxt {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}

.xmqk-splashH {
  margin: 0;
  max-width: 884px;
  font-family: "Stack Sans Headline", sans-serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 60px;
  letter-spacing: -0.02em;
  color: var(--xmqk-plum);
}

.xmqk-splashSub {
  margin: 0;
  max-width: 822px;
  font-size: 26px;
  line-height: 32.5px;
  color: var(--xmqk-plum);
}

.xmqk-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 698px;
  max-width: 100%;
  padding: 48px;
  background: var(--xmqk-teal);
  color: var(--xmqk-soft);
  border: 1px solid var(--xmqk-soft);
  border-radius: var(--xmqk-pill);
  box-shadow: var(--xmqk-shadow-cta);
  font-weight: 700;
  font-size: 45px;
  letter-spacing: -0.02em;
}

.xmqk-cta:hover:not(:disabled) {
  background: rgba(217, 182, 206, 1);
  color: var(--xmqk-plum);
}

.xmqk-cta img {
  width: 48px;
  height: 48px;
}

.xmqk-cta:hover:not(:disabled) img {
  filter: brightness(0) invert(12%) sepia(30%) saturate(1200%) hue-rotate(295deg);
}

.xmqk-cta:disabled,
.xmqk-inst:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.xmqk-consent {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
  max-width: 1042px;
}

.xmqk-consentLine {
  margin: 0;
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.03em;
  text-align: center;
  color: rgba(119, 32, 74, 0.8);
}

.xmqk-consentLine a {
  color: inherit;
  text-decoration: underline;
}

.xmqk-consentRow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  user-select: none;
}

.xmqk-consentBox {
  display: inline-flex;
  flex-shrink: 0;
  line-height: 0;
  cursor: pointer;
}

.xmqk-consentInput {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  pointer-events: none;
}

.xmqk-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(119, 32, 74, 0.8);
  border-radius: 3.5px;
  background: var(--xmqk-soft);
  flex-shrink: 0;
  box-sizing: border-box;
}

.xmqk-check img {
  opacity: 0;
  transition: opacity 0.15s ease;
}

.xmqk-consentInput:checked + .xmqk-check {
  border-width: 0.9px;
}

.xmqk-consentInput:checked + .xmqk-check img {
  opacity: 1;
}

.xmqk-consentInput:focus-visible + .xmqk-check {
  outline: 2px solid var(--xmqk-mag);
  outline-offset: 2px;
}

.xmqk-feats {
  padding: 120px 320px;
  background: var(--xmqk-white);
}

.xmqk-featsIn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
  max-width: 1280px;
  margin: 0 auto;
}

.xmqk-card {
  display: flex;
  flex-direction: column;
  gap: 36px;
  flex: 1 1 340px;
  max-width: 380px;
  min-height: 380px;
  padding: 73px 33px;
  background: var(--xmqk-white);
  border: 1px solid var(--xmqk-mag);
  border-radius: var(--xmqk-r2);
  box-shadow: var(--xmqk-shadow-card);
}

.xmqk-cardIco {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: var(--xmqk-mag);
  border-radius: var(--xmqk-r1);
}

.xmqk-cardIco img {
  width: 28px;
  height: 28px;
}

.xmqk-cardT {
  margin: 0 0 8px;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.025em;
  color: var(--xmqk-plum);
}

.xmqk-cardP {
  margin: 0;
  font-size: 14px;
  line-height: 26px;
  color: var(--xmqk-muted);
}

.xmqk-how {
  padding: 120px 320px;
  background: var(--xmqk-soft);
}

.xmqk-howIn {
  position: relative;
  width: 1200px;
  max-width: 100%;
  min-height: 700px;
  margin: 0 auto;
}

.xmqk-howTxt {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 500px;
  max-width: 100%;
}

.xmqk-howH {
  margin: 0;
  max-width: 446px;
  font-family: "Stack Sans Headline", sans-serif;
  font-weight: 400;
  font-size: 64px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--xmqk-plum);
}

.xmqk-howP {
  margin: 0;
  max-width: 446px;
  font-size: 20px;
  line-height: 1.5;
  color: var(--xmqk-edmute);
}

.xmqk-howStage {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.xmqk-ed {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 360px;
  padding: 48px;
  border: 1px solid var(--xmqk-mag);
  border-radius: var(--xmqk-r3);
  box-shadow: var(--xmqk-shadow-soft);
  pointer-events: auto;
}

.xmqk-eda {
  left: 570px;
  top: -56px;
  background: rgba(66, 23, 44, 0.09);
}

.xmqk-edb {
  left: 860px;
  top: 160px;
  background: var(--xmqk-soft);
}

.xmqk-edc {
  left: 500px;
  top: 330px;
  background: var(--xmqk-softplum);
}

.xmqk-edTop {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.xmqk-edNum {
  font-family: "Stack Sans Headline", sans-serif;
  font-size: 80px;
  line-height: 1;
  color: var(--xmqk-plum);
  opacity: 0.2;
}

.xmqk-edTop img {
  width: 64px;
  height: 64px;
}

.xmqk-edT {
  margin: 0 0 16px;
  font-weight: 600;
  font-size: 32px;
  color: var(--xmqk-plum);
}

.xmqk-edP {
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
  color: var(--xmqk-edmute);
}

.xmqk-faqsec {
  padding: 120px;
  background: var(--xmqk-white);
}

.xmqk-faqIn {
  display: flex;
  flex-direction: column;
  gap: 56px;
  max-width: 1760px;
  margin: 0 auto;
}

.xmqk-faqH {
  margin: 0;
  font-family: "Stack Sans Headline", sans-serif;
  font-weight: 600;
  font-size: 56px;
  letter-spacing: -0.02em;
  text-align: center;
  color: var(--xmqk-ink);
}

.xmqk-faqList {
  display: flex;
  flex-direction: column;
}

.xmqk-faqMore {
  margin: 0;
  text-align: right;
  font-size: 16px;
  letter-spacing: -0.03em;
  color: var(--xmqk-ink);
}

.xmqk-faqMore a {
  font-weight: 500;
  text-decoration: underline;
}

@media (max-width: 1400px) {
  .xmqk-splash {
    padding: 72px 64px;
  }

  .xmqk-splashIn {
    gap: 32px;
  }

  .xmqk-splashTxt {
    gap: 16px;
  }

  .xmqk-splashH {
    font-size: 48px;
    line-height: 1.08;
  }

  .xmqk-splashSub {
    font-size: 20px;
    line-height: 1.3;
  }

  .xmqk-feats,
  .xmqk-how {
    padding: 80px 64px;
  }

  .xmqk-howStage {
    position: static;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 48px;
    pointer-events: auto;
  }

  .xmqk-ed {
    position: static;
  }

  .xmqk-howIn {
    min-height: 0;
  }

  .xmqk-faqsec {
    padding: 80px 64px;
  }

  .xmqk-faqH {
    font-size: 44px;
  }
}

/* Short laptop viewports (e.g. 1366×768, 150% zoom) */
@media (max-height: 900px) and (min-width: 769px) {
  .xmqk-splash {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .xmqk-splashIn {
    gap: 24px;
  }

  .xmqk-splashTxt {
    gap: 12px;
  }

  .xmqk-splashH {
    font-size: 44px;
    line-height: 1.08;
  }

  .xmqk-splashSub {
    font-size: 18px;
    line-height: 1.3;
  }
}

@media (max-width: 768px) {
  .xmqk-splash {
    padding: 64px 20px;
    min-height: calc(100vh - 72px);
  }

  .xmqk-splashH {
    font-size: 36px;
    line-height: 1.1;
  }

  .xmqk-splashSub {
    font-size: 18px;
    line-height: 1.4;
  }

  .xmqk-cta {
    padding: 24px 32px;
    font-size: 24px;
    gap: 12px;
  }

  .xmqk-cta img {
    width: 28px;
    height: 28px;
  }

  .xmqk-feats,
  .xmqk-how,
  .xmqk-faqsec {
    padding: 64px 20px;
  }

  .xmqk-card {
    min-height: 0;
    padding: 40px 24px;
    flex: 1 1 100%;
    max-width: none;
  }

  .xmqk-howH,
  .xmqk-faqH {
    font-size: 36px;
  }

  .xmqk-ed {
    width: 100%;
  }

  .xmqk-faqMore {
    text-align: left;
  }
}
