/* ═══════════════════════════════════════════════
   MOBILE-FIRST DESIGN — Editorial × Luxury
   Single-width: 480px max, no breakpoints
   Same class names as demo2 for SSR compatibility
   ═══════════════════════════════════════════════ */

:root {
  --container: 480px;
  --body-lh: 1.5;
  --h2-size: 1.5rem;
  --cta-size: 1.25rem;
  --cta-radius: 8px;

  --ink: #1a1a1a;
  --ink-soft: #333333;
  --ink-muted: #888888;
  --cream: #ffffff;
  --cream-warm: #f7f7f7;
  --amber: #c9943e;
  --amber-light: #f9f3e8;
  --amber-dark: #a07628;
  --coral: #c0553a;
  --coral-light: #fdf0ec;
  --slate: #666666;
  --border: #e5e5e5;
  --white: #ffffff;

  --font-display: "Noto Sans JP", "Hiragino Sans", sans-serif;
  --font-body: "Noto Sans JP", "Hiragino Sans", sans-serif;

  --s1: 0.5rem;
  --s2: 1rem;
  --s3: 1.5rem;
  --s4: 2rem;
  --s5: 1.5rem;
  --s6: 2rem;
  --s7: 3rem;

  --r1: 6px;
  --r2: 12px;
  --r3: 16px;

  --shadow-subtle: 0 2px 12px rgba(15, 25, 35, 0.06);
  --shadow-medium: 0 8px 30px rgba(15, 25, 35, 0.10);
  --shadow-heavy: 0 16px 60px rgba(15, 25, 35, 0.14);
}

/* ═══ RESET ═══ */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: var(--font-body);
  color: var(--ink);
  line-height: var(--body-lh);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--s2);
}

/* ═══ HEADER ═══ */
#site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--ink);
  padding: 8px 0;
  transition: transform .4s cubic-bezier(.4, 0, .2, 1);
  box-shadow: rgba(0,0,0,0.075) 0px 2px 4px 0px;
}

#site-header.hidden {
  transform: translateY(-100%);
}

.header-inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--s2);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-logo {
  font-family: var(--font-display);
  color: var(--cream);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .04em;
}

.header-logo em {
  font-style: normal;
  color: var(--amber);
}

.header-pr {
  color: var(--slate);
  font-size: .6rem;
  letter-spacing: .1em;
  border: 1px solid var(--ink-muted);
  padding: 2px 8px;
  border-radius: var(--r1);
}

/* ═══ SECTION HEADERS ═══ */
.section-header {
  text-align: center;
  margin-bottom: var(--s2);
}

.section-tag {
  display: inline-block;
  font-family: var(--font-body);
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: var(--amber);
  border: 1px solid var(--amber);
  padding: 3px 12px;
  border-radius: 2px;
  margin-bottom: var(--s1);
}

.section-tag-light {
  color: var(--amber);
  border-color: var(--amber);
}

.section-tag-accent {
  color: var(--ink);
  border-color: var(--ink);
  background: var(--amber);
}

.section-tag-dark {
  color: var(--ink);
  border-color: var(--ink);
}

.section-title {
  font-family: var(--font-display);
  font-size: var(--h2-size);
  font-weight: 800;
  line-height: 1.4;
  color: var(--ink);
  letter-spacing: .02em;
}

.section-title em {
  font-style: normal;
  color: var(--amber);
}

.section-title-light {
  color: var(--ink);
}

.section-title-light em {
  color: var(--amber);
}

.section-lead {
  color: var(--slate);
  font-size: .85rem;
  margin-top: var(--s1);
}

.section-lead-light {
  color: var(--slate);
}

/* ═══ Z1: HERO ═══ */
.zone {
  position: relative;
  overflow: hidden;
}

.zone-pad {
  padding: var(--s3) 0;
}

#z1-hero {
  min-height: auto;
  padding: 0;
  margin: 0;
}

.hero-fv {
  position: relative;
  width: 100%;
  background: #ffffff;
  overflow: hidden;
}

.hero-bg {
  display: block;
  width: 100%;
  height: auto;
}

.hero-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

