/**
 * Anomalo Redesign — Page Overrides
 * ==================================
 * Active on pages with the "anomalo-redesign" body class.
 * To add a new page, append its ID to the $redesign_page_ids array
 * in anomalo-redesign-loader.php. No CSS changes needed.
 *
 * SFTP Path: /wp-content/themes/anomalo/public/css/anomalo-redesign.css
 * Version: 1.0.0
 */

/* ===== BANNER ===== */
.anomalo-redesign .sitewide-banner {
  background: #0C0621 !important;
}

/* ===== HEADER ===== */
.main-banner .content-container {
  max-width: 1240px;
}

/* ===== SECTION SETTINGS ===== */
.anomalo-redesign .component-wrapper, .anomalo-redesign .content-container {
  max-width: 1240px;
  margin-left: auto!important;
  margin-right: auto!important;
  width:100%;
}
.anomalo-redesign .full-width-container .component-wrapper {
  max-width: 100% !important;
}

/* ===== COLUMN RESETS ===== */
.anomalo-redesign .col-auto,
.anomalo-redesign .col-7,
.anomalo-redesign .col-6,
.anomalo-redesign .col-5 {
  margin: unset;
}
.anomalo-redesign .col-12 {
  max-width: 100% !important;
  margin-left: unset !important;
  margin-right: unset !important;
}

.anomalo-redesign .row:not(.no-collapse){margin:0!important;}

/* ===== H2 ===== */
.anomalo-redesign h2 {
  font-family: 'neue-haas-grotesk-text' !important;
  font-weight: 700 !important;
  font-size: 64px !important;
  line-height: 1.15em !important;
  letter-spacing: 0%;
  margin-bottom:unset!important;
}
.eyebrow-heading-boxes-heading h2{
  margin-bottom:56px!important;
}
.counter-box-heading h2{
  margin-bottom:66px!important;
}

/* ===== H3 ===== */
.anomalo-redesign h3 {
  font-family: 'neue-haas-grotesk-text' !important;
  font-weight: 700 !important;
  font-size: 32px !important;
  line-height: 1.15em !important;
  letter-spacing: 0%;
  margin-bottom:unset!important;
  color: #0c0621;
}

/* Global rule - make all content-components flex */
.anomalo-redesign .content-component {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* Reset existing margin-bottoms (gap handles spacing now) */
.anomalo-redesign .content-component > * {
  margin-bottom: 0;
}

/* Footer CTA exception — 36px gap */
#footer-cta .content-component {
  gap: 36px;
}

/* ===== EYEBROW (Pre-heading) ===== */
.eyebrow {
  font-family: "Favorit Mono Std", monospace;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  color: #0C0621;
  padding-bottom:10px;
}

/* ===== HERO SECTION ===== */
.anomalo-redesign h1 {
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 700;
  font-size: 72px;
  line-height: 115%;
  letter-spacing: 0;
  color: #0C0621;
}
.anomalo-redesign h1 span {
  font-family: "neue-haas-grotesk-text", sans-serif;
  background: linear-gradient(180deg, #FF6E4D 9.64%, #CC573E 82.53%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.anomalo-redesign .section-copy {
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 125%;
  letter-spacing: 0;
  color: #0C0621;
}

/* ===== HERO BUTTON ===== */
.anomalo-redesign a.button {
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  color: #FFFFFF;
  background-color: #CC573E;
  border-radius: 8px;
  padding: 14px 39px;
  display: inline-block;
  text-decoration: none;
}
.anomalo-redesign a.button {
  border: none !important;
  transition: none !important;
}
.anomalo-redesign a.button:after {
  display: none!important;
}
.anomalo-redesign a.button:hover {
  background-color: #CC573E !important;
  color: #FFFFFF !important;
  box-shadow: none !important;
  border: none !important;
}

/* ===== AGENTS SECTION ===== */
#agents-section {
  border-radius: 24px;
  max-width: 1240px;
  margin: 44px auto 73px !important;
}
#agents-section .image-component img {
  border-radius: 0px !important;
}

