/* NudgeAI Custom Styles */

/* Smooth scroll */
html {
  scroll-behavior: smooth;
}

/* Fixed navbar adjustments */
body {
  padding-top: 76px; /* navbar height + some space */
}

.navbar.fixed-top {
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  z-index: 1030;
}

/* Remove default masthead overlay */
header.masthead:before {
  display: none !important;
}

/* Override default masthead background */
header.masthead {
  background-color: transparent !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.btn-shopify {
  display: inline-block;
  transition: transform 0.3s ease;
  text-decoration: none;
}

.btn-shopify:hover {
  transform: scale(1.05);
  text-decoration: none;
}

.btn-shopify img {
  transition: all 0.3s ease;
}

.btn-shopify:hover img {
  filter: brightness(1.1);
}

/* Custom font sizes */
header.masthead h1 {
  font-size: 62px !important;
  font-weight: bold !important;
  line-height: 1.1 !important;
  margin-bottom: 2.5rem !important;
}

header.masthead .lead {
  font-size: 20px !important;
}

/* Why NudgeAI Wins Section Styles */
.why-nudgeai-wins {
  background-position: top center !important;
  overflow: hidden;
  position: relative;
  border-top-left-radius: 50px !important;
  border-top-right-radius: 50px !important;
  padding: 100px 0 100px 0 !important;
  background-color: #ffffff !important;
}

/* No More Discounts Section Styles */
.no-more-discounts {
  background-position: top center !important;
  overflow: hidden;
  position: relative;
  padding: 50px 0 100px 0 !important;
  background-color: #ffffff !important;
}

/* How It Works Section Styles */
.how-it-works {
  background-position: top center !important;
  overflow: hidden;
  position: relative;
  padding: 50px 0 200px 0 !important;
  background-color: #ffffff !important;
}

/* Email Capture UI Section Styles */
.email-capture-ui {
  background-position: top center !important;
  overflow: hidden;
  position: relative;
  padding: 100px 0 400px 0 !important;
  background-color: #ffffff !important;
}

/* Real Success Stories Section Styles */
.real-success-stories {
  background-position: top center !important;
  overflow: hidden;
  position: relative;
  padding: 100px 0 !important;
  background-color: #ffffff !important;
}

.real-success-stories h2 {
  font-size: 48px;
  font-weight: bold;
  color: #002C77;
  line-height: 1.2;
}

.real-success-stories h3 span {
  font-size: 24px;
  font-weight: bold;
  color: #002C77;
}

.real-success-stories .metric-item {
  margin-bottom: 1.5rem;
}

.real-success-stories .metric-item div:first-child {
  font-weight: bold;
  color: #002C77;
  margin-bottom: 5px;
}

.real-success-stories .metric-item div:last-child {
  color: #666;
  font-size: 16px;
}

.real-success-stories .success-image {
  margin-top: 2rem;
}

/* Supercharge Conversions Section Styles */
.supercharge-conversions {
  background-position: top center !important;
  overflow: hidden;
  position: relative;
  padding: 100px 0 400px 0 !important;
  background-color: #ffffff !important;
  border-bottom-left-radius: 50px !important;
  border-bottom-right-radius: 50px !important;
}

/* Capture Premium Subscribers Section Styles */
.capture-premium {
  background-position: top center !important;
  overflow: hidden;
  position: relative;
  padding: 100px 0 600px 0 !important;
  background-color: #1e3a8a !important;
}

/* AI-Managed Optimization Section Styles */
.ai-optimization {
  background-position: top center !important;
  overflow: hidden;
  position: relative;
  padding: 100px 0 900px 0 !important;
  background-color: #1e3a8a !important;
}

/* Pricing Plan Section Styles */
.pricing-plan-container {
  background-color: #ffffff;
}
.pricing-plan {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 50px !important;
  border-top-right-radius: 50px !important;
}

.pricing-plan h2 {
  font-size: 62px !important;
  font-weight: bold;
  color: #ffffff !important;
  line-height: 1.2;
}

.pricing-plan p {
  font-size: 20px !important;
  color: #ffffff !important;
  opacity: 0.9;
}

.pricing-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  padding: 40px 30px 80px 30px !important;
  margin: auto;
}

.pricing-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.15) !important;
}

.pricing-card h3 {
  font-size: 25px !important;
  font-weight: bold;
  color: #011434 !important;
}

.pricing-card .price span:first-child {
  font-size: 48px !important;
  font-weight: bold;
  color: #011434 !important;
}

.pricing-card .price span:last-child {
  font-size: 18px !important;
  color: #666 !important;
}

.pricing-card .feature-item div:first-child {
  font-size: 18px !important;
  color: #011434 !important;
}

.pricing-card .feature-item div:last-child {
  font-size: 16px !important;
  color: #666 !important;
}

/* Main title responsive */
.why-nudgeai-wins h2,
.no-more-discounts h2,
.how-it-works h2,
.email-capture-ui h2,
.supercharge-conversions h2,
.real-success-stories h2 {
  font-size: 45px;
  font-weight: bold;
  color: #1e3a8a;
  line-height: 1.2;
}

/* Capture Premium and AI Optimization sections have different styling */
.capture-premium h2,
.ai-optimization h2 {
  font-size: 62px !important;
  font-weight: bold;
  color: #ffffff !important;
  line-height: 1.2;
}