/* ═══ Z2: EDUCATION CONTENT ═══ */
.z2-edu-section {
  padding: 20px 0;
}

.z2-edu-white {
  background: var(--white);
}

.z2-edu-tinted {
  background: var(--cream-warm);
}

.z2-edu-block {
  text-align: center;
}

.z2-edu-headline {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.6;
  color: var(--ink);
  display: inline;
  background: linear-gradient(transparent 60%, rgba(201,148,62,.25) 60%);
  padding: 0 4px;
}

.z2-edu-headline em {
  font-style: normal;
  color: var(--amber);
}

.z2-edu-sub {
  color: var(--slate);
  font-size: .85rem;
  margin-top: var(--s1);
  line-height: 1.6;
}

.z2-edu-row {
  display: block;
}

.z2-edu-text-col p {
  font-size: .85rem;
  line-height: 1.7;
  color: var(--ink-soft);
  margin-bottom: var(--s2);
}

.z2-edu-text-col p:last-child {
  margin-bottom: 0;
}

.z2-edu-text-col strong {
  color: var(--ink);
  font-weight: 700;
}

.z2-highlight {
  background: linear-gradient(transparent 50%, rgba(201,148,62,.25) 50%);
  color: var(--amber-dark);
  font-weight: 700;
  padding: 0 2px;
}

.z2-edu-img-col {
  display: none;
}

/* ═══ Z2: SCREENSHOT ═══ */
.z2-kw-bridge {
  text-align: center;
  margin-bottom: var(--s2);
}

.z2-kw-phrase {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.5;
  margin: 0;
}

.z2-kw-arrow {
  font-size: 1rem;
  color: var(--amber-dark);
  letter-spacing: .5em;
  margin: var(--s1) 0 0;
}

.screenshot-track {
  display: flex;
  flex-direction: column;
  gap: var(--s2);
}

.screenshot-track .ss-card {
  width: 100%;
}

.ss-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r2);
  overflow: hidden;
}

.ss-img {
  height: 180px;
  background: linear-gradient(135deg, var(--cream-warm), var(--border));
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--slate);
  font-size: .85rem;
  overflow: hidden;
}

.ss-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ss-meta {
  padding: var(--s1) var(--s2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: .8rem;
}

.ss-check {
  color: var(--amber-dark);
  font-weight: 700;
}

/* ═══ Z3: AGENT ═══ */
.zone-dark {
  background: var(--cream-warm);
  color: var(--ink);
}

.agent-list {
  display: flex;
  flex-direction: column;
  gap: var(--s2);
}

/* ── Agent Detail Card (ADC) ── */
.agent-detail-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r2);
  overflow: hidden;
  box-shadow: var(--shadow-subtle);
}

.adc-header {
  background: var(--ink);
  color: var(--white);
  padding: var(--s2);
  border-bottom: 3px solid var(--amber);
}

.adc-name {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: .04em;
}

.adc-subtitle {
  font-size: .78rem;
  color: rgba(255,255,255,.7);
  margin-top: 4px;
}

.adc-hero {
  display: block;
  padding: var(--s2);
  background: var(--cream);
  border-bottom: 1px solid var(--border);
}

.adc-hero-visual {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--s1);
  margin-bottom: var(--s2);
}