/* ===== NO-PROMPTS SECTION ===== */
#no-prompts-section h2 {
  font-family: 'neue-haas-grotesk-text';
  font-weight: 700 !important;
  font-size: 32px !important;
  line-height: 1.15em !important;
  letter-spacing: 0% !important;
  color: #0C0621 !important;
}
#no-prompts-section p {
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 1.25em !important;
  letter-spacing: 0% !important;
  color: #0C0621 !important;
}
#no-prompts-section .content-component {
  margin: auto !important;
}

/* ===== TESTIMONIAL SECTION ===== */
#testimonial-section {
  background-color: #F3F2F7;
}
#testimonial-section .slider-component.slider-type-content-full-width {
  max-width: 1030px;
  margin: 0 auto;
  padding: 10px;
}
#testimonial-section .swiper-inner-container {
  background: #F3F2F7 !important;
  background-image: none !important;
  border-radius: 4px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  text-align: center;
}
#testimonial-section .swiper-inner-container > svg {
  display: none !important;
}
#testimonial-section .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#testimonial-section .content::before {
  content: '';
  display: block;
  width: 48px;
  height: 48px;
  background-image: url('https://www.anomalo.com/wp-content/uploads/2026/03/quote-icon.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 48px;
}
#testimonial-section .content p {
  font-family: 'Neue Haas Grotesk Text Pro', 'neue-haas-grotesk-text', sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 1.15em;
  letter-spacing: 0;
  color: #0C0621;
  text-align: center;
  margin: 0;
  padding: 0;
}
#testimonial-section .content style {
  display: none !important;
}
#testimonial-section .details {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#testimonial-section .testimonial-details {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
}
#testimonial-section .testimonial-details img.logo {
  width: 120px;
  height: 80px;
  min-height: 80px;
  border-radius: 0;
  object-fit: contain;
  object-position: right center;
  background: none;
  background-color: transparent;
  flex-shrink: 0;
  order: -1;
  display: block;
}
#testimonial-section .testimonial-details .fw-bold {
  font-family: 'Favorit Mono Std', monospace;
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
  letter-spacing: 0;
  color: #0C0621;
  display: inline;
}
#testimonial-section .testimonial-details .fw-bold::after {
  content: ', ';
}
#testimonial-section .testimonial-details > div:not(.link-details) {
  font-family: 'Favorit Mono Std', monospace;
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
  letter-spacing: 0;
  color: #0C0621;
  display: inline;
}
#testimonial-section .link-details {
  display: none;
}
#testimonial-section .slider-arrows {
  display: none;
}
#testimonial-section .fw-bold {
  margin-right: -12px;
}
#testimonial-section .logo {
  margin-top: 0px;
}
#testimonial-section .slider-component {
  padding: 0px !important;
}
/* Force single slide on testimonial swiper at tablet breakpoint */
#testimonial-section .swiper-slide {
  width: 100% !important;
}
/* ===== SECURITY SECTION ===== */
#security-section .eyebrow-heading-boxes-cards {
  gap: 22px !important;
  margin-bottom: 22px !important;
}
#security-section .ehb-card {
  padding: 36px !important;
  border: 1px solid #D2D0D7 !important;
  background: linear-gradient(118.45deg, rgba(255, 255, 255, 0.5) 5.06%, rgba(243, 242, 247, 0.5) 86.26%) !important;
  gap: 12px !important;
}
#security-section .ehb-card-header {
  display: block;
  margin-bottom: 12px;
}
#security-section .ehb-card-icon {
  width: 100%;
  height: 50px;
  margin-bottom: 12px;
}
#security-section .ehb-card-icon img {
  width: 50px;
  height: 50px;
}

/* ===== CUSTOMER STORIES ===== */
#customer-stories .content-container {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
#customer-stories .row:not(.no-collapse) {
  margin: 0px !important;
}
#customer-stories h2 {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
}
#customer-stories .component-wrapper {
  justify-content: center;
}

/* ===== FOOTER CTA ===== */
#footer-cta {
  background: linear-gradient(118.45deg, rgba(255, 255, 255, 0.75) 5.06%, rgba(243, 242, 247, 0.75) 86.26%);
  border: 1px solid #D2D0D7;
  max-width: 1240px;
  margin: 58px auto 106px !important;
  border-radius: 12px;
  padding:93px 79px;
}

