/* ── MCP-Edito Landing ────────────────────────────────────────── */
.mced {
  background: radial-gradient(1200px 600px at 12% 0%, rgba(34,211,238,0.12), transparent 55%),
              radial-gradient(900px 520px at 85% 12%, rgba(212,175,55,0.10), transparent 55%),
              #070707;
  color: #d7d8dc;
  min-height: 100vh;
  padding: 30px 0 80px;
}
.mced *, .mced *::before, .mced *::after { box-sizing: border-box; }

.mced-container {
  width: min(94vw, 1200px);
  margin: 0 auto;
  padding: 0 20px;
}

/* ── Header ──────────────────────────────────────────────────── */
.mced-header {
  text-align: center;
  margin-bottom: 40px;
}

.mced-eyebrow {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  font-size: 0.78rem;
  font-weight: 700;
  color: #d4af37;
  margin-bottom: 8px;
}

.mced-header h1 {
  margin: 10px 0 14px;
  font-size: 2.6em;
  color: #22d3ee;
  font-weight: 750;
  letter-spacing: -0.02em;
}

.mced-subtitle {
  font-size: 1.18em;
  color: #b8bcc4;
  margin: 0 0 12px;
  font-weight: 600;
}

.mced-description {
  font-size: 1.02em;
  color: #9aa0a8;
  max-width: 740px;
  margin: 0 auto 8px;
  line-height: 1.65;
}

.mced-description-secondary {
  color: #787e88;
  font-size: 0.96em;
}

/* ── CTA row ─────────────────────────────────────────────────── */
.mced-cta-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
}

.mced-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 12px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.98rem;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s, border-color 0.2s;
}
.mced-btn:hover {
  transform: translateY(-1px);
}

.mced-btn-primary {
  background: rgba(34,211,238,0.12);
  color: #22d3ee;
  border-color: #22d3ee;
}
.mced-btn-primary:hover {
  background: rgba(34,211,238,0.22);
}

.mced-btn-secondary {
  background: rgba(255,255,255,0.05);
  color: #b8bcc4;
  border-color: rgba(255,255,255,0.15);
}
.mced-btn-secondary:hover {
  background: rgba(255,255,255,0.10);
  color: #e8e9ec;
}

.mced-btn-block {
  width: 100%;
}

/* ── Proof badges ────────────────────────────────────────────── */
.mced-proof {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}

.mced-proof span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 14px;
  border-radius: 8px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  color: #9aa0a8;
  font-size: 0.84rem;
  font-weight: 600;
}

/* ── Google auth ─────────────────────────────────────────────── */
.mced-google-wrap {
  min-width: 280px;
}

.mced-auth-message {
  margin: 10px 0 0;
  color: #fbbf24;
  font-size: 0.92rem;
}

/* ── Sections ────────────────────────────────────────────────── */
.mced-section {
  background: rgba(10,10,10,0.62);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
  padding: 28px 24px;
  margin-bottom: 24px;
  backdrop-filter: blur(10px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.25);
}

.mced-section h2 {
  color: #22d3ee;
  font-size: 1.35em;
  margin: 0 0 6px;
}

.mced-section-desc {
  color: #9aa0a8;
  font-size: 0.95em;
  margin: 0 0 20px;
  line-height: 1.6;
}

/* ── Pricing ─────────────────────────────────────────────────── */
.mced-pricing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: start;
}

.mced-pricing-copy h2 {
  font-size: 1.5em;
}

.mced-pricing-copy p {
  color: #9aa0a8;
  line-height: 1.7;
  margin: 12px 0 0;
}

.mced-price-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  padding: 24px 22px;
}

.mced-price {
  font-size: clamp(2.8rem, 4vw, 3.6rem);
  line-height: 0.95;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.04em;
}

.mced-price span {
  margin-left: 6px;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  color: #22d3ee;
  vertical-align: top;
}

.mced-price-period {
  margin-top: 6px;
  color: #22d3ee;
  font-weight: 700;
  font-size: 0.92em;
}

.mced-price-list {
  margin: 18px 0 22px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.mced-price-list li {
  position: relative;
  padding-left: 18px;
  color: #d7d8dc;
  line-height: 1.55;
  font-size: 0.95em;
}

.mced-price-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #22d3ee;
}

.mced-price-footnote {
  margin-top: 12px;
  color: #787e88;
  font-size: 0.88rem;
  line-height: 1.6;
}

