.elementor-kit-98{--e-global-color-primary:#E56B3D;--e-global-color-secondary:#8B5A6B;--e-global-color-text:#2B2320;--e-global-color-accent:#574A44;--e-global-color-51f9601:#FBF6F0;--e-global-color-2fa2195:#F3EBE0;--e-global-color-1b995a9:#FFFFFF;--e-global-color-48f98ed:#FFE2D2;--e-global-color-ea8dc50:#D9E7D3;--e-global-color-77fdb96:#FBEECB;--e-global-color-0e89b23:#E8D3DC;--e-global-color-b77d982:#FFB08E;--e-global-color-63107ba:#A8C4A0;--e-global-color-759249f:#F5D88F;--e-global-color-84b2c04:#908278;--e-global-color-7d44659:#EADDCB;--e-global-typography-primary-font-family:"Outfit";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"DM Serif Display";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:500;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-accent-font-style:italic;--e-global-typography-5158341-font-family:"DM Mono";--e-global-typography-5158341-font-weight:500;background-color:var( --e-global-color-51f9601 );font-family:"Outfit", Sans-serif;font-size:16px;font-weight:400;}.elementor-kit-98 e-page-transition{background-color:#FFBC7D;}.elementor-kit-98 h1{font-family:"DM Serif Display", Sans-serif;font-size:72px;line-height:1em;}.elementor-kit-98 h2{font-family:"DM Serif Display", Sans-serif;font-size:52px;line-height:1.05em;}.elementor-kit-98 h3{font-family:"DM Serif Display", Sans-serif;font-size:22px;line-height:1.2em;}.elementor-kit-98 h4{font-family:"Outfit", Sans-serif;font-size:14px;line-height:1.4em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1160px;}.e-con{--container-max-width:1160px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ========== V4 SOFT MODERN — GLOBAL ========== */

/* Smooth scroll for anchor links */
html { scroll-background: smooth; scroll-behavior: smooth; }

/* Body ambient gradient (pastel wash behind everything) */
body {
  background-image:
    radial-gradient(ellipse at 0% 0%, #FFE2D2 0%, transparent 40%),
    radial-gradient(ellipse at 100% 0%, #D9E7D3 0%, transparent 35%),
    radial-gradient(ellipse at 50% 100%, #FBEECB 0%, transparent 50%);
  background-attachment: fixed;
  background-repeat: no-repeat;
}

/* Selection color */
::selection { background: #E56B3D; color: #fff; }

/* --- Floating pill navigation --- */
.v4-nav {
  position: sticky !important;
  top: 12px !important;
  z-index: 100;
  margin: 12px 16px 0 !important;
}
.v4-nav .elementor-1702 .elementor-element.elementor-element-6011050 {
  background: rgba(255,255,255,0.7);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid #EADDCB;
  border-radius: 999px !important;
  padding: 14px 24px !important;
  box-shadow: 0 4px 20px rgba(43,35,32,0.04);
  max-width: 1200px;
  margin: 0 auto !important;
}

/* Logo mark (gradient pill) */
.v4-logo-mark {
  background: linear-gradient(135deg, #FFB08E, #E56B3D) !important;
  color: #fff !important;
  border-radius: 10px !important;
  box-shadow: 0 4px 10px rgba(229,107,61,0.3);
}

/* --- Eyebrow pills (hero + section labels) --- */
.v4-eyebrow {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  background: #FFFFFF;
  border: 1px solid #EADDCB;
  padding: 8px 16px 8px 10px !important;
  border-radius: 999px !important;
  box-shadow: 0 2px 6px rgba(43,35,32,0.03);
  font-size: 13px;
  font-weight: 500;
  color: #574A44;
}
.v4-eyebrow .e-dot {
  width: 22px; height: 22px;
  background: #FFE2D2;
  border-radius: 50%;
  display: grid; place-items: center;
  font-size: 12px;
}

/* --- Gradient-text "em" inside headings --- */
/* Wrap italic words with <em> in the Heading widget */
.v4-heading em {
  font-style: italic;
  background: linear-gradient(135deg, #E56B3D, #8B5A6B);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

/* --- Tool card container --- */
.v4-tool-card {
  background: #FFFFFF !important;
  border: 1px solid #EADDCB !important;
  border-radius: 40px !important;
  box-shadow: 0 20px 50px rgba(43,35,32,0.08), 0 4px 12px rgba(43,35,32,0.04);
  padding: 36px !important;
  position: relative;
  z-index: 2;
}

/* Decorative blobs behind tool */
.v4-blob-wrap { position: relative; }
.v4-blob-wrap::before,
.v4-blob-wrap::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(30px);
  opacity: 0.6;
  z-index: 1;
  pointer-events: none;
}

.v4-blob-wrap::before {
  width: 160px; height: 160px;
  background: #FFB08E;
  top: -60px; left: -80px;
}
.v4-blob-wrap::after {
  width: 200px; height: 200px;
  background: #F5D88F;
  top: 40%; right: -100px;
}

/* Mobile */
@media (max-width: 768px) {
    .v4-blob-wrap {
        overflow: hidden;
    }

    
}

/* --- Trust pills --- */
.v4-trust-pill {
  background: #FFFFFF !important;
  border: 1px solid #EADDCB !important;
  padding: 8px 16px !important;
  border-radius: 999px !important;
  font-size: 13.5px;
  color: #574A44;
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  margin: 0 4px 8px !important;
}
.v4-trust-pill::before {
  content: "";
  width: 7px; height: 7px;
  border-radius: 50%;
  display: inline-block;
}
.v4-trust-pill.dot-peach::before { background: #FFB08E; }
.v4-trust-pill.dot-sage::before { background: #A8C4A0; }
.v4-trust-pill.dot-butter::before { background: #F5D88F; }

/* --- Step cards (How It Works) --- */
.v4-step {
  background: #FFFFFF !important;
  border: 1px solid #EADDCB !important;
  border-radius: 28px !important;
  padding: 32px 26px !important;
  transition: all .25s;
  height: 100%;
}
.v4-step:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(43,35,32,0.08);
}
.v4-step-num {
  width: 44px; height: 44px;
  border-radius: 14px !important;
  display: grid; place-items: center;
  font-family: 'DM Serif Display', serif;
  font-style: italic;
  font-size: 20px;
  margin-bottom: 22px;
}
.v4-step.step-1 .v4-step-num { background: #FFE2D2; color: #E56B3D; }
.v4-step.step-2 .v4-step-num { background: #D9E7D3; color: #557A4A; }
.v4-step.step-3 .v4-step-num { background: #FBEECB; color: #B38628; }
.v4-step.step-4 .v4-step-num { background: #E8D3DC; color: #8B5A6B; }

/* --- Use-case cards (pastel gradients) --- */
.v4-case {
  border: 1px solid #EADDCB !important;
  border-radius: 28px !important;
  padding: 40px 36px !important;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.v4-case:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(43,35,32,0.08); }
.v4-case.case-peach  { background: linear-gradient(135deg, #FFE2D2 0%, #FFFFFF 60%) !important; }
.v4-case.case-sage   { background: linear-gradient(135deg, #D9E7D3 0%, #FFFFFF 60%) !important; }
.v4-case.case-butter { background: linear-gradient(135deg, #FBEECB 0%, #FFFFFF 60%) !important; }
.v4-case.case-plum   { background: linear-gradient(135deg, #E8D3DC 0%, #FFFFFF 60%) !important; }
.v4-case .v4-case-icon {
  width: 52px; height: 52px;
  background: #FFFFFF;
  border-radius: 16px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 20px;
  box-shadow: 0 4px 12px rgba(43,35,32,0.06);
}
.v4-case.case-peach  .v4-case-icon i,
.v4-case.case-peach  .v4-case-icon svg { color: #E56B3D; }
.v4-case.case-sage   .v4-case-icon i,
.v4-case.case-sage   .v4-case-icon svg { color: #557A4A; }
.v4-case.case-butter .v4-case-icon i,
.v4-case.case-butter .v4-case-icon svg { color: #B38628; }
.v4-case.case-plum   .v4-case-icon i,
.v4-case.case-plum   .v4-case-icon svg { color: #8B5A6B; }

/* --- Honesty block --- */
.v4-honesty {
  background: linear-gradient(135deg, #E8D3DC 0%, #FFE2D2 100%) !important;
  border: 1px solid #EADDCB !important;
  border-radius: 40px !important;
  padding: 56px !important;
  max-width: 780px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.v4-honesty::before {
  content: "";
  position: absolute;
  top: -50px; right: -50px;
  width: 180px; height: 180px;
  background: #F5D88F;
  border-radius: 50%;
  opacity: 0.4;
  filter: blur(40px);
}
.v4-honesty-note {
  display: inline-block !important;
  font-size: 13px;
  color: #8B5A6B;
  background: #FFFFFF;
  padding: 6px 14px !important;
  border-radius: 999px !important;
  font-weight: 500;
  margin-bottom: 22px;
}
.v4-honesty-list li {
  background: rgba(255,255,255,0.6) !important;
  padding: 14px 18px !important;
  border-radius: 12px !important;
  font-size: 15px;
  color: #2B2320;
  backdrop-filter: blur(6px);
  list-style: none !important;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.v4-honesty-list li::before {
  content: "✓";
  width: 22px; height: 22px;
  background: #E56B3D;
  color: #FFFFFF;
  border-radius: 50%;
  display: grid; place-items: center;
  font-size: 12px;
  font-weight: 700;
  flex-shrink: 0;
}

/* --- Example cards --- */
.v4-example {
  background: #FFFFFF !important;
  border: 1px solid #EADDCB !important;
  border-radius: 28px !important;
  padding: 36px 22px 24px !important;
  text-align: center;
  cursor: pointer;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.v4-example::before {
  content: "";
  position: absolute;
  top: -30px; right: -30px;
  width: 100px; height: 100px;
  border-radius: 50%;
  opacity: 0.3;
  transition: all .4s;
  pointer-events: none;
}
.v4-example.blob-peach::before  { background: #FFB08E; }
.v4-example.blob-sage::before   { background: #A8C4A0; }
.v4-example.blob-butter::before { background: #F5D88F; }
.v4-example.blob-plum::before   { background: #E8D3DC; }
.v4-example.blob-accent::before { background: #FFD9C4; }
.v4-example.blob-sagesoft::before { background: #D9E7D3; }
.v4-example:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(43,35,32,0.08);
}
.v4-example:hover::before { width: 140px; height: 140px; opacity: 0.5; }
.v4-example .ambi-word {
  font-family: 'DM Serif Display', serif;
  font-style: italic;
  font-size: 38px;
  color: #2B2320;
  line-height: 1;
  letter-spacing: -0.02em;
}
.v4-example .ambi-word.mirrored {
  transform: rotate(180deg);
  color: #908278;
  opacity: 0.5;
  margin-top: 6px;
}
.v4-example .ambi-divider {
  width: 55%; height: 1px;
  background: #D9C6AE;
  margin: 10px auto;
}

/* --- FAQ accordion styling --- */
.v4-faq .elementor-accordion-item {
  background: #FFFFFF !important;
  border: 1px solid #EADDCB !important;
  border-radius: 28px !important;
  padding: 0 28px !important;
  margin-bottom: 14px !important;
  transition: all .2s;
}
.v4-faq .elementor-accordion-item:hover { border-color: #D9C6AE !important; }
.v4-faq .elementor-active .elementor-accordion-item {
  box-shadow: 0 8px 24px rgba(43,35,32,0.06);
}
.v4-faq .elementor-tab-title {
  padding: 24px 0 !important;
  font-family: 'DM Serif Display', serif !important;
  font-weight: 400 !important;
  font-size: 20px !important;
  color: #2B2320 !important;
  border: none !important;
}
.v4-faq .elementor-tab-content {
  padding: 0 0 24px !important;
  font-size: 15.5px !important;
  color: #574A44 !important;
  line-height: 1.65 !important;
  border: none !important;
}

/* --- Final CTA card --- */
.v4-final-cta {
  background: linear-gradient(135deg, #FFE2D2 0%, #FBEECB 50%, #E8D3DC 100%) !important;
  border: 1px solid #EADDCB !important;
  border-radius: 40px !important;
  padding: 120px 40px !important;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.v4-final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 30%, #FFB08E 0%, transparent 30%),
    radial-gradient(circle at 80% 70%, #A8C4A0 0%, transparent 30%);
  opacity: 0.3;
  pointer-events: none;
}
.v4-final-bg-word {
  font-family: 'DM Serif Display', serif;
  font-style: italic;
  font-size: clamp(140px, 25vw, 300px);
  color: rgba(255,255,255,0.3);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  line-height: 0.85;
  letter-spacing: -0.04em;
  white-space: nowrap;
  pointer-events: none;
  z-index: 0;
}

/* --- Primary CTA button --- */
.v4-btn-primary a,
.v4-btn-primary button {
  background: linear-gradient(135deg, #E56B3D, #D0551F) !important;
  border-radius: 16px !important;
  box-shadow: 0 6px 16px rgba(229,107,61,0.35) !important;
  transition: all .25s !important;
}
.v4-btn-primary a:hover,
.v4-btn-primary button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(229,107,61,0.45) !important;
}

/* --- Dark CTA button (used in final CTA) --- */
.v4-btn-dark a {
  background: #2B2320 !important;
  color: #FBF6F0 !important;
  border-radius: 999px !important;
  padding: 18px 36px !important;
  box-shadow: 0 10px 30px rgba(43,35,32,0.2) !important;
  transition: all .25s !important;
}
.v4-btn-dark a:hover {
  background: #E56B3D !important;
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(229,107,61,0.35) !important;
}

/* --- Outline button --- */
.v4-btn-outline a {
  background: #FFFFFF !important;
  border: 1px solid #EADDCB !important;
  color: #2B2320 !important;
  border-radius: 999px !important;
  padding: 13px 26px !important;
  box-shadow: 0 2px 8px rgba(43,35,32,0.04);
  transition: all .2s;
}
.v4-btn-outline a:hover {
  background: #2B2320 !important;
  color: #FBF6F0 !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(43,35,32,0.15) !important;
}

/* --- iframe wrapper (tool) --- */
.v4-tool-iframe iframe {
  width: 100%;
  border: none;
  border-radius: 24px;
  display: block;
}

/* Mobile tweaks */
@media (max-width: 767px) {
  .v4-honesty { padding: 36px 28px !important; }
  .v4-tool-card { padding: 24px !important; border-radius: 28px !important; }
  .v4-final-cta { padding: 80px 24px !important; border-radius: 28px !important; }
}

/* ========== TWO-WORD PAGE ADDITIONS ========== */

/* Breadcrumb */
.v4-breadcrumb {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  font-family: 'DM Mono', monospace;
  font-size: 11.5px;
  letter-spacing: 0.08em;
  color: #908278;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.v4-breadcrumb a { color: #908278; transition: color .2s; }
.v4-breadcrumb a:hover { color: #E56B3D; }
.v4-breadcrumb .sep { opacity: 0.5; }
.v4-breadcrumb .current { color: #2B2320; font-weight: 500; }

/* Helper note above the tool (butter pill) */
.v4-helper-above {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  padding: 10px 18px 10px 14px !important;
  background: #FBEECB !important;
  border: 1px solid rgba(245,216,143,0.6) !important;
  border-radius: 999px !important;
  font-size: 13.5px;
  color: #2B2320;
  margin-bottom: 28px !important;
  font-weight: 500;
}
.v4-helper-above .icon {
  width: 22px; height: 22px;
  background: #F5D88F;
  border-radius: 50%;
  display: grid; place-items: center;
  font-size: 12px;
}
.v4-helper-above strong { color: #E56B3D; font-weight: 600; }

/* Two-input row (only used in hero tool card) */
.v4-dual-inputs {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 12px;
  align-items: stretch;
  margin-bottom: 14px;
}
.v4-input-group { position: relative; }
.v4-input-label {
  position: absolute;
  top: 10px;
  left: 18px;
  font-family: 'DM Mono', monospace;
  font-size: 10px;
  color: #E56B3D;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  pointer-events: none;
}
.v4-input-group.b .v4-input-label { color: #8B5A6B; }
.v4-field-dual {
  background: #FBF6F0;
  border: 1.5px solid #EADDCB;
  border-radius: 16px;
  padding: 30px 18px 14px;
  font-family: 'DM Serif Display', serif;
  font-style: italic;
  font-size: 22px;
  color: #2B2320;
  width: 100%;
  outline: none;
  transition: all .2s;
  letter-spacing: -0.01em;
}
.v4-field-dual::placeholder {
  color: #908278;
  font-style: italic;
  font-family: 'DM Serif Display', serif;
}
.v4-field-dual:focus {
  background: #FFFFFF;
  border-color: #E56B3D;
  box-shadow: 0 0 0 4px #FFD9C4;
}
.v4-input-group.b .v4-field-dual:focus {
  border-color: #8B5A6B;
  box-shadow: 0 0 0 4px #E8D3DC;
}

/* Swap button */
.v4-swap-btn {
  align-self: center;
  width: 48px;
  height: 48px;
  background: #FFFFFF;
  border: 1.5px solid #EADDCB;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #2B2320;
  transition: all .25s;
  cursor: pointer;
  margin-top: 20px;
  flex-shrink: 0;
}
.v4-swap-btn:hover {
  background: #E56B3D;
  color: #FFFFFF;
  border-color: #E56B3D;
  transform: rotate(180deg);
  box-shadow: 0 6px 16px rgba(229,107,61,0.3);
}
@media (max-width: 640px) {
  .v4-dual-inputs { grid-template-columns: 1fr; gap: 8px; }
  .v4-swap-btn { margin-top: 0; justify-self: center; }
}

/* Soft mismatch warning */
.v4-soft-warning {
  display: none;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 16px;
  background: #FFF7EC;
  border: 1px solid #F5D88F;
  border-left: 3px solid #F5D88F;
  border-radius: 12px;
  font-size: 13.5px;
  color: #574A44;
  margin-bottom: 20px;
  line-height: 1.5;
}
.v4-soft-warning.visible { display: flex; }
.v4-soft-warning .warn-icon {
  width: 20px; height: 20px;
  background: #F5D88F;
  border-radius: 50%;
  display: grid; place-items: center;
  font-size: 11px;
  color: #2B2320;
  flex-shrink: 0;
  font-weight: 700;
}

/* Two-word example cards — custom ambigram styling */
.v4-example-pair .ambi-word {
  font-family: 'DM Serif Display', serif;
  font-style: italic;
  font-size: 32px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #2B2320;
}
.v4-example-pair .ambi-word.bottom {
  transform: rotate(180deg);
  color: #8B5A6B;
  opacity: 0.6;
  margin-top: 6px;
}
.v4-example-pair .ambi-divider {
  width: 55%; height: 1px;
  background: #D9C6AE;
  margin: 10px auto;
}
.v4-example-pair .ambi-label {
  font-family: 'DM Mono', monospace;
  font-size: 11px;
  color: #908278;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-top: 18px;
  font-weight: 600;
}
.v4-example-pair .ambi-label .sep {
  color: #E56B3D;
  margin: 0 6px;
}

/* Trust footer strip */
.v4-trust-footer {
  display: inline-flex !important;
  align-items: center;
  gap: 24px;
  padding: 14px 28px !important;
  background: #FFFFFF !important;
  border: 1px solid #EADDCB !important;
  border-radius: 999px !important;
  font-size: 12.5px;
  color: #908278;
  font-family: 'DM Mono', monospace;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.v4-trust-footer .divider {
  width: 1px; height: 14px; background: #D9C6AE;
}
.v4-trust-footer strong { color: #2B2320; font-weight: 500; }
@media (max-width: 600px) {
  .v4-trust-footer { flex-direction: column; gap: 8px; padding: 14px 20px !important; }
  .v4-trust-footer .divider { display: none; }
}


/* ========== WHAT-IS-AMBIGRAM PAGE ADDITIONS ========== */

/* Narrow container (same as how-to-make) */
.v4-narrow {
  max-width: 820px !important;
  margin: 0 auto !important;
}

/* Breadcrumb (reuse from other pages) */
.v4-breadcrumb {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  font-family: 'DM Mono', monospace;
  font-size: 11.5px;
  letter-spacing: 0.08em;
  color: #908278;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.v4-breadcrumb a { color: #908278; transition: color .2s; }
.v4-breadcrumb a:hover { color: #E56B3D; }
.v4-breadcrumb .sep { opacity: 0.5; }
.v4-breadcrumb .current { color: #2B2320; font-weight: 500; }

/* DEFINITION BOX (critical — hero anchor) */
.v4-definition-box {
  max-width: 720px !important;
  margin: 0 auto 48px !important;
  background: #FFFFFF !important;
  border: 2px solid #FFD9C4 !important;
  border-radius: 28px !important;
  padding: 32px 36px !important;
  text-align: left !important;
  position: relative;
}
.v4-definition-box-title {
  font-family: 'DM Mono', monospace;
  font-size: 13px;
  font-weight: 500;
  color: #908278;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.v4-definition-box-body {
  font-size: 16px;
  color: #2B2320;
  line-height: 1.7;
  font-weight: 500;
}
.v4-definition-box-body strong {
  color: #E56B3D;
  font-weight: 600;
}

/* CONCEPT CARDS (3-up in "How It Works") */
.v4-concept-card {
  background: #FFFFFF !important;
  border: 1px solid #EADDCB !important;
  border-radius: 28px !important;
  padding: 28px !important;
  text-align: center !important;
  transition: all .3s;
  height: 100%;
}
.v4-concept-card:hover {
  border-color: #E56B3D !important;
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(229,107,61,0.12);
}
.v4-concept-card-title {
  font-family: 'DM Serif Display', serif;
  font-size: 20px;
  color: #2B2320;
  margin-bottom: 12px;
  letter-spacing: -0.015em;
  font-weight: 400;
}
.v4-concept-card-text {
  font-size: 15px;
  color: #574A44;
  line-height: 1.6;
}

/* TYPES TABLE */
.v4-types-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 24px;
  background: #FFFFFF;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #EADDCB;
}
.v4-types-table th {
  background: #FBEECB;
  border-bottom: 2px solid #D9C6AE;
  padding: 16px;
  text-align: left;
  font-weight: 600;
  color: #2B2320;
  font-size: 14px;
  font-family: 'Outfit', sans-serif;
}
.v4-types-table td {
  padding: 20px 16px;
  border-bottom: 1px solid #EADDCB;
  font-size: 15px;
  color: #574A44;
  vertical-align: top;
}
.v4-types-table tbody tr:hover {
  background: #F3EBE0;
}
.v4-types-table tbody tr:last-child td {
  border-bottom: none;
}
.v4-types-table td strong {
  color: #2B2320;
  font-weight: 600;
}
.v4-types-footnote {
  font-size: 14px !important;
  color: #908278 !important;
  font-style: italic !important;
  line-height: 1.55 !important;
}
.v4-types-footnote strong {
  color: #2B2320;
  font-weight: 600;
}

@media (max-width: 640px) {
  .v4-types-table thead { display: none; }
  .v4-types-table, .v4-types-table tbody, .v4-types-table tr, .v4-types-table td {
    display: block; width: 100%;
  }
  .v4-types-table tr {
    background: #FBF6F0;
    border: 1px solid #EADDCB;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 12px;
  }
  .v4-types-table td { padding: 6px 0; border: none; }
  .v4-types-table td[data-label]::before {
    content: attr(data-label);
    font-family: 'DM Mono', monospace;
    font-size: 10.5px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #908278;
    display: block;
    margin-bottom: 4px;
    font-weight: 600;
  }
}

/* TERMINOLOGY ACCORDION (styled differently from FAQ — tighter, term-like) */
.v4-terminology {
  /* uses the same v4-faq base styling inherited from other pages,
     but we override the summary hover/open states */
}
.v4-terminology .elementor-accordion-item {
  background: #FFFFFF !important;
  border: 1px solid #EADDCB !important;
  border-radius: 28px !important;
  margin-bottom: 12px !important;
  overflow: hidden;
  padding: 0 !important;
}
.v4-terminology .elementor-tab-title {
  padding: 20px 24px !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  color: #2B2320 !important;
  transition: all .2s;
  border: none !important;
  font-family: 'Outfit', sans-serif !important;
  letter-spacing: 0 !important;
}
.v4-terminology .elementor-tab-title:hover {
  background: #F3EBE0 !important;
  color: #E56B3D !important;
}
.v4-terminology .elementor-active .elementor-tab-title {
  background: #FFD9C4 !important;
  color: #E56B3D !important;
}
.v4-terminology .elementor-tab-content {
  padding: 0 24px 20px !important;
  color: #574A44 !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
  border: none !important;
}

/* WORD-FIT HIGHLIGHTED SECTION (unique — accent-soft full-width box) */
.v4-word-fit-wrap {
  background: #FFD9C4 !important;
  border-radius: 40px !important;
  padding: 64px 40px !important;
  margin: 64px 28px !important;
}
@media (max-width: 640px) {
  .v4-word-fit-wrap { padding: 48px 24px !important; margin: 48px 16px !important; }
}
.v4-word-fit-card {
  background: #FFFFFF !important;
  border: 1px solid #EADDCB !important;
  border-radius: 28px !important;
  padding: 28px !important;
  text-align: center !important;
  transition: all .3s;
  height: 100%;
}
.v4-word-fit-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(43,35,32,0.08);
}

/* FINAL CTA variant (dual-button with pastel peach-sage gradient) */
.v4-final-cta.definition-variant {
  background: linear-gradient(135deg, #FFE2D2, #D9E7D3) !important;
  padding: 60px 40px !important;
  border-radius: 40px !important;
}
.v4-final-cta.definition-variant::before { display: none; }
.v4-final-cta.definition-variant .v4-final-bg-word { display: none; }

/* Small inline CTA outline button (used with primary CTA) */
.v4-btn-outline-accent a,
.v4-btn-outline-accent button {
  background: transparent !important;
  color: #E56B3D !important;
  border: 2px solid #E56B3D !important;
  padding: 12px 28px !important;
  border-radius: 999px !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  transition: all .2s;
}
.v4-btn-outline-accent a:hover,
.v4-btn-outline-accent button:hover {
  background: #FFD9C4 !important;
}

/* Trust footer strip (reuse from other pages) */
.v4-trust-footer {
  display: inline-flex !important;
  align-items: center;
  gap: 24px;
  padding: 14px 28px !important;
  background: #FFFFFF !important;
  border: 1px solid #EADDCB !important;
  border-radius: 999px !important;
  font-size: 12.5px;
  color: #908278;
  font-family: 'DM Mono', monospace;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.v4-trust-footer .divider { width: 1px; height: 14px; background: #D9C6AE; }
.v4-trust-footer strong { color: #2B2320; font-weight: 500; }
@media (max-width: 600px) {
  .v4-trust-footer { flex-direction: column; gap: 8px; padding: 14px 20px !important; }
  .v4-trust-footer .divider { display: none; }
}





/* ========== HOW-TO-MAKE PAGE ADDITIONS ========== */

/* Narrower container for tutorial sections */
.v4-narrow {
  max-width: 820px !important;
  margin: 0 auto !important;
}

/* Breadcrumb (reuse from two-word/tattoo) */
.v4-breadcrumb {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  font-family: 'DM Mono', monospace;
  font-size: 11.5px;
  letter-spacing: 0.08em;
  color: #908278;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.v4-breadcrumb a { color: #908278; transition: color .2s; }
.v4-breadcrumb a:hover { color: #E56B3D; }
.v4-breadcrumb .sep { opacity: 0.5; }
.v4-breadcrumb .current { color: #2B2320; font-weight: 500; }

/* Short Answer Box (the QUICK TUTORIAL card in hero) */
.v4-short-answer {
  max-width: 720px !important;
  margin: 0 auto 32px !important;
  background: #FFFFFF !important;
  border: 2px dashed #D9C6AE !important;
  border-radius: 28px !important;
  padding: 32px 36px !important;
  text-align: left !important;
  position: relative;
}
.v4-short-answer::before {
  content: "";
  position: absolute;
  top: 16px; left: 16px; right: 16px; bottom: 16px;
  border: 1px solid rgba(43,35,32,0.06);
  border-radius: 20px;
  pointer-events: none;
}
.v4-short-answer-head {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 16px;
  position: relative;
}
.v4-short-answer-badge {
  width: 36px; height: 36px;
  background: #E56B3D;
  color: #FFFFFF;
  border-radius: 50%;
  display: grid; place-items: center;
  font-size: 16px;
  box-shadow: 0 4px 12px rgba(229,107,61,0.3);
  flex-shrink: 0;
}
.v4-short-answer-title {
  font-family: 'DM Serif Display', serif;
  font-size: 22px;
  font-weight: 400;
  color: #2B2320;
  letter-spacing: -0.015em;
}
.v4-short-answer > p {
  font-size: 15px; color: #2B2320;
  margin-bottom: 12px; font-weight: 500;
  position: relative;
}
.v4-short-answer ol {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  counter-reset: qa-step;
  position: relative;
}
.v4-short-answer ol li {
  counter-increment: qa-step;
  padding: 10px 0 10px 44px !important;
  position: relative;
  font-size: 15px;
  color: #574A44;
  border-bottom: 1px dashed #EADDCB;
  list-style: none !important;
}
.v4-short-answer ol li:last-child { border-bottom: none; }
.v4-short-answer ol li::before {
  content: counter(qa-step);
  position: absolute;
  left: 0; top: 10px;
  width: 28px; height: 28px;
  background: #FBEECB;
  color: #2B2320;
  border-radius: 50%;
  display: grid; place-items: center;
  font-family: 'DM Serif Display', serif;
  font-style: italic;
  font-size: 14px;
}

/* Anchor links bar */
.v4-anchor-links {
  display: flex !important;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  padding: 18px 0 !important;
  border-top: 1px solid #EADDCB;
  border-bottom: 1px solid #EADDCB;
  margin: 0 auto !important;
  max-width: 820px;
}
.v4-anchor-links a {
  font-family: 'DM Mono', monospace !important;
  font-size: 11.5px !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase;
  color: #908278 !important;
  padding: 6px 12px !important;
  border-radius: 6px;
  transition: all .2s;
}
.v4-anchor-links a:hover { background: #FFFFFF; color: #E56B3D !important; }
.v4-anchor-links a::before { content: "§ "; opacity: 0.5; }

/* Checklist cards (3-up grid) */
.v4-check-card {
  background: #FFFFFF !important;
  border: 1px solid #EADDCB !important;
  border-radius: 28px !important;
  padding: 32px 28px !important;
  transition: all .25s;
  height: 100%;
}
.v4-check-card:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(43,35,32,0.08); }
.v4-check-card.check-peach  { background: linear-gradient(135deg, #FFE2D2 0%, #FFFFFF 60%) !important; }
.v4-check-card.check-sage   { background: linear-gradient(135deg, #D9E7D3 0%, #FFFFFF 60%) !important; }
.v4-check-card.check-butter { background: linear-gradient(135deg, #FBEECB 0%, #FFFFFF 60%) !important; }
.v4-check-icon {
  width: 48px; height: 48px;
  background: #FFFFFF;
  border-radius: 14px;
  display: inline-grid; place-items: center;
  margin-bottom: 18px;
  box-shadow: 0 4px 12px rgba(43,35,32,0.06);
  font-family: 'DM Serif Display', serif;
  font-style: italic;
  font-size: 20px;
}
.v4-check-card.check-peach .v4-check-icon { color: #E56B3D; }
.v4-check-card.check-sage .v4-check-icon { color: #557A4A; }
.v4-check-card.check-butter .v4-check-icon { color: #B38628; }

/* 5-Step deep dive — alternating rows */
.v4-step-row {
  display: grid !important;
  grid-template-columns: 1fr 1.1fr !important;
  gap: 48px !important;
  align-items: center;
  margin-bottom: 72px !important;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
.v4-step-row.reversed {
  grid-template-columns: 1.1fr 1fr !important;
}
.v4-step-row.reversed .v4-step-visual { order: -1; }
@media (max-width: 820px) {
  .v4-step-row,
  .v4-step-row.reversed {
    grid-template-columns: 1fr !important; gap: 24px !important;
  }
  .v4-step-row.reversed .v4-step-visual { order: 0; }
}

.v4-step-badge-row {
  display: flex !important;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}
.v4-big-step-num {
  width: 44px; height: 44px;
  border-radius: 14px !important;
  display: grid; place-items: center;
  font-family: 'DM Serif Display', serif;
  font-style: italic;
  font-size: 22px;
  flex-shrink: 0;
}
.v4-big-step-num.n1 { background: #FFE2D2; color: #E56B3D; }
.v4-big-step-num.n2 { background: #D9E7D3; color: #557A4A; }
.v4-big-step-num.n3 { background: #FBEECB; color: #B38628; }
.v4-big-step-num.n4 { background: #E8D3DC; color: #8B5A6B; }
.v4-big-step-num.n5 { background: #FFD9C4; color: #E56B3D; }
.v4-step-label {
  font-family: 'DM Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #908278;
  font-weight: 600;
}

/* Step note callout (butter/accent callout) */
.v4-step-note {
  background: #FBEECB !important;
  border-left: 3px solid #F5D88F !important;
  padding: 12px 16px !important;
  border-radius: 0 12px 12px 0 !important;
  font-size: 14.5px;
  color: #2B2320;
  margin-top: 16px !important;
}
.v4-step-note strong { color: #E56B3D; font-weight: 600; }
.v4-step-note em {
  font-style: italic;
  font-family: 'DM Serif Display', serif;
}

/* Step list (arrow bullets) */
.v4-step-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 16px 0 !important;
}
.v4-step-list li {
  padding: 8px 0 8px 28px !important;
  position: relative;
  font-size: 15.5px;
  color: #574A44;
  list-style: none !important;
}
.v4-step-list li::before {
  content: "→";
  position: absolute;
  left: 0; top: 8px;
  color: #E56B3D;
  font-weight: 700;
}

/* Step visual container (sketchbook-style card) */
.v4-step-visual {
  background: #FFFFFF !important;
  border: 1px solid #EADDCB !important;
  border-radius: 28px !important;
  padding: 48px 32px !important;
  min-height: 280px;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(43,35,32,0.06);
}
.v4-step-visual::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px dashed #EADDCB;
  border-radius: 20px;
  pointer-events: none;
}

/* VISUAL 1: word pills (Step 1) */
.v4-viz-words {
  display: flex; flex-direction: column; gap: 12px;
  position: relative;
}
.v4-viz-word-pill {
  display: flex; align-items: center; gap: 12px;
  padding: 10px 18px;
  background: #FBF6F0;
  border: 1px solid #EADDCB;
  border-radius: 999px;
  font-family: 'DM Serif Display', serif;
  font-size: 22px;
  color: #2B2320;
}
.v4-viz-word-pill.good {
  background: #D9E7D3;
  border-color: #A8C4A0;
}
.v4-viz-word-pill.good .status { color: #4A7A3C; font-size: 14px; }
.v4-viz-word-pill.bad {
  background: #F5E2E2;
  border-color: #E09999;
  text-decoration: line-through;
  text-decoration-color: #D06666;
  color: #908278;
}
.v4-viz-word-pill.bad .status { color: #C04A4A; font-size: 14px; text-decoration: none; }

/* VISUAL 2: flip demo (Step 2) */
.v4-viz-flip {
  font-family: 'DM Serif Display', serif;
  font-style: italic;
  font-size: 56px;
  color: #2B2320;
  line-height: 1;
  text-align: center;
  position: relative;
}
.v4-viz-flip-divider {
  width: 120px; height: 1px;
  background: linear-gradient(90deg, transparent, #E56B3D, transparent);
  margin: 12px auto;
  position: relative;
}
.v4-viz-flip-divider::after {
  content: "180°";
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  font-family: 'DM Mono', monospace;
  font-size: 10px;
  color: #E56B3D;
  background: #FFFFFF;
  padding: 2px 8px;
  border-radius: 4px;
  border: 1px solid #EADDCB;
  letter-spacing: 0.1em;
}
.v4-viz-flip-bot {
  transform: rotate(180deg);
  color: #8B5A6B;
  opacity: 0.75;
}

/* VISUAL 3: letter map (Step 3) */
.v4-viz-map {
  position: relative;
  width: 100%;
  max-width: 260px;
}
.v4-viz-map-word {
  font-family: 'DM Serif Display', serif;
  font-size: 48px;
  color: #2B2320;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
}
.v4-viz-anno {
  font-family: 'Caveat', cursive;
  font-size: 18px;
  color: #E56B3D;
  font-weight: 600;
  position: absolute;
  white-space: nowrap;
}
.v4-viz-anno.a1 {
  top: -34px; left: 20%;
}
.v4-viz-anno.a2 {
  bottom: -30px; right: 18%;
  color: #8B5A6B;
}

/* VISUAL 4: hybrid letter (Step 4) */
.v4-viz-hybrid {
  font-family: 'DM Serif Display', serif;
  font-size: 140px;
  line-height: 1;
  color: #2B2320;
  font-style: italic;
  letter-spacing: -0.02em;
}
.v4-viz-hybrid-labels {
  display: flex;
  justify-content: space-between;
  width: 200px;
  margin-top: 12px;
  font-family: 'DM Mono', monospace;
  font-size: 10.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #908278;
}

/* VISUAL 5: refine before/after (Step 5) */
.v4-viz-refine-row {
  display: flex; align-items: center; gap: 20px;
}
.v4-viz-refine-stage {
  padding: 16px 24px;
  background: #FBF6F0;
  border: 1px solid #EADDCB;
  border-radius: 12px;
  font-family: 'DM Serif Display', serif;
  font-size: 36px;
  color: #2B2320;
  font-style: italic;
}
.v4-viz-refine-stage.final {
  background: #2B2320;
  color: #FBF6F0;
  border-color: #2B2320;
  font-weight: 600;
}
.v4-viz-refine-arrow { color: #E56B3D; font-size: 20px; }

/* TECHNIQUES TABLE */
.v4-tech-wrap {
  background: #FFFFFF !important;
  border: 1px solid #EADDCB !important;
  border-radius: 28px !important;
  padding: 40px !important;
  box-shadow: 0 8px 28px rgba(43,35,32,0.04);
}
@media (max-width: 640px) { .v4-tech-wrap { padding: 24px !important; } }

.v4-tech-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}
.v4-tech-table thead {
  font-family: 'DM Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #908278;
  text-align: left;
}
.v4-tech-table thead th {
  padding: 12px 16px;
  border-bottom: 2px solid #EADDCB;
  font-weight: 500;
}
.v4-tech-table tbody tr {
  border-bottom: 1px solid #EADDCB;
  transition: background .2s;
}
.v4-tech-table tbody tr:hover { background: #FBF6F0; }
.v4-tech-table tbody tr:last-child { border-bottom: none; }
.v4-tech-table tbody td {
  padding: 22px 16px;
  vertical-align: top;
  color: #574A44;
  line-height: 1.6;
}
.v4-tech-name {
  font-family: 'DM Serif Display', serif;
  font-size: 19px;
  color: #2B2320;
  font-weight: 400;
  white-space: nowrap;
}
.v4-tech-name-small {
  font-family: 'DM Mono', monospace;
  font-size: 10.5px;
  color: #908278;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: 4px;
}
.v4-difficulty {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 999px;
  font-family: 'DM Mono', monospace;
  font-size: 10.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
}
.v4-difficulty.moderate { background: #D9E7D3; color: #4A7A3C; border: 1px solid #A8C4A0; }
.v4-difficulty.high { background: #FBEECB; color: #8B6A1F; border: 1px solid #F5D88F; }
.v4-difficulty.expert { background: #F5D9D9; color: #A83E18; border: 1px solid #E59999; }

@media (max-width: 640px) {
  .v4-tech-table thead { display: none; }
  .v4-tech-table, .v4-tech-table tbody, .v4-tech-table tr, .v4-tech-table td {
    display: block; width: 100%;
  }
  .v4-tech-table tr {
    background: #FBF6F0;
    border: 1px solid #EADDCB;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 12px;
  }
  .v4-tech-table td { padding: 8px 0; border: none; }
  .v4-tech-table td[data-label]::before {
    content: attr(data-label);
    font-family: 'DM Mono', monospace;
    font-size: 10.5px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #908278;
    display: block;
    margin-bottom: 4px;
  }
}
.v4-tech-footnote {
  margin-top: 28px !important;
  padding-top: 20px !important;
  border-top: 1px solid #EADDCB;
  font-size: 14.5px;
  font-style: italic;
  color: #908278;
  line-height: 1.55;
}

/* COMPARE BLOCK (Manual vs Generator) */
.v4-compare-col {
  background: #FFFFFF !important;
  border: 1px solid #EADDCB !important;
  border-radius: 28px !important;
  padding: 36px 32px !important;
  transition: all .25s;
  position: relative; overflow: hidden;
  height: 100%;
}
.v4-compare-col.manual {
  background: linear-gradient(135deg, #F3EBE0 0%, #FFFFFF 60%) !important;
}
.v4-compare-col.generator {
  background: linear-gradient(135deg, #FFD9C4 0%, #FFFFFF 60%) !important;
  border-color: #E56B3D !important;
  box-shadow: 0 10px 30px rgba(229,107,61,0.1);
}
.v4-compare-header {
  display: flex !important; align-items: center; gap: 12px;
  margin-bottom: 20px !important;
}
.v4-compare-icon {
  width: 44px; height: 44px;
  background: #FFFFFF;
  border-radius: 12px;
  display: grid; place-items: center;
  box-shadow: 0 4px 12px rgba(43,35,32,0.06);
  flex-shrink: 0;
}
.v4-compare-col.manual .v4-compare-icon svg { color: #8B5A6B; }
.v4-compare-col.generator .v4-compare-icon svg { color: #E56B3D; }

.v4-compare-title {
  font-family: 'DM Serif Display', serif;
  font-size: 24px;
  font-weight: 400;
  color: #2B2320;
  letter-spacing: -0.015em;
  display: block;
}
.v4-compare-subtitle {
  font-family: 'DM Mono', monospace;
  font-size: 10.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #908278;
  font-weight: 600;
  margin-top: 2px;
}

.v4-compare-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.v4-compare-list li {
  padding: 10px 0 10px 26px !important;
  position: relative;
  font-size: 15px;
  color: #574A44;
  line-height: 1.55;
  border-bottom: 1px dashed #EADDCB;
  list-style: none !important;
}
.v4-compare-list li:last-child { border-bottom: none; }
.v4-compare-list li::before {
  position: absolute;
  left: 0; top: 10px;
  font-size: 14px;
  font-weight: 700;
}
.v4-compare-col.manual .v4-compare-list li::before {
  content: "◆"; color: #8B5A6B;
}
.v4-compare-col.generator .v4-compare-list li::before {
  content: "◆"; color: #E56B3D;
}

/* Final CTA handwritten ghost word override */
.v4-final-cta.guide-variant .v4-final-bg-word {
  font-family: 'Caveat', cursive !important;
  font-weight: 700 !important;
  transform: translate(-50%, -50%) rotate(-4deg) !important;
}

/* Trust footer strip (reuse) */
.v4-trust-footer {
  display: inline-flex !important;
  align-items: center;
  gap: 24px;
  padding: 14px 28px !important;
  background: #FFFFFF !important;
  border: 1px solid #EADDCB !important;
  border-radius: 999px !important;
  font-size: 12.5px;
  color: #908278;
  font-family: 'DM Mono', monospace;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.v4-trust-footer .divider { width: 1px; height: 14px; background: #D9C6AE; }
.v4-trust-footer strong { color: #2B2320; font-weight: 500; }
@media (max-width: 600px) {
  .v4-trust-footer { flex-direction: column; gap: 8px; padding: 14px 20px !important; }
  .v4-trust-footer .divider { display: none; }
}





/* ========== AMBIGRAM EXAMPLES PAGE ADDITIONS ========== */

/* Helper line below hero intro */
.v4-helper-line {
  font-size: 14px !important;
  color: #908278 !important;
  max-width: 80ch;
  margin: 0 auto 36px !important;
  line-height: 1.5 !important;
}

/* FILTER PILLS BAR (critical — jumps to anchor sections) */
.v4-filter-pills {
  display: flex !important;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 48px !important;
  padding: 0 16px !important;
}
.v4-filter-pill {
  display: inline-flex !important;
  align-items: center;
  padding: 8px 18px !important;
  background: #FFFFFF !important;
  border: 1px solid #EADDCB !important;
  border-radius: 999px !important;
  font-size: 14px !important;
  color: #574A44 !important;
  font-weight: 500 !important;
  transition: all .2s;
  cursor: pointer;
  text-decoration: none !important;
}
.v4-filter-pill:hover {
  border-color: #E56B3D !important;
  color: #E56B3D !important;
}
.v4-filter-pill.active {
  background: #E56B3D !important;
  border-color: #E56B3D !important;
  color: #FFFFFF !important;
}
@media (max-width: 600px) {
  .v4-filter-pills { gap: 8px; margin-bottom: 32px !important; }
  .v4-filter-pill { padding: 6px 14px !important; font-size: 13px !important; }
}

/* EXAMPLE GRID */
.v4-example-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)) !important;
  gap: 20px !important;
  margin-bottom: 40px !important;
}
@media (max-width: 640px) {
  .v4-example-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 12px !important; }
}

/* EXAMPLE CARD */
.v4-example-card {
  background: #FFFFFF !important;
  border: 1px solid #EADDCB !important;
  border-radius: 28px !important;
  overflow: hidden !important;
  transition: all .3s;
  cursor: pointer;
  text-align: center !important;
  text-decoration: none !important;
  display: block;
}
.v4-example-card:hover {
  border-color: #E56B3D !important;
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(229,107,61,0.12);
}

/* Preview area (pastel gradient + Caveat hand-drawn word) */
.v4-example-preview {
  width: 100%;
  height: 140px;
  background: linear-gradient(135deg, #FFE2D2, #D9E7D3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Caveat', cursive;
  font-size: 48px;
  color: #2B2320;
  font-weight: 600;
  line-height: 1;
  padding: 10px;
}
@media (max-width: 640px) {
  .v4-example-preview { height: 110px; font-size: 36px; }
}

.v4-example-info { padding: 16px !important; }
.v4-example-label {
  font-family: 'DM Serif Display', serif;
  font-size: 16px;
  color: #2B2320;
  margin-bottom: 8px;
  font-weight: 400;
}
.v4-example-tag {
  display: inline-block;
  font-size: 11px;
  padding: 4px 10px;
  background: #FBEECB;
  color: #574A44;
  border-radius: 999px;
  font-weight: 600;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
/* Tag color variants per category */
.v4-example-tag.tag-name { background: #D9E7D3; color: #4A7A3C; }
.v4-example-tag.tag-word { background: #FBEECB; color: #8B6A1F; }
.v4-example-tag.tag-number { background: #E8D3DC; color: #8B5A6B; }
.v4-example-tag.tag-two-word { background: #FFD9C4; color: #C04A1E; }
.v4-example-tag.tag-phrase { background: #D9E7D3; color: #4A7A3C; }
.v4-example-tag.tag-tattoo { background: #2B2320; color: #FBF6F0; }

.v4-example-hint {
  font-size: 12px;
  color: #908278;
  font-style: italic;
}

/* SOURCE/NOTE text below grids */
.v4-grid-note {
  font-size: 14px !important;
  color: #908278 !important;
  margin-bottom: 16px !important;
}
.v4-grid-note strong { color: #2B2320; font-weight: 600; }

/* GUIDE CARD (accent-soft advice block) */
.v4-guide-card {
  background: #FFD9C4 !important;
  border-left: 4px solid #E56B3D !important;
  border-radius: 28px !important;
  padding: 32px !important;
  margin-bottom: 24px !important;
}
.v4-guide-card h3 {
  font-family: 'DM Serif Display', serif !important;
  font-size: 18px !important;
  color: #2B2320 !important;
  margin-bottom: 12px !important;
  font-weight: 400 !important;
  margin-top: 20px !important;
}
.v4-guide-card p {
  font-size: 15px !important;
  color: #574A44 !important;
  line-height: 1.6 !important;
  margin-bottom: 12px !important;
}
.v4-guide-card ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 12px 0 0 0 !important;
}
.v4-guide-card li {
  font-size: 15px !important;
  color: #574A44 !important;
  padding: 6px 0 6px 24px !important;
  position: relative;
  list-style: none !important;
}
.v4-guide-card li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #E56B3D;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  top: 8px;
}

/* Final CTA peach→sage variant (same as what-is page) */
.v4-final-cta.examples-variant {
  background: linear-gradient(135deg, #FFE2D2, #D9E7D3) !important;
  padding: 60px 40px !important;
  border-radius: 40px !important;
}
.v4-final-cta.examples-variant::before { display: none; }
.v4-final-cta.examples-variant .v4-final-bg-word { display: none; }

/* Trust footer strip */
.v4-trust-footer {
  display: inline-flex !important;
  align-items: center;
  gap: 24px;
  padding: 14px 28px !important;
  background: #FFFFFF !important;
  border: 1px solid #EADDCB !important;
  border-radius: 999px !important;
  font-size: 12.5px;
  color: #908278;
  font-family: 'DM Mono', monospace;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.v4-trust-footer .divider { width: 1px; height: 14px; background: #D9C6AE; }
.v4-trust-footer strong { color: #2B2320; font-weight: 500; }
@media (max-width: 600px) {
  .v4-trust-footer { flex-direction: column; gap: 8px; padding: 14px 20px !important; }
  .v4-trust-footer .divider { display: none; }
}



/* ========== TATTOO PAGE ADDITIONS ========== */

/* Breadcrumb (same as two-word, reuse) */
.v4-breadcrumb {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  font-family: 'DM Mono', monospace;
  font-size: 11.5px;
  letter-spacing: 0.08em;
  color: #908278;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.v4-breadcrumb a { color: #908278; transition: color .2s; }
.v4-breadcrumb a:hover { color: #E56B3D; }
.v4-breadcrumb .sep { opacity: 0.5; }
.v4-breadcrumb .current { color: #2B2320; font-weight: 500; }

/* Helper note above tool (same butter pill as two-word) */
.v4-helper-above {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  padding: 10px 18px 10px 14px !important;
  background: #FBEECB !important;
  border: 1px solid rgba(245,216,143,0.6) !important;
  border-radius: 999px !important;
  font-size: 13.5px;
  color: #2B2320;
  margin-bottom: 28px !important;
  font-weight: 500;
}
.v4-helper-above .icon {
  width: 22px; height: 22px;
  background: #F5D88F;
  border-radius: 50%;
  display: grid; place-items: center;
  font-size: 12px;
}
.v4-helper-above strong { color: #E56B3D; font-weight: 600; }

/* Tattoo-style preview override */
/* (only applies inside the tool card on this page) */
.v4-tattoo-preview {
  background: #FFFFFF !important;
  border: 1.5px solid #D9C6AE !important;
  border-radius: 28px !important;
  min-height: 240px;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  padding: 40px 20px !important;
  position: relative;
  overflow: hidden;
}
.v4-tattoo-preview::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px dashed rgba(0,0,0,0.08);
  border-radius: 20px;
  pointer-events: none;
}

/* Tattoo word display (gothic black type on white) */
.v4-tattoo-word {
  font-family: 'Cinzel', serif !important;
  font-weight: 700 !important;
  font-size: clamp(48px, 8vw, 86px) !important;
  color: #000000 !important;
  line-height: 1 !important;
  letter-spacing: -0.01em !important;
  text-transform: uppercase !important;
  text-shadow: 0 2px 0 rgba(0,0,0,0.04);
}

/* Preview tag pill (dark variant — matches tattoo theme) */
.v4-preview-tag-dark {
  padding: 4px 10px !important;
  background: #2B2320 !important;
  color: #FBF6F0 !important;
  border-radius: 999px !important;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.03em;
  font-family: 'DM Mono', monospace;
}

/* Tattoo example cards — different from homepage/two-word */
.v4-tattoo-example {
  background: #FFFFFF !important;
  border: 1px solid #EADDCB !important;
  border-radius: 28px !important;
  padding: 0 !important;
  cursor: pointer;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.v4-tattoo-example:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(43,35,32,0.12);
}
.v4-tattoo-example-canvas {
  background: #FFFFFF;
  padding: 40px 20px;
  min-height: 160px;
  display: flex; align-items: center; justify-content: center;
  border-bottom: 1px solid #EADDCB;
}
.v4-tattoo-example-canvas .ambi-word {
  font-family: 'Cinzel', serif;
  font-weight: 700;
  font-size: 40px;
  color: #000;
  line-height: 1;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
.v4-tattoo-example-meta {
  padding: 14px 20px 18px;
  background: #FFFFFF;
  display: flex; align-items: center; justify-content: space-between;
}
.v4-tattoo-example-label {
  font-family: 'DM Mono', monospace;
  font-size: 11px;
  color: #2B2320;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
}
.v4-tattoo-example-preset {
  font-size: 10.5px;
  color: #908278;
  font-family: 'DM Mono', monospace;
  background: #FBF6F0;
  padding: 3px 8px;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* Final CTA ghost word override — use gothic font for tattoo page */
.v4-final-cta.tattoo-variant .v4-final-bg-word {
  font-family: 'Cinzel', serif !important;
  font-weight: 700 !important;
  font-size: clamp(120px, 22vw, 260px);
  color: rgba(255,255,255,0.35) !important;
  text-transform: uppercase !important;
  letter-spacing: -0.04em !important;
}

/* Trust footer strip (same as two-word, reuse) */
.v4-trust-footer {
  display: inline-flex !important;
  align-items: center;
  gap: 24px;
  padding: 14px 28px !important;
  background: #FFFFFF !important;
  border: 1px solid #EADDCB !important;
  border-radius: 999px !important;
  font-size: 12.5px;
  color: #908278;
  font-family: 'DM Mono', monospace;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.v4-trust-footer .divider {
  width: 1px; height: 14px; background: #D9C6AE;
}
.v4-trust-footer strong { color: #2B2320; font-weight: 500; }
@media (max-width: 600px) {
  .v4-trust-footer { flex-direction: column; gap: 8px; padding: 14px 20px !important; }
  .v4-trust-footer .divider { display: none; }
}







/* ========== TATTOO IDEAS PAGE ADDITIONS ========== */

/* Helper line below hero intro (reuse from examples if already added) */
.v4-helper-line {
  font-size: 14px !important;
  color: #908278 !important;
  max-width: 80ch;
  margin: 0 auto 32px !important;
  line-height: 1.5 !important;
}

/* CTA row below hero (dual button) */
.v4-cta-row {
  display: flex !important;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 0 !important;
}

/* FILTER PILLS (reuse from examples page if already added) */
.v4-filter-pills {
  display: flex !important;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 36px !important;
  padding: 0 16px !important;
}
.v4-filter-pill {
  display: inline-flex !important;
  align-items: center;
  padding: 8px 18px !important;
  background: #FFFFFF !important;
  border: 1px solid #EADDCB !important;
  border-radius: 999px !important;
  font-size: 14px !important;
  color: #574A44 !important;
  font-weight: 500 !important;
  transition: all .2s;
  cursor: pointer;
  text-decoration: none !important;
}
.v4-filter-pill:hover {
  border-color: #E56B3D !important;
  color: #E56B3D !important;
}
.v4-filter-pill.active {
  background: #E56B3D !important;
  border-color: #E56B3D !important;
  color: #FFFFFF !important;
}
@media (max-width: 600px) {
  .v4-filter-pills { gap: 8px; margin-top: 24px !important; }
  .v4-filter-pill { padding: 6px 14px !important; font-size: 13px !important; }
}

/* IDEA GRID (same pattern as examples grid) */
.v4-idea-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)) !important;
  gap: 20px !important;
  margin-bottom: 40px !important;
}
@media (max-width: 640px) {
  .v4-idea-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 12px !important; }
}

/* IDEA CARD (same as example card but with plum-soft preview gradient) */
.v4-idea-card {
  background: #FFFFFF !important;
  border: 1px solid #EADDCB !important;
  border-radius: 28px !important;
  overflow: hidden !important;
  transition: all .3s;
  cursor: pointer;
  text-align: center !important;
  text-decoration: none !important;
  display: block;
}
.v4-idea-card:hover {
  border-color: #E56B3D !important;
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(229,107,61,0.12);
}

/* Preview area — plum/accent soft gradient (distinguishes tattoo ideas from examples) */
.v4-idea-preview {
  width: 100%;
  height: 140px;
  background: linear-gradient(135deg, #E8D3DC, #FFD9C4);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Caveat', cursive;
  font-size: 48px;
  color: #2B2320;
  font-weight: 600;
  line-height: 1;
  padding: 10px;
}
@media (max-width: 640px) {
  .v4-idea-preview { height: 110px; font-size: 36px; }
}

.v4-idea-info { padding: 16px !important; }
.v4-idea-label {
  font-family: 'DM Serif Display', serif;
  font-size: 16px;
  color: #2B2320;
  margin-bottom: 8px;
  font-weight: 400;
}
.v4-idea-tag {
  display: inline-block;
  font-size: 11px;
  padding: 4px 10px;
  background: #E8D3DC;
  color: #574A44;
  border-radius: 999px;
  font-weight: 600;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
/* Tag color variants per category */
.v4-idea-tag.tag-tattoo-style { background: #FBEECB; color: #8B6A1F; }
.v4-idea-tag.tag-family { background: #D9E7D3; color: #4A7A3C; }
.v4-idea-tag.tag-couple { background: #FFD9C4; color: #C04A1E; }
.v4-idea-tag.tag-for-guys { background: #2B2320; color: #FBF6F0; }
.v4-idea-tag.tag-for-females { background: #E8D3DC; color: #8B5A6B; }
.v4-idea-tag.tag-two-name { background: #D9E7D3; color: #4A7A3C; }
.v4-idea-tag.tag-double-meaning { background: #FBEECB; color: #8B6A1F; }
.v4-idea-tag.tag-mirror { background: #FFE2D2; color: #C04A1E; }

.v4-idea-hint {
  font-size: 12px;
  color: #908278;
  font-style: italic;
}

/* NOTES below grids (reuse v4-grid-note from examples if already added) */
.v4-grid-note {
  font-size: 14px !important;
  color: #908278 !important;
  margin-bottom: 16px !important;
}
.v4-grid-note strong { color: #2B2320; font-weight: 600; }

/* GUIDANCE CARD (different gradient from guide card on examples page) */
.v4-guidance-card {
  background: linear-gradient(135deg, #E8D3DC, #FFD9C4) !important;
  border-left: 4px solid #E56B3D !important;
  border-radius: 28px !important;
  padding: 32px !important;
  margin-bottom: 24px !important;
}
.v4-guidance-card h3 {
  font-family: 'DM Serif Display', serif !important;
  font-size: 18px !important;
  color: #2B2320 !important;
  margin-bottom: 12px !important;
  font-weight: 400 !important;
  margin-top: 20px !important;
}
.v4-guidance-card p {
  font-size: 15px !important;
  color: #574A44 !important;
  line-height: 1.6 !important;
  margin-bottom: 12px !important;
}
.v4-guidance-card ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 12px 0 0 0 !important;
}
.v4-guidance-card li {
  font-size: 15px !important;
  color: #574A44 !important;
  padding: 6px 0 6px 24px !important;
  position: relative;
  list-style: none !important;
}
.v4-guidance-card li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #E56B3D;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  top: 8px;
}

/* Final CTA peach→sage variant (reuse from examples) */
.v4-final-cta.tattoo-ideas-variant {
  background: linear-gradient(135deg, #FFE2D2, #D9E7D3) !important;
  padding: 60px 40px !important;
  border-radius: 40px !important;
}
.v4-final-cta.tattoo-ideas-variant::before { display: none; }
.v4-final-cta.tattoo-ideas-variant .v4-final-bg-word { display: none; }/* End custom CSS */