/* ===== CTA BUTTONS (shared) ===== */
.cta-buttons {
  display: flex;
  gap: 18px;
}
.cta-buttons a,
.anomalo-redesign .nav-cta a,
.anomalo-redesign .footer a.button {
  font-family: "neue-haas-grotesk-text", sans-serif !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  line-height: 100% !important;
  letter-spacing: 0 !important;
  color: #FFFFFF !important;
  background-color: #CC573E !important;
  border-radius: 8px !important;
  padding: 14px 32px !important;
  display: inline-block !important;
  text-decoration: none !important;
  border: none !important;
  transition: none !important;
}
.cta-buttons a.button:after {
  display: none;
}
/* Hide counter number when both start and end are 0 (text-only counter) */
.counter-number[data-start="0"][data-end="0"] {
  display: none;
}
/* RESPONSIVE (max-width: 1240px) */
@media (max-width:1240px){
  /* ===== SECTION SETTINGS ===== */
  .anomalo-redesign .content-container {
    margin-left: 20px!important;
    margin-right: 20px!important;
  }
  #slider-eyebrow{
    margin-left:20px!important;
  }
}
/* ===== RESPONSIVE (max-width: 768px) ===== */
@media (max-width: 768px) {
.anomalo-redesign h1 {
  font-size: 48px !important;
}
.anomalo-redesign h2 {
  font-size: 36px !important;
  margin-bottom:unset!important;
}
  #testimonial-section .content p {
    font-size: 32px;
  }
  .counter-box-component h2, .eyebrow-heading-boxes-heading h2{
    margin-bottom:24px!important;
  }
  #security-section .section-copy{
    margin-top:24px!important;
  }
  #footer-cta{
    padding-left: unset!important;
    padding-right: unsset!important;
  }
  #footer-cta .section-copy{margin-top:0px!important;}
  #testimonial-section .slider-component.slider-type-content-full-width {
    max-width: 100%;
    padding: 10px 16px;
  }
  #testimonial-section .swiper-inner-container {
    gap: 32px;
  }
  #testimonial-section .testimonial-details {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }
  #testimonial-section .testimonial-details img.logo {
    order: 0;
  }
  #no-prompts-section .image-component,
  #agents-section .image-component {
    margin-bottom: 30px;
  }
  #customer-stories .card-slider-header,
  #customer-stories .slider-component {
    padding-left: 20px;
    padding-right: 20px;
  }
  #footer-cta {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .cta-buttons a {
    font-size: 16px;
  }
}
/* ==========================================================================
 * GLOBAL COLOR OVERRIDES — Purple/Orange → New Brand Colors
 * ==========================================================================
 * Audit items #1–#52 + visual inspection fixes
 * Scoped to body.anomalo-redesign
 *
 * Brand Colors:
 *   #0C0621  — Dark navy (backgrounds)
 *   #CC573E  — New button red (primary action)
 *   #F3F2F7  — Light gray (section backgrounds)
 *   #FF6E4D  — Stroke orange (borders, accents)
 *
 * Old Colors Being Replaced:
 *   #7252FB  — Purple
 *   #FE8065  — Orange
 *   #4E29ED  — Dark purple (dot patterns)
 *   rgba(114,82,251,*)  — Purple variants
 *
 * CHANGELOG v5:
 *   - FIXED: a.button missing !important — theme CSS was winning cascade
 *   - FIXED: Slide gradient is on .swiper-slide::before NOT .swiper-inner-container
 *   - FIXED: Removed accordion chevron filter (SVG is already neutral gray natively)
 *   - FIXED: Removed [class*="card"] broad selector (was adding shadow everywhere)
 *   - FIXED: Button hover — outline button stays outline on hover
 *   - FIXED: Slider arrows — target both .slider-arrows AND .swiper-button-* selectors
 *   - ADDED: .quote-accent SVG fill override (inline purple quote marks)
 *   - ADDED: .video-play-button SVG circle fill override
 *   - ADDED: .text-button::after arrow SVG color (mask-image technique)
 *   - ADDED: Dot pattern SVGs (fill="#4E29ED") — .section-accent, .video-accent
 *   - ADDED: .post-feed-cta gradient bg + subscribe .gform_button override
 *   - ADDED: Footer link hover color
 *   v5 additions:
 *   - FIXED: .cards-component::after gradient line (purple→orange) → solid #FF6E4D
 *   - FIXED: .accordion-item-header::after chevron SVG fill="#7252FB" → mask-image #0C0621
 *   - FIXED: .accordion-item.active box-shadow purple tint → neutral
 * ========================================================================== */


