

/* Members page */
.members-page .container {
  max-width: 1200px;
}
.members-head {
  margin-bottom: 40px;
}
.members-lead {
  max-width: 760px;
  color: var(--text-sub, #d7deea);
}
.members-group + .members-group {
  margin-top: 72px;
}
.group-head {
  margin-bottom: 24px;
}
.members-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}
.member-showcase-card {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 24px;
  align-items: stretch;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0,0,0,.14);
}
.member-showcase-media {
  min-height: 100%;
  background: linear-gradient(180deg, rgba(59,130,246,.18), rgba(139,92,246,.18));
}
.member-showcase-media img,
.member-placeholder {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.member-placeholder span {
  font-size: 72px;
  font-weight: 800;
  color: rgba(255,255,255,.82);
}
.member-showcase-body {
  padding: 28px 28px 28px 0;
}
.member-role {
  margin: 0 0 10px;
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--cyan, #22d3ee);
}
.member-showcase-body h3 {
  margin: 0 0 14px;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.15;
}
.member-bio {
  margin-bottom: 20px;
  color: var(--text-sub, #d7deea);
}
.member-meta-list {
  display: grid;
  gap: 14px;
  margin: 0;
}
.member-meta-list div {
  display: grid;
  gap: 6px;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 16px;
  background: rgba(255,255,255,.03);
}
.member-meta-list dt {
  font-size: 13px;
  color: var(--muted, #97a7c3);
}
.member-meta-list dd {
  margin: 0;
  font-weight: 600;
  line-height: 1.6;
}
@media (max-width: 980px) {
  .members-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 720px) {
  .member-showcase-card {
    grid-template-columns: 1fr;
  }
  .member-showcase-media img,
  .member-placeholder {
    min-height: 340px;
  }
  .member-showcase-body {
    padding: 0 22px 22px;
  }
}

/* =========================
   SMART MEMBER PAGE
========================= */
.member-page-pro {
  background: linear-gradient(180deg, #08111f 0%, #0d1730 34%, #eef3f8 34%, #eef3f8 100%);
}

.member-hero-pro {
  padding: 64px 0 82px;
}

.member-hero-grid {
  display: grid;
  grid-template-columns: 380px minmax(0, 1fr);
  gap: 34px;
  align-items: center;
}

.member-hero-media img,
.member-hero-placeholder {
  width: 100%;
  min-height: 480px;
  object-fit: cover;
  display: block;
  border-radius: 28px;
  box-shadow: 0 24px 70px rgba(0,0,0,.28);
}

.member-hero-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 20% 20%, rgba(34,211,238,.35), transparent 35%),
    radial-gradient(circle at 80% 10%, rgba(139,92,246,.35), transparent 35%),
    linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
  color: #fff;
  font-weight: 800;
  letter-spacing: .12em;
}

.member-hero-copy h1 {
  margin-bottom: 10px;
  font-size: clamp(34px, 4.5vw, 58px);
  line-height: 1.08;
  letter-spacing: -.04em;
}

.member-role-lead {
  margin: 0 0 18px;
  color: #d7deea;
  font-size: 18px;
}

.member-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.member-pill {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  color: #fff;
  border: 1px solid rgba(255,255,255,.12);
}

.member-bio-lead p {
  color: #d7deea;
  font-size: 16px;
  line-height: 1.95;
  margin: 0 0 22px;
}

.member-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 22px;
}

.member-social {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 16px;
  border-radius: 999px;
  color: #fff;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  transition: transform .18s ease, background .18s ease;
}

.member-social:hover {
  transform: translateY(-2px);
  background: rgba(255,255,255,.12);
}

.member-social span {
  font-size: 18px;
  line-height: 1;
}

.member-actions-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.member-detail-section {
  padding: 0 0 88px;
}

.member-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 24px;
}

.member-detail-card {
  background: #fff;
  color: #0f172a;
  border-radius: 26px;
  padding: 28px;
  box-shadow: 0 16px 48px rgba(15,23,42,.08);
}

.member-detail-card h2 {
  margin-bottom: 18px;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.2;
}

.member-detail-list {
  display: grid;
  gap: 14px;
  margin: 0;
}

.member-detail-list div {
  display: grid;
  gap: 6px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid #e2e8f0;
  background: #f8fbff;
}

.member-detail-list dt {
  font-size: 13px;
  color: #64748b;
}

