/** Shopify CDN: Minification failed

Line 593:0 Expected "}" to go with "{"

**/

/* ======================================================
   SEELENMATCH.CSS — Identity Lab V2
====================================================== */

.sm2-page {
  width: 100%;
  min-height: 80vh;
  padding: 52px 18px 76px;
  background:
    radial-gradient(circle at top left, rgba(255, 105, 164, 0.18), transparent 35%),
    radial-gradient(circle at top right, rgba(255, 225, 238, 0.7), transparent 38%),
    linear-gradient(180deg, #fff7fb 0%, #ffffff 100%);
  color: #24151f;
  font-family: Arial, Helvetica, sans-serif;
}

.sm2-shell {
  max-width: 1060px;
  margin: 0 auto;
}

.sm2-header {
  max-width: 760px;
  margin: 0 auto 30px;
  text-align: center;
}

.sm2-eyebrow,
.sm2-step-label {
  margin-bottom: 12px;
  color: #c43a74;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.sm2-header h1,
.sm2-card h2 {
  margin: 0 0 14px;
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.06;
  letter-spacing: -0.04em;
  font-weight: 500;
}

.sm2-header p,
.sm2-card p {
  margin: 0 auto;
  color: rgba(45, 30, 42, 0.72);
  font-size: 16px;
  line-height: 1.68;
}

.sm2-card {
  max-width: 980px;
  margin: 0 auto;
  padding: 34px;
  border: 1px solid rgba(210, 100, 150, 0.22);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 24px 70px rgba(80, 35, 65, 0.10);
}

.sm2-intro,
.sm2-question,
.sm2-result {
  text-align: center;
}

.sm2-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 30px auto;
}

.sm2-mini-grid div {
  padding: 18px 14px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(210, 100, 150, 0.18);
  box-shadow: 0 10px 28px rgba(80, 35, 65, 0.08);
}

.sm2-mini-grid strong {
  display: block;
  margin-bottom: 8px;
  color: #c43a74;
  font-size: 20px;
}

.sm2-mini-grid span {
  color: rgba(45, 30, 42, 0.72);
  font-size: 14px;
}

.sm2-progress {
  margin-bottom: 28px;
}

.sm2-progress span {
  display: block;
  margin-bottom: 8px;
  color: #c43a74;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
}

.sm2-progress-track {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(210, 100, 150, 0.14);
}

.sm2-progress-bar {
  height: 100%;
  border-radius: 999px;
  background: #d13d7a;
  transition: width .25s ease;
}

.sm2-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.sm2-option {
  min-height: 72px;
  padding: 16px 18px;
  border: 1px solid rgba(210, 100, 150, 0.22);
  border-radius: 20px;
  background: #fff;
  color: #33202d;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 650;
  cursor: pointer;
  text-align: left;
  box-shadow: 0 10px 26px rgba(80, 35, 65, 0.07);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.sm2-option:hover,
.sm2-option.is-selected {
  transform: translateY(-2px);
  border-color: rgba(209, 61, 122, 0.55);
  background: #fff7fb;
  box-shadow: 0 14px 32px rgba(80, 35, 65, 0.12);
}

.sm2-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 30px;
}

.sm2-btn {
  min-height: 46px;
  padding: 13px 22px;
  border-radius: 999px;
  border: 0;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 800;
  cursor: pointer;
  transition: transform .2s ease, opacity .2s ease, box-shadow .2s ease;
}

.sm2-btn:hover:not(:disabled) {
  transform: translateY(-2px);
}

.sm2-btn:disabled {
  opacity: .42;
  cursor: not-allowed;
}

.sm2-btn-primary {
  background: #d13d7a;
  color: #fff;
  box-shadow: 0 14px 30px rgba(209, 61, 122, 0.26);
}

.sm2-btn-secondary {
  background: #fff;
  color: #7d3354;
  border: 1px solid rgba(209, 61, 122, 0.25);
}

.sm2-result-main {
  max-width: 720px;
}

.sm2-identity-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin: 28px auto 34px;
  max-width: 760px;
}

.sm2-identity-box {
  padding: 18px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(210, 100, 150, 0.18);
  box-shadow: 0 10px 28px rgba(80, 35, 65, 0.08);
}