/* ------------------------------------------------------------------
 * A. BUTTONS — Audit #1–#7
 * ------------------------------------------------------------------ */

/* #1 — ALL purple buttons (default) — existing CSS lacks !important, theme wins */
body.anomalo-redesign a.button,
body.anomalo-redesign .button,
body.anomalo-redesign .button-download,
body.anomalo-redesign .hbspt-form .hs_submit input[type="submit"] {
  background-color: #CC573E !important;
  border-color: #CC573E !important;
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
}

/* #2 — ALL purple buttons :hover */
body.anomalo-redesign a.button:hover,
body.anomalo-redesign .button:hover,
body.anomalo-redesign .button-download:hover,
body.anomalo-redesign .hbspt-form .hs_submit input[type="submit"]:hover {
  background-color: #FFFFFF !important;
  color: #CC573E !important;
  -webkit-text-fill-color: #CC573E !important;
  box-shadow: 0 0 0 2px #CC573E !important;
}
/* #2b — Button ::after pseudo (theme adds arrow pseudo) */
body.anomalo-redesign a.button::after,
body.anomalo-redesign .button::after {
  display: none !important;
}

/* #3 — Purple border/outline button — FIXED: hover stays outline style */
body.anomalo-redesign .button-purple-border-transparent {
  color: #CC573E !important;
  border-color: #CC573E !important;
  background-color: transparent !important;
}
body.anomalo-redesign .button-purple-border-transparent:hover {
  color: #CC573E !important;
  border-color: #CC573E !important;
  background-color: transparent !important;
  opacity: 0.8;
}

/* #4–#5 — Orange button (.button-orange) — nav CTA already covered in main CSS */
body.anomalo-redesign .button-orange {
  background-color: #CC573E !important;
  border-color: #CC573E !important;
}
body.anomalo-redesign .button-orange:hover {
  border-color: #CC573E !important;
}

/* #6–#7 — Text button / link-style button */
body.anomalo-redesign .text-button,
body.anomalo-redesign .text-button-download {
  color: #CC573E !important;
}
body.anomalo-redesign .text-button:hover,
body.anomalo-redesign .text-button-download:hover {
  border-bottom-color: #CC573E !important;
}

/* #6b — Text button arrow (::after) — purple SVG → red via mask-image */
body.anomalo-redesign .text-button::after,
body.anomalo-redesign .text-button-download::after {
  background-image: none !important;
  background-color: #CC573E !important;
  -webkit-mask-image: url('https://www.anomalo.com/wp-content/themes/anomalo/public/images/arrows/button-arrow-purple.006e94.svg');
  mask-image: url('https://www.anomalo.com/wp-content/themes/anomalo/public/images/arrows/button-arrow-purple.006e94.svg');
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}


/* ------------------------------------------------------------------
 * B. GRADIENT BACKGROUNDS — Audit #8–#9
 * ------------------------------------------------------------------ */

/* #8 — Gradient BG orange→purple → flat light gray */
body.anomalo-redesign .bg-gradient-orange {
  background: #F3F2F7 !important;
}
body.anomalo-redesign .bg-gradient-orange,
body.anomalo-redesign .bg-gradient-orange h1,
body.anomalo-redesign .bg-gradient-orange h2,
body.anomalo-redesign .bg-gradient-orange h3,
body.anomalo-redesign .bg-gradient-orange p {
  color: #0C0621 !important;
  -webkit-text-fill-color: #0C0621 !important;
}

/* #9 — Gradient BG purple→orange → dark navy */
body.anomalo-redesign .bg-gradient-purple {
  background: #0C0621 !important;
}
body.anomalo-redesign .bg-gradient-purple,
body.anomalo-redesign .bg-gradient-purple h1,
body.anomalo-redesign .bg-gradient-purple h2,
body.anomalo-redesign .bg-gradient-purple h3,
body.anomalo-redesign .bg-gradient-purple p {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
}


/* ------------------------------------------------------------------
 * C. GRADIENT / FILLED TEXT — Audit #10–#12
 * ------------------------------------------------------------------ */