.member-detail-list dd {
  margin: 0;
  color: #0f172a;
  font-weight: 600;
  line-height: 1.7;
}

.member-long-copy,
.member-long-copy p,
.member-long-copy li {
  color: #334155;
  line-height: 2;
}

.member-long-copy p:last-child {
  margin-bottom: 0;
}

@media (max-width: 980px) {
  .member-hero-grid,
  .member-detail-grid {
    grid-template-columns: 1fr;
  }

  .member-hero-media img,
  .member-hero-placeholder {
    min-height: 380px;
  }
}

@media (max-width: 640px) {
  .member-hero-pro {
    padding: 52px 0 64px;
  }

  .member-detail-card {
    padding: 22px 18px;
  }

  .member-hero-media img,
  .member-hero-placeholder {
    min-height: 320px;
  }
}


/* Member social button colors */
.member-social.instagram {
  background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045);
  border-color: rgba(255,255,255,.08);
}
.member-social.youtube {
  background: #ff0033;
  border-color: #ff0033;
}
.member-social.line {
  background: #06c755;
  border-color: #06c755;
}
.member-social.instagram:hover,
.member-social.youtube:hover,
.member-social.line:hover {
  filter: brightness(1.06);
}


/* ===== MEMBERS LIST CARD UNIFY ===== */
.member-grid-enhanced,
.members-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:20px;
}

.member-card-enhanced,
.member-showcase-card{
  height:100%;
  display:flex;
  flex-direction:column;
  border-radius:24px;
  overflow:hidden;
  background:linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.03));
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 18px 44px rgba(0,0,0,.16);
}

.member-card-enhanced > a{
  display:flex;
  flex-direction:column;
  height:100%;
}

.member-card-enhanced .member-thumb{
  padding:12px 12px 0;
}

.member-card-enhanced .member-thumb img,
.member-thumb-fallback{
  width:100%;
  aspect-ratio:4 / 5;
  object-fit:cover;
  border-radius:18px;
  display:block;
}

.member-card-enhanced .member-body{
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap:12px;
  padding:16px 16px 18px;
  min-height:170px;
}

.member-card-copy{
  display:grid;
  gap:6px;
}

.member-card-enhanced .member-body h3{
  margin:0;
  font-size:20px;
  line-height:1.3;
}

.member-real-name{
  margin:0;
  color:#f8fafc;
  font-size:14px;
  font-weight:700;
  letter-spacing:.04em;
}

.member-card-enhanced .member-role{
  margin:0;
  font-size:12px;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--cyan, #22d3ee);
}

.member-card-enhanced .member-body p:not(.member-real-name){
  margin:0;
  color:var(--text-sub, #d7deea);
  font-size:13px;
  line-height:1.75;
}

@media (max-width: 1280px){
  .member-grid-enhanced,
  .members-grid{
    grid-template-columns:repeat(4,minmax(0,1fr));
  }
}

@media (max-width: 1024px){
  .member-grid-enhanced,
  .members-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

@media (max-width: 780px){
  .member-grid-enhanced,
  .members-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width: 560px){
  .member-grid-enhanced,
  .members-grid{
    grid-template-columns:1fr;
  }
}


/* ===== MEMBER PROFILE REDESIGN ===== */
.member-profile-redesign {
  background:
    radial-gradient(circle at top left, rgba(34,211,238,.12), transparent 22%),
    radial-gradient(circle at top right, rgba(139,92,246,.14), transparent 24%),
    linear-gradient(180deg, #08111f 0%, #0d1730 38%, #eef3f8 38%, #eef3f8 100%);
}

.member-profile-hero {
  padding: 56px 0 88px;
}

.member-profile-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) 340px;
  gap: 28px;
  align-items: start;
}

.member-profile-main {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
  padding: 24px;
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.04));
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 28px 80px rgba(0,0,0,.25);
  backdrop-filter: blur(10px);
}

.member-profile-media img,
.member-profile-media .member-hero-placeholder {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  border-radius: 26px;
  box-shadow: 0 18px 54px rgba(0,0,0,.28);
}

.member-profile-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.member-profile-copy h1 {
  margin-bottom: 10px;
  font-size: clamp(38px, 5vw, 70px);
}

.member-name-lead {
  margin: 0 0 18px;
  color: rgba(248,250,252,.92);
  font-size: clamp(17px, 2vw, 22px);
  font-weight: 700;
  letter-spacing: .08em;
}