.adc-logo-large {
  width: 100%;
  max-width: 280px;
  height: auto;
  min-height: 140px;
  background: var(--amber-light);
  color: var(--amber-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: 800;
  border-radius: var(--r2);
  border: 2px solid var(--amber);
  overflow: hidden;
}

.adc-logo-large img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.adc-hero-badge {
  text-align: center;
}

.adc-hero-badge-label {
  display: inline-block;
  background: #d32f2f;
  color: var(--white);
  font-size: .6rem;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 2px;
  letter-spacing: .08em;
}

.adc-hero-stat {
  display: block;
  font-family: var(--font-display);
  font-size: .85rem;
  font-weight: 700;
  color: var(--ink);
  margin-top: 4px;
  line-height: 1.3;
}

.adc-check-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.adc-check-list li {
  position: relative;
  padding-left: 20px;
  font-size: .82rem;
  line-height: 1.8;
  color: var(--ink);
}

.adc-check-list li::before {
  content: "●";
  position: absolute;
  left: 0;
  color: var(--amber);
  font-size: .6rem;
  top: 5px;
}

.adc-check-list li strong {
  color: var(--amber-dark);
}

/* Spec table */
.adc-spec-table {
  width: 100%;
  border-collapse: collapse;
  font-size: .75rem;
}

.adc-spec-table th,
.adc-spec-table td {
  padding: 8px 6px;
  text-align: center;
  border: 1px solid var(--border);
}

.adc-spec-table th {
  background: var(--cream);
  font-weight: 700;
  color: var(--ink);
  font-size: .7rem;
}

.adc-spec-table td {
  background: var(--white);
  color: var(--slate);
}

.adc-spec-highlight {
  color: var(--amber-dark) !important;
  font-weight: 700;
}

/* Body text */
.adc-body {
  padding: var(--s2);
}

.adc-body p {
  font-size: .85rem;
  color: var(--slate);
  line-height: 1.9;
  margin-bottom: var(--s2);
}

.adc-body p:last-child {
  margin-bottom: 0;
}

.adc-highlight {
  color: var(--ink);
  background: linear-gradient(transparent 60%, rgba(201,148,62,.2) 60%);
  font-weight: 700;
}

/* CTA */
.adc-cta-area {
  padding: 0 var(--s2) var(--s2);
  text-align: center;
}

.adc-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 16px 16px;
  background: linear-gradient(135deg, var(--amber), var(--amber-dark));
  color: var(--white);
  font-family: var(--font-display);
  font-size: .95rem;
  font-weight: 700;
  border-radius: var(--cta-radius);
  text-decoration: none;
  transition: all .3s ease;
  box-shadow: 0 4px 16px rgba(201,148,62,.35);
}

.adc-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(201,148,62,.45);
}

.adc-cta-micro-above {
  display: block;
  color: #dc2626;
  font-size: .85rem;
  font-weight: 700;
  margin-bottom: 6px;
}

.adc-cta-micro-below {
  display: block;
  color: var(--ink);
  font-size: .72rem;
  font-weight: 400;
  margin-top: 6px;
}

/* Review */
.adc-review {
  padding: var(--s2);
  border-top: 1px solid var(--border);
  background: var(--cream);
}

.adc-review-title {
  font-family: var(--font-display);
  font-size: .9rem;
  font-weight: 700;
  margin-bottom: var(--s1);
}

.adc-review-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: var(--s1);
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r1);
  padding: var(--s2);
}