/* Section titles responsive */
.why-nudgeai-wins h3,
.no-more-discounts h3,
.how-it-works h3,
.email-capture-ui h3,
.supercharge-conversions h3,
.capture-premium h3,
.ai-optimization h3 {
  font-size: 20px;
  font-weight: bold;
  color: #1e3a8a;
}

/* Main content text */
.why-nudgeai-wins .issue-item span,
.why-nudgeai-wins .benefit-item div,
.no-more-discounts .issue-item span,
.no-more-discounts .benefit-item div,
.how-it-works .step-item div,
.email-capture-ui .description-content p,
.supercharge-conversions .description-content p {
  font-size: 16px;
  color: #374151;
}

/* Capture Premium and AI Optimization sections description */
.capture-premium .description-content p,
.ai-optimization .description-content p {
  font-size: 20px !important;
  color: #ffffff !important;
  opacity: 0.9;
}

/* Description text */
.why-nudgeai-wins .benefit-item div:last-child,
.no-more-discounts .benefit-item div:last-child,
.how-it-works .step-item div:last-child {
  font-size: 14px;
  color: #6b7280;
}

/* Step icons */
.how-it-works .step-icon {
  width: 30px;
  height: 30px;
  margin-right: 15px;
  margin-top: 2px;
  flex-shrink: 0;
}

/* Step number styles */
.step-number {
  width: 30px;
  height: 30px;
  background-color: #F1FF46;
  color: #011434;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
  margin-right: 15px;
  margin-top: 2px;
  flex-shrink: 0;
  border: 2px solid #F1FF46;
}

/* Icon sizes */
.why-nudgeai-wins .fire-icon,
.no-more-discounts .fire-icon,
.how-it-works .fire-icon,
.email-capture-ui .fire-icon,
.supercharge-conversions .fire-icon,
.capture-premium .fire-icon,
.ai-optimization .fire-icon {
  width: 45px;
  height: 45px;
}

.why-nudgeai-wins .section-icon,
.no-more-discounts .section-icon,
.how-it-works .section-icon,
.email-capture-ui .section-icon,
.supercharge-conversions .section-icon,
.capture-premium .section-icon,
.ai-optimization .section-icon {
  width: 24px;
  height: 24px;
}

.why-nudgeai-wins .item-icon,
.no-more-discounts .item-icon,
.how-it-works .item-icon,
.email-capture-ui .item-icon,
.supercharge-conversions .item-icon,
.capture-premium .item-icon,
.ai-optimization .item-icon {
  width: 20px;
  height: 20px;
}

/* Mobile responsive adjustments */
@media (max-width: 1200px) {
  .why-nudgeai-wins h2,
  .no-more-discounts h2,
  .how-it-works h2,
  .email-capture-ui h2,
  .supercharge-conversions h2 {
    font-size: 38px;
  }
  
  .capture-premium h2,
  .ai-optimization h2 {
    font-size: 52px !important;
  }
  
  .pricing-plan h2 {
    font-size: 52px !important;
  }
  
  .pricing-plan p {
    font-size: 18px !important;
  }
  
  .pricing-card h3 {
    font-size: 22px !important;
  }
  
  .pricing-card .price span:first-child {
    font-size: 42px !important;
  }
  
  .pricing-card .feature-item div:first-child {
    font-size: 16px !important;
  }
  
  .pricing-card .feature-item div:last-child {
    font-size: 14px !important;
  }
  
  .capture-premium .description-content p,
  .ai-optimization .description-content p {
    font-size: 18px !important;
  }
  
  .why-nudgeai-wins h3,
  .no-more-discounts h3,
  .how-it-works h3,
  .email-capture-ui h3,
  .supercharge-conversions h3,
  .capture-premium h3,
  .ai-optimization h3 {
    font-size: 18px;
  }
  
  .why-nudgeai-wins .fire-icon,
  .no-more-discounts .fire-icon,
  .how-it-works .fire-icon,
  .email-capture-ui .fire-icon,
  .supercharge-conversions .fire-icon,
  .capture-premium .fire-icon,
  .ai-optimization .fire-icon {
    width: 38px;
    height: 38px;
  }
  
  .why-nudgeai-wins .section-icon,
  .no-more-discounts .section-icon,
  .how-it-works .section-icon,
  .email-capture-ui .section-icon,
  .supercharge-conversions .section-icon,
  .capture-premium .section-icon,
  .ai-optimization .section-icon {
    width: 22px;
    height: 22px;
  }
  
  .real-success-stories h2 {
    font-size: 38px !important;
  }
  
  .real-success-stories h3 span {
    font-size: 22px;
  }
}

