:root{
  --text:#263238;--muted:#607078;--line:#d8e3e7;--bg:#f7fbfc;--surface:#fff;
  --soft:#edf7f8;--accent:#267b87;--accent-dark:#175963;--warm:#fff7e8;
  --danger:#fff0f0;--danger-line:#d97a7a;--success:#eef9f1;--shadow:0 8px 24px rgba(30,75,84,.08)
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  min-height:100vh;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Hiragino Sans","Yu Gothic",sans-serif;
  color:var(--text);
  line-height:1.85;
  background-color:var(--bg);
  background-image:
    linear-gradient(rgba(247,251,252,.34),rgba(247,251,252,.58)),
    url("assets/images/city-background-soft.webp");
  background-size:cover;
  background-position:center top;
  background-repeat:no-repeat;
  background-attachment:fixed;
}
a{color:var(--accent-dark);text-underline-offset:3px}
header,main,footer{width:min(1040px,calc(100% - 32px));margin:0 auto}
header{
  margin-top:14px;
  padding:22px 24px 16px;
  border:1px solid rgba(216,227,231,.88);
  border-radius:0 0 18px 18px;
  background:rgba(255,255,255,.80);
  -webkit-backdrop-filter:blur(5px);
  backdrop-filter:blur(5px);
  box-shadow:0 8px 26px rgba(30,75,84,.07);
}
.site-name{margin:0;font-size:1.85rem;line-height:1.35}.site-name a{color:inherit;text-decoration:none}
.site-tagline{margin:7px 0 0;color:var(--muted)}
nav{margin-top:18px;display:flex;flex-wrap:wrap;gap:9px}
nav a,.button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:9px 14px;border:1px solid var(--line);color:var(--text);text-decoration:none;border-radius:10px;background:#fff;font-weight:650}
nav a:hover,.button:hover{border-color:var(--accent);transform:translateY(-1px)}
.button.primary{background:var(--accent);color:#fff;border-color:var(--accent)}
.button.primary:hover{background:var(--accent-dark)}
.button.secondary{background:#fff;color:var(--accent-dark);border-color:var(--accent)}
.button.full{width:100%}.button-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}
main{padding:28px 0 72px}.breadcrumb{font-size:.92rem;color:var(--muted);margin-bottom:16px}.breadcrumb a{color:var(--muted)}
.hero,.box,.cta,.card,.notice,.route-card,.ad-disclosure{border:1px solid var(--line);border-radius:16px;padding:22px;background:var(--surface);box-shadow:var(--shadow)}
.hero{margin-bottom:26px;background:linear-gradient(135deg,rgba(255,255,255,.97) 0%,rgba(237,247,248,.93) 100%)}
.hero h2{font-size:clamp(1.65rem,4vw,2.35rem);line-height:1.45;margin:0 0 12px}.hero p:last-child{margin-bottom:0}
.lead{font-size:1.08rem}.section{margin-top:38px}.section>h2,.box>h2{margin:0 0 14px;font-size:1.5rem;line-height:1.5}.section h3,.box h3{line-height:1.55}
.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:18px}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}
.card h3,.route-card h3{margin-top:0}.card p:last-child,.route-card p:last-child{margin-bottom:0}
.route-card{position:relative;border-top:6px solid var(--accent)}.route-label{display:inline-block;font-size:.82rem;font-weight:800;letter-spacing:.04em;background:var(--soft);color:var(--accent-dark);padding:3px 9px;border-radius:999px;margin-bottom:8px}
.step-list{counter-reset:step;list-style:none;padding:0;margin:0}.step-list li{counter-increment:step;position:relative;padding:0 0 24px 52px}.step-list li:before{content:counter(step);position:absolute;left:0;top:1px;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--accent);color:#fff;font-weight:800}.step-list li:not(:last-child):after{content:"";position:absolute;left:16px;top:37px;bottom:3px;width:2px;background:var(--line)}
.check-list,.cross-list{list-style:none;padding-left:0}.check-list li,.cross-list li{position:relative;padding-left:1.75em;margin:.45em 0}.check-list li:before{content:"✓";position:absolute;left:0;color:var(--accent);font-weight:900}.cross-list li:before{content:"—";position:absolute;left:0;color:var(--muted);font-weight:900}
.decision{display:grid;grid-template-columns:1fr auto 1fr;gap:14px;align-items:stretch}.decision-or{display:grid;place-items:center;font-weight:900;color:var(--muted)}
.table-wrap{overflow-x:auto;border-radius:12px}.table-like{width:100%;border-collapse:collapse;background:#fff}.table-like th,.table-like td{border:1px solid var(--line);padding:13px;text-align:left;vertical-align:top}.table-like th{background:var(--soft);white-space:nowrap}
.notice{background:var(--warm);box-shadow:none}.notice.danger{background:var(--danger);border-color:var(--danger-line)}.notice.success{background:var(--success)}
.ad-disclosure{padding:12px 15px;background:#f5f6f7;box-shadow:none;font-size:.92rem;color:var(--muted);margin-bottom:18px}.ad-disclosure strong{color:var(--text)}
.cta{margin-top:26px;background:var(--soft);border-color:#b9d9dd}.cta h2,.cta h3{margin-top:0}.cta .small{margin-bottom:0}
.kicker{font-size:.86rem;font-weight:800;color:var(--accent-dark);letter-spacing:.05em;text-transform:uppercase}.price-note{font-size:1.15rem;font-weight:800}.badge{display:inline-block;background:var(--soft);border:1px solid var(--line);border-radius:999px;padding:3px 10px;margin:2px;font-size:.9rem}
.toc{background:#fff;border:1px solid var(--line);border-radius:12px;padding:16px 20px}.toc strong{display:block;margin-bottom:6px}.toc ol{margin:0}.toc li{margin:.3em 0}
.small,.meta{color:var(--muted);font-size:.92rem}.source-list{font-size:.9rem;color:var(--muted)}
.form-row{margin-bottom:14px}label{display:block;font-weight:700;margin-bottom:6px}input,textarea,select{width:100%;padding:11px 13px;border:1px solid var(--line);border-radius:9px;font:inherit;background:#fff}textarea{min-height:140px}
hr{border:none;border-top:1px solid var(--line);margin:28px 0}code{background:var(--soft);padding:2px 6px;border-radius:6px}footer{
  margin-bottom:22px;
  padding:22px 24px 38px;
  border:1px solid rgba(216,227,231,.88);
  border-radius:18px;
  color:var(--muted);
  background:rgba(255,255,255,.80);
  -webkit-backdrop-filter:blur(5px);
  backdrop-filter:blur(5px);
  box-shadow:0 8px 26px rgba(30,75,84,.06);
}
.sticky-cta{position:fixed;left:0;right:0;bottom:0;z-index:20;background:rgba(255,255,255,.96);backdrop-filter:blur(8px);border-top:1px solid var(--line);padding:9px 16px;display:none}.sticky-cta-inner{width:min(760px,100%);margin:auto;display:flex;gap:10px}.sticky-cta .button{flex:1}
@media(max-width:720px){
  header,main,footer{width:min(100% - 22px,1040px)}body{background-attachment:scroll;background-position:42% top}header{margin-top:8px;padding:18px 16px 14px}.site-name{font-size:1.55rem}nav{flex-wrap:nowrap;overflow-x:auto;padding-bottom:7px}nav a{white-space:nowrap;font-size:.9rem}.hero,.box,.cta,.card,.notice,.route-card{padding:18px;border-radius:13px}.grid.two,.grid.three,.decision{grid-template-columns:1fr}.decision-or{padding:0}.button-row{flex-direction:column}.button-row .button{width:100%}.table-like th,.table-like td{padding:10px;font-size:.94rem}.sticky-cta{display:block}main{padding-bottom:110px}
}
@media print{nav,.sticky-cta,.button-row{display:none!important}body{background:#fff!important}header,footer{background:#fff;box-shadow:none;backdrop-filter:none}.hero,.box,.card,.notice,.route-card{box-shadow:none}}


/* stand.fm・音声コンテンツ */
.voice-hero{background:linear-gradient(135deg,#fff 0%,#f4f0ff 100%)}
.voice-box{display:flex;gap:18px;align-items:flex-start;margin:22px 0 30px;padding:20px;border:1px solid #d8ccef;border-radius:16px;background:#faf7ff;box-shadow:var(--shadow)}
.voice-box[hidden]{display:none!important}.voice-icon{flex:0 0 48px;width:48px;height:48px;display:grid;place-items:center;border-radius:50%;background:#eee6ff;font-size:1.5rem}
.voice-box-content{flex:1}.voice-box h2{font-size:1.3rem;line-height:1.5;margin:2px 0 8px}.voice-box p{margin-top:0}
.voice-button{background:#6f4ca0;color:#fff;border-color:#6f4ca0}.voice-button:hover{background:#563879;border-color:#563879;color:#fff}
.voice-label{display:inline-block;font-size:.82rem;font-weight:800;background:#f1ebfa;color:#563879;border-radius:999px;padding:3px 9px;margin-bottom:8px}
.voice-card{border-top:5px solid #8b68b5}.voice-card h3{margin-top:4px}.voice-grid{align-items:stretch}
.button-row.compact{margin-top:14px}.button-row.compact .button{font-size:.92rem;padding:8px 12px}
.section-heading-row{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:8px}.section-heading-row h2{margin:0}.section-heading-row .kicker{margin:0 0 4px}.text-link{font-weight:700;white-space:nowrap}
@media(max-width:720px){.voice-box{padding:17px;gap:12px}.voice-icon{flex-basis:42px;width:42px;height:42px}.voice-box h2{font-size:1.15rem}.section-heading-row{align-items:flex-start;flex-direction:column;gap:6px}.button-row.compact{flex-direction:column}.button-row.compact .button{width:100%}}


/* 実体験記事・A8.net広告リンク（既存デザインへ影響しない追加クラス） */
.article-body{padding:clamp(20px,4vw,34px)}
.article-body>.lead{font-size:1.12rem;font-weight:650}
.article-body .section{scroll-margin-top:18px}
.thought-chain{text-align:center;background:var(--soft);box-shadow:none;margin:20px auto;max-width:520px}
.thought-chain p{margin:.35em 0;font-weight:700}
.affiliate-section{border:1px solid #d8c6a0;border-radius:16px;padding:22px;background:#fffaf0;box-shadow:var(--shadow)}
.affiliate-section h2,.affiliate-section h3{margin-top:0}
.affiliate-link-box{margin:18px 0 12px}
.affiliate-link-box>a{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:11px 18px;border:1px solid var(--accent);border-radius:10px;background:var(--accent);color:#fff;text-decoration:none;font-weight:750;line-height:1.5}
.affiliate-link-box>a:hover{background:var(--accent-dark);border-color:var(--accent-dark);transform:translateY(-1px)}
.affiliate-link-box>img{display:block;width:1px;height:1px}
@media(max-width:720px){.article-body{padding:18px}.affiliate-section{padding:18px}.affiliate-link-box>a{width:100%;text-align:center}}

/* LINEオープンチャット・無料コミュニティ */
.community-section,
.community-cta,
.community-rules,
.community-faq {
  border: 1px solid #b9d9dd;
  border-radius: 18px;
  background: linear-gradient(135deg, #ffffff 0%, #eef9f4 100%);
  box-shadow: var(--shadow);
}

/* トップページの無料コミュニティ案内 */
.community-section {
  position: relative;
  overflow: hidden;
  margin: 30px 0;
  padding: clamp(24px, 3vw, 30px);
  border-color: #9bdcca;
  border-radius: 26px;
  background:
    radial-gradient(circle at 83% 16%, rgba(160, 231, 187, .22), transparent 22%),
    linear-gradient(135deg, rgba(255, 255, 255, .99) 0%, rgba(249, 255, 251, .98) 55%, rgba(239, 251, 246, .98) 100%);
  box-shadow: 0 18px 44px rgba(21, 118, 80, .12);
}
.community-section::before {
  content: "";
  position: absolute;
  inset: auto -55px -85px auto;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(92, 213, 139, .08);
  pointer-events: none;
}
.community-section__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(235px, 260px);
  gap: clamp(22px, 2.5vw, 28px);
  align-items: center;
}
.community-section__main {
  min-width: 0;
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr) 112px;
  gap: clamp(16px, 1.9vw, 20px);
  align-items: center;
}
.community-section__icon {
  position: relative;
  width: 78px;
  height: 78px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: linear-gradient(145deg, #10c63a 0%, #00a92f 100%);
  box-shadow: 0 12px 26px rgba(0, 185, 51, .22);
  align-self: start;
  margin-top: 40px;
}
.community-section__icon::before {
  content: "";
  position: absolute;
  width: 48px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
}
.community-section__icon::after {
  content: "";
  position: absolute;
  left: 23px;
  bottom: 16px;
  width: 16px;
  height: 16px;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  transform: rotate(-7deg);
}
.community-section__icon span {
  position: relative;
  z-index: 1;
  color: #06ae31;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: -.04em;
}
.community-section__copy { min-width: 0; }
.community-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin: 0 0 10px;
  padding: 4px 12px;
  border-radius: 999px;
  background: #e6f7e5;
  color: #008c35;
  font-size: .84rem;
  font-weight: 850;
  letter-spacing: .035em;
}
.community-section h2,
.community-cta h2,
.community-rules h2,
.community-faq h2 { margin-top: 0; line-height: 1.42; }
.community-section h2 {
  margin-bottom: 14px;
  font-size: clamp(1.42rem, 2.55vw, 1.92rem);
  line-height: 1.28;
  letter-spacing: .01em;
}
.community-title-main,
.community-title-accent { display: block; }
.community-title-main { color: #183238; }
.community-title-accent {
  margin-top: 3px;
  color: #00a83a;
  font-size: 1.14em;
}
.community-description {
  max-width: 640px;
  margin: 0;
  color: #344a50;
  font-size: clamp(.94rem, 1.3vw, 1.02rem);
  line-height: 1.9;
}
.community-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 19px 0 0;
  padding: 10px 0;
  border: 1px solid #cdebdc;
  border-radius: 13px;
  background: rgba(247, 255, 250, .92);
  list-style: none;
}
.community-benefits li {
  display: flex;
  align-items: center;
  gap: 6px;
  min-height: 38px;
  padding: 4px 10px;
  color: #284239;
  font-size: .84rem;
  font-weight: 750;
  white-space: nowrap;
}
.community-benefits li + li { border-left: 1px solid #cdebdc; }
.community-benefit-icon {
  flex: 0 0 27px;
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #dff5df;
  color: #00a63a;
  font-size: .78rem;
  font-weight: 900;
}
.community-benefit-icon--free { font-size: .72rem; }
.community-benefit-icon svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.community-section__art {
  position: relative;
  min-height: 190px;
  align-self: center;
}
.community-chat {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  box-shadow: 0 10px 22px rgba(28, 130, 74, .1);
}
.community-chat::after {
  content: "";
  position: absolute;
  bottom: -11px;
  width: 22px;
  height: 18px;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.community-chat--primary {
  top: 10px;
  right: 1px;
  width: 92px;
  height: 58px;
  background: #e9f8df;
}
.community-chat--primary::after { right: 18px; background: #e9f8df; }
.community-chat--primary span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #28ad4b;
}
.community-chat--secondary {
  top: 76px;
  left: 0;
  width: 108px;
  height: 61px;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
  padding-left: 23px;
  background: #fff;
}
.community-chat--secondary::after { left: 22px; background: #fff; transform: scaleX(-1); }
.community-chat--secondary i {
  display: block;
  width: 54px;
  height: 5px;
  border-radius: 999px;
  background: #b8e8d4;
}
.community-chat--secondary i:nth-child(2) { width: 82px; }
.community-chat--secondary i:nth-child(3) { width: 48px; }
.community-heart {
  position: absolute;
  top: 126px;
  left: 48px;
  color: #a8df7c;
  font-size: 2.1rem;
  line-height: 1;
  filter: drop-shadow(0 5px 8px rgba(51, 164, 72, .12));
}
.community-people {
  position: absolute;
  left: 14px;
  right: 0;
  bottom: 0;
  height: 64px;
}
.community-person {
  position: absolute;
  bottom: 0;
  width: 42px;
  height: 39px;
  border-radius: 50% 50% 12px 12px;
  background: #7bd36f;
}
.community-person::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -25px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: inherit;
  transform: translateX(-50%);
}
.community-person--left { left: 0; transform: scale(.9); opacity: .75; }
.community-person--center {
  left: 50%;
  z-index: 2;
  width: 53px;
  height: 40px;
  background: #00ad43;
  transform: translateX(-50%);
  box-shadow: 0 8px 18px rgba(0, 173, 67, .16);
}
.community-person--right { right: 0; transform: scale(.9); opacity: .75; }
.community-section__action {
  min-width: 0;
  padding-left: clamp(18px, 2vw, 24px);
  border-left: 1px dashed #b9dfd1;
}
.community-button {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 22px;
  gap: 13px;
  align-items: center;
  width: 100%;
  min-height: 86px;
  padding: 15px 17px;
  border: 1px solid #00a83a;
  border-radius: 20px;
  background: linear-gradient(135deg, #00bd42 0%, #009b35 100%);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(0, 167, 57, .24);
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
.community-button:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(0, 151, 52, .3);
  filter: saturate(1.06);
}
.community-button:focus-visible {
  outline: 3px solid rgba(0, 180, 63, .28);
  outline-offset: 4px;
}
.community-button__line {
  position: relative;
  width: 44px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: #00a83a;
  font-size: .64rem;
  font-weight: 900;
  letter-spacing: -.03em;
}
.community-button__line::after {
  content: "";
  position: absolute;
  left: 6px;
  bottom: -4px;
  width: 10px;
  height: 9px;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.community-button__text {
  min-width: 0;
  display: flex;
  flex-direction: column;
  line-height: 1.35;
}
.community-button__text small {
  font-size: .82rem;
  font-weight: 750;
}
.community-button__text strong {
  margin-top: 2px;
  font-size: 1rem;
  line-height: 1.4;
}
.community-button__arrow {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.community-safety {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 14px 2px 0;
  color: #355048;
  font-size: .82rem;
  line-height: 1.55;
}
.community-safety > span {
  flex: 0 0 19px;
  width: 19px;
  height: 19px;
  display: grid;
  place-items: center;
  color: #08a844;
}
.community-safety svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.community-meta { color: var(--muted); font-size: .91rem; margin: 10px 0 0; }

/* コミュニティ詳細ページ */
.community-cta { margin: 30px 0; padding: 24px; }
.community-cta ul { margin: 14px 0 18px; }
.community-cta__actions { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.community-text-link { font-weight: 750; }
.community-rules, .community-faq { margin-top: 28px; padding: 26px; background: #fff; }
.community-rule-list { padding-left: 1.35em; }
.community-rule-list li { margin: .72em 0; }
.community-rule-list strong { color: var(--accent-dark); }
.community-warning { margin-top: 20px; padding: 18px; border: 1px solid #e3c789; border-radius: 13px; background: #fff8e9; }
.community-faq details { border-top: 1px solid var(--line); padding: 14px 0; }
.community-faq details:first-of-type { border-top: 0; }
.community-faq summary { cursor: pointer; font-weight: 750; }
.community-faq details p { margin-bottom: 0; }

@media(max-width:960px){
  .community-section__grid { grid-template-columns: 1fr 250px; gap: 25px; }
  .community-section__main { grid-template-columns: 76px minmax(0, 1fr); }
  .community-section__icon { width: 76px; height: 76px; border-radius: 20px; }
  .community-section__icon::before { width: 52px; height: 42px; }
  .community-section__icon::after { left: 22px; bottom: 16px; }
  .community-section__art { display: none; }
  .community-benefits li { padding-inline: 12px; }
}

@media(max-width:760px){
  .community-section { margin: 24px 0; padding: 22px; border-radius: 20px; }
  .community-section__grid { grid-template-columns: 1fr; gap: 22px; }
  .community-section__main { grid-template-columns: 66px minmax(0, 1fr); gap: 15px; align-items: start; }
  .community-section__icon { width: 66px; height: 66px; border-radius: 17px; margin-top: 3px; }
  .community-section__icon::before { width: 45px; height: 36px; }
  .community-section__icon::after { left: 19px; bottom: 13px; width: 13px; height: 13px; }
  .community-section__icon span { font-size: .78rem; }
  .community-kicker { min-height: 27px; margin-bottom: 8px; padding: 3px 10px; font-size: .76rem; }
  .community-section h2 { font-size: clamp(1.32rem, 6vw, 1.75rem); }
  .community-description { grid-column: 1 / -1; }
  .community-benefits { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr; margin-top: 16px; padding: 6px 0; }
  .community-benefits li { min-height: 43px; padding: 5px 12px; white-space: normal; }
  .community-benefits li + li { border-top: 1px solid #cdebdc; border-left: 0; }
  .community-section__action { padding: 20px 0 0; border-top: 1px dashed #b9dfd1; border-left: 0; }
  .community-button { min-height: 78px; border-radius: 17px; }
  .community-safety { justify-content: center; }
  .community-cta, .community-rules, .community-faq { padding: 19px; border-radius: 14px; }
  .community-cta__actions { flex-direction: column; align-items: stretch; }
  .community-cta__actions a { width: 100%; text-align: center; }
}

@media(max-width:430px){
  .community-section { padding: 19px 16px; }
  .community-section__main { grid-template-columns: 54px minmax(0, 1fr); gap: 12px; }
  .community-section__icon { width: 54px; height: 54px; border-radius: 14px; }
  .community-section__icon::before { width: 38px; height: 31px; }
  .community-section__icon::after { left: 16px; bottom: 10px; width: 11px; height: 11px; }
  .community-section__icon span { font-size: .68rem; }
  .community-button { grid-template-columns: 40px minmax(0, 1fr) 18px; gap: 10px; padding-inline: 13px; }
  .community-button__line { width: 40px; height: 33px; }
  .community-button__text strong { font-size: .94rem; }
}

/* revenue-phase1-start */
.affiliate-disclosure{display:flex;gap:.65rem;align-items:flex-start;margin:1.2rem 0 .75rem;padding:.75rem .9rem;border:1px solid rgba(40,40,40,.14);border-radius:12px;background:rgba(255,255,255,.82);font-size:.86rem;line-height:1.65;}
.affiliate-disclosure strong{flex:0 0 auto;font-size:.78rem;letter-spacing:.04em;}
.revenue-bridge,.revenue-product-summary,.resources-revenue-router{margin-top:2rem;padding:1.4rem;border:1px solid rgba(42,55,70,.13);border-radius:18px;background:rgba(255,255,255,.9);box-shadow:0 10px 30px rgba(33,44,55,.05);}
.revenue-bridge--kimochi{border-left:4px solid rgba(91,112,132,.45);}
.revenue-bridge--work{border-left:4px solid rgba(71,111,88,.45);}
.revenue-bridge--choice{border-left:4px solid rgba(136,107,74,.38);}
.revenue-bridge__eyebrow,.decision-card__label{margin:0 0 .45rem;font-size:.78rem;font-weight:700;letter-spacing:.08em;opacity:.72;}
.revenue-bridge__note,.revenue-warning{margin-top:1rem;padding:.85rem 1rem;border-radius:12px;background:rgba(245,246,247,.95);font-size:.92rem;line-height:1.75;}
.revenue-warning strong{display:block;margin-bottom:.2rem;}
.decision-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1.1rem;}
.decision-card{padding:1.1rem;border:1px solid rgba(42,55,70,.12);border-radius:15px;background:#fff;}
.decision-card--primary{border-width:2px;}
.decision-card h3{margin-top:.2rem;}
.source-list{margin-top:1rem;}
.revenue-hub .lead{font-size:1.05rem;line-height:1.9;}
@media (max-width:720px){.decision-grid{grid-template-columns:1fr;}.revenue-bridge,.revenue-product-summary,.resources-revenue-router{padding:1.05rem;}.affiliate-disclosure{display:block;}}
/* revenue-phase1-end */


/* kimochi-phase2-start */
.kimochi-phase2{
  margin-top:2rem;
  padding:1.35rem;
  border:1px solid rgba(42,55,70,.13);
  border-radius:18px;
  background:rgba(255,255,255,.94);
}
.kimochi-phase2--primary{border-left:4px solid rgba(91,112,132,.55);}
.kimochi-phase2--final{text-align:center;}
.kimochi-phase2__disclosure{margin-top:0;}
.kimochi-affiliate-text{margin:1.15rem 0 .75rem;}
.kimochi-affiliate-text > a:first-child{
  display:inline-block;
  box-sizing:border-box;
  max-width:100%;
  padding:.9rem 1.15rem;
  border:1px solid currentColor;
  border-radius:12px;
  font-weight:700;
  line-height:1.55;
  text-decoration:none;
}
.kimochi-affiliate-banner{
  max-width:100%;
  overflow-x:auto;
  margin:1.1rem auto .2rem;
  padding-bottom:.25rem;
  text-align:center;
}
.kimochi-affiliate-banner > a:first-child{display:inline-block;}
.kimochi-phase2__small{
  margin-top:.75rem;
  font-size:.86rem;
  line-height:1.7;
  opacity:.8;
}
@media (max-width:720px){
  .kimochi-phase2{padding:1.05rem;}
  .kimochi-affiliate-text > a:first-child{width:100%;}
}
/* kimochi-phase2-end */