.adc-review-avatar {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: var(--cream-warm);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

.adc-review-text {
  font-size: .8rem;
  color: var(--slate);
  line-height: 1.8;
  margin: 0;
  quotes: none;
}

/* ═══ Z5: FORM ═══ */
.zone-form-bg {
  background: linear-gradient(170deg, #f0f4f8 0%, #e4e9ef 100%);
}

.form-panel {
  background: var(--white);
  border-radius: var(--cta-radius);
  padding: var(--s2);
  max-width: 100%;
  margin: 0 auto;
  box-shadow: var(--shadow-heavy);
}

.form-progress {
  height: 4px;
  background: var(--border);
  border-radius: 99px;
  overflow: hidden;
  margin-bottom: var(--s1);
}

.form-progress-bar {
  height: 100%;
  background: linear-gradient(90deg, var(--amber-dark), var(--amber));
  border-radius: 99px;
  transition: width .5s ease;
}

.form-progress-label {
  text-align: center;
  font-size: .7rem;
  font-weight: 700;
  color: var(--slate);
  letter-spacing: .15em;
  margin-bottom: var(--s3);
}

.form-step {
  display: none;
}

.form-step.active {
  display: block;
  animation: formFade .5s ease;
}

@keyframes formFade {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

.form-q {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: var(--s2);
  color: var(--ink);
}

.opt-grid {
  display: grid;
  gap: var(--s1);
}

.opt-grid-2 {
  grid-template-columns: repeat(2, 1fr);
}

.opt {
  position: relative;
  cursor: pointer;
}

.opt input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.opt span {
  display: block;
  text-align: center;
  padding: 12px 6px;
  border: 1.5px solid var(--border);
  border-radius: var(--cta-radius);
  font-size: .85rem;
  font-weight: 500;
  color: var(--ink);
  transition: all .25s ease;
}

.opt:hover span {
  border-color: var(--amber);
  background: var(--amber-light);
}

.opt input:checked+span {
  border-color: var(--amber-dark);
  background: var(--amber);
  color: var(--white);
  font-weight: 700;
}

.form-select {
  width: 100%;
  padding: 12px 14px;
  border: 1.5px solid var(--border);
  border-radius: var(--r1);
  font-size: .95rem;
  font-family: var(--font-body);
  color: var(--ink);
  appearance: none;
  cursor: pointer;
  background: var(--white) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%233a4f63' fill='none' stroke-width='2'/%3E%3C/svg%3E") no-repeat right 14px center;
}

.btn-submit {
  display: block;
  width: 100%;
  margin-top: var(--s3);
  font-family: var(--font-body);
  font-size: var(--cta-size);
  font-weight: 700;
  color: var(--white);
  background: var(--ink);
  padding: 16px;
  border: none;
  border-radius: var(--cta-radius);
  cursor: pointer;
  transition: all .35s ease;
  letter-spacing: .08em;
}

.btn-submit:hover {
  background: var(--ink-soft);
  transform: translateY(-1px);
}

.form-nav {
  margin-top: var(--s2);
}

.btn-back {
  display: inline-flex;
  align-items: center;
  gap: var(--s1);
  font-family: var(--font-body);
  font-size: .82rem;
  font-weight: 600;
  color: var(--slate);
  background: transparent;
  border: 1px solid var(--border);
  padding: 10px 20px;
  border-radius: var(--cta-radius);
  cursor: pointer;
  transition: all .25s ease;
  margin-bottom: var(--s1);
  width: 100%;
  justify-content: center;
}

.btn-back:hover {
  color: var(--amber-dark);
  border-color: var(--amber);
  background: var(--amber-light);
}

/* ═══ Z6: POINTS ═══ */
.points-row {
  display: flex;
  flex-direction: column;
  gap: var(--s2);
}

.pt-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r2);
  padding: var(--s3);
  position: relative;
  overflow: hidden;
}

.pt-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--amber), var(--coral));
}

.pt-num {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 800;
  color: var(--amber);
  opacity: .35;
  margin-bottom: var(--s1);
}

.pt-card h3 {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: var(--s1);
  color: var(--ink);
}

.pt-card p {
  font-size: .82rem;
  color: var(--slate);
  line-height: 1.8;
}

/* ═══ Z7: COMPARISON ═══ */
.zone-warm {
  background: var(--cream-warm);
}

.cmp-controls {
  margin-bottom: var(--s2);
}

.cmp-controls-inner {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r2);
  padding: var(--s2);
}

.cmp-sort {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-bottom: var(--s1);
}

.cmp-sort-label,
.cmp-filter-label {
  font-size: .8rem;
  font-weight: 700;
  color: var(--ink);
  white-space: nowrap;
  width: 100%;
  margin-bottom: 6px;
}

.cmp-sort-btn {
  font-family: var(--font-body);
  font-size: .78rem;
  font-weight: 600;
  color: var(--amber-dark);
  background: transparent;
  border: none;
  padding: 2px 0;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
  margin-right: 1em;
  margin-bottom: 4px;
}

.cmp-sort-btn.active {
  background: transparent;
  border: none;
  color: var(--ink);
  text-decoration: none;
  font-weight: 700;
}

.cmp-filter {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  margin-bottom: var(--s1);
}

#cmp-filter-select {
  width: 100%;
  padding: 8px 12px;
  border: 1.5px solid var(--border);
  border-radius: var(--r1);
  font-size: .85rem;
  font-family: var(--font-body);
  color: var(--ink);
  appearance: none;
  cursor: pointer;
  background: var(--white) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%233a4f63' fill='none' stroke-width='2'/%3E%3C/svg%3E") no-repeat right 14px center;
}

.cmp-reset-btn {
  font-family: var(--font-body);
  font-size: .72rem;
  font-weight: 600;
  color: var(--slate);
  background: var(--cream-warm);
  border: 1px solid var(--border);
  padding: 5px 14px;
  border-radius: 4px;
  cursor: pointer;
}