@media (max-width: 992px) {
  .why-nudgeai-wins {
    background-attachment: scroll;
    background-position: bottom right 16% !important;
    background-size: auto !important;
    padding: 80px 0 600px 0 !important;
  }
  
  .no-more-discounts {
    background-attachment: scroll;
    background-position: top center !important;
    background-position: bottom right 16% !important;
    background-size: auto !important;
    padding: 80px 0 600px 0 !important;
  }
  
  .how-it-works {
    background-attachment: scroll;
    background-position: top center !important;
    background-position: bottom right 2% !important;
    background-size: auto !important;
    padding: 80px 0 700px 0 !important;
  }
  
  .email-capture-ui {
    background-attachment: scroll;
    background-position: bottom right 17% !important;
    background-size: auto !important;
    padding: 80px 0 700px 0 !important;
  }
  
  .supercharge-conversions {
    background-attachment: scroll;
    background-position: bottom right 17% !important;
    background-size: auto !important;
    padding: 80px 0 700px 0 !important;
  }
  
  .capture-premium {
    background-attachment: scroll;
    background-position: bottom right 50% !important;
    padding: 40px 0 400px 0 !important;
  }
  
  .ai-optimization {
    background-attachment: scroll;
    background-position: bottom right 50% !important;
    padding: 40px 0 600px 0 !important;
  }
  
  .pricing-plan {
    padding: 80px 0 !important;
  }
  
  .why-nudgeai-wins h2,
  .no-more-discounts h2,
  .how-it-works h2,
  .email-capture-ui h2,
  .supercharge-conversions h2 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 3rem;
  }
  
  .real-success-stories h2 {
    font-size: 32px !important;
    text-align: center;
    margin-bottom: 3rem;
  }
  
  .capture-premium h2,
  .ai-optimization h2 {
    font-size: 42px !important;
    text-align: center;
    margin-bottom: 3rem;
  }
  
  .pricing-plan h2 {
    font-size: 42px !important;
    text-align: center;
    margin-bottom: 2rem;
  }
  
  .pricing-plan p {
    font-size: 16px !important;
  }
  
  .pricing-card h3 {
    font-size: 20px !important;
  }
  
  .pricing-card .price span:first-child {
    font-size: 36px !important;
  }
  
  .pricing-card .feature-item div:first-child {
    font-size: 15px !important;
  }
  
  .pricing-card .feature-item div:last-child {
    font-size: 13px !important;
  }
  
  .capture-premium .description-content p,
  .ai-optimization .description-content p {
    font-size: 16px !important;
  }
  
  .why-nudgeai-wins h3,
  .no-more-discounts h3,
  .how-it-works h3,
  .email-capture-ui h3,
  .supercharge-conversions h3,
  .capture-premium h3,
  .ai-optimization h3 {
    font-size: 15px;
  }
  
  .real-success-stories h3 span {
    font-size: 20px;
  }
  
  .real-success-stories .success-image {
    margin-top: 3rem;
    order: 2;
  }
  
  .real-success-stories .row {
    flex-direction: column;
  }
  
  .real-success-stories .col-lg-6:first-child {
    order: 1;
  }
  
  .real-success-stories .col-lg-6:last-child {
    order: 2;
    margin-top: 2rem;
  }
  
  .why-nudgeai-wins .issue-item span,
  .why-nudgeai-wins .benefit-item div,
  .no-more-discounts .issue-item span,
  .no-more-discounts .benefit-item div,
  .how-it-works .step-item div,
  .email-capture-ui .description-content p,
  .supercharge-conversions .description-content p {
    font-size: 14px;
  }
  
  .why-nudgeai-wins .benefit-item div:last-child,
  .no-more-discounts .benefit-item div:last-child,
  .how-it-works .step-item div:last-child {
    font-size: 12px;
  }
  
  .why-nudgeai-wins .fire-icon,
  .no-more-discounts .fire-icon,
  .how-it-works .fire-icon,
  .email-capture-ui .fire-icon,
  .supercharge-conversions .fire-icon,
  .capture-premium .fire-icon,
  .ai-optimization .fire-icon {
    width: 32px;
    height: 32px;
  }
  
  .why-nudgeai-wins .section-icon,
  .no-more-discounts .section-icon,
  .how-it-works .section-icon,
  .email-capture-ui .section-icon,
  .supercharge-conversions .section-icon,
  .capture-premium .section-icon,
  .ai-optimization .section-icon {
    width: 20px;
    height: 20px;
  }
  
  .why-nudgeai-wins .item-icon,
  .no-more-discounts .item-icon,
  .how-it-works .item-icon,
  .email-capture-ui .item-icon,
  .supercharge-conversions .item-icon,
  .capture-premium .item-icon,
  .ai-optimization .item-icon {
    width: 18px;
    height: 18px;
  }
  
  .how-it-works .step-icon {
    width: 28px;
    height: 28px;
  }
  
  .step-number {
    width: 28px;
    height: 28px;
    font-size: 14px;
  }
  
  .real-success-stories {
    background-attachment: scroll;
    background-position: bottom right 17% !important;
    background-size: auto !important;
    padding: 80px 0 100px 0 !important;
  }
  
  .real-success-stories .section-icon {
    width: 20px;
    height: 20px;
  }
  
  .real-success-stories .metric-item div:first-child {
    font-size: 14px !important;
  }
  
  .real-success-stories .metric-item div:last-child {
    font-size: 12px !important;
  }
  
  .supercharge-conversions {
    background-attachment: scroll;
    background-position: bottom right 17% !important;
    background-size: auto !important;
    padding: 80px 0 700px 0 !important;
  }
}