/* ── Grid layouts ────────────────────────────────────────────── */
.mced-grid {
  display: grid;
  gap: 14px;
}

.mced-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mced-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

/* ── Cards ───────────────────────────────────────────────────── */
.mced-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  padding: 20px 18px;
  transition: transform 0.2s, border-color 0.2s;
}
.mced-card:hover {
  transform: translateY(-2px);
  border-color: rgba(34,211,238,0.3);
}

.mced-card h3 {
  color: #e8e9ec;
  font-size: 1.05em;
  margin: 0 0 8px;
}

.mced-card p {
  color: #9aa0a8;
  line-height: 1.65;
  margin: 0;
  font-size: 0.95em;
}

.mced-card-kicker {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  font-size: 0.72rem;
  font-weight: 700;
  color: #d4af37;
  margin-bottom: 10px;
}

.mced-card-meta {
  margin-top: 12px;
  color: #22d3ee;
  font-size: 0.85em;
}

.mced-card code {
  color: #d4af37;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.92em;
}

/* ── Tool list ───────────────────────────────────────────────── */
.mced-tool-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.mced-tool-item {
  position: relative;
  padding: 18px 18px 18px 22px;
  border-radius: 12px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
}

.mced-tool-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, #22d3ee 0%, #d4af37 100%);
}

.mced-tool-item h3 {
  color: #d4af37;
  font-size: 0.95em;
  margin: 0 0 6px;
}

.mced-tool-item span {
  color: #9aa0a8;
  font-size: 0.92em;
  line-height: 1.55;
}

/* ── Steps ───────────────────────────────────────────────────── */
.mced-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.mced-step {
  padding: 20px 18px;
  border-radius: 14px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
}

.mced-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  margin-bottom: 14px;
  background: rgba(34,211,238,0.12);
  border: 1px solid rgba(34,211,238,0.3);
  color: #22d3ee;
  font-weight: 800;
  font-size: 0.88em;
}

.mced-step h3 {
  color: #e8e9ec;
  font-size: 1em;
  margin: 0 0 8px;
}

.mced-step p {
  color: #9aa0a8;
  font-size: 0.92em;
  line-height: 1.55;
  margin: 0;
}

/* ── FAQ ─────────────────────────────────────────────────────── */
.mced-faq-list {
  display: grid;
  gap: 10px;
}

.mced-faq-list details {
  padding: 16px 18px;
  border-radius: 12px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
}

.mced-faq-list summary {
  cursor: pointer;
  color: #e8e9ec;
  font-weight: 700;
  font-size: 0.98em;
  list-style: none;
}

.mced-faq-list summary::-webkit-details-marker {
  display: none;
}

.mced-faq-list summary::before {
  content: "+";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 6px;
  margin-right: 10px;
  background: rgba(34,211,238,0.12);
  color: #22d3ee;
  font-weight: 800;
  font-size: 0.9em;
  vertical-align: middle;
  transition: transform 0.2s;
}

.mced-faq-list details[open] summary::before {
  content: "\2212";
  transform: none;
}

.mced-faq-list p {
  margin: 12px 0 0;
  color: #9aa0a8;
  line-height: 1.65;
  font-size: 0.95em;
}

/* ── Final CTA ───────────────────────────────────────────────── */
.mced-final-cta {
  text-align: center;
}

.mced-final-cta h2 {
  max-width: 22ch;
  margin: 0 auto 12px;
}

.mced-final-cta > p {
  color: #9aa0a8;
  line-height: 1.65;
  max-width: 640px;
  margin: 0 auto;
}

.mced-final-actions {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

/* ── Responsive ──────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .mced-grid-3,
  .mced-tool-list,
  .mced-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .mced-pricing-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .mced {
    padding: 20px 0 60px;
  }

  .mced-container {
    width: min(100vw, 100%);
    padding: 0 14px;
  }

  .mced-header h1 {
    font-size: 1.8em;
  }

  .mced-section {
    padding: 20px 16px;
    border-radius: 14px;
  }

  .mced-grid-3,
  .mced-grid-2,
  .mced-tool-list,
  .mced-steps {
    grid-template-columns: 1fr;
  }

  .mced-cta-row,
  .mced-final-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .mced-btn,
  .mced-google-wrap {
    width: 100%;
  }
}