.cmp-scroll-hint {
  text-align: right;
  font-size: .72rem;
  color: var(--slate);
  margin-bottom: 4px;
}

.cmp-dynamic-wrapper {
  overflow-x: auto;
  overflow-y: auto;
  max-height: 500px;
  -webkit-overflow-scrolling: touch;
  border-radius: var(--r2);
  box-shadow: var(--shadow-subtle);
}

.cmp-table {
  width: 100%;
  min-width: 480px;
  border-collapse: separate;
  border-spacing: 0;
  background: var(--white);
}

.cmp-table th,
.cmp-table td {
  padding: 10px 12px;
  text-align: center;
  font-size: .78rem;
  border-bottom: 1px solid var(--border);
}

.cmp-table thead th {
  background: var(--ink);
  color: var(--white);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: .72rem;
  letter-spacing: .04em;
  position: sticky;
  top: 0;
  z-index: 3;
}

.td-label-head {
  background: var(--ink-soft) !important;
  text-align: left !important;
  white-space: nowrap;
  position: sticky;
  left: 0;
  top: 0;
  z-index: 4;
}

.cmp-table thead th:first-child {
  background: var(--ink-soft);
}

.td-label {
  text-align: left !important;
  font-weight: 700;
  background: var(--cream);
  color: var(--ink);
  white-space: nowrap;
  position: sticky;
  left: 0;
  z-index: 2;
}

.cmp-table tfoot td:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
  background: var(--white);
}

.cmp-logo-box {
  width: 44px;
  height: 44px;
  background: var(--amber-light);
  color: var(--amber-dark);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 800;
  border-radius: var(--r1);
}

.cmp-rating {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: .88rem;
  color: var(--ink);
}

.cmp-col.cmp-hidden {
  display: none;
}

.cmp-table thead th.cmp-sort-active {
  background: var(--amber-dark);
}

.cmp-ex {
  color: var(--amber-dark);
}

.stars {
  color: var(--amber);
  letter-spacing: 2px;
}

.btn-table {
  display: inline-block;
  font-size: .72rem;
  font-weight: 700;
  color: var(--white);
  background: var(--ink);
  padding: 8px 16px;
  border-radius: var(--cta-radius);
  transition: all .3s ease;
}

.btn-table:hover {
  background: var(--amber-dark);
}

.cmp-table tfoot td {
  border: none;
  padding: var(--s1);
}

/* ═══ Z8: CUSTOM BANNER ═══ */
.banner-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: var(--s2);
  background: var(--cream-warm);
  color: var(--ink);
  border: 1px solid var(--border);
  border-radius: var(--r3);
  padding: var(--s3);
  position: relative;
  overflow: hidden;
}

.banner-big {
  font-family: var(--font-display);
  font-size: 3.5rem;
  font-weight: 800;
  color: var(--amber);
  line-height: 1;
}

.banner-big small {
  font-size: 1.8rem;
}

.banner-hl {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: var(--s1);
}

.banner-sub {
  color: var(--slate);
  font-size: .82rem;
}

/* ═══ Z9: EDITORIAL PICK ═══ */
.zone-accent {
  background: var(--amber);
}

.zone-accent .section-title {
  color: var(--ink);
}

.zone-accent .section-title em {
  color: var(--white);
}

.editorial-card {
  background: var(--white);
  border-radius: var(--r3);
  max-width: 100%;
  margin: 0 auto;
  box-shadow: var(--shadow-heavy);
  overflow: hidden;
  border: 2px solid var(--border);
}

.ed-card-top {
  padding: var(--s2);
  border-bottom: 3px solid var(--amber);
}

.ed-card-name {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--amber-dark);
}

.ed-card-sub {
  font-size: .78rem;
  color: var(--slate);
  margin-top: 2px;
}

.ed-card-banner {
  display: flex;
  justify-content: center;
  padding: var(--s2);
  background: var(--cream);
  border-bottom: 1px solid var(--border);
}

.ed-card-banner-img {
  position: relative;
  display: inline-block;
}