@media (max-width: 768px) {
  .why-nudgeai-wins {
    background-image: url('/home/assets/img/body_01_bg.png') !important;
    background-position: bottom right 19% !important;
    background-size: auto 60% !important;
    padding: 60px 0 450px 0 !important;
  }
  
  .no-more-discounts {
    background-image: url('/home/assets/img/body_02_bg.jpg') !important;
    background-position: bottom right 19% !important;
    background-size: auto 60% !important;
    padding: 60px 0 450px 0 !important;
  }
  
  .how-it-works {
    background-image: url('/home/assets/img/body_03_bg.jpg') !important;
    background-position: bottom right -2% !important;
    background-size: auto 60% !important;
    padding: 60px 0 450px 0 !important;
  }
  
  .email-capture-ui {
    background-image: url('/home/assets/img/body_04_bg.jpg') !important;
    background-position: bottom right 21% !important;
    background-size: auto 73% !important;
    padding: 60px 0 600px 0 !important;
  }
  
  .supercharge-conversions {
    background-image: url('/home/assets/img/body_05_bg.jpg') !important;
    background-position: bottom right 23% !important;
    background-size: auto 78% !important;
    padding: 60px 0 600px 0 !important;
  }
  
  .capture-premium {
    background-image: url('/home/assets/img/body_06_bg.jpg') !important;
    background-position: bottom right 50% !important;
    padding: 40px 0 500px 0 !important;
  }
  
  .ai-optimization {
    background-image: url('/home/assets/img/body_07_bg.jpg') !important;
    background-position: bottom right 50% !important;
    padding: 40px 0 500px 0 !important;
  }
  
  .pricing-plan {
    padding: 60px 0 !important;
  }
  
  .why-nudgeai-wins h2,
  .no-more-discounts h2,
  .how-it-works h2,
  .email-capture-ui h2,
  .supercharge-conversions h2 {
    font-size: 28px;
  }
  
  .real-success-stories h2 {
    font-size: 28px !important;
    text-align: center;
    margin-bottom: 3rem;
  }
  
  .capture-premium h2,
  .ai-optimization h2 {
    font-size: 42px !important;
    text-align: center;
    margin-bottom: 3rem;
  }
  
  .pricing-plan h2 {
    font-size: 42px !important;
    text-align: center;
    margin-bottom: 2rem;
  }
  
  .pricing-plan p {
    font-size: 16px !important;
  }
  
  .pricing-card h3 {
    font-size: 18px !important;
  }
  
  .pricing-card .price span:first-child {
    font-size: 36px !important;
  }
  
  .pricing-card .feature-item div:first-child {
    font-size: 14px !important;
  }
  
  .pricing-card .feature-item div:last-child {
    font-size: 12px !important;
  }
  
  .capture-premium .description-content p,
  .ai-optimization .description-content p {
    font-size: 14px !important;
  }
  
  .why-nudgeai-wins h3,
  .no-more-discounts h3,
  .how-it-works h3,
  .email-capture-ui h3,
  .supercharge-conversions h3,
  .capture-premium h3,
  .ai-optimization h3 {
    font-size: 13px;
  }
  
  .real-success-stories h3 span {
    font-size: 15px;
  }
  
  .real-success-stories .section-icon {
    width: 18px !important;
    height: 18px !important;
  }
  
  .real-success-stories .metric-item div:first-child {
    font-size: 13px;
  }
  
  .real-success-stories .metric-item div:last-child {
    font-size: 11px !important;
  }
  
  .why-nudgeai-wins .issue-item span,
  .why-nudgeai-wins .benefit-item div,
  .no-more-discounts .issue-item span,
  .no-more-discounts .benefit-item div,
  .how-it-works .step-item div,
  .email-capture-ui .description-content p,
  .supercharge-conversions .description-content p {
    font-size: 13px;
  }
  
  .why-nudgeai-wins .benefit-item div:last-child,
  .no-more-discounts .benefit-item div:last-child,
  .how-it-works .step-item div:last-child {
    font-size: 11px;
  }
  
  .why-nudgeai-wins .fire-icon,
  .no-more-discounts .fire-icon,
  .how-it-works .fire-icon,
  .email-capture-ui .fire-icon,
  .supercharge-conversions .fire-icon,
  .capture-premium .fire-icon,
  .ai-optimization .fire-icon {
    width: 28px;
    height: 28px;
  }
  
  .why-nudgeai-wins .section-icon,
  .no-more-discounts .section-icon,
  .how-it-works .section-icon,
  .email-capture-ui .section-icon,
  .supercharge-conversions .section-icon,
  .capture-premium .section-icon,
  .ai-optimization .section-icon {
    width: 18px;
    height: 18px;
  }
  
  .why-nudgeai-wins .item-icon,
  .no-more-discounts .item-icon,
  .how-it-works .item-icon,
  .email-capture-ui .item-icon,
  .supercharge-conversions .item-icon,
  .capture-premium .item-icon,
  .ai-optimization .item-icon {
    width: 16px;
    height: 16px;
  }
  
  .why-nudgeai-wins .vs-diagram,
  .no-more-discounts .vs-diagram,
  .how-it-works .vs-diagram,
  .email-capture-ui .ui-screenshots,
  .supercharge-conversions .signup-flow,
  .capture-premium .google-email-visual,
  .ai-optimization .ai-settings-visual {
    margin-top: 3rem;
  }
  
  .how-it-works .step-icon {
    width: 26px;
    height: 26px;
  }
  
  .step-number {
    width: 26px;
    height: 26px;
    font-size: 13px;
  }
  
  .real-success-stories {
    background-color: #ffffff !important;
    padding: 60px 0 !important;
  }
  
  .real-success-stories h3 span {
    font-size: 15px;
  }
}

