/* =========================================================
   Support Page (v5.1.1)
   ========================================================= */

.support-page {
  padding-bottom: var(--s-7);
  background: var(--bg);
}

.support-hero {
  padding: 72px 0 48px;
  border-bottom: 0.5px solid var(--border);
  background: linear-gradient(135deg, var(--bg) 0%, var(--bg-alt) 100%);
}

.support-hero-inner {
  max-width: 760px;
}

.support-hero .eyebrow,
.support-card-head .cat {
  font-family: var(--f-mono);
  font-size: 12px;
  color: var(--accent-deep);
}

.support-hero h1 {
  max-width: 820px;
  margin: 0 0 18px;
  color: var(--text);
  font-size: clamp(32px, 4.2vw, 52px);
  font-weight: 500;
  line-height: 1.22;
  letter-spacing: 0;
}

.support-hero h1 span {
  display: block;
}

.support-lead {
  max-width: 680px;
  margin: 0;
  color: var(--text-mid);
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0;
}

.support-note {
  padding: 24px 0 0;
}

.support-note p {
  max-width: 880px;
  margin: 0;
  padding: 18px 20px;
  border: 0.5px solid var(--border);
  border-radius: 8px;
  background: #fff;
  color: var(--text-mid);
  font-size: 14px;
  line-height: 1.9;
}

.support-grid-section {
  padding: 40px 0 64px;
}

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

.support-card {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  border: 0.5px solid var(--border);
  border-radius: 8px;
  background: #fff;
}

.support-card-thumb {
  overflow: hidden;
  margin: -4px -4px 20px;
  border: 0.5px solid rgba(181, 212, 244, 0.45);
  border-radius: 8px;
  background: var(--bg-alt);
  aspect-ratio: 16 / 9;
}

