/* ==============================================
   campaign-x.css  —  scoped under .campaign-x-lp
   ============================================== */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');

br.cx-mobile-only { display: none; }
@media (max-width: 767px) { br.cx-mobile-only { display: block; } }

/* --- Reset & Base --- */
.campaign-x-lp *,
.campaign-x-lp *::before,
.campaign-x-lp *::after { box-sizing: border-box; }

.campaign-x-lp {
  font-family: 'Noto Sans JP', sans-serif;
  color: #111827;
  background: #fff;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
.campaign-x-lp a { text-decoration: none; color: inherit; }
.campaign-x-lp img { max-width: 100%; height: auto; }

/* --- Layout --- */
.cx-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
}

/* ============================================================
   SECTION FRAMEWORK
   ============================================================ */
.cx-section { padding: 2.5rem 0; position: relative; overflow: hidden; }

@media (min-width: 768px) {
  .cx-section { padding: 3.5rem 0; }
}

.cx-section-free  { background: linear-gradient(to bottom, #fff, rgba(236,253,245,0.5), #fff); }
.cx-section-tips  { position: relative; overflow: hidden; }
.cx-section-proof { background: linear-gradient(to bottom right, #059669, #16a34a, #0f766e); color: #fff; position: relative; overflow: hidden; }
.cx-section-steps { position: relative; overflow: hidden; }
.cx-section-faq   { position: relative; overflow: hidden; }
.cx-section-recta { background: linear-gradient(to bottom right, #10b981, #22c55e, #0d9488); color: #fff; position: relative; overflow: hidden; }

/* Section background layers (matching campaign-v0) */
.cx-section-tips::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(236,253,245,0.8), #fff, rgba(204,251,241,0.5));
  pointer-events: none;
}
.cx-section-steps::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, #fff, rgba(236,253,245,0.3), #fff);
  pointer-events: none;
}
.cx-section-faq::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to bottom right, #f9fafb, #fff, rgba(236,253,245,0.5));
  pointer-events: none;
}
.cx-section-tips > .cx-container,
.cx-section-steps > .cx-container,
.cx-section-faq > .cx-container { position: relative; z-index: 1; }

/* Section header */
.cx-section-head { text-align: center; margin-bottom: 2.5rem; }

.cx-section-title {
  font-size: 1.875rem; font-weight: 900;
  margin: 0 0 1rem; line-height: 1.25;
  text-align: center;
}

@media (min-width: 768px) {
  .cx-section-title { font-size: 3rem; }
}

.cx-section-title em {
  position: relative; font-style: normal; color: #059669; z-index: 0;
  display: inline-block;
}
.cx-section-title em::after {
  content: '';
  position: absolute; bottom: 0; left: 0;
  width: 100%; height: 0.5rem;
  background: #a7f3d0;
  z-index: -1;
  transform: rotate(-1deg);
}

/* Dark-section title overrides */
.cx-section-proof .cx-section-title,
.cx-section-recta .cx-section-title { color: #fff; }

.cx-section-proof .cx-section-title em,
.cx-section-recta .cx-section-title em { color: #fff; }

.cx-section-proof .cx-section-title em::after { background: rgba(255,255,255,0.3); transform: rotate(1deg); }
.cx-section-recta .cx-section-title em::after { background: rgba(255,255,255,0.25); }

.cx-section-sub {
  color: #4b5563; font-weight: 700;
  text-align: center; font-size: 0.875rem;
}
.cx-section-proof .cx-section-sub,
.cx-section-recta .cx-section-sub { color: rgba(255,255,255,0.8); }

/* --- Section deco: free section blobs --- */
.cx-section-free-deco1 {
  position: absolute; top: 0; left: 0;
  width: 18rem; height: 18rem;
  background: #d1fae5; border-radius: 9999px;
  transform: translate(-50%, -50%); filter: blur(3rem);
  opacity: 0.6; pointer-events: none;
}
.cx-section-free-deco2 {
  position: absolute; bottom: 0; right: 0;
  width: 24rem; height: 24rem;
  background: #ccfbf1; border-radius: 9999px;
  transform: translate(50%, 50%); filter: blur(3rem);
  opacity: 0.6; pointer-events: none;
}

/* --- Section deco: proof section --- */
.cx-proof-deco { position: absolute; inset: 0; pointer-events: none; }
.cx-proof-deco-c1 {
  position: absolute; top: 10rem; left: 2.5rem;
  width: 15rem; height: 15rem;
  background: rgba(255,255,255,0.05);
  border-radius: 9999px; filter: blur(3rem);
}
.cx-proof-deco-c2 {
  position: absolute; bottom: 5rem; right: 2.5rem;
  width: 20rem; height: 20rem;
  background: rgba(255,255,255,0.05);
  border-radius: 9999px; filter: blur(3rem);
}
.cx-proof-deco-stripes {
  position: absolute; inset: 0; opacity: 0.03;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 20px, white 20px, white 21px);
}

/* --- Section deco: recta section --- */
.cx-recta-deco { position: absolute; inset: 0; pointer-events: none; }
.cx-recta-deco-c1 {
  position: absolute; top: 5rem; right: -5rem;
  width: 20rem; height: 20rem;
  background: rgba(255,255,255,0.1);
  border-radius: 9999px; filter: blur(3rem);
}
.cx-recta-deco-c2 {
  position: absolute; bottom: -5rem; left: -5rem;
  width: 20rem; height: 20rem;
  background: rgba(255,255,255,0.1);
  border-radius: 9999px; filter: blur(3rem);
}
.cx-recta-deco-stripes {
  position: absolute; inset: 0; opacity: 0.03;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 15px, white 15px, white 16px);
}

/* ============================================================
   B1: HERO
   ============================================================ */
.cx-hero {
  background: linear-gradient(to bottom right, #10b981, #22c55e, #0d9488);
  color: #fff;
  overflow: hidden;
  position: relative;
}
.cx-hero-deco { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.cx-hero-deco-c1 {
  position: absolute; top: -10rem; right: -10rem;
  width: 20rem; height: 20rem;
  background: rgba(255,255,255,0.1);
  border-radius: 9999px; filter: blur(3rem);
}
.cx-hero-deco-c2 {
  position: absolute; top: 50%; left: -5rem;
  width: 15rem; height: 15rem;
  background: rgba(255,255,255,0.1);
  border-radius: 9999px; filter: blur(3rem);
}
.cx-hero-deco-bottom { display: none; }
.cx-hero-inner {
  position: relative; z-index: 10;
  max-width: 1280px; margin: 0 auto;
  padding: 2rem 1rem;
  text-align: center;
}

@media (min-width: 768px) {
  .cx-hero-inner { padding: 3rem 1rem; }
}

.cx-hero-badge {
  display: inline-block;
  background: #fff;
  color: #111827;
  font-weight: 700;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1);
}
@media (min-width: 768px) {
  .cx-hero-badge { font-size: 1rem; }
}
.cx-hero-h1 {
  font-size: 2.25rem; font-weight: 900;
  line-height: 1.25; margin: 0 0 0.25rem;
  letter-spacing: 0.025em;
}

@media (min-width: 768px) {
  .cx-hero-h1 { font-size: 3.75rem; }
}

@media (min-width: 1024px) {
  .cx-hero-h1 { font-size: 4.5rem; }
}
.cx-hero-h1 em { font-style: normal; }

.cx-hero-highlight {
  color: #fde047;
  animation: cx-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  position: relative;
  display: inline-block;
  margin-bottom: 1.25rem;
}
.cx-hero-highlight-bar {
  position: absolute;
  bottom: -0.25rem; left: 0;
  width: 100%; height: 0.5rem;
  background: rgba(253,224,71,0.4);
  border-radius: 9999px;
  animation: cx-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes cx-pulse {
  0%, 100% { opacity: 1; }
  50%       { opacity: 0.5; }
}
.cx-hero-sub {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.9);
  line-height: 1.625;
  font-weight: 700;
  margin: 0 0 1rem;
}
@media (min-width: 768px) {
  .cx-hero-sub { font-size: 1.25rem; }
}
.cx-hero-sub-num {
  font-size: 1rem;
  font-weight: 900;
}
@media (min-width: 768px) {
  .cx-hero-sub-num { font-size: 1.875rem; }
}
.cx-hero-checks {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 1rem; margin-bottom: 2.5rem;
}
.cx-hero-check {
  display: flex; align-items: center; gap: 0.5rem;
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(4px);
  border-radius: 9999px;
  padding: 0.5rem 1rem;
  font-size: 0.875rem; font-weight: 700;
}
@media (min-width: 768px) {
  .cx-hero-checks { gap: 2rem; }
  .cx-hero-check { font-size: 1rem; }
}
.cx-hero-check svg { flex-shrink: 0; }

/* Hero CTA */
.cx-cta-line {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.75rem;
  background: #06C755; color: #fff !important;
  border: 2px solid #04a447;
  border-radius: 0.75rem;
  padding: 1.25rem 2rem;
  font-size: 1rem; font-weight: 700;
  box-shadow: 3px 3px 0 rgba(0,0,0,0.18);
  transition: all 0.2s; cursor: pointer;
  text-decoration: none;
}

@media (min-width: 768px) {
  .cx-cta-line { font-size: 1.125rem; }
}

.cx-cta-line:hover {
  box-shadow: 5px 5px 0 rgba(0,0,0,0.22);
  transform: translateY(-2px);
  color: #fff !important;
}
.cx-cta-line-icon {
  width: 2.5rem; height: 2.5rem; border-radius: 0.5rem;
  background: #fff; color: #06C755;
  display: flex; align-items: center; justify-content: center;
  font-weight: 900; font-size: 1rem; flex-shrink: 0;
}

/* ============================================================
   B2: BENEFIT CARDS
   ============================================================ */
.cx-benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .cx-benefit-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

.cx-benefit-card {
  position: relative;
  background: #fff;
  border-radius: 1.5rem;
  padding: 1.5rem;
  display: flex; flex-direction: column; align-items: center; gap: 1rem;
  text-align: center;
  box-shadow: 0 8px 30px rgba(0,0,0,0.08);
  transition: all 0.3s;
  overflow: hidden;
}
.cx-benefit-card:hover {
  box-shadow: 0 20px 50px rgba(0,0,0,0.15);
  transform: translateY(-0.25rem);
}
.cx-benefit-card::after {
  content: '';
  position: absolute; top: 0; right: 0;
  width: 8rem; height: 8rem;
  background: linear-gradient(to bottom left, #ecfdf5, transparent);
  border-bottom-left-radius: 9999px;
  opacity: 0.6;
  pointer-events: none;
}
.cx-benefit-card-badge {
  position: relative;
  width: 3.5rem; height: 3.5rem;
  background: #000; color: #fff;
  border-radius: 1rem;
  display: flex; align-items: center; justify-content: center; gap: 0.2rem;
  font-size: 0.8125rem; font-weight: 700;
  box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1);
  flex-shrink: 0;
}
.cx-benefit-card-name {
  font-size: 1.125rem; font-weight: 700; color: #1f2937; line-height: 1.375;
}
.cx-benefit-card-qty {
  display: flex; align-items: baseline; gap: 0.25rem;
}
.cx-benefit-card-qty {
  font-size: 2.25rem; font-weight: 900; line-height: 1;
  background: linear-gradient(to bottom, #111827, #374151);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

@media (min-width: 768px) {
  .cx-benefit-card-qty { font-size: 3rem; }
}

.cx-benefit-card-qty small {
  font-size: 0.875rem; font-weight: 500; color: #6b7280;
  -webkit-text-fill-color: #6b7280;
}
.cx-benefit-card-anno {
  font-size: 0.75rem; color: #6b7280; line-height: 1.625;
  background: #f9fafb; border-radius: 0.75rem; padding: 0.75rem;
  font-weight: 600;
}

/* --- Expand toggle --- */
.cx-toggle-btn {
  width: 100%; display: flex; align-items: center; justify-content: center; gap: 0.625rem;
  background: none; border: 2px dashed #d1d5db;
  border-radius: 0.75rem; padding: 0.875rem 1rem;
  font-size: 0.9375rem; font-weight: 700; color: #6b7280;
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s;
  font-family: 'Noto Sans JP', sans-serif;
}
.cx-toggle-btn:hover { border-color: #34d399; color: #059669; }
.cx-chevron { transition: transform 0.3s; }
.cx-toggle-btn[aria-expanded="true"] .cx-chevron { transform: rotate(180deg); }

.cx-expand-panel {
  display: none;
  border: 2px dashed #e5e7eb;
  border-radius: 0.75rem; padding: 1.5rem;
  margin-top: 0.75rem;
  background: #f9fafb;
}
.cx-expand-panel.is-open { display: block; }

.cx-expand-group {
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
}
.cx-expand-group:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.cx-expand-group-title {
  display: flex; align-items: center; gap: 0.5rem;
  font-size: 0.9375rem; font-weight: 700;
  margin-bottom: 0.625rem; color: #111827;
}
.cx-sns-badge {
  display: inline-flex; align-items: center; justify-content: center;
  width: 1.5rem; height: 1.5rem;
  border-radius: 0.375rem; flex-shrink: 0;
  color: #fff;
}
.cx-expand-tags { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.cx-expand-tag {
  display: inline-block;
  background: #fff; border: 1px solid #e5e7eb; border-radius: 9999px;
  padding: 0.375rem 0.875rem;
  font-size: 0.8125rem; color: #374151;
  transition: border-color 0.15s;
}
.cx-expand-tag:hover { border-color: #059669; }
.cx-expand-tag strong { color: #059669; }

/* ============================================================
   B4: PURCHASE TIPS
   ============================================================ */
.cx-tips-lead {
  background: linear-gradient(to right, #ecfdf5, #f0fdfa);
  border-left: 4px solid #10b981;
  border-radius: 0 0.5rem 0.5rem 0;
  padding: 1rem 1.25rem;
  font-size: 0.9375rem; line-height: 1.8; color: #374151;
  margin-bottom: 1.5rem;
}
.cx-tips-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem; margin-bottom: 1.5rem;
}
.cx-tips-card {
  background: #fff;
  border-radius: 1.5rem;
  box-shadow: 0 8px 30px rgba(0,0,0,0.08);
  padding: 1.5rem;
  display: flex; flex-direction: column; gap: 0.625rem;
}
.cx-tips-num {
  width: 3.5rem; height: 3.5rem;
  background: linear-gradient(to bottom right, #059669, #10b981);
  border-radius: 0.75rem;
  display: flex; align-items: center; justify-content: center;
  font-weight: 900; font-size: 1.5rem; color: #fff;
  flex-shrink: 0;
}
.cx-tips-title { font-size: 0.9375rem; font-weight: 700; line-height: 1.5; }
.cx-tips-desc {
  font-size: 0.8125rem; color: #6b7280; line-height: 1.7;
  background: #f9fafb; border-radius: 0.75rem; padding: 1rem;
}

.cx-cta-sm {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: #06C755; color: #fff !important;
  border: 1.5px solid #04a447;
  border-radius: 0.625rem; padding: 0.625rem 1.25rem;
  font-size: 0.9375rem; font-weight: 700;
  box-shadow: 3px 3px 0 rgba(0,0,0,0.18);
  cursor: pointer; transition: opacity 0.2s;
}
.cx-cta-sm:hover { opacity: 0.9; }
.cx-cta-sm-icon {
  width: 1.25rem; height: 1.25rem; border-radius: 0.25rem;
  background: #fff; color: #06C755;
  display: flex; align-items: center; justify-content: center;
  font-weight: 900; font-size: 0.75rem; flex-shrink: 0;
}
.cx-tips-cta { display: flex; justify-content: center; }

/* ============================================================
   B5: SOCIAL PROOF  (dark green section)
   ============================================================ */
.cx-stat-hero {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 1.5rem; margin-bottom: 3rem;
}

@media (max-width: 767px) {
  .cx-stat-hero { grid-template-columns: 1fr; }
}

.cx-stat-card {
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 1.5rem;
  padding: 2rem;
  text-align: center;
  position: relative; overflow: hidden;
  transition: all 0.3s;
}
.cx-stat-card:hover { background: rgba(255,255,255,0.15); }
.cx-stat-big {
  font-size: 2rem; font-weight: 900; line-height: 1.2;
  margin-bottom: 0.75rem;
  background: linear-gradient(to bottom, #fff, #d1fae5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

@media (min-width: 768px) {
  .cx-stat-big { font-size: 3rem; }
}

.cx-stat-small {
  display: block; font-size: 0.75rem; color: #d1fae5;
  margin-top: 0.375rem; letter-spacing: 0.05em; font-weight: 700;
}

/* Trust grid */
.cx-trust-bar {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem; margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .cx-trust-bar { grid-template-columns: repeat(5, minmax(0, 1fr)); }
}

.cx-trust-item {
  text-align: center; padding: 1rem;
}
.cx-trust-ico {
  color: rgba(255,255,255,0.8);
  margin-bottom: 0.75rem;
  display: flex; justify-content: center;
}
.cx-trust-v { font-weight: 900; font-size: 1.25rem; margin-bottom: 0.25rem; color: #fff; line-height: 1.4; }
.cx-trust-l { font-size: 0.75rem; color: rgba(255,255,255,0.6); font-weight: 700; }

/* Reviews */
.cx-reviews-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem; margin-bottom: 3rem;
}
.cx-review-card {
  background: #fff;
  border-radius: 1.5rem;
  box-shadow: 0 8px 30px rgba(0,0,0,0.12);
  padding: 1.5rem;
  color: #111827;
  transition: all 0.3s;
}
.cx-review-card:hover { box-shadow: 0 20px 50px rgba(0,0,0,0.2); }
.cx-review-stars {
  display: flex; gap: 0.25rem;
  margin-bottom: 1rem; color: #facc15;
}
.cx-review-body {
  font-size: 0.875rem; color: #4b5563; line-height: 1.625;
  margin-bottom: 1.25rem; min-height: 80px; font-weight: 600;
}
.cx-review-who {
  display: flex; align-items: center; gap: 0.75rem;
  font-size: 0.875rem; font-weight: 700; color: #111827;
}

/* Media bar */
.cx-media-bar {
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(4px);
  border-radius: 0.75rem;
  padding: 1.5rem;
}
.cx-media-label {
  text-align: center; color: #a7f3d0;
  font-size: 0.875rem; margin-bottom: 1rem;
}
.cx-media-logos {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem;
}
.cx-media-logo {
  display: inline-block;
  background: rgba(255,255,255,0.2); backdrop-filter: blur(4px);
  border-radius: 0.5rem;
  padding: 0.75rem 1.5rem;
  font-size: 0.875rem; font-weight: 500; color: #fff !important;
  text-decoration: none; transition: background 0.2s;
}
.cx-media-logo:hover { background: rgba(255,255,255,0.35); color: #fff !important; }

/* ============================================================
   B6: 3 STEPS
   ============================================================ */
.cx-steps-grid {
  display: flex; flex-direction: column; gap: 1rem;
  max-width: 56rem; margin: 0 auto;
}

@media (min-width: 768px) {
  .cx-steps-grid { flex-direction: row; align-items: stretch; }
}

.cx-step-card {
  flex: 1;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1);
  border: 1px solid #f3f4f6;
  padding: 1.5rem;
  display: flex; flex-direction: column; gap: 0.625rem;
}
.cx-step-head { display: flex; align-items: center; gap: 1rem; margin-bottom: 0.5rem; }
.cx-step-num {
  width: 3rem; height: 3rem; border-radius: 9999px;
  background: #059669;
  color: #fff; display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 1.25rem; flex-shrink: 0;
}
.cx-step-label { font-size: 0.75rem; color: #059669; }
.cx-step-title { font-size: 1.125rem; font-weight: 700; color: #111827; margin-bottom: 0.25rem; }
.cx-step-desc { font-size: 0.875rem; color: #4b5563; line-height: 1.625; font-weight: 600; margin: 0; }

/* Connector — vertical on mobile, horizontal on desktop */
.cx-step-arrow {
  display: flex; align-items: center; justify-content: center;
  padding: 0.5rem 0;
  font-size: 0; overflow: hidden;
}
.cx-step-arrow::after {
  content: '';
  display: block;
  width: 2px; height: 2rem;
  background: linear-gradient(to bottom, #6ee7b7, #10b981);
}

@media (min-width: 768px) {
  .cx-step-arrow {
    flex-shrink: 0; width: auto; padding: 0;
    align-items: center; justify-content: center;
    align-self: stretch; flex-direction: column;
  }
  .cx-step-arrow::after {
    width: 3rem; height: 2px;
    background: linear-gradient(to right, #6ee7b7, #10b981);
  }
}

/* ============================================================
   B7: FAQ
   ============================================================ */
.cx-faq-list {
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1);
  overflow: hidden;
}
.cx-faq-item { border-bottom: 1px solid #f3f4f6; }
.cx-faq-item:last-child { border-bottom: none; }

.cx-faq-question {
  width: 100%; display: flex; align-items: flex-start; gap: 0.75rem;
  padding: 1rem 1.25rem; background: transparent; border: none;
  cursor: pointer; text-align: left;
  font-family: 'Noto Sans JP', sans-serif;
  transition: background 0.15s;
}
.cx-faq-question:hover { background: #f9fafb; }
.cx-faq-question[aria-expanded="true"] { background: #ecfdf5; }

.cx-faq-q-badge {
  min-width: 2rem; height: 2rem; border-radius: 0.375rem;
  background: #f3f4f6; color: #6b7280;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.75rem; font-weight: 700; flex-shrink: 0;
  transition: background 0.15s, color 0.15s;
}
.cx-faq-question[aria-expanded="true"] .cx-faq-q-badge {
  background: #10b981; color: #fff;
}
.cx-faq-q-text {
  flex: 1; font-size: 0.9375rem; font-weight: 700;
  line-height: 1.5; color: #111827; padding-top: 0.125rem;
}
.cx-faq-plus {
  flex-shrink: 0; transition: transform 0.3s;
  color: #9ca3af; margin-top: 0.125rem;
}
.cx-faq-question[aria-expanded="true"] .cx-faq-plus { transform: rotate(45deg); }

.cx-faq-answer { display: none; }
.cx-faq-answer.is-open {
  display: block;
  margin: 0 1.25rem 1rem calc(1.25rem + 2.75rem);
  background: #f9fafb;
  border-radius: 0.75rem;
  padding: 1rem;
  font-size: 0.9rem; color: #374151; line-height: 1.8;
}
.cx-faq-a-label { color: #059669; font-weight: 700; margin-right: 0.375rem; }

/* ============================================================
   B8: RE-CTA  (green gradient section)
   ============================================================ */
.cx-recta-deco {
  position: absolute; inset: 0; pointer-events: none;
}
.cx-recta-deco-c1 {
  position: absolute; top: 5rem; right: -5rem;
  width: 20rem; height: 20rem;
  background: rgba(255,255,255,0.1);
  border-radius: 9999px; filter: blur(3rem);
}
.cx-recta-deco-c2 {
  position: absolute; bottom: -5rem; left: -5rem;
  width: 20rem; height: 20rem;
  background: rgba(255,255,255,0.1);
  border-radius: 9999px; filter: blur(3rem);
}
.cx-recta-box {
  max-width: 56rem; margin: 0 auto;
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(4px);
  border-radius: 1.5rem; padding: 2rem;
  position: relative; text-align: center;
}

@media (min-width: 768px) {
  .cx-recta-box { padding: 3rem; }
}

.cx-recta-title {
  font-size: 1.5rem; font-weight: 700;
  text-align: center; margin-bottom: 2rem;
  line-height: 1.625; color: #fff;
}

@media (min-width: 768px) {
  .cx-recta-title { font-size: 1.875rem; }
}

.cx-recta-sub { font-size: 0.875rem; color: rgba(255,255,255,0.85); margin-bottom: 1.5rem; }
.cx-recta-grid {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem; margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .cx-recta-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

.cx-recta-card {
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1);
  padding: 1.25rem; text-align: center;
}
.cx-recta-card-name { font-size: 1rem; color: #4b5563; font-weight: 700; margin-bottom: 0.5rem; }
.cx-recta-card-qty { font-size: 1.875rem; font-weight: 900; color: #111827; }
.cx-recta-card-qty small { font-size: 0.875rem; font-weight: 700; color: #6b7280; margin-left: 0.25rem; }
.cx-recta-checks {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 1rem; font-size: 0.875rem; color: rgba(255,255,255,0.8); margin-bottom: 2rem;
}
.cx-recta-check { display: flex; align-items: center; gap: 0.5rem; }

/* White CTA button */
.cx-cta-white {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.75rem;
  background: #fff; color: #059669 !important;
  font-weight: 700; padding: 1.25rem 2rem;
  border-radius: 1rem;
  font-size: 1rem;
  box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25);
  transition: all 0.2s; cursor: pointer;
  text-decoration: none;
}

@media (min-width: 768px) {
  .cx-cta-white { font-size: 1.125rem; }
}

.cx-cta-white:hover { transform: scale(1.05); color: #059669 !important; }
.cx-cta-white .cx-cta-line-icon {
  background: #06C755 !important; color: #fff !important;
}

/* ============================================================
   B9: PRODUCT LINEUP
   ============================================================ */
.cx-products-section {
  padding: 2.5rem 0;
  position: relative; overflow: hidden;
}

@media (min-width: 768px) {
  .cx-products-section { padding: 3.5rem 0; }
}

.cx-products-section::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, #fff, rgba(253,242,248,0.3), #fff);
  pointer-events: none;
}
.cx-products-section > .cx-container { position: relative; z-index: 1; }

.cx-products-cat-head {
  display: flex; align-items: center; gap: 0.75rem;
  margin-bottom: 1rem;
}
.cx-products-cat-badge {
  width: 2rem; height: 2rem; border-radius: 0.5rem;
  background: #000; color: #fff;
  display: flex; align-items: center; justify-content: center;
}
.cx-products-cat-name { font-size: 1.125rem; font-weight: 900; }
.cx-products-cat-count { font-size: 0.8125rem; color: #9ca3af; margin-left: auto; }

.cx-products-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem; margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .cx-products-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
.cx-product-card {
  display: flex; flex-direction: column;
  background: #fff;
  border-radius: 1.5rem;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  padding: 1.25rem;
  text-decoration: none !important; color: inherit;
  transition: box-shadow 0.2s, transform 0.2s;
  position: relative; overflow: hidden;
}
.cx-product-card:hover {
  box-shadow: 0 15px 40px rgba(0,0,0,0.12);
  transform: translateY(-0.25rem);
  color: inherit;
}
.cx-product-deco {
  position: absolute; top: 0; right: 0;
  width: 6rem; height: 6rem;
  background: linear-gradient(to bottom left, #f0fdf4, transparent);
  border-bottom-left-radius: 9999px;
  opacity: 0.8; pointer-events: none;
}
.cx-product-tag {
  position: absolute; top: 0.75rem; right: 0.75rem;
  background: linear-gradient(to right, #f97316, #ef4444);
  color: #fff;
  font-size: 0.6875rem; font-weight: 700;
  padding: 0.25rem 0.625rem; border-radius: 9999px;
  box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1);
}
.cx-product-icon {
  position: relative;
  width: 3rem; height: 3rem; border-radius: 1rem;
  background: #000;
  display: flex; align-items: center; justify-content: center;
  color: #fff; margin-bottom: 0.625rem;
  box-shadow: 0 10px 15px -3px rgba(0,0,0,0.15);
  transition: transform 0.3s;
}
.cx-product-card:hover .cx-product-icon { transform: scale(1.1); }
.cx-product-name {
  font-size: 0.875rem; font-weight: 700; color: #111827;
  min-height: 44px; line-height: 1.375;
  margin-bottom: 0.5rem;
}
.cx-product-price-box {
  background: #f9fafb; border-radius: 0.75rem; padding: 0.75rem;
  margin-bottom: auto;
}
.cx-product-price-label { font-size: 0.75rem; color: #6b7280; margin-bottom: 0.25rem; }
.cx-product-price {
  font-size: 1.5rem; font-weight: 900; line-height: 1;
  background: linear-gradient(to right, #111827, #374151);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.cx-product-price-yen { font-size: 1rem; }
.cx-product-price-from { font-size: 0.875rem; color: #9ca3af; }
.cx-product-btn {
  margin-top: 0.75rem;
  display: flex; align-items: center; justify-content: center; gap: 0.5rem;
  background: #059669; color: #fff !important;
  border-radius: 1rem; padding: 0.875rem;
  font-size: 0.875rem; font-weight: 700;
  transition: background 0.2s;
}
.cx-product-btn:hover { background: #047857; }

/* ============================================================
   FOOTER CTA
   ============================================================ */
.cx-footer-cta {
  background: #f9fafb;
  padding: 3rem 0;
  text-align: center;
}
.cx-footer-cta-sub {
  color: #6b7280; margin-bottom: 1.5rem;
  font-weight: 700; font-size: 0.875rem;
}
.cx-cta-line-sm {
  display: inline-flex; align-items: center; gap: 0.75rem;
  background: #06C755; color: #fff !important;
  font-weight: 700; padding: 1rem 1.5rem;
  border-radius: 0.75rem;
  text-decoration: none; transition: background 0.2s;
  font-size: 0.875rem;
}
@media (min-width: 768px) { .cx-cta-line-sm { font-size: 1rem; } }
.cx-cta-line-sm:hover { background: #05b34d; color: #fff !important; }
.cx-cta-line-sm-icon {
  width: 2rem; height: 2rem;
  background: rgba(255,255,255,0.2);
  border-radius: 0.5rem;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; flex-shrink: 0;
}

/* ============================================================
   RESPONSIVE  (mobile ≤ 767px)
   ============================================================ */
@media (max-width: 767px) {
  .cx-hero-inner { padding: 2rem 1rem; }
  .cx-hero-h1 { font-size: 1.5rem; }
  .cx-hero-sub { font-size: 0.8rem; }
  .cx-cta-line { font-size: 0.9rem; padding: 0.875rem 1rem; width: 100%; }

  .cx-section-title { font-size: 1.5rem; }

  .cx-benefit-grid { grid-template-columns: 1fr; }
  .cx-tips-grid { grid-template-columns: 1fr; }
  .cx-reviews-grid { grid-template-columns: 1fr; }
  .cx-products-grid { grid-template-columns: 1fr 1fr; }

  .cx-stat-big { font-size: 1.5rem; }

  .cx-recta-box { padding: 1.5rem 1rem; }
  .cx-recta-title { font-size: 1.125rem; }
  .cx-recta-grid { grid-template-columns: 1fr; gap: 0.625rem; }
  .cx-cta-white { font-size: 0.9rem; padding: 0.875rem 1rem; width: 100%; }

  .cx-faq-answer.is-open { margin-left: 1.25rem; }
}