@media (max-width: 576px) {
  .why-nudgeai-wins {
    background-image: url('/home/assets/img/body_01_bg.png') !important;
    background-position: bottom right 21% !important;
    background-size: auto 60% !important;
    padding: 40px 0 400px 0 !important;
    border-top-left-radius: 30px !important;
    border-top-right-radius: 30px !important;
  }
  
  .no-more-discounts {
    background-image: url('/home/assets/img/body_02_bg.jpg') !important;
    background-position: bottom right 21% !important;
    background-size: auto 60% !important;
    padding: 40px 0 400px 0 !important;
  }
  
  .how-it-works {
    background-image: url('/home/assets/img/body_03_bg.jpg') !important;
    background-position: bottom right -6% !important;
    background-size: auto 55% !important;
    padding: 40px 0 350px 0 !important;
  }
  
  .email-capture-ui {
    background-image: url('/home/assets/img/body_04_bg.jpg') !important;
    background-position: bottom right 20% !important;
    background-size: auto 70% !important;
    padding: 40px 0 500px 0 !important;
  }
  
  .supercharge-conversions {
    background-image: url('/home/assets/img/body_05_bg.jpg') !important;
    background-position: bottom right 24% !important;
    background-size: auto 75% !important;
    padding: 40px 0 600px 0 !important;
    border-bottom-left-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
  }
  
  .capture-premium {
    background-image: url('/home/assets/img/body_06_bg.jpg') !important;
    background-position: bottom right 50% !important;
    padding: 40px 0 300px 0 !important;
  }
  
  .ai-optimization {
    background-image: url('/home/assets/img/body_07_bg.jpg') !important;
    background-position: bottom right 48% !important;
    background-size: auto 72% !important;
    padding: 40px 0 250px 0 !important;
  }
  
  .pricing-plan {
    padding: 40px 0 !important;
    border-top-left-radius: 30px !important;
    border-top-right-radius: 30px !important;
  }
  
  .pricing-card {
    margin-bottom: 2rem !important;
  }
  
  .why-nudgeai-wins h2,
  .no-more-discounts h2,
  .how-it-works h2,
  .email-capture-ui h2,
  .supercharge-conversions h2 {
    font-size: 24px;
  }
  
  .real-success-stories h2 {
    font-size: 24px !important;
    text-align: center;
    margin-bottom: 2rem;
  }
  
  .capture-premium h2,
  .ai-optimization h2 {
    font-size: 30px !important;
  }
  
  .pricing-plan h2 {
    font-size: 30px !important;
  }
  
  .pricing-plan p {
    font-size: 12px !important;
  }
  
  .pricing-card h3 {
    font-size: 16px !important;
  }
  
  .pricing-card .price span:first-child {
    font-size: 28px !important;
  }
  
  .pricing-card .feature-item div:first-child {
    font-size: 12px !important;
  }
  
  .pricing-card .feature-item div:last-child {
    font-size: 10px !important;
  }
  
  .capture-premium .description-content p,
  .ai-optimization .description-content p {
    font-size: 12px !important;
  }
  
  .why-nudgeai-wins h3,
  .no-more-discounts h3,
  .how-it-works h3,
  .email-capture-ui h3,
  .supercharge-conversions h3,
  .capture-premium h3,
  .ai-optimization h3 {
    font-size: 14px;
  }
  
  .real-success-stories h3 span {
    font-size: 14px !important;
  }
  
  .real-success-stories .section-icon {
    width: 16px !important;
    height: 16px !important;
  }
  
  .real-success-stories .metric-item div:first-child {
    font-size: 12px !important;
  }
  
  .real-success-stories .metric-item div:last-child {
    font-size: 10px !important ;
  }
  
  .why-nudgeai-wins .issue-item span,
  .why-nudgeai-wins .benefit-item div,
  .no-more-discounts .issue-item span,
  .no-more-discounts .benefit-item div,
  .how-it-works .step-item div,
  .email-capture-ui .description-content p,
  .supercharge-conversions .description-content p {
    font-size: 12px;
  }
  
  .why-nudgeai-wins .benefit-item div:last-child,
  .no-more-discounts .benefit-item div:last-child,
  .how-it-works .step-item div:last-child {
    font-size: 10px;
  }
  
  .why-nudgeai-wins .fire-icon,
  .no-more-discounts .fire-icon,
  .how-it-works .fire-icon,
  .email-capture-ui .fire-icon,
  .supercharge-conversions .fire-icon,
  .capture-premium .fire-icon,
  .ai-optimization .fire-icon {
    width: 24px;
    height: 24px;
  }
  
  .why-nudgeai-wins .section-icon,
  .no-more-discounts .section-icon,
  .how-it-works .section-icon,
  .email-capture-ui .section-icon,
  .supercharge-conversions .section-icon,
  .capture-premium .section-icon,
  .ai-optimization .section-icon {
    width: 16px;
    height: 16px;
  }
  
  .why-nudgeai-wins .item-icon,
  .no-more-discounts .item-icon,
  .how-it-works .item-icon,
  .email-capture-ui .item-icon,
  .supercharge-conversions .item-icon,
  .capture-premium .item-icon,
  .ai-optimization .item-icon {
    width: 14px;
    height: 14px;
  }
  
  .how-it-works .step-icon {
    width: 24px;
    height: 24px;
  }
  
  .step-number {
    width: 24px;
    height: 24px;
    font-size: 12px;
  }
  
  .real-success-stories {
    background-color: #ffffff !important;
    padding: 40px 0 !important;
  }
  
  .real-success-stories h3 span {
    font-size: 15px;
  }
}

