.elementor-2051 .elementor-element.elementor-element-299f3e8b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:56px;--padding-bottom:88px;--padding-left:0px;--padding-right:0px;}.elementor-2051 .elementor-element.elementor-element-235c3b3a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-weight );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-weight );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );color:var( --e-global-color-primary );}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-weight );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-weight );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-weight );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );}.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-weight );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}}@media(max-width:767px){.elementor-2051 .elementor-element.elementor-element-299f3e8b{--padding-top:56px;--padding-bottom:88px;--padding-left:16px;--padding-right:16px;}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-weight );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-weight );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );}.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-weight );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}}@media(min-width:768px){.elementor-2051 .elementor-element.elementor-element-235c3b3a{--content-width:800px;}}/* Start custom CSS *//* ========================================================
   Reverse Engineer ChatGPT Ads — post-level stylesheet
   ========================================================
   WHERE THIS GOES
   Edit post with Elementor > hamburger > Page Settings >
   Advanced > Custom CSS. Paste the whole file.

   Uses the site's CURRENT token names:
     --color-accent / --color-accent-hover / --font-body
     --color-ink / --color-ink-soft / --radius-*

   Does NOT use --color-stone or --color-stone-soft. Those
   inverted in the token rename (stone-soft is now darker
   than stone), so muted text uses alpha on ink instead.

   File: aimkc-post-reverse-engineer-v1.css
   ======================================================== */


/* ========================================================
   1. HEADINGS — specificity fix
   ========================================================
   Elementor's kit rule .elementor-widget-heading
   .elementor-heading-title is also (0,2,0) and loads later.
   Chaining the widget class takes these to (0,3,0).
   ======================================================== */

.elementor-widget-heading.aimkc-post__h2 { margin: 64px 0 18px; }

.elementor-widget-heading.aimkc-post__h2 .elementor-heading-title {
  font-family: var(--font-body);
  font-size: clamp(26px, 3.2vw, 34px);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.022em;
  color: var(--color-ink);
}

.elementor-widget-heading.aimkc-post__h2--lede { margin: 0 0 18px; }

.elementor-widget-heading.aimkc-post__h2--lede .elementor-heading-title {
  font-size: clamp(30px, 4.6vw, 46px);
  line-height: 1.06;
  letter-spacing: -0.03em;
}


/* ========================================================
   2. PROSE
   ======================================================== */

.elementor-widget-text-editor.aimkc-post__prose p {
  font-size: 18px;
  line-height: 1.72;
  color: var(--color-ink-soft);
  margin: 0 0 22px;
}

.elementor-widget-text-editor.aimkc-post__prose p:last-child { margin-bottom: 0; }

.aimkc-post__prose strong { color: var(--color-ink); font-weight: 700; }
.aimkc-post__prose em { font-style: italic; }

.aimkc-post__prose a {
  color: var(--color-accent);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.aimkc-post__prose a:hover { color: var(--color-accent-hover); }

.aimkc-post__kicker .cga-eyebrow-line {
  font-family: ui-monospace, "SF Mono", SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-accent);
  margin: 0;
}

.aimkc-post__prose .cga-dek {
  font-size: clamp(19px, 2.2vw, 22px);
  line-height: 1.45;
  color: rgba(14, 14, 16, 0.62);
  max-width: 46ch;
}


/* ========================================================
   3. SCREENSHOTS
   ======================================================== */

.aimkc-post__shot { margin: 14px 0 40px; }

.aimkc-post__shot img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--radius-md);
  border: 1px solid rgba(14, 16, 16, 0.14);
  background: #FFFFFF;
}

.aimkc-post__shot figcaption {
  font-family: ui-monospace, "SF Mono", SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 11px;
  line-height: 1.5;
  color: rgba(14, 14, 16, 0.45);
  margin-top: 10px;
  text-align: left;
}


/* ========================================================
   4. TWO-OPTION BLOCK
   ======================================================== */

.aimkc-rev { margin: 36px 0; }

.rev-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.rev-opt {
  background: #FFFFFF;
  border: 1px solid rgba(14, 16, 16, 0.12);
  border-radius: var(--radius-md);
  padding: 22px;
}

.rev-opt--on {
  border-color: var(--color-accent);
  box-shadow: inset 0 0 0 1px var(--color-accent);
}

.rev-opt__num {
  display: block;
  font-family: ui-monospace, "SF Mono", SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(14, 14, 16, 0.45);
  margin-bottom: 10px;
}

.rev-opt--on .rev-opt__num { color: var(--color-accent); }

.rev-opt p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: var(--color-ink-soft);
}


/* ========================================================
   5. NUMBERED INFERENCE LIST
   ======================================================== */

.aimkc-post__checklist { margin: 36px 0; }

.post-checklist {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: aimkc-check;
}

.post-checklist li {
  counter-increment: aimkc-check;
  position: relative;
  padding: 0 0 24px 54px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(14, 16, 16, 0.10);
}

.post-checklist li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.post-checklist li::before {
  content: counter(aimkc-check, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 2px;
  font-family: ui-monospace, "SF Mono", SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--color-accent);
}

.post-checklist h3 {
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.01em;
  color: var(--color-ink);
  margin: 0 0 8px;
}

.post-checklist p {
  font-size: 17px;
  line-height: 1.65;
  color: var(--color-ink-soft);
  margin: 0;
}


/* ========================================================
   6. SCORECARD
   ======================================================== */

.rev-score {
  background: var(--color-ink);
  border-radius: var(--radius-md);
  padding: 24px 26px;
}

