/** Shopify CDN: Minification failed

Line 1209:12 Unexpected "{"
Line 1209:13 Expected identifier but found "%"
Line 1212:14 Unexpected "{"
Line 1212:15 Expected identifier but found "%"

**/
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
       
        
        body.dermatologist {
            font-family: 'Georgia', 'Times New Roman', serif !important;
            line-height: 1.7;
            color: #1a1a1a;
            background: #fefefe;
        }
        section.final-call h2 {
            color: white !important;
        }
        .story-with-image {
            display: flex;
            gap: 40px;
            justify-content: center;
            align-items: center;
        }
       .mistakeCardMine {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px; /* 20px vertical, 30px horizontal */
  justify-content: center;
  margin-top: 0 !important;
  margin-bottom: -10 !important;
}
        section.story-section.secStorySec .story-image-container {
            width: 55%;
        }
        section.story-section.secStorySec .contentWidht {
            width: 45%;
        }
        .carousel-dot {
            display: block !important;
        }
      body.dermatologist h1,
      body.dermatologist h2,
      body.dermatologist h3,
      body.dermatologist h4,
      body.dermatologist h5,
      body.dermatologist h6,
      body.dermatologist p,
      body.dermatologist span,
      body.dermatologist button,
      body.dermatologist a,
      body.dermatologist div {
            font-family: 'Georgia', 'Times New Roman', serif !important;
        }
        .story-container {
            max-width: 1000px;
            margin: 0 auto;
            padding: 30px;
            
        }
        
        .wide-container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        /* Hero Section */
        .hero {
            background: linear-gradient(165deg, #C34A46 0%, #A84440 50%, #8B3633 100%);
            color: white;
            padding: 0px 0;
            position: relative;
            overflow: hidden;
        }
        
        .hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="20" cy="20" r="1" fill="white" opacity="0.1"/><circle cx="80" cy="40" r="0.5" fill="white" opacity="0.1"/><circle cx="40" cy="70" r="1.5" fill="white" opacity="0.05"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
            opacity: 0.3;
        }
        
        .hero::after {
            content: '';
            position: absolute;
            top: -50%;
            right: -20%;
            width: 200px;
            height: 200px;
            background: rgba(255,255,255,0.1);
            border-radius: 50%;
            transform: rotate(45deg);
        }
        
        .hero-content {
            position: relative;
            z-index: 2;
            text-align: center;
           
            
        }
        
        .hero h1 {
            font-size: 3.2em;
            font-weight: 700;
            margin-bottom: 25px;
            line-height: 1.1;
            text-shadow: 3px 3px 8px rgba(0,0,0,0.3);
            letter-spacing: -0.5px;
            text-transform: none;
            color: white;
        }
        
        .hero-subtitle {
            font-size: 1.2em;
            margin-bottom: 35px;
            opacity: 0.95;
            font-style: italic;
            line-height: 1.4;
        }
        
        .author-byline {
            font-size: 1em;
            opacity: 0.9;
            border-top: 1px solid rgba(255,255,255,0.3);
            padding-top: 20px;
            margin-top: 25px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 15px;
        }
      
        .author-image {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            border: 2px solid rgba(255,255,255,0.5);
            background: rgba(255,255,255,0.2);
            display: flex;
            align-items: center;
            justify-content: center;
            color: rgba(255,255,255,0.8);
            font-size: 0.7em;
        }
        .story-container h3{
            color:white;
        }
        .story-container h2 {
            color: white;
        }
        .story-container .section-title {
            color: black !important;
        }
        .story-section {
            padding: 15px 0;
            background: #fefefe;
        }
        
        .section-number {
            color: #667543;
            font-size: 1.2em;
            font-weight: 600;
            margin-bottom: 15px;
            letter-spacing: 2px;
            text-transform: uppercase;
        }
        
        .section-title {
            font-size: 2.8em;
            margin-bottom: 25px;
            color: #1a1a1a;
            line-height: 1.3;
            font-weight: 400;
        }
        
        .story-text {
            font-size: 1.2em;
            margin-bottom: 30px;
            color: #444;
        }
        
        .story-text:first-of-type {
            font-size: 1.3em;
            color: #333;
        }
        
        .highlight-box {
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
            border-left: 5px solid #C34A46;
            padding: 40px;
            margin: 50px 0;
            border-radius: 0 15px 15px 0;
        }
        
        .highlight-text {
            font-size: 1.25em;
            font-style: italic;
            color: #1a1a1a;
            font-weight: 500;
        }
        
        /* Visual Break Sections */
        .visual-break {
            background: #667543;
            color: white;
            
            text-align: center;
            margin: 20px 0;
            position: relative;
            overflow: hidden;
        }
        
        .visual-break::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -10%;
            width: 150px;
            height: 150px;
            background: rgba(255,255,255,0.1);
            border-radius: 50%;
            transform: rotate(45deg);
        }
        
        .visual-break::after {
            content: '';
            position: absolute;
            bottom: -30%;
            left: -5%;
            width: 100px;
            height: 100px;
            background: rgba(255,255,255,0.05);
            border-radius: 50%;
        }
        
        .visual-break h3 {
            font-size: 3.2em;
            margin-bottom: 25px;
            font-weight: 600;
            line-height: 1.2;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
            position: relative;
            z-index: 2;
        }
        
        .visual-break p {
            font-size: 1.4em;
            opacity: 0.95;
            max-width: 700px;
            margin: 0 auto;
            line-height: 1.4;
            font-weight: 500;
            position: relative;
            z-index: 2;
        }
        
        /* Mistake Cards - Compact Mobile-First Design */
        .mistakes-reveal {
            background: #f8f9fa;
            padding: 15px 0;
        }
        
        .mistake-card {
            background: white;
            margin: 10px 0;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 10px 25px rgba(0,0,0,0.08);
            display: flex;
            align-items: center;
            min-height: 120px;
            width: 44%;
        }
        .mistake-card:last-child {
            width: 55%;
        }
        
        .mistake-number-large {
            background: linear-gradient(135deg, #C34A46 0%, #A84440 100%);
            color: white;
            padding: 30px;
            font-size: 2.2em;
            font-weight: bold;
            min-width: 120px;
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .mistake-content {
            padding: 25px 30px;
            flex: 1;
        }
        
        .mistake-title {
            font-size: 1.4em;
            color: #1a1a1a;
            margin-bottom: 12px;
            font-weight: 500;
        }
        
        .mistake-description {
            font-size: 0.95em;
            color: #666;
            line-height: 1.5;
        }
        
        /* Solution Section */
        .solution-reveal {
            background: #fdf4e9;
            color: #2c3e50;
            
            padding: 30px 0;
            position: relative;
        }
        
        .solution-reveal::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(45deg, transparent 49%, rgba(180,194,148,0.1) 50%, transparent 51%);
        }
        
        .solution-content {
            position: relative;
            z-index: 2;
            text-align: center;
        }
        
        .solution-reveal h2 {
            font-size: 3.2em;
            margin-bottom: 40px;
            font-weight: 400;
            color: #1a1a1a;
        }
        
        .solution-reveal p {
            font-size: 1.3em;
            margin-bottom: 30px;
            color: #444;
        }
        
        .ingredient-showcase {
            max-width: 800px;
            margin: 50px auto;
            padding: 0;
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            justify-content: start;
            align-items: start;
        }
        
        .ingredient-accordion {
            background: #ffffff;
            border: 1px solid rgba(180,194,148,0.2);
            border-radius: 12px;
            margin-bottom: 8px;
            overflow: hidden;
            box-shadow: 0 2px 10px rgba(180,194,148,0.1);
            transition: all 0.3s ease;
            width: 100%;
        }
        
        .ingredient-accordion:hover {
            box-shadow: 0 4px 20px rgba(180,194,148,0.15);
            transform: translateY(-1px);
        }
        
        .ingredient-header {
            display: flex;
            align-items: center;
            padding: 15px 20px;
            cursor: pointer;
            background: linear-gradient(135deg, #ffffff 0%, #fafbfa 100%);
            border-bottom: 1px solid transparent;
            transition: all 0.3s ease;
        }
        
        .ingredient-header:hover {
            background: linear-gradient(135deg, #f9fdf9 0%, #f0f8f0 100%);
        }
        
        .ingredient-image-circle {
            width: 50px;
            height: 50px;
            background: linear-gradient(135deg, #667543 0%, #9BAA7F 100%);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0.8em;
            color: white;
            font-weight: 600;
            margin-right: 15px;
            box-shadow: 0 3px 12px rgba(180,194,148,0.3);
            flex-shrink: 0;
        }
        
        .ingredient-info {
            flex: 1;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        
        .ingredient-name-percentage {
            display: flex;
            align-items: center;
            gap: 12px;
        }
        
        .ingredient-name {
            font-size: 1.1em;
            font-weight: 600;
            color: #000000;
            margin: 0;
        }
        
        .ingredient-percentage {
            font-size: 1.3em;
            font-weight: bold;
            color: #C34A46;
            margin: 0;
        }
        
        .ingredient-expand {
            width: 24px;
            height: 24px;
            border: 2px solid #667543;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0.8em;
            color: #667543;
            font-weight: bold;
            transition: all 0.3s ease;
            flex-shrink: 0;
        }
        
        .ingredient-accordion.active .ingredient-expand {
            transform: rotate(45deg);
            background: #667543;
            color: white;
        }
        
        .ingredient-content {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease;
            background: #fafbfa;
        }
        
        .ingredient-accordion.active .ingredient-content {
            max-height: 200px;
        }
        
        .ingredient-benefit {
            padding: 15px 20px 20px 85px;
            font-size: 0.95em;
            line-height: 1.5;
            color: #666;
            margin: 0;
        }
        
        /* Timeline Section - Interactive Design */
        .transformation-story {
            padding: 30px 0;
            background: white;
        }
        
        .timeline-container {
            max-width: 1000px;
            margin: 0 auto;
        }
        
        .timeline-header {
            text-align: center;
            margin-bottom: 40px;
        }
        
        .timeline-header h2 {
            font-size: 2.8em;
            color: #1a1a1a;
            margin-bottom: 15px;
            font-weight: 400;
        }
        
        .timeline-intro {
            font-size: 1.2em;
            color: #666;
            font-style: italic;
        }
        
        .progress-container {
            margin: 40px 0;
            padding: 0 20px;
        }
        
        .progress-track {
            position: relative;
            background: #e0e7e0;
            height: 6px;
            border-radius: 3px;
            overflow: hidden;
        }
        
        .progress-fill {
            background: linear-gradient(90deg, #667543 0%, #9BAA7F 100%);
            height: 100%;
            width: 25%;
            border-radius: 3px;
            transition: width 0.4s ease;
            display: block !important;
        }
        
        .progress-markers {
            display: flex;
            justify-content: space-between;
            margin-top: 10px;
        }
        
        .progress-marker {
            display: flex;
            flex-direction: column;
            align-items: center;
            font-size: 0.85em;
            color: #999;
            cursor: pointer;
            transition: color 0.3s ease;
        }
        body.dermatologist .shopify-section-group-footer-group,
        body.dermatologist .main-page-title,
        body.dermatologist .shopify-section-group-header-group {
         display:none;
        }
        .progress-marker.active {
            color: #667543;
            font-weight: 600;
        }
        
        .progress-marker .marker-dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: #e0e7e0;
            margin-bottom: 5px;
            transition: background 0.3s ease;
        }
        
        .progress-marker.active .marker-dot {
            background: #667543;
        }
        
        .timeline-content {
            background: #ffffff;
            border: 1px solid rgba(180,194,148,0.2);
            border-radius: 15px;
            padding: 40px 30px;
            box-shadow: 0 8px 30px rgba(180,194,148,0.1);
            text-align: center;
            min-height: 300px;
            position: relative;
        }
        
        .day-marker {
            width: 80px;
            height: 80px;
            background: linear-gradient(135deg, #667543 0%, #9BAA7F 100%);
            border: 4px solid white;
            border-radius: 50%;
            margin: 0 auto 25px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            font-size: 0.9em;
            color: white;
            font-weight: 600;
            box-shadow: 0 6px 20px rgba(180,194,148,0.3);
        }
        
        .day-number {
            font-size: 1.1em;
        }
        
        .day-label {
            font-size: 0.7em;
            opacity: 0.9;
        }
        
        .timeline-step {
            display: none;
        }
        
        .timeline-step.active {
            display: block;
            animation: fadeIn 0.4s ease;
        }
        
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(10px); }
            to { opacity: 1; transform: translateY(0); }
        }
        
        .step-title {
            font-size: 1.8em;
            font-weight: 600;
            color: #1a1a1a;
            margin-bottom: 20px;
        }
        
        .step-description {
            font-size: 1.1em;
            color: #666;
            line-height: 1.6;
            margin-bottom: 30px;
        }
        
        .timeline-navigation {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-top: 30px;
        }
        
        .nav-button {
            background: #667543;
            color: white;
            border: none;
            padding: 12px 24px;
            border-radius: 25px;
            font-size: 0.95em;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            min-width: 100px;
        }
        
        .nav-button:hover {
            background: #9BAA7F;
            transform: translateY(-2px);
        }
        
        .nav-button:disabled {
            background: #ddd;
            cursor: not-allowed;
            transform: none;
        }
        
        .step-counter {
            font-size: 0.9em;
            color: #999;
            font-weight: 500;
        }
        
        /* Social Proof - Carousel Style */
        .proof-section {
            background: #f8f9fa;
            padding: 40px 0;
        }
        
        .testimonial-carousel {
            max-width: 800px;
            margin: 0 auto;
            position: relative;
        }
        
        .testimonial-container {
            overflow: hidden;
            border-radius: 25px;
            box-shadow: 0 20px 40px rgba(0,0,0,0.1);
        }
        
        .testimonial-slider {
            display: flex;
            transition: transform 0.5s ease;
            width: 400%; /* 4 testimonials * 100% */
        }
        
        .testimonial {
            background: white;
            padding: 20px;
            position: relative;
            width: 25%; /* Each testimonial takes 1/4 of slider width */
            flex-shrink: 0;
            min-height: 500px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }
        
        .testimonial::before {
            content: '"';
            font-size: 8em;
            color: #667543;
            position: absolute;
            top: 20px;
            left: 40px;
            font-family: serif;
            z-index: 1;
            opacity: 0.3;
        }
        
        .testimonial-content {
            position: relative;
            z-index: 2;
            flex-grow: 1;
            display: flex;
            flex-direction: column;
            justify-content: start;
        }
        
        .testimonial-images {
            margin-bottom: 30px;
            text-align: center;
        }
        
        .testimonial-image-placeholder {
            width: 100%;
            max-width: 350px;
            background: #f8f9fa;
            border: 2px solid #667543;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1em;
            color: #667543;
            font-weight: 500;
            text-align: center;
            margin: 0 auto 10px;
        }
        
        .testimonial-image-label {
            font-size: 0.9em;
            color: #777;
            text-align: center;
            font-style: italic;
            font-weight: 600;
        }
        
        .testimonial-text {
            font-size: 1.3em;
            color: #333;
            margin-bottom: 30px;
            font-style: italic;
            line-height: 1.6;
            text-align: center;
        }
        
        .testimonial-author {
            font-size: 1.2em;
            font-weight: 600;
            color: #000000;
            text-align: center;
            margin-bottom: 5px;
        }
        
        .testimonial-details {
            font-size: 1em;
            color: #777;
            text-align: center;
        }
        
        /* Carousel Navigation */
        .carousel-navigation {
            display: flex;
            justify-content: center;
            align-items: center;
            margin-top: 30px;
            gap: 20px;
        }
        
        .carousel-arrow {
            background: #667543;
            color: white;
            border: none;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            font-size: 1.5em;
            cursor: pointer;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 4px 15px rgba(180,194,148,0.3);
        }
        
        .carousel-arrow:hover {
            background: #9BAA7F;
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(180,194,148,0.4);
        }
        
        .carousel-arrow:disabled {
            background: #ddd;
            color: #999;
            cursor: not-allowed;
            transform: none;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        }
        
        .carousel-dots {
            display: flex;
            gap: 10px;
        }
        
        .carousel-dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: #ddd;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        
        .carousel-dot.active {
            background: #667543;
            transform: scale(1.2);
        }
        
        .carousel-dot:hover {
            background: #9BAA7F;
        }

                /* Section 6 Mobile */


 @media screen and (max-width: 768px) {
        .author-byline {
      align-items: flex-start !important;
      text-align: left !important;
      padding-left: 20px !important;
    }

    .author-byline .author-date {
      margin-left: 55px !important; /* aligns date below "A Special Investigation..." */
    }
  

  .sec--6 .story-with-image {
    display: flex !important;
    flex-direction: column !important;
    gap: 30px !important;
    align-items: center !important;
  }
  
  .sec--6 .story-with-image .contentWidht:nth-child(1) {
    order: 1 !important;
    text-align: center !important;
    width: 100% !important;
  }
  
  .sec--6 .story-with-image .contentWidht:nth-child(1) h2 {
    font-size: 1.7em !important;
    margin: 0 !important;
    line-height: 1.4 !important;
    font-weight: 400;
    color: #1a1a1a;
        
  }
  
  .sec--6 .story-with-image .story-image-container {
    order: 2 !important;
    width: 100% !important;
  }
  
  .sec--6 .story-with-image .story-image-container img {
    width: 100% !important;
    height: auto !important;
    border-radius: 12px !important;
    display: block !important;
  }
  
  .sec--6 .story-with-image .contentWidht:nth-child(3) {
    order: 3 !important;
    text-align: center !important;
    width: 100% !important;
  }
  
  .sec--6 .story-with-image .contentWidht:nth-child(3) p {
   
    font-size: 1.1em;
    margin-bottom: 25px;
  }
}
        /* Section 6 Desktop */

@media screen and (min-width: 769px) {
  .sec--6 .story-with-image {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    gap: 25px !important;
    margin: 0 !important;
    align-items: center !important;
    max-width: 1800px !important;
  
  }
  
  .sec--6 .story-with-image .contentWidht:nth-child(1) {
    width: 100% !important;
    order: 1 !important;
    flex-basis: 100% !important;
  }
  
  .sec--6 .story-with-image .contentWidht:nth-child(1) h2 {
    font-size: 2.8em !important;
    margin: 0 !important;
    line-height: 1.3 !important;
    font-weight: 500 !important;
    color: #1a1a1a !important;
    text-align: center !important;
  }
  
  .sec--6 .story-with-image .contentWidht:nth-child(3) {
    
    width: 52% !important;
    order: 2 !important;
    flex-shrink: 0 !important;
  }
  
  .sec--6 .story-with-image .story-image-container {
    
    width: 44% !important;
    order: 3 !important;
    flex-shrink: 0 !important;
  }
  
  .sec--6 .story-with-image .contentWidht:nth-child(3) p {
    font-size: 1.4em !important;
    line-height: 1.7 !important;
    margin: 0 !important;
    color: #444 !important;
    text-align: left !important;
  }
  
  .sec--6 .story-with-image .story-image-container .image-wrapper {
    background: transparent !important;
    padding: none !important;
    border : 2px solid #dddd !important
    border-radius: 12px !important
  }
  
  .sec--6 .story-with-image .story-image-container img {
    width: 100% !important;
    height: auto !important;
    border-radius: 8px !important;
    display: block !important;
  }
}

        /* Final CTA */
        .final-call {
            background: linear-gradient(135deg, #C34A46 0%, #A84440 100%);
            color: white;
            padding: 30px 0;
            text-align: center;
        }
        
        .final-call h2 {
            font-size: 3.2em;
            margin-bottom: 30px;
            font-weight: 400;
        }
        
        .final-call p {
            font-size: 1.4em;
            margin-bottom: 50px;
            opacity: 0.95;
        }
        
        .cta-button {
            background: #667543;
            color: white;
            padding: 25px 60px;
            border: none;
            border-radius: 60px;
            font-size: 1.2em;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.4s ease;
            text-transform: uppercase;
            letter-spacing: 2px;
            box-shadow: 0 15px 35px rgba(180,194,148,0.4);
            text-decoration: none;
            display: inline-block;
        }
        
        .cta-button:hover {
            transform: translateY(-5px);
            box-shadow: 0 25px 50px rgba(180,194,148,0.6);
            background: #9BAA7F;
        }
        .contentWidht {
            width: 55%;
        }
        .story-image-container {
            width: 45%;
        }
        /* Desktop optimizations */
        @media (min-width: 1024px) {
            .story-container {
                max-width: 1000px;
            }
            
            .story-section {
                padding: 0px 0 0 0;
            }
            
            .section-title {
                margin-bottom: 40px;
                font-size: 3.2em;
            }
            
            .story-text {
                margin-bottom: 35px;
                font-size: 1.3em;
            }
            
            .mistakes-reveal {
                padding: 0px 0px 30px 0px;
            }
            
            .solution-reveal {
                padding: 0px 0;
            }
            
            .transformation-story {
                padding: 60px 0;
            }
            
            .proof-section {
                padding-bottom: 60px;
                padding-top: 0px;
            }
            
            .final-call {
                padding: 0px 0;
            }
            
            .highlight-text {
                font-size: 1.5em;
            }
            
            /* Desktop Reviews - 2x2 Grid */
            .testimonial-carousel {
                max-width: 100%;
            }
            
            .testimonial-container {
                overflow: visible;
                box-shadow: none;
                border-radius: 0;
            }
            
            .testimonial-slider {
                display: grid;
                grid-template-columns: repeat(4, 1fr);
                gap: 30px;
                width: 100% !important;
                transform: none !important;
                transition: none;
            }
            
            .testimonial {
                width: 100% !important;
                min-height: 400px;
                box-shadow: 0 20px 40px rgba(0,0,0,0.1);
                border-radius: 25px;
            }
            
            .carousel-navigation {
                display: none;
            }
        }
        
        /* Mobile Responsive */
        @media (max-width: 768px) {
            .story-with-image {
                flex-direction: column;
            }
            .mistake-card {
                width: 100%;
            }
            .mistakeCardMine {
                gap: 0px;
            }
            .contentWidht {
                width: 100%;
            }
            .story-image-container {
                width: 100%;
            }
            section.story-section.secStorySec .story-image-container {
                width: 100%;
            }
            section.story-section.secStorySec .contentWidht {
                width: 100%;
                margin-bottom: -23px;
            }
            .story-container, .wide-container {
                padding: 0 15px;
            }
          body.dermatologist {
             font-family: Montserrat, sans-serif;
          }
          .timeline-content {
            padding: 40px 10px !important;
          }
         .hero-content h1, h2.section-title ,story-container h3, .story-container h2 {
                color: black !important;
            }
            .ingredient-accordion {
                width: 100%;
            }
            .hero {
                padding: 35px 0;
            }
            
            .hero::after {
                display: none;
            }
            
            .hero h1 {
                font-size: 2.1em;
                font-weight: 700;
                line-height: 1.2;
                margin-bottom: 20px;
                letter-spacing: -0.3px;
                padding: 0 16px;
                color: white !important;
            }
            
            .hero-subtitle {
                font-size: 1em;
                margin-bottom: 25px;
                line-height: 1.4;
                padding: 0 16px;
            }
            
            .author-byline {
                font-size: 0.85em;
                flex-direction: column;
                gap: 12px;
                text-align: center;
                padding-top: 15px;
                margin-top: 20px;
            }
            
            .author-image {
                width: 45px;
                height: 45px;
            }
            
            .story-section {
                padding: 0px 0;
                   margin-bottom: -23px;
            }
            
            .section-number {
                font-size: 1em;
                margin-bottom: 10px;
            }
            
            .section-title {
                font-size: 1.8em;
                margin-bottom: 20px;
                line-height: 1.2;
            }
            
            .story-text {
                font-size: 1.1em;
                margin-bottom: 25px;
            }
            
            .story-text:first-of-type {
                font-size: 1.15em;
            }
            
            .highlight-box {
                padding: 25px;
                margin: 30px 0;
            }
            
            .highlight-text {
                font-size: 1.1em;
            }
            
            {% comment %} .visual-break {
                padding: 45px 0;
                margin: 50px 0;
            } {% endcomment %}
            
            .visual-break h3 {
                font-size: 2.4em;
                margin-bottom: 20px;
                line-height: 1.1;
                padding: 10px;
            }
            
            .visual-break p {
                font-size: 1.3em;
                line-height: 1.3;
            }
            
            .mistakes-reveal {
                padding: 40px 0;
            }
            
            .mistake-card {
                flex-direction: row;
                text-align: left;
                align-items: flex-start;
                margin: 10px 0;
                min-height: auto;
            }
            .mistake-card:last-child {
                width: 100%;
            }
            
            .mistake-number-large {
                min-width: 60px;
                width: 60px;
                height: 60px;
                padding: 0;
                font-size: 1.5em;
                border-radius: 50%;
                flex-shrink: 0;
                margin-right: 0;
            }
            
            .mistake-content {
                padding: 20px;
                flex: 1;
            }
            
            .mistake-title {
                font-size: 1.1em;
                margin-bottom: 8px;
            }
            
            .mistake-description {
                font-size: 0.85em;
                line-height: 1.4;
            }
            
            .solution-reveal {
                padding: 40px 0;
            }
            
            .solution-reveal h2 {
                font-size: 2em;
                margin-bottom: 30px;
            }
            
            .solution-reveal p {
                font-size: 1.1em;
                margin-bottom: 25px;
            }
            
            .ingredient-showcase {
                grid-template-columns: 1fr;
                gap: 5px;
                margin: 0px auto;
            }
            
            .ingredient-showcase .ingredient-card:last-child {
                grid-column: 1;
                max-width: none;
            }
            
            .transformation-story {
                padding: 40px 5px;
            }
            
            .timeline-header {
                margin-bottom: 60px;
            }
            
            .timeline-header h2 {
                font-size: 2em;
                margin-bottom: 15px;
            }
            
            .timeline-intro {
                font-size: 1.1em;
            }
            
            .timeline-item {
                flex-direction: column;
                align-items: center;
                text-align: center;
                margin-bottom: 50px;
            }
            
            .timeline-item::before {
                display: none;
            }
            
            .timeline-marker {
                margin-right: 0;
                margin-bottom: 25px;
                width: 120px;
                height: 120px;
            }
            
            .timeline-title {
                font-size: 1.3em;
                margin-bottom: 15px;
            }
            
            .timeline-description {
                font-size: 1em;
            }
            
            .proof-section {
                padding: 40px 0;
            }
            
            .testimonial-carousel {
                max-width: 95%;
            }
            
            .testimonial {
                padding: 20px;
                min-height: 450px;
            }
            
            .testimonial::before {
                font-size: 5em;
                top: 10px;
                left: 15px;
            }
            
            .testimonial-images {
                margin-bottom: 20px;
            }
            
            .testimonial-image-placeholder {
                max-width: 280px;
                font-size: 0.9em;
            }
            
            .testimonial-text {
                font-size: 1.1em;
                margin-bottom: 25px;
                line-height: 1.5;
            }
            
            .testimonial-author {
                font-size: 1.1em;
            }
            
            .testimonial-details {
                font-size: 0.9em;
            }
            
            .carousel-navigation {
                margin-top: 25px;
                gap: 15px;
            }
            
            .carousel-arrow {
                width: 45px;
                height: 45px;
                font-size: 1.3em;
            }
            
            .testimonial-counter {
                margin-top: 12px;
                font-size: 0.85em;
            }
            
            .final-call {
                padding: 40px 0;
            }
            
            .final-call h2 {
                font-size: 2.2em;
                margin-bottom: 25px;
            }
            
            .final-call p {
                font-size: 1.2em;
                margin-bottom: 40px;
            }
            
            .cta-button {
                padding: 20px 40px;
                font-size: 1.2em;
            }
            section.skin-image .wide-container .main-image img {
                height: auto !important;
                object-fit: contain !important;
            }
            .story-container .btnn {
                text-align:center;
                margin: 10px 0px 0px 0px;
            }
            section.skin-image .wide-container .main-image {
                height: auto !important;
                padding:0px !important;
            }
            body .mistakeCardMine {
                margin-top: -15px !important; 
            } 

.author-byline div{
flex-wrap: wrap;
}


.author-byline div .author-image+div{
width: 82%;
}

        }
        section.skin-image {
            background-color: #f8f9fa;
        }
        .story-image img {
            width: 100%;
            height: 100% !important;
            border-radius:10px !important;
        }
        .ingredient-image-circle img {
            width: 100%;
            height: 100% !important;
            object-fit: cover;
        }
        .testimonial-image-placeholder img{
            width: 100%;
            height: 100% !important;
            object-fit:cover !important;
            border-radius:10px;
        }
        .author-image img {
            width: 100%;
            height: 100% !important;
            object-fit: cover !important;
            border-radius: 28px !important;
        }

        

        section.skin-image .wide-container .main-image {
            height: 50ch;
            padding: 0px 5ch;
        }
        
        section.skin-image .wide-container .main-image img {
            width: 100%;
            max-width: 97%;
            height: 93%;
            object-fit: contain;
        }
         .story-container .btnn {
                text-align:center;
            }
        button.cta-button :hover {
            transform: translateY(-5px)!important;
            box-shadow: 0 25px 50px rgba(180, 194, 148, 0.6)!important;
            background: #9BAA7F!important;
        }
        .story-container .btnn {
            text-align: center;
            z-index: 99999;
            position:relative !important;
        }
        .visual-break {
            margin-bottom: 0 !important; /* removes large bottom gap */
            padding-bottom: 10px !important; /* make spacing tighter */
               padding: 0px 0;
            }

            .mistakes-reveal .section-title {
            margin-top: 0 !important; /* prevents extra gap above heading */
            padding-top: 0 !important;
            }
            .mistakes-reveal .section-title {
            margin-bottom: -30px !important; /* tighten space under "Making" */
            }
            .mistakeCardMine {
            margin-top: -50px !important; /* tighten space under "Making" */
            } 