.member-profile-summary {
  margin-bottom: 22px;
  padding: 20px 22px;
  border-radius: 22px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  color: var(--text-sub, #d7deea);
}

.member-profile-summary p {
  margin: 0;
  font-size: clamp(15px, 1.7vw, 17px);
  line-height: 1.95;
}

.member-profile-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.member-profile-chips .member-pill {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  font-weight: 700;
  color: #f8fafc;
}

.member-socials-clean {
  gap: 12px;
}

.member-socials-clean .member-social {
  min-width: 120px;
  min-height: 68px;
  border-radius: 18px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.10);
}

.member-profile-side {
  display: grid;
  gap: 18px;
}

.member-detail-card {
  padding: 22px;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,250,252,.96));
  box-shadow: 0 22px 60px rgba(15,23,42,.10);
  color: #0f172a;
}

.member-detail-heading {
  margin: 0 0 16px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #0f766e;
}

.member-meta-list-clean {
  display: grid;
  gap: 12px;
}

.member-meta-list-clean div {
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(15,23,42,.08);
  background: #ffffff;
}

.member-meta-list-clean dt {
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #64748b;
}

.member-meta-list-clean dd {
  margin: 4px 0 0;
  color: #0f172a;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.65;
}

.member-side-links {
  display: grid;
  gap: 10px;
}

.member-side-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 52px;
  padding: 0 16px;
  border-radius: 16px;
  border: 1px solid rgba(15,23,42,.08);
  background: #fff;
  color: #0f172a;
  font-weight: 700;
  transition: transform .18s ease, box-shadow .18s ease;
}

.member-side-link::after {
  content: '→';
}

.member-side-link:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(15,23,42,.08);
}

.member-story-section {
  padding: 0 0 96px;
}

.member-story-card {
  max-width: 960px;
  margin: 0 auto;
  border-radius: 30px;
  box-shadow: 0 24px 70px rgba(15,23,42,.12);
}

.member-story-card h2 {
  margin-bottom: 20px;
  color: #0f172a;
}

.member-story-body {
  color: #334155;
  line-height: 1.95;
}

.member-story-body p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1180px) {
  .member-profile-shell {
    grid-template-columns: 1fr;
  }

  .member-profile-side {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 900px) {
  .member-profile-main {
    grid-template-columns: 1fr;
  }

  .member-profile-media img,
  .member-profile-media .member-hero-placeholder {
    min-height: 420px;
  }
}

@media (max-width: 720px) {
  .member-profile-hero {
    padding: 34px 0 62px;
  }

  .member-profile-main {
    gap: 18px;
    padding: 16px;
    border-radius: 24px;
  }

  .member-profile-media img,
  .member-profile-media .member-hero-placeholder {
    min-height: 320px;
    border-radius: 20px;
  }

  .member-profile-copy h1 {
    font-size: clamp(32px, 10vw, 46px);
  }

  .member-profile-summary {
    padding: 16px;
    border-radius: 18px;
  }

  .member-socials-clean {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .member-socials-clean .member-social {
    min-width: 0;
    min-height: 60px;
  }

  .member-profile-side {
    grid-template-columns: 1fr;
  }

  .member-detail-card {
    border-radius: 20px;
    padding: 18px;
  }

  .member-story-section {
    padding-bottom: 72px;
  }

  .member-story-card {
    border-radius: 22px;
    padding: 24px;
  }
}




/* ===== COLOR CONTRAST FIX ===== */

/* 全体テキスト見やすく */
.member-profile-redesign {
  color: #0f172a;
}

/* ヒーローエリアは白文字 */
.member-profile-hero {
  color: #ffffff;
}

/* 説明文をしっかり見える色に */
.member-profile-summary {
  background: rgba(255,255,255,0.12);
  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.18);
}

/* チップの視認性改善 */
.member-profile-chips .member-pill {
  background: rgba(255,255,255,0.15);
  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.25);
}

/* SNSボタン */
.member-socials-clean .member-social {
  background: rgba(255,255,255,0.15);
  color: #ffffff;
}

/* 右カードは濃い文字 */
.member-detail-card {
  background: #ffffff;
  color: #0f172a;
}

/* ラベル */
.member-meta-list-clean dt {
  color: #475569;
}

/* 本文 */
.member-story-body {
  color: #1e293b;
}

/* 見出し */
.member-story-card h2 {
  color: #020617;
}


/* ===== REMOVE WHITE OVERLAY ISSUE ===== */