/* #10 — Large heading gradient text → solid color */
body.anomalo-redesign .h1-large-gradient {
  background: none !important;
  -webkit-background-clip: unset !important;
  background-clip: unset !important;
  -webkit-text-fill-color: #CC573E !important;
  color: #CC573E !important;
}

/* #11 — Tabbed section gradient border card shadow */
body.anomalo-redesign .tabbed-section-component .border-gradient {
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.08) !important;
}

/* #12 — Tabbed section gradient border ::after → solid stroke orange */
body.anomalo-redesign .tabbed-section-component .border-gradient::after {
  background: #FF6E4D !important;
}

/* #12b — Cards component gradient line (::after) — purple→orange → stroke orange */
body.anomalo-redesign .cards-component::after {
  background: #FF6E4D !important;
  background-image: none !important;
}


/* ------------------------------------------------------------------
 * D. PURPLE BACKGROUND SECTIONS — Audit #13
 * ------------------------------------------------------------------ */

/* #13 — Purple tinted background → neutral light gray */
body.anomalo-redesign .bg-purple {
  background-color: #F3F2F7 !important;
}


/* ------------------------------------------------------------------
 * E. EYEBROWS / PRE-HEADINGS — Audit #14–#15
 * ------------------------------------------------------------------ */

/* #14–#15 — Eyebrow gradient text → solid color */
body.anomalo-redesign .overline,
body.anomalo-redesign .pre-heading {
  background: none !important;
  -webkit-background-clip: unset !important;
  background-clip: unset !important;
  -webkit-text-fill-color: #CC573E !important;
  color: #CC573E !important;
}


/* ------------------------------------------------------------------
 * F. LINKS — Audit #16–#18
 * ------------------------------------------------------------------ */

/* #16–#18 — Global link color, hover, active */
body.anomalo-redesign a {
  color: #CC573E;
}
body.anomalo-redesign a:hover {
  color: #CC573E;
}
body.anomalo-redesign a:active {
  color: #CC573E;
}


/* ------------------------------------------------------------------
 * G. GRADIENT BORDERS / STROKES — Audit #19–#20
 * ------------------------------------------------------------------ */

/* #19 — Left border gradient → solid stroke orange */
body.anomalo-redesign .border-left::before,
body.anomalo-redesign .event-speakers .single-speaker::before {
  background: #FF6E4D !important;
}

/* #20 — Right border gradient → solid stroke orange */
body.anomalo-redesign .border-right::before {
  background: #FF6E4D !important;
}


/* ------------------------------------------------------------------
 * H. MEGA MENU — Audit #21–#24
 * ------------------------------------------------------------------ */

/* #21 — Mega menu purple link item bg */
body.anomalo-redesign [data-mega-menu] a.col-6:last-child {
  background-color: transparent !important;
}

/* #22 — Mega menu purple item hover */
body.anomalo-redesign [data-mega-menu] a:hover {
  background-color: #F3F2F7 !important;
}

/* #23 — Mega menu text-button links */
body.anomalo-redesign .mega-menu .mega-menu-link-banner a {
  color: #CC573E !important;
}

/* #24 — Mega menu purple highlight (all inner purple links) */
body.anomalo-redesign .mega-menu a:not(.button) {
  color: #0C0621 !important;
}
body.anomalo-redesign .mega-menu a:hover {
  color: #CC573E !important;
}


/* ------------------------------------------------------------------
 * I. SITEWIDE BANNER — Audit #25–#26
 * #25 already covered in main CSS (.anomalo-redesign .sitewide-banner)
 * ------------------------------------------------------------------ */

/* #26 — Banner link color → white on new bg */
body.anomalo-redesign .sitewide-banner a {
  color: #FFFFFF !important;
}


/* ------------------------------------------------------------------
 * J. FAQ / ACCORDION — Audit #27–#28
 * ------------------------------------------------------------------ */

/* #27 — FAQ active item border */
body.anomalo-redesign .accordion-item.active {
  border-color: #D2D0D7 !important;
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.08) !important;
}

/* #28 — FAQ eyebrow text (inherits from #14 .pre-heading rule) */

/* #27b — Accordion chevron: SVG (chevron-down-light.svg) has fill="#7252FB" purple.
 * Since it's a background-image, use mask-image technique to recolor. */