.support-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.support-card-spread {
  border-color: var(--accent-line);
  background: linear-gradient(135deg, #fff 0%, var(--accent-soft) 100%);
}

.support-card-money {
  border-color: rgba(239, 159, 39, 0.45);
  background: linear-gradient(135deg, #fff 0%, #fffaf2 100%);
}

.support-card-cashback {
  border-color: rgba(55, 138, 221, 0.42);
  background: linear-gradient(135deg, #fff 0%, #f4f9fe 100%);
}

.support-card-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.support-card-head .num {
  color: var(--text-soft);
  font-family: var(--f-mono);
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
}

.support-card-head .cat {
  padding: 4px 9px;
  border-radius: 999px;
  background: var(--accent-soft);
}

.support-card-title {
  margin: 0 0 14px;
  color: var(--text);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0;
}

.support-card-desc {
  margin: 0 0 22px;
  color: var(--text-mid);
  font-size: 14px;
  line-height: 1.95;
  letter-spacing: 0;
}

.support-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: auto;
  padding-top: 6px;
}

.support-btn {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 48px;
  padding: 12px 22px;
  border: 0.5px solid rgba(24, 95, 165, 0.18);
  border-radius: 999px;
  background: #fff;
  color: var(--text);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  box-shadow: 0 3px 0 rgba(24, 95, 165, 0.12), 0 8px 18px rgba(26, 43, 74, 0.06);
  transition: transform var(--duration) var(--ease), box-shadow var(--duration) var(--ease), border-color var(--duration) var(--ease), background var(--duration) var(--ease), color var(--duration) var(--ease);
}

.support-btn:hover {
  transform: translateY(-2px);
  border-color: var(--accent);
  background: var(--bg-alt);
  color: var(--accent-deep);
  box-shadow: 0 5px 0 rgba(24, 95, 165, 0.16), 0 14px 26px rgba(26, 43, 74, 0.1);
}

.support-btn-primary {
  border-color: var(--accent);
  background: linear-gradient(135deg, #378add 0%, #185fa5 100%);
  color: #fff;
  box-shadow: 0 4px 0 #0c447c, 0 12px 24px rgba(24, 95, 165, 0.22);
}

.support-btn-primary:hover {
  border-color: var(--accent-deep);
  background: linear-gradient(135deg, #185fa5 0%, #0c447c 100%);
  color: #fff;
  box-shadow: 0 6px 0 #042c53, 0 16px 30px rgba(24, 95, 165, 0.28);
}

.support-btn .arrow {
  color: var(--text-soft);
  font-family: var(--f-mono);
}

.support-btn-primary .arrow,
.support-btn-primary:hover .arrow {
  color: rgba(255, 255, 255, 0.9);
}

.support-small {
  margin: 18px 0 0;
  padding-top: 14px;
  border-top: 0.5px dashed var(--border);
  color: var(--text-soft);
  font-size: 12px;
  line-height: 1.7;
}

.support-card > .support-actions:last-child,
.note-support-card > .support-actions {
  margin-bottom: 8px;
}

.support-footer-note {
  padding: 40px 0 0;
  border-top: 0.5px solid var(--border);
}

.support-footer-note .container {
  max-width: 680px;
  text-align: center;
}

.support-footer-note p {
  margin: 0;
  color: var(--text-mid);
  font-size: 14px;
  line-height: 2;
}

.note-support-card {
  max-width: 760px;
  min-height: 0;
  margin: 0 auto;
}

.support-step-list {
  display: grid;
  gap: 10px;
  margin: 0 0 24px;
  padding-left: 1.4em;
  list-style: decimal;
  color: var(--text-mid);
  font-size: 15px;
  line-height: 1.9;
}

.note-support-info {
  margin: 22px 0 0;
  padding: 20px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: #ffffff;
}

.note-support-shot {
  margin: 8px 0 24px;
  padding: 12px;
  border: 0.5px solid rgba(181, 212, 244, 0.62);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(26, 43, 74, 0.07);
}

.note-support-shot img {
  display: block;
  width: 100%;
  border-radius: 8px;
}

.note-support-info h3 {
  margin: 0 0 10px;
  color: var(--text-deep);
  font-size: 17px;
  line-height: 1.6;
}

.note-support-info p {
  margin: 0 0 12px;
  color: var(--text-mid);
  font-size: 15px;
  line-height: 1.9;
}

.note-support-info p:last-child {
  margin-bottom: 0;
}

.note-support-info ul {
  display: grid;
  gap: 8px;
  margin: 0 0 14px;
  padding-left: 1.2em;
  color: var(--text-mid);
  font-size: 15px;
  line-height: 1.8;
}

.note-support-info-soft {
  background: linear-gradient(135deg, #f4f9fe 0%, #ffffff 100%);
}

.note-support-info-caution {
  border-color: rgba(239, 159, 39, 0.35);
  background: linear-gradient(135deg, #faeeda 0%, #ffffff 100%);
}

.moneycharger-page {
  background: var(--bg);
  padding-bottom: var(--s-7);
  overflow-x: hidden;
}

.mc-hero {
  padding: 72px 0 48px;
  border-bottom: 0.5px solid var(--border);
  background: linear-gradient(135deg, var(--bg) 0%, var(--bg-alt) 100%);
}

.mc-hero-inner {
  max-width: 820px;
}

.mc-hero .eyebrow {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--accent-deep);
  font-family: var(--f-mono);
  font-size: 12px;
}

.mc-hero h1 {
  margin: 0 0 18px;
  color: var(--text);
  font-size: clamp(31px, 4vw, 50px);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0;
}

.mc-lead {
  max-width: 760px;
  margin: 0;
  color: var(--text-mid);
  font-size: 16px;
  line-height: 2;
}

.mc-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  max-width: 680px;
  margin-top: 24px;
}

.mc-cta-row .support-btn {
  min-width: min(100%, 280px);
}

.mc-disclosure {
  max-width: 720px;
  margin: 16px 0 0;
  color: var(--text-soft);
  font-size: 12px;
  line-height: 1.8;
}

.mc-section {
  padding: 44px 0 72px;
}

.mc-layout {
  max-width: 920px;
  min-width: 0;
}

.mc-content {
  display: grid;
  gap: 18px;
  min-width: 0;
}

.mc-block {
  min-width: 0;
  padding: 28px;
  border: 0.5px solid var(--border);
  border-radius: 8px;
  background: #fff;
}

.mc-block h2 {
  position: relative;
  margin: 0 0 16px;
  padding-bottom: 14px;
  color: var(--text);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0;
}

.mc-block h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(240px, 64%);
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(55, 138, 221, 0.48) 0%, rgba(181, 212, 244, 0.18) 72%, transparent 100%);
}

.mc-block h3 {
  position: relative;
  margin: 24px 0 10px;
  padding-bottom: 10px;
  color: var(--text);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0;
}

.mc-block h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(160px, 52%);
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(55, 138, 221, 0.34) 0%, rgba(181, 212, 244, 0.12) 74%, transparent 100%);
}