.rev-score__lab {
  font-family: ui-monospace, "SF Mono", SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  margin: 0 0 16px;
}

.rev-score__row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.rev-score__cell {
  font-family: ui-monospace, "SF Mono", SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 12px;
  font-weight: 500;
  padding: 9px 14px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(255, 255, 255, 0.20);
  color: rgba(255, 255, 255, 0.80);
}

.rev-score__cell--on {
  background: var(--color-accent);
  border-color: var(--color-accent);
  color: #FFFFFF;
  font-weight: 700;
}

.rev-score__cell--mid {
  border-color: var(--color-accent);
  color: #FFB27A;
}

.rev-score__note {
  font-size: 13px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.45);
  margin: 16px 0 0;
}


/* ========================================================
   7. AD TEARDOWN CARDS
   ========================================================
   Each card sits directly above its screenshot widget, so
   the card kills its own bottom margin and the shot picks
   the spacing back up.
   ======================================================== */

.aimkc-rev-td { margin: 36px 0 0; }

.rev-td {
  background: #FFFFFF;
  border: 1px solid rgba(14, 16, 16, 0.12);
  border-radius: var(--radius-md);
  padding: 20px 22px;
}

.rev-td__head {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.rev-td__adv {
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.015em;
  color: var(--color-ink);
}

.rev-td__badge {
  font-family: ui-monospace, "SF Mono", SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 999px;
  white-space: nowrap;
}

.rev-td__badge--on {
  background: var(--color-accent);
  color: #FFFFFF;
}

.rev-td__badge--mid {
  background: transparent;
  color: var(--color-accent);
  box-shadow: inset 0 0 0 1px var(--color-accent);
}

.rev-td__badge--off {
  background: transparent;
  color: rgba(14, 14, 16, 0.50);
  box-shadow: inset 0 0 0 1px rgba(14, 16, 16, 0.22);
}

.rev-td__prompt {
  font-family: ui-monospace, "SF Mono", SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 13px;
  line-height: 1.55;
  color: var(--color-ink);
  background: #F2F0EA;
  border-left: 2px solid var(--color-accent);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  padding: 11px 14px;
  margin: 0 0 14px;
}

.rev-td__plabel {
  display: block;
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(14, 14, 16, 0.42);
  margin-bottom: 5px;
}

.rev-td__note {
  font-size: 16px;
  line-height: 1.62;
  color: var(--color-ink-soft);
  margin: 0;
}


/* ========================================================
   8. FAQ
   ======================================================== */

.aimkc-post__faq { margin: 36px 0; }

.post-faq__item {
  padding: 22px 0;
  border-bottom: 1px solid rgba(14, 16, 16, 0.12);
}

.post-faq__item:first-child { padding-top: 0; }
.post-faq__item:last-child { border-bottom: 0; padding-bottom: 0; }

.post-faq__item h3 {
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--color-ink);
  margin: 0 0 10px;
}

.post-faq__item p {
  font-size: 17px;
  line-height: 1.68;
  color: var(--color-ink-soft);
  margin: 0;
}


/* ========================================================
   9. END-OF-POST CTA
   ========================================================
   Full state coverage + !important because Hello Elementor's
   reset.css sets button:hover/:focus background to #c36.
   ======================================================== */

.aimkc-post__cta { margin: 64px 0 0; }

.post-cta {
  background: var(--color-ink);
  border-radius: var(--radius-xl);
  padding: 44px 44px 40px;
}

.post-cta__eyebrow {
  font-family: ui-monospace, "SF Mono", SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--color-accent);
  margin: 0 0 14px;
}

.post-cta__head {
  font-family: var(--font-body);
  font-size: clamp(24px, 3vw, 30px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  margin: 0 0 14px;
}

.post-cta__body {
  font-size: 17px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.72);
  margin: 0 0 26px;
}

.post-cta__btn,
.post-cta__btn:link,
.post-cta__btn:visited,
.post-cta__btn:hover,
.post-cta__btn:focus,
.post-cta__btn:active,
.post-cta__btn:focus-visible {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 14px 30px !important;
  font-family: var(--font-body) !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: 0.01em !important;
  border-radius: 6px !important;
  border: 2px solid var(--color-accent) !important;
  background: var(--color-accent) !important;
  color: #FFFFFF !important;
  text-decoration: none !important;
  cursor: pointer !important;
  outline: none;
  transition: background 200ms ease, border-color 200ms ease, transform 120ms ease;
}

.post-cta__btn:hover,
.post-cta__btn:focus-visible {
  background: var(--color-accent-hover) !important;
  border-color: var(--color-accent-hover) !important;
  transform: translateY(-1px);
}

.post-cta__note {
  font-family: ui-monospace, "SF Mono", SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 11px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.50);
  margin: 18px 0 0;
}

/* Elementor suppresses clicks on HTML widgets without this */
.aimkc-post__cta,
.aimkc-post__cta * { pointer-events: all; }


/* ========================================================
   10. RESPONSIVE
   ======================================================== */

@media (max-width: 767px) {
  .elementor-widget-heading.aimkc-post__h2 { margin: 44px 0 14px; }
  .elementor-widget-text-editor.aimkc-post__prose p { font-size: 17px; }

  .rev-options { grid-template-columns: 1fr; }
  .rev-opt { padding: 18px; }

  .rev-td { padding: 18px; }
  .rev-td__head { justify-content: flex-start; }

  .rev-score { padding: 20px 18px; }
  .rev-score__cell { font-size: 11px; padding: 8px 11px; }

  .post-checklist li { padding-left: 44px; }
  .post-cta { padding: 32px 24px 28px; }
}/* End custom CSS */