body.anomalo-redesign .accordion-item-header::after {
  background-image: none !important;
  background-color: #CC573E !important;
  -webkit-mask-image: url('https://www.anomalo.com/wp-content/themes/anomalo/public/images/chevron-down-light.e2da7a.svg');
  mask-image: url('https://www.anomalo.com/wp-content/themes/anomalo/public/images/chevron-down-light.e2da7a.svg');
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}


/* ------------------------------------------------------------------
 * K. TESTIMONIALS / CAROUSEL — Audit #29–#31
 * ------------------------------------------------------------------ */

/* #29 — Testimonial slide gradient — actually on .swiper-slide::before, NOT .swiper-inner-container */
body.anomalo-redesign .slider-component.slider-type-content .swiper-slide::before {
  background-image: none !important;
  background: transparent !important;
}

/* #29-FIX — Slide text was white (for dark gradient bg). Now bg is light, text must be dark. */
body.anomalo-redesign .slider-component.slider-type-content .swiper-slide .content,
body.anomalo-redesign .slider-component.slider-type-content .swiper-slide .content p,
body.anomalo-redesign .slider-component.slider-type-content .swiper-slide .details,
body.anomalo-redesign .slider-component.slider-type-content .swiper-slide .testimonial-details,
body.anomalo-redesign .slider-component.slider-type-content .swiper-slide .testimonial-details .fw-bold,
body.anomalo-redesign .slider-component.slider-type-content .swiper-slide .testimonial-details > div {
  color: #0C0621 !important;
  -webkit-text-fill-color: #0C0621 !important;
}

/* #29b — Also override .swiper-inner-container if it has gradient directly */
body.anomalo-redesign .swiper-inner-container {
  background: #F3F2F7 !important;
  background-image: none !important;
}

/* Dot pattern SVGs inside swiper — show them in orange instead of hiding */
body.anomalo-redesign .swiper-inner-container > svg {
  display: block !important;
}
body.anomalo-redesign .swiper-inner-container > svg path {
  fill: #FF6E4D !important;
}

/* #30 — Testimonial quote icon SVG (inline fill="#7252FB") */
body.anomalo-redesign .quote-accent svg path {
  fill: #CC573E !important;
}

/* #30b — Testimonial quote mark pseudo-element */
body.anomalo-redesign .new_testimonial::before,
body.anomalo-redesign blockquote::before {
  color: #CC573E !important;
}

/* #31 — Carousel/slider arrows SVG gradient → solid fill */
body.anomalo-redesign .slider-arrows svg stop,
body.anomalo-redesign .swiper-button-prev svg stop,
body.anomalo-redesign .swiper-button-next svg stop {
  stop-color: #CC573E !important;
}


/* ------------------------------------------------------------------
 * L. RESOURCE CARDS — Audit #32–#33
 * ------------------------------------------------------------------ */

/* #32 — Resource card tag text */
body.anomalo-redesign .resource-card-overline {
  color: #CC573E !important;
}

/* #33 — Resource card "Read More" link — inherits from #16 (a rule) */


/* ------------------------------------------------------------------
 * M. FORM INPUTS — Audit #34–#38
 * ------------------------------------------------------------------ */

/* #34 — Input selection highlight */
body.anomalo-redesign [type="email"]::selection,
body.anomalo-redesign [type="text"]::selection,
body.anomalo-redesign textarea::selection {
  background-color: rgba(204, 87, 62, 0.25) !important;
}

/* #35 — Input focus border */
body.anomalo-redesign [type="email"]:focus,
body.anomalo-redesign [type="text"]:focus,
body.anomalo-redesign textarea:focus {
  border-color: #CC573E !important;
  outline-color: #CC573E !important;
}

/* #36 — Gravity Forms checkbox checked */
body.anomalo-redesign .gfield_checkbox input:checked ~ label::before {
  background-color: #CC573E !important;
}

/* #37 — Gravity Forms checkbox border */
body.anomalo-redesign .gfield_checkbox .gchoice::before {
  border-color: #CC573E !important;
}

/* #38 — Gravity Forms spinner */
body.anomalo-redesign .gform_ajax_spinner {
  border-color: #CC573E !important;
}

