/* Loopya — direction éditoriale 2026
   Une seule grammaire visuelle pour les pages publiques : typographie ample,
   lignes fines, vraies captures produit, très peu de cartes décoratives. */

body.editorial-page {
  background: var(--cream);
  color: var(--ink);
  letter-spacing: -.014em;
}

body.editorial-page::after { display: none; }

.editorial-page .container,
.ed-shell {
  width: min(100% - 48px, 1480px);
  max-width: 1480px;
  margin-inline: auto;
  padding-inline: 0;
}

.editorial-page .nav {
  padding: 0;
  height: 82px;
  border-bottom: 1px solid var(--line);
  background: color-mix(in srgb, var(--cream) 94%, transparent);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.editorial-page .nav-inner { height: 100%; }
.editorial-page .logo { font-size: 22px; font-weight: 650; }
.editorial-page .logo .dot { color: var(--accent); }
/* Nav = style UNIFIÉ du site (base loopya-v2) — plus de variante éditoriale (Evan 13/07). */
.editorial-page .nav-links { text-transform: none; }

.editorial-page .btn-pill,
.editorial-page .btn-pill-light {
  min-height: 42px;
  padding: 11px 18px;
  border-radius: 5px;
  box-shadow: none;
  font-weight: 650;
  letter-spacing: -.01em;
}
.editorial-page .btn-pill:hover,
.editorial-page .btn-pill-light:hover { box-shadow: none; }

.ed-kicker {
  display: flex;
  align-items: center;
  gap: 13px;
  color: var(--ink-mute);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .21em;
  text-transform: uppercase;
}
.ed-kicker::before { content: ""; width: 42px; height: 1px; background: var(--accent); }

.ed-home-hero { padding: clamp(64px, 7vw, 104px) 0 clamp(52px, 6vw, 88px); }
.ed-home-title {
  max-width: 1380px;
  margin: clamp(38px, 5vw, 66px) 0 clamp(38px, 4vw, 58px);
  font-family: var(--display);
  font-size: clamp(62px, 8.1vw, 126px);
  line-height: .92;
  letter-spacing: -.072em;
  font-weight: 520;
}
.ed-home-title .quiet { color: var(--ink-mute); font-weight: 390; }
.ed-hero-bottom { display: grid; grid-template-columns: minmax(300px, 640px) 1fr; gap: 10vw; align-items: end; }
.ed-lead { max-width: 640px; color: var(--ink-mute); font-size: clamp(17px, 1.5vw, 21px); line-height: 1.5; }
.ed-lead strong { color: var(--ink); font-weight: 560; }
.ed-actions { display: flex; align-items: center; gap: 24px; margin-top: 32px; }
.ed-text-link { padding-bottom: 3px; border-bottom: 1px solid currentColor; font-size: 14px; font-weight: 550; }
.ed-hero-note { justify-self: end; text-align: right; color: var(--ink-mute); font-size: 11px; line-height: 1.75; letter-spacing: .16em; text-transform: uppercase; }

.ed-product-stage {
  position: relative;
  padding: clamp(36px, 5.5vw, 82px) max(22px, calc((100vw - 1480px) / 2));
  overflow: hidden;
  border-block: 1px solid var(--line);
  background: var(--mint);
}
.ed-product-stage::before {
  content: attr(data-index);
  position: absolute;
  left: 20px;
  top: 30px;
  color: var(--ink-mute);
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}
.ed-browser {
  width: min(1280px, 94%);
  margin: auto;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #050705;
  box-shadow: 0 32px 90px rgba(0,0,0,.32);
}
.ed-browser-bar {
  height: 38px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 14px;
  border-bottom: 1px solid rgba(255,255,255,.1);
  background: #090b09;
}
.ed-browser-bar i { width: 7px; height: 7px; border-radius: 50%; background: #353a36; }
.ed-browser-bar span { margin: auto; color: #737a74; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.ed-browser img { display: block; width: 100%; height: auto; }
.ed-capture-note {
  position: absolute;
  right: clamp(18px, 4vw, 58px);
  bottom: clamp(16px, 3vw, 42px);
  padding: 12px 15px;
  border-radius: 4px;
  background: var(--ink-deep);
  color: #f4f4ef;
  font-size: 11px;
  box-shadow: 0 12px 36px rgba(0,0,0,.28);
}
.ed-capture-note b { color: var(--accent-bright); }

.ed-proof {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  border-bottom: 1px solid var(--line);
}
.ed-proof > div {
  min-height: 166px;
  padding: 28px clamp(20px, 2.4vw, 36px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid var(--line);
}
.ed-proof > div:last-child { border-right: 0; }
.ed-proof-kicker { color: var(--ink-mute); font-size: 10px; letter-spacing: .17em; text-transform: uppercase; }
.ed-proof-copy { max-width: 400px; font-size: clamp(19px, 1.7vw, 24px); line-height: 1.18; }
.ed-proof-value { font-size: clamp(31px, 3vw, 43px); letter-spacing: -.055em; }
.ed-proof-label { color: var(--ink-mute); font-size: 12px; }

.ed-split {
  min-height: 820px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid var(--line);
}
.ed-split-copy {
  padding: clamp(70px, 8vw, 118px) clamp(24px, 7vw, 108px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid var(--line);
}
.ed-split.reverse .ed-split-copy { order: 2; border-right: 0; border-left: 1px solid var(--line); }
.ed-section-no { color: var(--ink-mute); font-size: 10px; letter-spacing: .19em; text-transform: uppercase; }
.ed-title {
  max-width: 720px;
  margin: 0;
  font-size: clamp(48px, 5.8vw, 88px);
  line-height: .96;
  letter-spacing: -.064em;
  font-weight: 490;
}
.ed-body { max-width: 520px; color: var(--ink-mute); font-size: 18px; line-height: 1.56; }
.ed-body strong { color: var(--ink); font-weight: 550; }
.ed-split-visual {
  min-width: 0;
  padding: clamp(38px, 5.5vw, 84px);
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--surface);
}
.ed-shot-card { width: min(100%, 710px); overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: #050705; box-shadow: 0 30px 80px rgba(0,0,0,.26); }
.ed-shot-card img { display: block; width: 100%; height: auto; }
.ed-shot-pair { width: min(100%, 720px); display: grid; grid-template-columns: 1fr 1fr; gap: 16px; align-items: center; }
.ed-shot-pair .ed-shot-card:nth-child(2) { transform: translateY(42px); }

.ed-method { padding: clamp(86px, 10vw, 150px) 0; }
.ed-method .ed-title { max-width: 1100px; margin-top: 48px; }
.ed-method-grid { margin-top: clamp(52px, 7vw, 86px); display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.ed-method-item { min-height: 190px; padding: 28px; border-right: 1px solid var(--line); }
.ed-method-item:last-child { border-right: 0; }
.ed-method-item b { display: block; margin-bottom: 50px; font-size: 20px; font-weight: 540; }
.ed-method-item p { color: var(--ink-mute); font-size: 14px; line-height: 1.5; }

.ed-evidence { padding: clamp(82px, 9vw, 138px) 0; background: var(--ink-deep); color: #f2f2ec; }
.ed-evidence-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(44px, 8vw, 130px); align-items: center; }
.ed-evidence-copy .ed-kicker { color: rgba(242,242,236,.58); }
.ed-evidence-copy h2 { margin: 48px 0 32px; font-size: clamp(48px, 5.8vw, 88px); line-height: .96; letter-spacing: -.06em; font-weight: 480; }
.ed-evidence-copy p { max-width: 530px; color: rgba(242,242,236,.67); font-size: 17px; line-height: 1.6; }
.ed-evidence-copy strong { color: #f2f2ec; font-weight: 560; }
.ed-evidence-shot { overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 8px; background: #050705; box-shadow: 0 30px 90px rgba(0,0,0,.48); }
.ed-evidence-shot img { display: block; width: 100%; height: auto; }

.ed-pricing { padding: clamp(88px, 10vw, 150px) 0; border-bottom: 1px solid var(--line); }
.ed-pricing-head { display: grid; grid-template-columns: 1fr minmax(280px, 500px); gap: 60px; align-items: end; }
.ed-pricing-head .ed-title { margin-top: 46px; }
.ed-pricing-head p { color: var(--ink-mute); font-size: 17px; line-height: 1.6; }
.ed-plans { margin-top: clamp(58px, 7vw, 92px); display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.ed-plan { position: relative; min-height: 480px; padding: 30px; display: flex; flex-direction: column; border-right: 1px solid var(--line); }
.ed-plan:last-child { border-right: 0; }
.ed-plan.recommended { background: var(--surface); }
.ed-plan.recommended::before { content: "LE PLUS CHOISI"; position: absolute; top: -1px; left: -1px; right: -1px; height: 29px; padding-top: 8px; background: var(--accent-solid); color: #fff; text-align: center; font-size: 9px; font-weight: 700; letter-spacing: .16em; }
.ed-plan.recommended { padding-top: 58px; }
.ed-plan-name { color: var(--ink-mute); font-size: 11px; letter-spacing: .17em; text-transform: uppercase; }
.ed-plan-price { margin: 28px 0 12px; font-size: clamp(40px, 4vw, 58px); letter-spacing: -.055em; }
.ed-plan-price small { font-size: 13px; color: var(--ink-mute); letter-spacing: 0; }
.ed-plan-pitch { min-height: 48px; color: var(--ink-mute); font-size: 14px; line-height: 1.5; }
.ed-plan ul { list-style: none; margin: 28px 0 30px; display: grid; gap: 12px; color: var(--ink-soft); font-size: 13px; line-height: 1.45; }
.ed-plan li::before { content: "—"; margin-right: 9px; color: var(--accent); }
.ed-plan .btn-pill { margin-top: auto; justify-content: center; }
.ed-free-note { margin-top: 22px; display: flex; justify-content: space-between; gap: 24px; color: var(--ink-mute); font-size: 12px; }
.ed-free-note strong { color: var(--ink); }

.ed-home-faq { padding: clamp(88px, 10vw, 150px) 0; }
.ed-faq-grid { margin-top: 62px; border-top: 1px solid var(--line); }
.ed-faq-grid details { border-bottom: 1px solid var(--line); }
.ed-faq-grid summary { position: relative; padding: 28px 54px 28px 0; cursor: pointer; list-style: none; font-size: clamp(18px, 2vw, 25px); font-weight: 520; }
.ed-faq-grid summary::-webkit-details-marker { display: none; }
.ed-faq-grid summary::after { content: "+"; position: absolute; right: 5px; top: 25px; color: var(--ink-mute); font-size: 26px; font-weight: 350; }
.ed-faq-grid details[open] summary::after { content: "−"; }
.ed-faq-answer { max-width: 760px; padding: 0 0 30px; color: var(--ink-mute); font-size: 15px; line-height: 1.7; }

.ed-tools-hero { padding: clamp(70px, 8vw, 120px) 0 clamp(54px, 6vw, 88px); border-bottom: 1px solid var(--line); }
.ed-tools-hero .ed-title { max-width: 1180px; margin: 46px 0 38px; }
.ed-tools-intro { max-width: 670px; color: var(--ink-mute); font-size: 19px; line-height: 1.55; }
.ed-tools-nav { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 38px; }
.ed-tools-nav a { padding: 9px 13px; border: 1px solid var(--line); border-radius: 4px; font-size: 12px; }

.ed-gallery { border-bottom: 1px solid var(--line); }
.ed-gallery-head { padding: 68px 0 42px; display: grid; grid-template-columns: 1fr minmax(260px, 470px); gap: 60px; align-items: end; }
.ed-gallery-head h2 { max-width: 790px; font-size: clamp(42px, 5.2vw, 76px); line-height: .98; letter-spacing: -.055em; font-weight: 490; }
.ed-gallery-head p { color: var(--ink-mute); font-size: 16px; line-height: 1.6; }
.ed-gallery-stage { padding: clamp(24px, 4vw, 58px); background: var(--surface); border-top: 1px solid var(--line); }
.ed-gallery-grid { display: grid; grid-template-columns: 1.45fr .75fr; gap: 18px; max-width: 1320px; margin: auto; align-items: start; }
.ed-gallery-grid.equal { grid-template-columns: 1fr 1fr; }
.ed-gallery-grid img { width: 100%; height: auto; display: block; border: 1px solid var(--line); border-radius: 7px; background: #050705; box-shadow: 0 24px 62px rgba(0,0,0,.22); }
.ed-gallery-caption { display: flex; justify-content: space-between; gap: 20px; padding-top: 14px; color: var(--ink-mute); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }

.ed-cta { padding: clamp(90px, 11vw, 165px) 0; text-align: left; background: var(--ink-deep); color: #f2f2ec; }
.ed-cta h2 { max-width: 1120px; margin: 0 0 44px; font-size: clamp(50px, 7vw, 104px); line-height: .93; letter-spacing: -.065em; font-weight: 480; }
.ed-cta .btn-pill { background: #f2f2ec; color: #0a0d0b; }

.editorial-page .final-cta {
  display: block;
  padding: clamp(80px, 10vw, 145px) 0;
  background: var(--ink-deep);
  color: #f2f2ec;
  text-align: left;
}
.editorial-page .final-cta-bg { display: none; }
.editorial-page .final-cta .container { position: relative; }
.editorial-page .final-cta-h2 {
  max-width: 1080px;
  margin: 0 0 42px;
  font-family: var(--display);
  font-size: clamp(46px, 6.6vw, 96px);
  line-height: .95;
  letter-spacing: -.06em;
  font-weight: 480;
}
.editorial-page .final-cta-h2 em { color: rgba(242,242,236,.58); font-style: normal; }
.editorial-page .final-cta .btn-pill { background: #f2f2ec; color: #0a0d0b; }
.editorial-page .site-foot { padding-top: 72px; }
.editorial-page .foot-grid { border-top: 1px solid rgba(255,255,255,.16); padding-top: 42px; }

.theme-dock {
  position: fixed;
  z-index: 120;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  display: grid;
  gap: 9px;
  padding: 9px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: color-mix(in srgb, var(--cream) 88%, transparent);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.theme-dock button { width: 16px; height: 16px; padding: 0; border: 0; border-radius: 50%; cursor: pointer; box-shadow: 0 0 0 1px var(--line); }
.theme-dock button[data-theme="emeraude"] { background: #087552; }
.theme-dock button[data-theme="violet"] { background: #7754cf; }
.theme-dock button[data-theme="dark"] { background: #0d120f; }
.theme-dock button[data-theme="dark-violet"] { background: #1a1223; }
.theme-dock button.on { outline: 2px solid var(--ink); outline-offset: 3px; }

@media (max-width: 900px) {
  .editorial-page .container, .ed-shell { width: min(100% - 32px, 1480px); }
  .editorial-page .nav { height: 68px; }
  .ed-home-hero { padding-top: 56px; }
  .ed-home-title { font-size: clamp(50px, 12.5vw, 84px); }
  .ed-hero-bottom { grid-template-columns: 1fr; }
  .ed-hero-note { display: none; }
  .ed-proof { grid-template-columns: 1fr 1fr; }
  .ed-proof > div:first-child { grid-column: 1 / -1; border-bottom: 1px solid var(--line); }
  .ed-proof > div:nth-child(2) { border-right: 1px solid var(--line); }
  .ed-proof > div:nth-child(3) { border-right: 0; }
  .ed-split { min-height: 0; grid-template-columns: 1fr; }
  .ed-split-copy, .ed-split.reverse .ed-split-copy { min-height: 620px; order: 0; border: 0; border-bottom: 1px solid var(--line); }
  .ed-split-visual { order: 1; }
  .ed-method-grid { grid-template-columns: 1fr; }
  .ed-method-item { min-height: 150px; border-right: 0; border-bottom: 1px solid var(--line); }
  .ed-gallery-head { grid-template-columns: 1fr; gap: 24px; }
  .ed-gallery-grid, .ed-gallery-grid.equal { grid-template-columns: 1fr; }
  .ed-evidence-grid, .ed-pricing-head { grid-template-columns: 1fr; }
  .ed-plans { grid-template-columns: 1fr; }
  .ed-plan { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .ed-plan:last-child { border-bottom: 0; }
  .ed-shot-pair { grid-template-columns: 1fr; }
  .ed-shot-pair .ed-shot-card:nth-child(2) { transform: none; }
}

@media (max-width: 620px) {
  .editorial-page .container, .ed-shell { width: min(100% - 28px, 1480px); }
  .ed-home-hero { padding: 48px 0 36px; }
  .ed-home-title { margin: 36px 0 32px; font-size: 52px; line-height: .94; }
  .ed-lead { font-size: 16.5px; }
  .ed-actions { align-items: stretch; flex-direction: column; gap: 15px; }
  .ed-actions .btn-pill { justify-content: center; }
  .ed-text-link { align-self: center; }
  .ed-product-stage { padding: 34px 8px 40px; }
  .ed-product-stage::before { display: none; }
  .ed-browser { width: 100%; overflow-x: hidden; }
  .ed-browser.desktop-crop img { width: 820px; max-width: none; }
  .ed-browser-bar span { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .ed-capture-note { font-size: 9px; }
  .ed-proof > div { min-height: 132px; padding: 20px; }
  .ed-proof-value { font-size: 29px; }
  .ed-split-copy, .ed-split.reverse .ed-split-copy { min-height: 570px; padding: 64px 14px; }
  .ed-title { font-size: 49px; }
  .ed-body { font-size: 16px; }
  .ed-split-visual { padding: 38px 12px; }
  .ed-method { padding: 82px 0 96px; }
  .ed-gallery-head { padding: 58px 0 32px; }
  .ed-gallery-stage { padding: 20px 10px 28px; }
  .ed-gallery-grid .desktop-only { display: none; }
  .ed-gallery-grid .mobile-only { display: block; }
  .theme-dock { display: none; }
}

@media (min-width: 621px) { .mobile-only { display: none !important; } }

/* Pages éditoriales secondaires — même rythme que l'accueil, sans refaire
   leur logique métier (checkout, FAQ, guides et articles restent inchangés). */
body.editorial-page .page-hero {
  padding: clamp(72px, 8vw, 126px) 0 clamp(52px, 6vw, 88px);
  text-align: left;
  border-bottom: 1px solid var(--line);
}
body.editorial-page .page-hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 0 0 clamp(36px, 5vw, 64px);
  color: var(--ink-mute);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .21em;
  text-transform: uppercase;
}
body.editorial-page .page-hero-eyebrow::before {
  content: "";
  width: 42px;
  height: 1px;
  background: var(--accent);
}
body.editorial-page .page-hero-title {
  max-width: 1160px;
  margin: 0 0 32px;
  font-size: clamp(58px, 7.2vw, 108px);
  line-height: .94;
  letter-spacing: -.066em;
  font-weight: 500;
}
body.editorial-page .page-hero-title em {
  color: var(--ink-mute);
  font-style: normal;
  font-weight: 390;
}
body.editorial-page .page-hero-sub {
  max-width: 720px;
  margin: 0;
  color: var(--ink-mute);
  font-size: clamp(17px, 1.45vw, 20px);
  line-height: 1.55;
}
body.editorial-page .page-hero-sub strong { color: var(--ink); font-weight: 560; }

body.editorial-page .pricing-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 28px;
  margin-top: 28px;
  color: var(--ink);
  font-size: 13px;
}
body.editorial-page .hero-roi-note {
  max-width: 620px;
  margin: 18px 0 0;
  color: var(--ink-mute);
  font-size: 14px;
  line-height: 1.5;
}
body.editorial-page .pricing-launch-wrap { margin-bottom: 8px; }
body.editorial-page .pricing-launch {
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink-mute);
  font-size: 14px;
  line-height: 1.55;
  text-align: left;
}
body.editorial-page .pricing-launch strong { color: var(--ink); }

/* Tarifs : une grille architecturée par des lignes, pas trois cartes flottantes. */
body.editorial-page .pricing-page { padding: 56px 0 112px; }
body.editorial-page .pricing-page .free-strip {
  margin-bottom: 40px;
  padding: 24px 26px;
  border-radius: 7px;
  background: transparent;
  box-shadow: none;
}
body.editorial-page .pricing-page .free-chip {
  padding: 5px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
body.editorial-page .pricing-page .free-chip.lock { background: transparent; }
body.editorial-page .pricing-page .free-strip-cta,
body.editorial-page .pricing-page .btn-block,
body.editorial-page .pricing-page .bill-seg,
body.editorial-page .pricing-page .bill-btn { border-radius: 5px; }
body.editorial-page .pricing-page .pricing-grid {
  gap: 0;
  margin-top: 0;
  border: 1px solid var(--line);
  align-items: stretch;
}
body.editorial-page .pricing-page .price-card {
  min-width: 0;
  padding: 38px 30px 32px;
  border: 0;
  border-right: 1px solid var(--line);
  border-radius: 0;
  box-shadow: none !important;
  transition: none;
}
body.editorial-page .pricing-page .price-card:last-child { border-right: 0; }
body.editorial-page .pricing-page .price-card:hover { transform: none; box-shadow: none; }
body.editorial-page .pricing-page .price-card.featured:hover { transform: none; }
body.editorial-page .pricing-page .price-badge {
  top: -1px;
  right: -1px;
  left: -1px;
  padding: 8px 12px;
  border-radius: 0;
  text-align: center;
}
body.editorial-page .pricing-page .price-card.featured { padding-top: 58px; }
body.editorial-page .pricing-page .price-card-amount .big {
  font-size: clamp(43px, 4.2vw, 60px);
  letter-spacing: -.055em;
}
body.editorial-page .pricing-page .price-feats li { padding-block: 10px; }
body.editorial-page .pricing-page .price-roi,
body.editorial-page .pricing-page .price-equiv .chip,
body.editorial-page .pricing-page .excl-tag,
body.editorial-page .pricing-page .price-excl-off .tag { border-radius: 4px; }
body.editorial-page .pricing-page .incl-card,
body.editorial-page .pricing-page .roi-card,
body.editorial-page .pricing-page .roi-foot,
body.editorial-page .pricing-page .cmp-wrap { border-radius: 7px; box-shadow: none; }
body.editorial-page .pricing-page .mentor { border-radius: 8px; box-shadow: none; }
body.editorial-page .pricing-page .roi-grid { gap: 0; border: 1px solid var(--line); }
body.editorial-page .pricing-page .roi-card { border: 0; border-right: 1px solid var(--line); }
body.editorial-page .pricing-page .roi-card:last-child { border-right: 0; }

/* FAQ : questions ouvertes sur des séparateurs, contact compact et franc. */
body.editorial-page .faq-page { padding: 72px 0 126px; }
body.editorial-page .faq-section {
  display: grid;
  grid-template-columns: minmax(190px, .42fr) minmax(0, 1fr);
  gap: clamp(40px, 8vw, 130px);
  margin: 0;
  padding: 44px 0 72px;
  border-bottom: 1px solid var(--line);
}
body.editorial-page .faq-section-title {
  align-self: start;
  margin: 0;
  padding: 0;
  border: 0;
  display: grid;
  gap: 12px;
  color: var(--ink);
  font-size: 12px;
  letter-spacing: .16em;
}
body.editorial-page .faq-section-title .count { color: var(--ink-mute); }
body.editorial-page .faq-section-body { width: 100%; max-width: none; margin: 0; }
body.editorial-page .faq-item { border-bottom: 1px solid var(--line); }
body.editorial-page .faq-item:first-child { border-top: 1px solid var(--line); }
body.editorial-page .faq-item summary {
  min-height: 76px;
  padding: 25px 54px 25px 0;
  font-size: 17px;
  font-weight: 540;
}
body.editorial-page .faq-item-body { max-width: 750px; padding: 0 50px 30px 0; }
body.editorial-page .faq-q-contact {
  max-width: none;
  margin-top: 72px;
  padding: 34px;
  border-radius: 7px;
}

@media (max-width: 900px) {
  body.editorial-page .pricing-page .pricing-grid { grid-template-columns: 1fr; }
  body.editorial-page .pricing-page .price-card { border-right: 0; border-bottom: 1px solid var(--line); }
  body.editorial-page .pricing-page .price-card:last-child { border-bottom: 0; }
  body.editorial-page .pricing-page .roi-grid { grid-template-columns: 1fr 1fr; }
  body.editorial-page .pricing-page .roi-card { border-bottom: 1px solid var(--line); }
  body.editorial-page .faq-section { grid-template-columns: 1fr; gap: 28px; }
}

@media (max-width: 620px) {
  body.editorial-page .page-hero { padding: 54px 0 46px; }
  body.editorial-page .page-hero-eyebrow { margin-bottom: 34px; }
  body.editorial-page .page-hero-title { font-size: 52px; }
  body.editorial-page .pricing-trust { display: grid; gap: 10px; }
  body.editorial-page .pricing-launch { padding: 20px 0; }
  body.editorial-page .pricing-page { padding: 34px 0 84px; }
  body.editorial-page .pricing-page .free-strip { padding: 20px; }
  body.editorial-page .pricing-page .price-card { padding: 32px 22px 28px; }
  body.editorial-page .pricing-page .price-card.featured { padding-top: 58px; }
  body.editorial-page .pricing-page .roi-grid { grid-template-columns: 1fr; }
  body.editorial-page .pricing-page .roi-card { border-right: 0; }
  body.editorial-page .faq-page { padding: 32px 0 84px; }
  body.editorial-page .faq-section { padding: 34px 0 52px; }
  body.editorial-page .faq-item summary { min-height: 70px; padding-right: 40px; font-size: 16px; }
  body.editorial-page .faq-item-body { padding-right: 16px; }
  body.editorial-page .faq-q-contact { padding: 26px 22px; }
}