/* Original mobile responsive adjustments for header */
@media (max-width: 768px) {
  header.masthead h1 {
    font-size: 32px !important;
  }
  
  header.masthead .lead {
    font-size: 16px !important;
  }
}

/* Ensure proper z-index for content */
header.masthead .container {
  position: relative;
  z-index: 2;
}

/* Footer Styles - Simple design matching attached image */
.custom-footer {
  background-color: #011434;
  padding: 60px 0;
  border-top: 1px solid #1f1f4d;
}

.footer-links {
  margin-bottom: 30px;
}

.footer-links a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.footer-links a:hover {
  opacity: 1;
  color: #ffffff;
}

.footer-links .separator {
  color: #ffffff;
  opacity: 0.6;
  margin: 0 15px;
  font-size: 14px;
}

.footer-copyright {
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 30px;
}

.footer-logo img {
  height: 40px;
  width: auto;
}

/* Footer responsive adjustments */
@media (max-width: 768px) {
  .custom-footer {
    padding: 40px 0;
  }
  
  .footer-links {
    margin-bottom: 20px;
  }
  
  .footer-links a {
    font-size: 12px;
  }
  
  .footer-links .separator {
    margin: 0 10px;
    font-size: 12px;
  }
  
  .footer-copyright {
    font-size: 12px;
    margin-bottom: 20px;
  }
  
  .footer-logo img {
    height: 32px;
  }
}

@media (max-width: 576px) {
  .custom-footer {
    padding: 30px 0;
  }
  
  .footer-links a {
    font-size: 11px;
  }
  
  .footer-links .separator {
    margin: 0 8px;
  }
  
  .footer-copyright {
    font-size: 11px;
  }
  
  .footer-logo img {
    height: 28px;
  }
}

/* Privacy and Terms Pages Styles */
.privacy-content,
.terms-content {
  background-color: #ffffff;
  padding: 80px 0;
  min-height: calc(100vh - 200px);
}

.policy-container,
.terms-container {
  background-color: #ffffff;
  padding: 60px 40px;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  margin: 20px 0;
}

.policy-container h1,
.terms-container h1 {
  color: #011434;
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
  border-bottom: 3px solid #47CCDB;
  padding-bottom: 20px;
}

.policy-container h2,
.terms-container h2 {
  color: #011434;
  font-size: 28px;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 20px;
  border-left: 4px solid #47CCDB;
  padding-left: 20px;
}

.policy-container p,
.terms-container p {
  color: #374151;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 16px;
  text-align: justify;
}

.policy-container ul,
.terms-container ul {
  color: #374151;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 16px;
  padding-left: 30px;
}

.policy-container li,
.terms-container li {
  margin-bottom: 8px;
}