/* #38b — Gravity Forms submit button (blog subscribe etc.) */
body.anomalo-redesign .gform_button.button,
body.anomalo-redesign .gform_wrapper .gform_button {
  background-color: #CC573E !important;
  border-color: #CC573E !important;
  color: #FFFFFF !important;
}
body.anomalo-redesign .gform_button.button:hover,
body.anomalo-redesign .gform_wrapper .gform_button:hover {
  background-color: #FFFFFF !important;
  color: #CC573E !important;
  box-shadow: 0 0 0 2px #CC573E !important;
}


/* ------------------------------------------------------------------
 * N. HEADER NAVIGATION — Audit #39–#40
 * ------------------------------------------------------------------ */

/* #39 — Primary nav link hover */
body.anomalo-redesign header .nav-primary a:hover {
  color: #CC573E !important;
}

/* #40 — Nav active/current item */
body.anomalo-redesign header .nav-primary .current-menu-item a {
  color: #CC573E !important;
}


/* ------------------------------------------------------------------
 * O. FEED / PAGINATION — Audit #41–#44
 * ------------------------------------------------------------------ */

/* #41 — Pagination active/hover text */
body.anomalo-redesign .feed-pagination .pagination-page.current,
body.anomalo-redesign .feed-pagination .pagination-page:hover {
  color: #CC573E !important;
}

/* #42 — Pagination active underline */
body.anomalo-redesign .feed-pagination .pagination-page.current::after {
  background-color: #CC573E !important;
}

/* #43 — Post feed CTA gradient banner → dark navy */
body.anomalo-redesign .post-feed-cta {
  background: #0C0621 !important;
  background-image: none !important;
}

/* #44 — Team title underline */
body.anomalo-redesign .team-feed-component .team-title::after {
  background-color: #CC573E !important;
}


/* ------------------------------------------------------------------
 * P. SLICK DOTS — Audit #45–#46
 * ------------------------------------------------------------------ */

/* #45 — Slick dot default */
body.anomalo-redesign .slick-dots li {
  background-color: rgba(204, 87, 62, 0.3) !important;
}

/* #46 — Slick dot active */
body.anomalo-redesign .slick-dots li.slick-active {
  background-color: #CC573E !important;
}


/* ------------------------------------------------------------------
 * Q. MODAL — Audit #47
 * ------------------------------------------------------------------ */

/* #47 — Modal inner gradient → flat bg */
body.anomalo-redesign .modal .modal-inner {
  background: #F3F2F7 !important;
}


/* ------------------------------------------------------------------
 * R. CARD SHADOWS — Audit #48–#49
 * FIXED: Removed [class*="card"] — was too broad, added shadows everywhere
 * Only target elements that ALREADY have purple-tinted shadows in theme CSS
 * ------------------------------------------------------------------ */

/* #48 — Card shadow default — purple tint → neutral */
body.anomalo-redesign .ehb-card,
body.anomalo-redesign .resource-card,
body.anomalo-redesign .integration-card,
body.anomalo-redesign .tabbed-section-component .border-gradient {
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.08) !important;
}

/* #49 — Card shadow hover — purple tint → neutral */
body.anomalo-redesign .ehb-card:hover,
body.anomalo-redesign .resource-card:hover,
body.anomalo-redesign .integration-card:hover,
body.anomalo-redesign .tabbed-section-component .border-gradient:hover {
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.12) !important;
}


/* ------------------------------------------------------------------
 * S. MISCELLANEOUS — Audit #50–#52
 * ------------------------------------------------------------------ */

/* #50 — Privacy policy list markers */
body.anomalo-redesign .priv-list-2-2::before,
body.anomalo-redesign .priv-list-3::before {
  background-color: #CC573E !important;
}

/* #51 — Select element background */
body.anomalo-redesign select {
  background-color: #FFFFFF !important;
  border-color: #D2D0D7 !important;
}
body.anomalo-redesign select:focus {
  border-color: #CC573E !important;
}

/* #52 — Content component purple text
 * FIXED v4: Exclude button classes — same specificity + later position was overriding button text color */
body.anomalo-redesign .content-component a:not(.button):not(.text-button):not(.text-button-download):not(.button-download):not(.button-orange):not(.button-purple-border-transparent),
body.anomalo-redesign .content-component strong {
  color: #CC573E !important;
}