.sm2-identity-box span {
  display: block;
  margin-bottom: 8px;
  color: rgba(45, 30, 42, 0.58);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sm2-identity-box strong {
  color: #24151f;
  font-size: 20px;
}

.sm2-result h3 {
  margin: 12px 0 22px;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: -0.025em;
}

.sm2-rank-grid {
  display: grid;
  grid-template-columns: 1.12fr .94fr .94fr;
  gap: 20px;
  align-items: stretch;
}

.sm2-rank-card {
  padding: 14px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(210, 100, 150, 0.20);
  box-shadow: 0 14px 36px rgba(80, 35, 65, 0.10);
  text-align: center;
}

.sm2-rank-card:first-child {
  border-color: rgba(209, 61, 122, 0.45);
}

.sm2-rank-badge {
  margin-bottom: 12px;
  color: #c43a74;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.sm2-rank-image-wrap {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 18px;
  background: #f6edf2;
}

.sm2-rank-image-wrap img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.sm2-rank-image-wrap.is-soft-locked img {
  filter: blur(11px);
  transform: scale(1.035);
}

.sm2-lock {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
  justify-content: center;
  padding: 18px;
  color: #fff;
  background: rgba(35, 18, 30, 0.25);
  text-shadow: 0 2px 14px rgba(0,0,0,0.35);
}

.sm2-lock strong {
  font-size: 18px;
}

.sm2-lock span {
  font-size: 13px;
}

.sm2-rank-card h4 {
  margin: 14px 0 8px;
  color: #24151f;
  font-size: 18px;
  line-height: 1.2;
}

.sm2-rank-card p {
  color: rgba(45, 30, 42, 0.65);
  font-size: 13px;
  line-height: 1.5;
}

.sm2-result-note {
  max-width: 760px;
  margin: 28px auto 0;
  padding: 18px;
  border-radius: 20px;
  background: #fff7fb;
  border: 1px solid rgba(209, 61, 122, 0.18);
  color: rgba(45, 30, 42, 0.72);
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
}

@media (max-width: 900px) {
  .sm2-page {
    padding: 32px 12px 56px;
  }

  .sm2-card {
    padding: 24px 16px;
    border-radius: 24px;
  }

  .sm2-mini-grid,
  .sm2-options,
  .sm2-identity-grid,
  .sm2-rank-grid {
    grid-template-columns: 1fr;
  }

  .sm2-header h1,
  .sm2-card h2 {
    font-size: 30px;
  }

  .sm2-option {
    text-align: center;
  }
}


/* ======================================================
   QUIZ 2.1 — clearer user profile vs portrait archetypes
====================================================== */

.sm2-input-wrap {
  max-width: 440px;
  margin: 28px auto 0;
}

.sm2-input {
  width: 100%;
  min-height: 54px;
  padding: 14px 18px;
  border: 1px solid rgba(210, 100, 150, 0.28);
  border-radius: 18px;
  background: #fff;
  color: #24151f;
  font-size: 17px;
  line-height: 1.2;
  box-shadow: 0 10px 26px rgba(80, 35, 65, 0.07);
}

.sm2-input:focus {
  outline: none;
  border-color: rgba(209, 61, 122, 0.65);
  box-shadow: 0 12px 34px rgba(209, 61, 122, 0.14);
}

.sm2-user-profile-block {
  max-width: 820px;
  margin: 0 auto 42px;
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(210, 100, 150, 0.18);
}

.sm2-user-profile-block h2 {
  margin-bottom: 24px;
}

.sm2-user-profile-card {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 20px;
  align-items: center;
  padding: 22px;
  border: 1px solid rgba(209, 61, 122, 0.22);
  border-radius: 24px;
  background: linear-gradient(180deg, #fff 0%, #fff7fb 100%);
  box-shadow: 0 14px 36px rgba(80, 35, 65, 0.09);
  text-align: left;
}

.sm2-user-avatar {
  width: 82px;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  background: #d13d7a;
  color: #fff;
  font-size: 34px;
  font-weight: 800;
  box-shadow: 0 16px 34px rgba(209, 61, 122, 0.24);
}

.sm2-user-profile-text span,
.sm2-secondary-line span {
  display: block;
  margin-bottom: 6px;
  color: #c43a74;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.sm2-user-profile-text strong {
  display: block;
  margin-bottom: 8px;
  color: #24151f;
  font-size: 26px;
  line-height: 1.15;
}

.sm2-user-profile-text p,
.sm2-secondary-line p,
.sm2-portrait-intro {
  margin: 0;
  color: rgba(45, 30, 42, 0.68);
  font-size: 15px;
  line-height: 1.6;
}

.sm2-secondary-line {
  margin-top: 18px;
  padding: 18px 20px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(210, 100, 150, 0.16);
  text-align: left;
}

.sm2-secondary-line strong {
  display: block;
  margin-bottom: 6px;
  font-size: 19px;
}

.sm2-portrait-profile-block {
  margin-top: 10px;
}

.sm2-portrait-profile-block h3 {
  margin-top: 0;
}

.sm2-portrait-intro {
  max-width: 720px;
  margin: 0 auto 24px;
  text-align: center;
}

/* stronger lock for Rank 1 */
.sm2-rank-image-wrap.is-soft-locked img {
  filter: blur(22px) brightness(0.78);
  transform: scale(1.16);
}

.sm2-lock {
  background:
    radial-gradient(circle at center, rgba(209, 61, 122, 0.22), transparent 58%),
    rgba(18, 12, 16, 0.56);
  backdrop-filter: blur(3px);
}

.sm2-lock strong {
  font-size: 19px;
}

.sm2-lock span {
  max-width: 190px;
  font-size: 13px;
  line-height: 1.35;
}

@media (max-width: 900px) {
  .sm2-user-profile-card {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .sm2-user-avatar {
    margin: 0 auto;
  }

  .sm2-secondary-line {
    text-align: center;
  }
}
.smg-secondary-link{
  display:inline-block;
  border-radius:999px;
  padding:12px 22px;
  font-size:14px;
  font-weight:700;
  text-decoration:none;
  border:1px solid #d63384;
  background:#fff;
  color:#d63384;
}
.smg-gender-choice {
  text-align: center;
}

.smg-gender-buttons {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}
/* Buttons guided page */

.smg-paid-bonus-box{
  max-width:760px;
  margin:28px auto 0;
  text-align:center;
}

.smg-paid-bonus-title{
  font-size:16px;
  font-weight:800;
  color:#222;
  margin-bottom:14px;
}

.smg-paid-bonus-text{
  font-size:14px;
  line-height:1.7;
  color:#6b4a5a;
  margin-bottom:22px;
}

.smg-bonus-btn,
.smg-bonus-btn:visited,
.smg-bonus-btn:hover,
.smg-bonus-btn:active{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 24px;
  border-radius:999px;
  background:#d63384;
  color:#fff !important;
  font-weight:800;
  font-size:14px;
  line-height:1;
  text-decoration:none !important;
  box-shadow:0 10px 26px rgba(214,51,132,.18);