.policy-container a,
.terms-container a {
  color: #3E4AFE;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.policy-container a:hover,
.terms-container a:hover {
  color: #47CCDB;
}

.policy-container strong,
.terms-container strong {
  color: #011434;
  font-weight: bold;
}

.policy-container em,
.terms-container em {
  font-style: italic;
  color: #6b7280;
}

.contact-info {
  background-color: #f8f9ff;
  border-radius: 8px;
  padding: 30px;
  margin-top: 20px;
  border-left: 4px solid #47CCDB;
}

.contact-info p {
  margin-bottom: 8px;
  font-size: 16px;
}

/* Responsive design for privacy/terms pages */
@media (max-width: 992px) {
  .policy-container,
  .terms-container {
    padding: 40px 30px;
  }
  
  .policy-container h1,
  .terms-container h1 {
    font-size: 38px;
  }
  
  .policy-container h2,
  .terms-container h2 {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .privacy-content,
  .terms-content {
    padding: 40px 0;
  }
  
  .policy-container,
  .terms-container {
    padding: 30px 20px;
    margin: 10px 0;
  }
  
  .policy-container h1,
  .terms-container h1 {
    font-size: 32px;
    margin-bottom: 30px;
  }
  
  .policy-container h2,
  .terms-container h2 {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 15px;
    padding-left: 15px;
  }
  
  .policy-container p,
  .terms-container p,
  .policy-container ul,
  .terms-container ul {
    font-size: 14px;
    line-height: 1.6;
  }
  
  .contact-info {
    padding: 20px;
  }
}

@media (max-width: 576px) {
  .policy-container,
  .terms-container {
    padding: 20px 15px;
  }
  
  .policy-container h1,
  .terms-container h1 {
    font-size: 28px;
    margin-bottom: 25px;
  }
  
  .policy-container h2,
  .terms-container h2 {
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 12px;
    padding-left: 12px;
  }
  
  .policy-container p,
  .terms-container p,
  .policy-container ul,
  .terms-container ul {
    font-size: 13px;
  }
}

/* Contact Us Page Styles */
.contact-content {
  background-color: #ffffff;
  padding: 80px 0;
  min-height: calc(100vh - 200px);
}

.contact-container {
  background-color: #ffffff;
  padding: 60px 40px;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  margin: 20px 0;
}

.contact-container h1 {
  color: #011434;
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
  border-bottom: 3px solid #47CCDB;
  padding-bottom: 20px;
}

.contact-container h2 {
  color: #011434;
  font-size: 28px;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 20px;
  border-left: 4px solid #47CCDB;
  padding-left: 20px;
}

.contact-container p {
  color: #374151;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 16px;
  text-align: justify;
}

.contact-card {
  background-color: #f8f9ff;
  border-radius: 12px;
  padding: 30px 25px;
  text-align: center;
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

.contact-card:hover {
  border-color: #47CCDB;
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.contact-icon {
  width: 60px;
  height: 60px;
  background-color: #47CCDB;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.contact-icon i {
  font-size: 28px;
  color: #ffffff;
}

.contact-card h3 {
  color: #011434;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
}

.contact-card p {
  color: #6b7280;
  font-size: 14px;
  margin-bottom: 15px;
}

.contact-link {
  color: #3E4AFE !important;
  font-weight: bold;
  text-decoration: none;
  font-size: 16px;
}

.contact-link:hover {
  color: #47CCDB !important;
  text-decoration: underline;
}

.address-text {
  color: #374151;
  font-size: 16px;
  line-height: 1.6;
}

.business-hours {
  background-color: #f8f9ff;
  border-radius: 8px;
  padding: 30px;
  border-left: 4px solid #47CCDB;
}

.business-hours h4 {
  color: #011434;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.business-hours p {
  color: #374151;
  font-size: 14px;
  margin-bottom: 0;
}

.help-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 20px;
  background-color: #f8f9ff;
  border-radius: 8px;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

.help-item:hover {
  background-color: #eef0ff;
  transform: translateX(5px);
}

.help-item i {
  font-size: 24px;
  color: #47CCDB;
  margin-top: 5px;
  flex-shrink: 0;
}

.help-item h5 {
  color: #011434;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

.help-item p {
  color: #6b7280;
  font-size: 14px;
  margin-bottom: 0;
  text-align: left;
}

.contact-cta {
  background: linear-gradient(135deg, #011434, #1e3a8a);
  color: #ffffff;
  text-align: center;
  padding: 40px 30px;
  border-radius: 12px;
  margin-top: 40px;
}

.contact-cta h3 {
  color: #ffffff;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 15px;
}

.contact-cta p {
  color: #ffffff;
  opacity: 0.9;
  font-size: 16px;
  margin-bottom: 25px;
  text-align: center;
}

.btn-contact-cta {
  display: inline-block;
  background-color: #47CCDB;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  padding: 12px 30px;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-contact-cta:hover {
  background-color: #3bb5c4;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(71, 204, 219, 0.4);
}

/* Responsive design for contact page */
@media (max-width: 992px) {
  .contact-container {
    padding: 40px 30px;
  }
  
  .contact-container h1 {
    font-size: 38px;
  }
  
  .contact-container h2 {
    font-size: 24px;
  }
  
  .contact-card {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .contact-content {
    padding: 40px 0;
  }
  
  .contact-container {
    padding: 30px 20px;
    margin: 10px 0;
  }
  
  .contact-container h1 {
    font-size: 32px;
    margin-bottom: 30px;
  }
  
  .contact-container h2 {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 15px;
    padding-left: 15px;
  }
  
  .contact-container p {
    font-size: 14px;
    line-height: 1.6;
  }
  
  .contact-card {
    padding: 25px 20px;
  }
  
  .contact-card h3 {
    font-size: 20px;
  }
  
  .business-hours {
    padding: 20px;
  }
  
  .help-item {
    padding: 15px;
  }
  
  .contact-cta {
    padding: 30px 20px;
  }
  
  .contact-cta h3 {
    font-size: 24px;
  }
}

@media (max-width: 576px) {
  .contact-container {
    padding: 20px 15px;
  }
  
  .contact-container h1 {
    font-size: 28px;
    margin-bottom: 25px;
  }
  
  .contact-container h2 {
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 12px;
    padding-left: 12px;
  }
  
  .contact-container p {
    font-size: 13px;
  }
  
  .contact-card {
    padding: 20px 15px;
  }
  
  .contact-card h3 {
    font-size: 18px;
  }
  
  .contact-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
  }
  
  .contact-icon i {
    font-size: 24px;
  }
  
  .help-item {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
  
  .help-item h5 {
    font-size: 15px;
  }
  
  .help-item p {
    font-size: 13px;
    text-align: center;
  }
  
  .contact-cta {
    padding: 25px 15px;
  }
  
  .contact-cta h3 {
    font-size: 22px;
  }
  
  .contact-cta p {
    font-size: 14px;
  }
}

/* Responsive navbar adjustments */
@media (max-width: 768px) {
  body {
    padding-top: 66px; /* smaller navbar on mobile */
  }
  
  .menu-button {
    padding: 6px 12px !important;
    font-size: 13px !important;
  }
}

@media (max-width: 576px) {
  body {
    padding-top: 56px; /* even smaller on very small screens */
  }
  
  .menu-button {
    padding: 5px 10px !important;
    font-size: 12px !important;
  }
  
  .dropdown-menu {
    min-width: 140px;
  }
}

/* Menu dropdown button styles */
.menu-button {
  background-color: #011434 !important;
  color: #ffffff !important;
  border: none !important;
  padding: 8px 16px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  border-radius: 4px !important;
  transition: all 0.3s ease !important;
  box-shadow: none !important;
}

.menu-button:hover,
.menu-button:focus,
.menu-button:active,
.menu-button.show {
  background-color: #1e3a8a !important;
  color: #ffffff !important;
  border: none !important;
  box-shadow: 0 2px 8px rgba(1, 20, 52, 0.3) !important;
}

.menu-button::after {
  margin-left: 8px;
  color: #ffffff;
}

/* Dropdown menu styles */
.dropdown-menu {
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  padding: 8px 0;
  min-width: 160px;
  margin-top: 4px;
}

.dropdown-item {
  padding: 8px 16px;
  font-size: 14px;
  color: #374151;
  transition: all 0.2s ease;
}

.dropdown-item:hover {
  background-color: #f3f4f6;
  color: #011434;
}

.dropdown-item:active {
  background-color: #e5e7eb;
  color: #011434;
}

/* Scroll to Top Button */
.btn-scroll-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background-color: #47CCDB;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1000;
  box-shadow: 0 4px 12px rgba(71, 204, 219, 0.3);
}

.btn-scroll-top:hover {
  background-color: #3bb5c4;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(71, 204, 219, 0.4);
}

.btn-scroll-top.show {
  opacity: 1;
  visibility: visible;
}

.btn-scroll-top i {
  color: #ffffff;
  line-height: 1;
}

/* Mobile responsive for scroll button */
@media (max-width: 768px) {
  .btn-scroll-top {
    bottom: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  .btn-scroll-top {
    bottom: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}

/* Responsive navbar adjustments */
@media (max-width: 768px) {
  body {
    padding-top: 66px; /* smaller navbar on mobile */
  }
  
  .menu-button {
    padding: 6px 12px !important;
    font-size: 13px !important;
  }
}

@media (max-width: 576px) {
  body {
    padding-top: 56px; /* even smaller on very small screens */
  }
  
  .menu-button {
    padding: 5px 10px !important;
    font-size: 12px !important;
  }
  
  .dropdown-menu {
    min-width: 140px;
  }
}

.how-it-works .step-icon {
  width: 26px;
  height: 26px;
}

.step-number {
  width: 26px;
  height: 26px;
  font-size: 13px;
}

@media (max-width: 430px) {
  .why-nudgeai-wins {
    background-image: url('/home/assets/img/body_01_bg.png') !important;
    background-position: bottom right 21% !important;
    background-size: auto 47% !important;
    padding: 40px 0 300px 0 !important;
  }
  
  .no-more-discounts {
    background-image: url('/home/assets/img/body_02_bg.jpg') !important;
    background-position: bottom right 20% !important;
    background-size: auto 47% !important;
    padding: 40px 0 300px 0 !important;
  }
  
  .how-it-works {
    background-image: url('/home/assets/img/body_03_bg.jpg') !important;
    background-position: bottom right -17% !important;
    background-size: auto 40% !important;
    padding: 40px 0 220px 0 !important;
  }
  
  .email-capture-ui {
    background-image: url('/home/assets/img/body_04_bg.jpg') !important;
    background-position: bottom right 23% !important;
    background-size: auto 59% !important;
    padding: 40px 0 400px 0 !important;
  }
  
  .supercharge-conversions {
    background-image: url('/home/assets/img/body_05_bg.jpg') !important;
    background-position: bottom right 25% !important;
    background-size: auto 62% !important;
    padding: 40px 0 400px 0 !important;
  }
  
  .capture-premium {
    background-image: url('/home/assets/img/body_06_bg.jpg') !important;
    background-position: bottom right 50% !important;
    background-size: auto 77% !important;
    padding: 40px 0 200px 0 !important;
  }
  
  .ai-optimization {
    background-image: url('/home/assets/img/body_07_bg.jpg') !important;
    background-position: bottom right 48% !important;
    background-size: auto 72% !important;
    padding: 40px 0 250px 0 !important;
  }
  
  .real-success-stories {
    background-color: #ffffff !important;
    padding: 40px 0 !important;
  }
  
  .real-success-stories h3 span {
    font-size: 15px;
  }
  
  .real-success-stories h2 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 2rem;
  }
}

/* Original mobile responsive adjustments for header */
@media (max-width: 768px) {
  header.masthead h1 {
    font-size: 32px !important;
  }
  
  header.masthead .lead {
    font-size: 16px !important;
  }
}

/* Ensure proper z-index for content */
header.masthead .container {
  position: relative;
  z-index: 2;
} 