.ed-card-banner-img img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: var(--r1);
  border: 1px solid var(--border);
}

.ed-card-recommend-badge {
  position: absolute;
  top: -8px;
  right: -8px;
  background: linear-gradient(135deg, #e65100, #ff8f00);
  color: var(--white);
  font-family: var(--font-display);
  font-size: .7rem;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 50%;
  box-shadow: 0 3px 12px rgba(230,81,0,.3);
  transform: rotate(12deg);
}

.ed-card-body {
  padding: var(--s2);
}

.ed-card-lead {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: var(--s2);
}

.ed-card-body p {
  font-size: .85rem;
  color: var(--ink);
  line-height: 1.9;
  margin-bottom: var(--s2);
}

.ed-card-merits {
  list-style: none;
  padding: var(--s2);
  margin: var(--s1) 0;
  background: var(--cream);
  border-radius: var(--r1);
}

.ed-card-merits li {
  position: relative;
  padding-left: 20px;
  font-size: .82rem;
  line-height: 2;
  color: var(--ink);
}

.ed-card-merits li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  color: var(--amber);
  font-weight: 700;
}

.ed-card-cta {
  padding: 0 var(--s2) var(--s2);
  text-align: center;
}

/* ═══ Z10: FAQ ═══ */
.faq-list {
  max-width: 100%;
  margin: 0 auto;
}

.faq-item {
  margin-bottom: var(--s1);
  border: 1px solid var(--border);
  border-radius: var(--cta-radius);
  overflow: hidden;
}

.faq-item[open] {
  border-color: var(--amber);
}

.faq-item summary {
  padding: 14px 16px;
  font-family: var(--font-display);
  font-size: .88rem;
  font-weight: 700;
  color: var(--ink);
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.faq-item summary:hover {
  background: var(--cream-warm);
}

.faq-item summary::after {
  content: '+';
  font-size: 1.2rem;
  color: var(--amber);
  flex-shrink: 0;
  margin-left: var(--s1);
}

.faq-item[open] summary::after {
  transform: rotate(45deg);
}

.faq-item p {
  padding: 0 16px 14px;
  color: var(--slate);
  font-size: .82rem;
  line-height: 1.9;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

/* ═══ Z11: FOOTER ═══ */
.zone-footer {
  background: var(--ink-soft);
  padding: var(--s3) 0;
  text-align: center;
}

.footer-logo {
  font-family: var(--font-display);
  color: var(--cream);
  font-size: 1rem;
  font-weight: 700;
  display: inline-block;
  margin-bottom: var(--s2);
}

.footer-logo em {
  font-style: normal;
  color: var(--amber);
}

.footer-nav {
  display: flex;
  justify-content: center;
  gap: var(--s2);
  flex-wrap: wrap;
  margin-bottom: var(--s2);
}

.footer-nav a {
  color: var(--slate);
  font-size: .78rem;
  transition: color .2s;
}

.footer-nav a:hover {
  color: var(--cream);
}

.footer-copy {
  color: var(--ink-muted);
  font-size: .7rem;
  letter-spacing: .06em;
}

/* ═══ SCROLL TOP ═══ */
#scroll-top {
  position: fixed;
  bottom: 20px;
  right: 16px;
  width: 42px;
  height: 42px;
  background: var(--ink);
  color: var(--amber);
  border: 1px solid var(--amber);
  border-radius: 50%;
  font-size: .9rem;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all .35s ease;
  z-index: 999;
  box-shadow: var(--shadow-medium);
}

#scroll-top.visible {
  opacity: 1;
  visibility: visible;
}

#scroll-top:hover {
  background: var(--amber);
  color: var(--ink);
}

/* ═══ SCROLL REVEAL ═══ */
[data-reveal] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .6s ease, transform .6s ease;
}

[data-reveal].revealed {
  opacity: 1;
  transform: translateY(0);
}

[data-reveal][data-delay="1"] { transition-delay: .12s; }
[data-reveal][data-delay="2"] { transition-delay: .24s; }
[data-reveal][data-delay="3"] { transition-delay: .36s; }
[data-reveal][data-delay="4"] { transition-delay: .48s; }
