/*
Theme Name: ConsumerPulse Elementor Shell
Theme URI: https://consumerpulse.net/
Author: OpenAI
Description: Lightweight Elementor-optimized theme shell for ConsumerPulse.
Version: 1.0.0
Text Domain: consumerpulse
*/

:root {
    --cp-navy: #1F2A56;
    --cp-deep: #182247;
    --cp-blue: #2F6FE6;
    --cp-bright: #3A84F7;
    --cp-accent: #F45B57;
    --cp-light: #F6F8FC;
    --cp-text: #24304F;
    --cp-muted: #66708A;
    --cp-white: #FFFFFF;
}

html,
body {
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, sans-serif;
    background: #000033;
    color: var(--cp-text);
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 999;
    background: var(--cp-navy);
    color: var(--cp-white);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
}

.cp-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.cp-header-inner {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.cp-brand {
    font-size: 1.4rem;
    font-weight: 700;
}

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Montserrat:wght@600;700;800&display=swap');

.cp-about-reviews-page {
  --cp-navy: #252E6E;
  --cp-navy-deep: #352276;
  --cp-blue: #3C6ED6;
  --cp-blue-bright: #4F8FF9;
  --cp-red: #E63246;
  --cp-red-hover: #D62A3D;
  --cp-text: #18213D;
  --cp-muted: #5C678A;
  --cp-bg: #F6F8FC;
  --cp-card: #FFFFFF;
  background: var(--cp-navy-deep);
  color: var(--cp-text);
  font-family: 'Inter', sans-serif;
}

.cp-about-reviews-page .elementor-heading-title,
.cp-about-reviews-page h1,
.cp-about-reviews-page h2,
.cp-about-reviews-page h3,
.cp-about-reviews-page h4 {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: -0.02em;
  line-height: 1.08;
}

.cp-topbar {
  box-shadow: 0 10px 30px rgba(37, 46, 110, 0.16);
}

.cp-logo .cp-logo-white { color: #ffffff; }
.cp-logo .cp-logo-blue { color: var(--cp-blue-bright); }
.cp-logo .elementor-heading-title { margin: 0; font-weight: 800; }

.cp-nav-links {
  display: flex;
  gap: 32px;
  align-items: center;
}

.cp-nav-links a {
  color: #eef3ff;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
}

.cp-nav-links a:hover { color: #ffffff; }

.cp-hero {
  box-shadow: 0 20px 60px rgba(37, 46, 110, 0.18);
  overflow: hidden;
}

.cp-hero-title .elementor-heading-title,
.cp-hero-title {
  max-width: 760px;
}

.cp-hero-copy,
.cp-hero-copy p {
  font-size: 21px;
  line-height: 1.65;
  margin: 0;
}

.cp-inline-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 12px;
}

.cp-btn-primary,
.cp-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 26px;
  border-radius: 12px;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 18px;
  transition: all .2s ease;
}

.cp-btn-primary {
  background: var(--cp-red);
  color: #fff;
  box-shadow: 0 12px 24px rgba(230, 50, 70, 0.24);
}
.cp-btn-primary:hover { background: var(--cp-red-hover); color: #fff; }

.cp-btn-secondary {
  color: #fff;
  border: 2px solid rgba(255,255,255,.45);
  background: transparent;
}
.cp-btn-secondary:hover {
  background: rgba(255,255,255,.08);
  color: #fff;
}
.cp-btn-secondary-light { border-color: rgba(255,255,255,.55); }

.cp-visual-card {
  width: 100%;
  max-width: 410px;
  min-height: 300px;
  border-radius: 22px;
  padding: 34px 30px;
  background: linear-gradient(180deg, rgba(255,255,255,.14), rgba(255,255,255,.06));
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 18px 50px rgba(10, 17, 45, .28);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cp-visual-badge {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 34px;
  font-weight: 800;
  margin-bottom: 20px;
}
.cp-visual-badge span { color: var(--cp-blue-bright); }

.cp-visual-lines {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  border: 4px solid var(--cp-blue-bright);
  box-shadow: 0 0 0 10px rgba(79,143,249,0.12), 0 0 0 20px rgba(79,143,249,0.08);
  margin-bottom: 24px;
}

.cp-visual-card p {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 1.2;
  margin: 0;
}

.cp-quick-nav-box,
.cp-content-card {
  box-shadow: 0 12px 34px rgba(24, 33, 61, .08);
}

.cp-quick-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}

.cp-quick-links a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  background: #eef4ff;
  color: var(--cp-navy);
  text-decoration: none;
  font-weight: 600;
}

.cp-quick-links a:hover {
  background: var(--cp-blue);
  color: #fff;
}

.cp-content-stack {
  padding-bottom: 60px;
}

.cp-content-card {
  background: var(--cp-card);
  border-radius: 20px;
  padding: 34px 36px;
  margin-bottom: 22px;
}

.cp-content-card-dark {
  background: linear-gradient(135deg, var(--cp-navy), var(--cp-navy-deep));
  color: #fff;
}

.cp-content-card h2 {
  font-size: 38px;
  margin: 0 0 16px;
  color: inherit;
}

.cp-content-card p,
.cp-content-card li {
  font-size: 19px;
  line-height: 1.8;
  color: inherit;
}

.cp-content-card ul {
  margin: 0 0 18px 1.25em;
}

.cp-mid-cta {
  box-shadow: 0 18px 38px rgba(37, 46, 110, 0.2);
}

@media (max-width: 1024px) {
  .cp-nav-wrap,
  .cp-inline-buttons,
  .cp-quick-links {
    gap: 12px;
  }

  .cp-hero-copy,
  .cp-hero-copy p,
  .cp-content-card p,
  .cp-content-card li {
    font-size: 18px;
  }

  .cp-content-card h2 { font-size: 32px; }
}

@media (max-width: 767px) {
  .cp-topbar .e-con-inner,
  .cp-topbar,
  .cp-hero,
  .cp-mid-cta {
    border-radius: 18px;
  }

  .cp-nav-links {
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
  }

  .cp-nav-links a { font-size: 16px; }

  .cp-hero-title .elementor-heading-title,
  .cp-content-card h2 {
    font-size: 30px !important;
  }

  .cp-hero-copy,
  .cp-hero-copy p,
  .cp-content-card p,
  .cp-content-card li {
    font-size: 17px;
    line-height: 1.7;
  }

  .cp-content-card,
  .cp-quick-nav-box {
    padding: 24px 22px;
  }

  .cp-btn-primary,
  .cp-btn-secondary {
    width: 100%;
  }

  .cp-visual-card {
    min-height: 240px;
    padding: 24px;
  }

  .cp-visual-badge { font-size: 28px; }
  .cp-visual-card p { font-size: 22px; }
}

/* Main product image */
.swiper, .sc-product__media img {
    max-width: 350px; /* change size */
    width: 100%;
    height: auto;
}

/* Thumbnail images */
.sc-product__thumbnails img {
    width: 80px;
    height: auto;
}

    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis]
{background-color: #EAF2FC;}

/* Hide related/other products section */
.sc-related-products,
.sc-product-list,
.related, 
.sc-product-template-columns-3,
.products {
    display: none !important;
}

.cpd-header div {
    background: white;
    padding: 10px;
    border-radius: 12px;
}

.sc-cart-icon svg {stroke: white !important!;}

.ninja-forms-field {border-radius: 15px;
    HEIGHT: 40PX !important;
    WIDTH: 400PX !important;
padding: 5px !important;}

#nf-field-3 {WIDTH: 100% !important; HEIGHT: 200PX !important; }
#nf-form-title-1, .nf-form-title {display: none !important;}