.mc-block p,
.mc-block li {
  color: var(--text-mid);
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0;
}

.mc-block p + p {
  margin-top: 14px;
}

.mc-marker {
  padding: 0 0.12em;
  background: linear-gradient(transparent 58%, rgba(255, 217, 0, 0.46) 58%);
  color: var(--text);
  font-weight: 500;
}

.mc-block ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 1.2em;
}

.mc-stand-box {
  margin: 22px 0;
  padding: 22px;
  border: 0.5px solid rgba(239, 159, 39, 0.42);
  border-radius: 8px;
  background: linear-gradient(135deg, #fffaf2 0%, #fff 100%);
  box-shadow: 0 10px 24px rgba(99, 56, 6, 0.06);
}

.mc-stand-label {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(239, 159, 39, 0.16);
  color: #633806;
  font-size: 12px;
  font-weight: 500;
}

.mc-stand-box ul {
  gap: 10px;
  padding-left: 0;
}

.mc-stand-box li {
  position: relative;
  padding-left: 22px;
  color: #633806;
  line-height: 1.9;
}

.mc-stand-box li::before {
  content: "";
  position: absolute;
  top: 0.8em;
  left: 2px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #ef9f27;
}


.mc-summary {
  border-color: rgba(55, 138, 221, 0.42);
  background: linear-gradient(135deg, #fff 0%, #f4f9fe 100%);
}

.mc-note {
  margin-top: 20px;
  padding: 18px 20px;
  border-left: 4px solid #ef9f27;
  border-radius: 8px;
  background: linear-gradient(135deg, #faeeda 0%, #fff 100%);
}

.mc-note strong {
  display: block;
  margin-bottom: 8px;
  color: #633806;
  font-size: 14px;
  font-weight: 500;
}

.mc-note p {
  color: #633806;
}

.mc-proof-slider {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 22px 0;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.mc-proof-card {
  display: block;
  min-width: 0;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border: 0.5px solid rgba(181, 212, 244, 0.45);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(26, 43, 74, 0.08);
  color: var(--text);
  text-decoration: none;
  scroll-snap-align: start;
}

.mc-proof-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.mc-proof-caption {
  max-width: none;
  margin: -6px 0 18px;
  color: var(--text-mid);
  font-size: 14px;
  line-height: 1.9;
}

.mc-maintenance-proof {
  display: flex;
  justify-content: center;
  margin: 22px 0;
}

.mc-maintenance-proof img {
  width: min(100%, 720px);
  border: 0.5px solid rgba(181, 212, 244, 0.45);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(26, 43, 74, 0.08);
}

.mc-reference-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 18px 0 22px;
  padding: 18px 20px;
  border: 0.5px solid rgba(55, 138, 221, 0.42);
  border-radius: 8px;
  background: linear-gradient(135deg, #fff 0%, #f4f9fe 100%);
  color: var(--text);
  text-decoration: none;
  transition: border-color var(--duration) var(--ease), background var(--duration) var(--ease);
}

.mc-reference-card:hover {
  border-color: var(--accent);
  background: #fff;
}

.mc-reference-card-warning {
  border-color: rgba(239, 159, 39, 0.42);
  background: linear-gradient(135deg, #fff 0%, #fffaf2 100%);
}

.mc-reference-card-warning:hover {
  border-color: #ef9f27;
}

.mc-reference-content {
  display: grid;
  min-width: 0;
  gap: 8px;
}

.mc-reference-label {
  color: var(--accent-deep);
  font-family: var(--f-mono);
  font-size: 12px;
}

.mc-reference-card strong {
  color: var(--text);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.mc-reference-card span:last-child {
  color: var(--text-mid);
  font-size: 13px;
  line-height: 1.8;
}

.mc-reference-action {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 10px 20px;
  border: 0.5px solid var(--accent);
  border-radius: 999px;
  background: var(--accent);
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 500;
  line-height: 1.4 !important;
  white-space: nowrap;
}

.mc-reference-card:hover .mc-reference-action {
  border-color: var(--accent-deep);
  background: var(--accent-deep);
}

.mc-x-embeds {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 22px 0;
  max-width: 100%;
  overflow: hidden;
}

.mc-x-embeds .twitter-tweet,
.mc-x-embeds iframe {
  min-width: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
}

.mc-risk {
  padding: 14px 16px;
  border: 0.5px solid rgba(163, 45, 45, 0.22);
  border-radius: 8px;
  background: rgba(163, 45, 45, 0.04);
  color: #7f2323 !important;
}

.mc-cta-box {
  margin-top: 20px;
  padding: 24px;
  border: 0.5px solid rgba(55, 138, 221, 0.42);
  border-radius: 8px;
  background: var(--bg-alt);
}

.mc-cta-box .support-btn {
  max-width: 420px;
  margin-top: 18px;
  margin-bottom: 4px;
}

.mc-cta-box-compact {
  margin: 18px 0 26px;
}

.mc-button-only {
  margin: 20px 0 32px;
  padding: 0 2px 4px;
}

.mc-button-only .support-btn {
  width: min(100%, 420px);
}

.mc-two-shot {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 18px 0 26px;
}

.mc-two-shot figure {
  min-width: 0;
  overflow: hidden;
  border: 0.5px solid rgba(181, 212, 244, 0.45);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(26, 43, 74, 0.08);
}

.mc-two-shot img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: top center;
}

.mc-point-list {
  display: grid;
  gap: 10px;
  margin: 14px 0 0;
  padding-left: 0 !important;
}

.mc-point-list li {
  position: relative;
  padding-left: 22px;
}

.mc-point-list li::before {
  content: "";
  position: absolute;
  top: 0.82em;
  left: 2px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--accent);
  box-shadow: 0 0 0 4px rgba(55, 138, 221, 0.12);
}

.mc-line-notice {
  display: flex;
  justify-content: center;
  margin: 18px 0 26px;
}

.mc-line-notice img {
  width: min(100%, 720px);
  border: 0.5px solid rgba(181, 212, 244, 0.45);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(26, 43, 74, 0.08);
}

.mc-faq h3:first-of-type {
  margin-top: 0;
}

@media (max-width: 768px) {
  .support-hero {
    padding: 48px 0 36px;
  }

  .support-hero h1 {
    font-size: 30px;
  }

  .support-grid {
    grid-template-columns: 1fr;
  }

  .support-card {
    min-height: 0;
    padding: 20px;
  }

  .mc-hero {
    padding: 48px 0 36px;
  }

  .mc-hero h1 {
    font-size: 30px;
  }

  .mc-cta-row {
    display: grid;
  }

  .mc-block {
    padding: 22px 18px;
  }

  .mc-block h2 {
    font-size: 21px;
  }

  .mc-x-embeds {
    display: flex;
    gap: 14px;
    width: calc(100% + 18px);
    max-width: calc(100vw - 22px);
    margin-right: -18px;
    padding-right: 18px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .mc-x-embeds .twitter-tweet,
  .mc-x-embeds iframe {
    flex: 0 0 min(82vw, 340px) !important;
    width: min(82vw, 340px) !important;
    min-width: min(82vw, 340px) !important;
    max-width: min(82vw, 340px) !important;
    scroll-snap-align: start;
  }

  .mc-proof-slider {
    display: flex;
    gap: 14px;
    width: calc(100% + 18px);
    max-width: calc(100vw - 22px);
    margin-right: -18px;
    padding-right: 18px;
  }

  .mc-proof-card {
    flex: 0 0 min(82vw, 320px);
    width: min(82vw, 320px);
  }

  .mc-reference-card {
    display: grid;
    gap: 14px;
  }

  .mc-reference-action {
    width: fit-content;
  }

  .mc-two-shot {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
}