/* 原因の白グラデーションを無効化 */
.member-profile-redesign::before,
.member-profile-redesign::after {
  display: none !important;
  content: none !important;
}

/* 背景の白被りを修正 */
.member-profile-redesign {
  background:
    radial-gradient(circle at top left, rgba(34,211,238,.10), transparent 25%),
    radial-gradient(circle at top right, rgba(139,92,246,.12), transparent 25%),
    linear-gradient(180deg, #08111f 0%, #0d1730 100%) !important;
}

/* コンテンツを前面に */
.member-profile-shell {
  position: relative;
  z-index: 2;
}

/* 変なフェードが乗ってる場合の保険 */
.member-profile-main,
.member-profile-summary {
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(6px);
}


/* ===== MEMBER TITLE / SNS BUTTON FIX ===== */
.member-profile-copy > .member-name-lead{
  display:none !important;
}

.member-socials-iconic{
  display:flex;
  flex-wrap:wrap;
  gap:18px;
  align-items:center;
}

.member-socials-iconic .member-social{
  width:76px;
  min-width:76px;
  height:76px;
  min-height:76px;
  padding:0;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  border:none;
  box-shadow:0 10px 28px rgba(2, 6, 23, .18);
  transition:transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.member-socials-iconic .member-social:hover{
  transform:translateY(-2px) scale(1.02);
  box-shadow:0 16px 32px rgba(2, 6, 23, .24);
  filter:saturate(1.05);
}

.member-socials-iconic .member-social small{
  position:absolute !important;
  width:1px !important;
  height:1px !important;
  padding:0 !important;
  margin:-1px !important;
  overflow:hidden !important;
  clip:rect(0,0,0,0) !important;
  white-space:nowrap !important;
  border:0 !important;
}

.member-socials-iconic .member-social-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-weight:800;
  color:#fff;
  line-height:1;
}

.member-socials-iconic .member-social.instagram{
  background:linear-gradient(135deg, #f9ce34 0%, #ee2a7b 50%, #6228d7 100%);
}

.member-socials-iconic .member-social.instagram .member-social-icon{
  font-size:28px;
}

.member-socials-iconic .member-social.youtube{
  background:linear-gradient(135deg, #ff1f1f 0%, #ff0033 100%);
}

.member-socials-iconic .member-social.youtube .member-social-icon{
  font-size:30px;
  transform:translateX(2px);
}

.member-socials-iconic .member-social.line{
  background:linear-gradient(135deg, #24d366 0%, #10c850 100%);
}

.member-socials-iconic .member-social.line .member-social-icon{
  font-size:18px;
  letter-spacing:.02em;
}

@media (max-width: 720px){
  .member-socials-iconic{
    gap:14px;
  }

  .member-socials-iconic .member-social{
    width:64px;
    min-width:64px;
    height:64px;
    min-height:64px;
  }

  .member-socials-iconic .member-social.instagram .member-social-icon{
    font-size:24px;
  }

  .member-socials-iconic .member-social.youtube .member-social-icon{
    font-size:26px;
  }

  .member-socials-iconic .member-social.line .member-social-icon{
    font-size:15px;
  }
}


/* ===== Q&A PAGE ===== */
.qa-page{
  background:
    radial-gradient(circle at top left, rgba(34,211,238,.10), transparent 20%),
    radial-gradient(circle at top right, rgba(139,92,246,.10), transparent 22%),
    linear-gradient(180deg, #071120 0%, #0b1730 34%, #eef3f8 34%, #eef3f8 100%);
}

.qa-hero{
  padding: 68px 0 34px;
  color:#fff;
}

.qa-hero-inner{
  max-width: 980px;
}

.qa-hero h1{
  margin: 10px 0 12px;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.05;
}

.qa-lead{
  max-width: 760px;
  color: rgba(255,255,255,.82);
  font-size: 17px;
  line-height: 1.9;
}

.qa-search-wrap{
  margin-top: 24px;
}

.qa-search-input{
  width: 100%;
  min-height: 62px;
  padding: 0 22px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.10);
  color:#fff;
  font-size: 16px;
  outline: none;
  box-shadow: 0 20px 50px rgba(0,0,0,.18);
}

.qa-search-input::placeholder{
  color: rgba(255,255,255,.6);
}

.qa-list-section{
  padding-top: 18px;
  padding-bottom: 90px;
}

.qa-list-head{
  margin-bottom: 18px;
}

.qa-result-note{
  color:#475569;
  font-weight: 700;
}

.qa-list{
  display:grid;
  gap: 14px;
}

.qa-item{
  border-radius: 24px;
  border: 1px solid rgba(15,23,42,.08);
  background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(248,250,252,.98));
  box-shadow: 0 20px 48px rgba(15,23,42,.08);
  overflow: hidden;
}

.qa-question{
  width: 100%;
  display:grid;
  grid-template-columns: 44px minmax(0,1fr) 28px;
  align-items:center;
  gap: 16px;
  padding: 22px 24px;
  border: 0;
  background: transparent;
  color:#0f172a;
  text-align:left;
  cursor:pointer;
}

.qa-question-mark,
.qa-answer-mark{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 800;
}

.qa-question-mark{
  background: linear-gradient(135deg, #4f7cff 0%, #8b5cf6 100%);
  color:#fff;
}

.qa-question-text{
  font-size: 20px;
  font-weight: 800;
  line-height: 1.5;
}

.qa-question-icon{
  font-size: 26px;
  font-weight: 500;
  color:#64748b;
  transition: transform .18s ease;
}

.qa-item.is-open .qa-question-icon{
  transform: rotate(45deg);
}

.qa-answer{
  border-top: 1px solid rgba(15,23,42,.07);
  background: rgba(248,250,252,.9);
}

.qa-answer-inner{
  display:grid;
  grid-template-columns: 44px minmax(0,1fr);
  gap: 16px;
  padding: 22px 24px 26px;
}

.qa-answer-mark{
  background: #0f172a;
  color:#fff;
}

.qa-answer-body{
  color:#334155;
  line-height: 1.95;
}

.qa-answer-body p:last-child{
  margin-bottom: 0;
}

.qa-keywords{
  margin-top: 16px;
  color:#0f766e;
  font-size: 14px;
  font-weight: 700;
}

.qa-empty{
  color:#64748b;
  font-size: 16px;
  font-weight: 700;
}

@media (max-width: 720px){
  .qa-hero{
    padding-top: 42px;
  }

  .qa-lead{
    font-size: 15px;
  }

  .qa-search-input{
    min-height: 56px;
    padding-inline: 16px;
    border-radius: 16px;
  }

  .qa-item{
    border-radius: 20px;
  }

  .qa-question{
    grid-template-columns: 36px minmax(0,1fr) 24px;
    gap: 12px;
    padding: 18px 16px;
  }

  .qa-question-mark,
  .qa-answer-mark{
    width: 36px;
    height: 36px;
    font-size: 14px;
  }

  .qa-question-text{
    font-size: 16px;
    line-height: 1.55;
  }

  .qa-answer-inner{
    grid-template-columns: 36px minmax(0,1fr);
    gap: 12px;
    padding: 18px 16px 20px;
  }
}


/* ===== Q&A CONTRAST FIX ===== */
.qa-page{
  background: #eef3f8 !important;
}

.qa-hero{
  position: relative;
  padding: 72px 0 56px !important;
  background:
    radial-gradient(circle at top left, rgba(34,211,238,.10), transparent 20%),
    radial-gradient(circle at top right, rgba(139,92,246,.10), transparent 22%),
    linear-gradient(90deg, #071120 0%, #06142d 55%, #08163a 100%) !important;
  color: #ffffff !important;
}

.qa-hero::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 54px;
  background: linear-gradient(180deg, rgba(238,243,248,0) 0%, rgba(238,243,248,1) 100%);
  pointer-events: none;
}

.qa-hero-inner{
  position: relative;
  z-index: 1;
}

.qa-lead{
  color: rgba(255,255,255,.88) !important;
}

.qa-search-wrap{
  margin-top: 26px !important;
}

.qa-search-input{
  background: rgba(255,255,255,.12) !important;
  color: #ffffff !important;
  border-color: rgba(255,255,255,.18) !important;
}

.qa-search-input::placeholder{
  color: rgba(255,255,255,.70) !important;
}

.qa-list-section{
  background: #eef3f8 !important;
  padding-top: 34px !important;
}

.qa-result-note,
.qa-empty{
  color: #334155 !important;
}

@media (max-width: 720px){
  .qa-hero{
    padding: 44px 0 42px !important;
  }

  .qa-hero::after{
    height: 32px;
  }
}

.ad-youtoo img{background:#fff;padding:10px;border-radius:12px;}