/* ------------------------------------------------------------------
 * T. INLINE SVG PURPLE FILLS — Visual inspection additions
 * Elements with inline fill="#7252FB" or fill="#4E29ED"
 * ------------------------------------------------------------------ */

/* T1 — Video play button circle */
body.anomalo-redesign .video-play-button svg circle[fill="#7252FB"] {
  fill: #CC573E !important;
}

/* T2 — Decorative dot pattern SVGs (fill="#4E29ED" dark purple) */
body.anomalo-redesign .section-accent svg path,
body.anomalo-redesign .video-accent svg path {
  fill: #FF6E4D !important;
}

/* T3 — Dot pattern inside swiper slides (in case they're visible) */
body.anomalo-redesign .swiper-slide svg path[fill="#4E29ED"],
body.anomalo-redesign .swiper-slide svg path[fill="#4e29ed"] {
  fill: #FF6E4D !important;
}

/* T4 — Dot pattern inside post-feed-cta (blog subscribe banner) */
body.anomalo-redesign .post-feed-cta svg path {
  fill: #FF6E4D !important;
}


/* ------------------------------------------------------------------
 * U. FOOTER — Visual inspection additions
 * ------------------------------------------------------------------ */

/* U1 — Footer link hover (was purple in theme CSS) */
body.anomalo-redesign footer a:hover,
body.anomalo-redesign .footer a:hover {
  color: #CC573E !important;
}

/* U2 — Footer bottom bar links (Subscription, Privacy Policy, etc.) */
body.anomalo-redesign .footer-bottom a,
body.anomalo-redesign .footer-bottom a:hover {
  color: #CC573E !important;
}

/* U3 — Footer gradient line (hr or border) */
body.anomalo-redesign footer hr,
body.anomalo-redesign .footer-bottom-bar::before {
  background: linear-gradient(90deg, #FF6E4D, #CC573E) !important;
  border-color: #FF6E4D !important;
}
/* FIX: slider-type-content-full-width text white → dark */
body.anomalo-redesign .slider-component.slider-type-content-full-width {
  color: #0C0621 !important;
}
body.anomalo-redesign .slider-component.slider-type-content-full-width .swiper-slide .content,
body.anomalo-redesign .slider-component.slider-type-content-full-width .swiper-slide .content p,
body.anomalo-redesign .slider-component.slider-type-content-full-width .swiper-slide .details,
body.anomalo-redesign .slider-component.slider-type-content-full-width .swiper-slide .testimonial-details,
body.anomalo-redesign .slider-component.slider-type-content-full-width .swiper-slide .testimonial-details .fw-bold,
body.anomalo-redesign .slider-component.slider-type-content-full-width .swiper-slide .testimonial-details > div {
  color: #0C0621 !important;
  -webkit-text-fill-color: #0C0621 !important;
}

body.anomalo-redesign .post-feed-cta h3{color:#ffffff!important;}
body.anomalo-redesign .featured-posts .featured-post .featured-post-content .featured-post-cta, .featured-posts .featured-post .featured-post-content .featured-post-pre-title{color:#ffffff!important;}
body.anomalo-redesign .featured-posts .featured-post .featured-post-content .featured-post-cta:after{background-color: #ffffff!important;}
body.anomalo-redesign .post-card .post-details .post-card-pre-title,
body.anomalo-redesign .post-card .post-details .post-card-author span,
body.anomalo-redesign .post-card .post-details .post-card-date span,
body.anomalo-redesign .post-feed-component .pagination-wrapper .next-arrow.current,
body.anomalo-redesign .post-feed-component .pagination-wrapper .next-arrow:hover,
body.anomalo-redesign .post-feed-component .pagination-wrapper .pagination-page.current,
body.anomalo-redesign .post-feed-component .pagination-wrapper .pagination-page:hover,
body.anomalo-redesign .post-feed-component .pagination-wrapper .prev-arrow.current,
body.anomalo-redesign .post-feed-component .pagination-wrapper .prev-arrow:hover
{color:#CC573E !important;}

body.anomalo-redesign .post-feed-component .pagination-wrapper .next-arrow.current:after,
body.anomalo-redesign .post-feed-component .pagination-wrapper .pagination-page.current:after,
body.anomalo-redesign .post-feed-component .pagination-wrapper .prev-arrow.current:after
{background-color:#CC573E !important;}
