  .nda-notice {
            background: linear-gradient(135deg, #e0f2fe 0%, #f0f9ff 100%);
            border-left: 4px solid #0369a1;
            padding: 2rem 2.5rem;
            margin: 3rem 0;
            border-radius: 12px;
            color: #0369a1;
            line-height: 1.8;
        }
        
/* PROJECT CARDS */
        .project-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 2rem;
            margin: 3rem 0;
        }
        
        .project-card {
            background: #fafafa;
            padding: 2rem;
            border-radius: 12px;
            border-left: 4px solid #6B4CE8;
        }
        
        .project-title {
            font-size: 1.1rem;
            font-weight: 700;
            color: #1a1a1a;
            margin-bottom: 0.8rem;
        }
        
        .project-description {
            color: #4a4a4a;
            font-size: 14px;
            line-height: 1.6;
            margin: 0;
        }

/* ===================================
   BOXES
=================================== */

   .challenge-quote,
.highlight-box {
    background: linear-gradient(135deg, #E8E3FF 0%, #F5F3FF 100%);
    border-left: 5px solid #F8F6FF;
    padding: 40px;
    margin: 20px 0;
    border-radius: 12px;
    font-style: italic ;
    color: #1a1a1a ;
    line-height: 1.9 ;
    font-size: 14px ;
    box-shadow: 0 10px 40px rgba(107, 76, 232, 0.15) ;
}
    
        .highlight-quote {
            background: linear-gradient(135deg, #F5F7ED 0%, #fff 100%);
            border-left: 4px solid #6B8E23;
            padding: 8px 24px;
            margin: 4rem 0;
            border-radius: 10px;
            color: #1a1a1a;
            line-height: 1.9;
            font-size: 16px;
            box-shadow: 0 10px 40px rgba(107, 76, 232, 0.00);
        }

    /* DIFFERENTIATORS BOX */
        .differentiators-wrapper {
            background: linear-gradient(135deg, #F5F7ED 0%, #fff 100%);
            border-left: 4px solid #6B8E23;
            padding: 3rem;
            margin: 3rem 0 6rem;
            border-radius: 12px;
        }
        
        .differentiators-wrapper h3 {
            color: #1a1a1a;
            margin-top: 0;
            margin-bottom: 2rem;
        }
        
        .differentiator-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 2.5rem;
            margin: 0;
        }
        
        .differentiator-card {
            background: transparent;
            padding: 0;
            border-radius: 0;
            border-left: none;
        }
        
        .differentiator-title {
            font-size: 14px;
            font-weight: 600;
            color: #1a1a1a;
            margin-bottom: 0.8rem;
        }
        
        .differentiator-title::before {
            content: "• ";
            color: #1a1a1a;
            font-weight: 700;
            margin-right: 0.5rem;
        }
        
        .differentiator-text {
            color: #1a1a1a;
            line-height: 1.7;
            margin: 0;
            font-size: 14px;
        }
 /* ===================================
           INSIGHT CARDS - 3 BORDERED CARDS
        =================================== */
        .insight-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 2rem;
            margin: 3rem 0;
        }
        
        .insight-card {
            background: white;
            border: 2px solid #6B4CE8;
            padding: 2.5rem;
            border-radius: 12px;
            transition: transform 0.2s, box-shadow 0.2s;
        }
        
        .insight-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 20px 60px rgba(107, 76, 232, 0.15);
        }
        
        .insight-card.full-width {
            grid-column: 1 / -1;
        }
        
        .insight-label {
            font-size: 10px;
            font-weight: 700;
            color: #6B4CE8;
            text-transform: uppercase;
            letter-spacing: 0.12em;
            margin-bottom: 1.2rem;
        }
        
        .insight-quote {
            font-style: italic;
            color:  #1a1a1a;
            margin-bottom: 1.5rem;
            font-size: 16px;
            line-height: 1.7;
        }
        
        .insight-cause {
            font-weight: 600;
            color: #1a1a1a;
            margin-bottom: 0.5rem;
        }
        
        .insight-explanation {
            color: #4a4a4a;
            margin: 0;
        }
            

 /* ===================================
           IMAGES 
        =================================== */

 .image-full {
            width: 100%;
            height: auto;
            margin: 4rem 0;
            border-radius: 12px;
            box-shadow: 0 15px 60px rgba(0,0,0,0.1);
        }
        
        .image-row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 2rem;
            margin: 4rem 0;
        }
        
        .image-row img {
            width: 100%;
            height: auto;
            border-radius: 12px;
            box-shadow: 0 10px 40px rgba(0,0,0,0.08);
        }
        
        .image-small {
            width: 50%;
            display: block;
            margin: 3rem auto;
            border-radius: 12px;
            box-shadow: 0 10px 40px rgba(0,0,0,0.08);
        }
        
        .image-caption {
            font-size: 14px;
            color: #4a4a4a;
            font-style: italic;
            text-align: center;
            margin-top: 24px;
            line-height: 1.6;
            margin-bottom: 48px;
        }



 /* ===================================
           PROCESS STEPS - NUMBERED BOXES
        =================================== */
        .process-step {
            margin: 4rem 0;
            padding: 3rem;
            background: #fafafa;
            border-radius: 16px;
        }
        
        .step-header {
            display: flex;
            align-items: flex-start;
            gap: 1.5rem;
            margin-bottom: 2rem;
        }
        
        .step-number {
            display: flex;
            align-items: center;
            justify-content: center;
            min-width: 35px;
            height: 35px;
            background:#6B4CE8;
            color: white;
            border-radius: 50%;
            font-weight: 700;
            font-size: 18px;
            flex-shrink: 0;
        }
        
        .step-title {
            font-size: 13px;
            font-weight: 700;
            color: #1a1a1a;
            margin: 0;
            padding-top: 0.5rem;
        }
        
        /* ===================================
           DECISION BOXES - WHITE BOX INSIDE STEPS
        =================================== */
        .decision-box {
            background: white;
            padding: 2.5rem;
            border-radius: 12px;
            margin-top: 2rem;
            border-left: 4px solid #6B4CE8;
        }
        
        .decision-label {
            font-weight: 600;
            color: #6B4CE8;
            text-transform: uppercase;
            font-size: 11px;
            letter-spacing: 0.1em;
            margin-bottom: 1rem;
        }
        
        .decision-content p {
            color: #4a4a4a;
            line-height: 1.8;
        }
        
        .decision-content p:last-child {
            margin-bottom: 0;
        }
        
        /* ===================================
           BEFORE/AFTER CARDS - RED & GREEN BORDERS
        =================================== */
        .before-after {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 2rem;
            margin: 3rem 0;
        }
        
        .before-after-card {
            padding: 2.5rem;
            background: white;
            border-radius: 12px;
            border: 1px solid;
        }
        
        .before-after-card.problem {
            border-color:  #FF6B6B;
        }
        
        .before-after-card.solution {
            border-color: #27AE60;
        }
        
        .before-after-label {
            font-size: 0.85rem;
            text-transform: uppercase;
            letter-spacing: 0.12em;
            margin-bottom: 1.5rem;
            font-weight: 700;
        }
        
        .before-after-card.problem .before-after-label {
            color: #FF6B6B;
        }
        
        .before-after-card.solution .before-after-label {
            color: #27AE60;
        }
        
        .before-after-content p {
            color: #4a4a4a;
            line-height: 1.8;
            margin: 0;
        }
        
 /* ===================================
           Marine sport DC
    =================================== */

     /* Section Styling */
        .section {
            padding: 60px 20px;
        }

        .section-white {
            background-color: #ffffff;
        }

        .section-light-grey {
            background-color: #f9fafb;
        }

        .section-title {
            font-size: 2rem;
            color: #1a1a1a;
            margin-bottom: 30px;
            font-weight: 600;
        }

        .section-text {
            font-size: 16px;
            color: #1a1a1a;
            line-height: 1.7;
            margin-bottom: 20px;
        }

 .two-column {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 40px;
            margin-bottom: 40px;
        }

        .column h3 {
            font-size: 1.3rem;
            color: #1a1a1a;
            margin-bottom: 15px;
            font-weight: 600;
        }

        .column p {
            font-size: 14px;
            color: #1a1a1a;
            line-height: 1.7;
        }

        /* Key Problems Box */
        .key-problems {
            background: #f0f9ff;
            border-left: 4px solid #0ea5e9;
            padding: 24px;
            margin: 24px 0;
            border-radius: 4px;
        }
        

        .key-problems h3 {
            font-size: 16px;
            color: #0369a1;
            margin-bottom: 15px;
        }

        .key-problems ul {
            list-style: none;
            padding-left: 0;
        }

        .key-problems li {
            padding-left: 25px;
            margin-bottom: 10px;
            position: relative;
            color: black;
            font-weight: 300;
        }

        .key-problems li::before {
            content: '•';
            position: absolute;
            left: 5px;
            color: #0ea5e9;
            font-size: 19px;
            font-weight: 400;
        }

        /* Image Grid */
        .image-grid-2 {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 30px;
            margin: 40px 0;
        }

        .image-grid-3 {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 25px;
            margin: 40px 0;
        }

    

.image-wrapper {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 100%;
}

    .image-wrapper img {
    width: 100%;
    height: 100%;
    max-height: 500px;
    display: block;
    object-fit: contain;
    background: #ffffff;
}

        .image-caption {
            text-align: center;
            margin-top: 10px;
            font-size: 12px;
            color: #1a1a1a;
        }

        /* Large Image */
        .large-image {
            max-width: 1000px;
            margin: 40px auto;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
        }

        .large-image img {
            width: 100%;
            height: auto;
            display: block;
        }

        /* Persona Frame */
        .persona-frame {
            background: #ffffff;
            border: 1px solid #e5e7eb;
            border-radius: 8px;
            padding: 30px;
            margin: 40px 0;
        }

        /* Design Elements */
        .design-elements {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 40px;
            margin: 40px 0;
        }

       .color-swatches {
            display: flex;
            gap: 15px;
            margin-top: 20px;
        }

        .color-swatch {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
        }
        .typography-samples {
            margin-top: 20px;
        }

        .type-sample {
            margin-bottom: 20px;
        }

        .type-sample h4 {
            font-size: 0.9rem;
            color: #6b7280;
            margin-bottom: 8px;
        }

        .type-sample .display {
            font-size: 2.5rem;
            color: #1a1a1a;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .hero h1 {
                font-size: 2rem;
            }

            .hero .tagline {
                font-size: 1.2rem;
            }

            .two-column,
            .image-grid-2,
            .image-grid-3,
            .design-elements {
            grid-template-columns: 1fr;
            }

            section {
                padding: 40px 20px;
            }
        }



 /* ===================================
    .... next
 =================================== */


/* Highlight / Impact Boxes */
.impact-box {
  background: rgba(102, 126, 234, 0.08); /* Lighter background */
  padding: 16px 16px;
  border-radius: 8px;
  margin-top: 16px;
}

.impact-box h4,
.impact-box h5,
.impact-box p  {
  color: #667eea;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase; 
  padding-left: 8px; 
  letter-spacing: 0.5px;
}

/* Fix emoji spacing */
.impact-box h4::first-letter,
.impact-box h5::first-letter,
.impact-box p::first-letter {
  padding-right: 8px;
}

/* END OF Highlight/Impact Boxes */

        
/* NEW OPTIONS
Option 1: Blue Accent with Icon */
        .impact-blue {
            display: flex;
            align-items: center;
            margin-top: 30px;
            padding-top: 20px;
            border-top: 1px solid #f0f0f0;
        }
        
        .impact-blue .icon {
            width: 24px;
            height: 24px;
            margin-right: 12px;
            color: #6B7CFF;
            flex-shrink: 0;
        }
        
        .impact-blue .text {
            color: #6B7CFF;
            font-size: 15px;
            font-weight: 500;
        }
        
        /* Option 2: Subtle Blue Text */
        .impact-blue-text {
            margin-top: 25px;
            color: #6B7CFF;
            font-size: 15px;
            font-weight: 500;
        }
        
        .impact-blue-text::before {
            content: "→";
            margin-right: 8px;
            font-weight: 400;
        }
        
        /* Option 3: Metrics Style */
        .impact-metric {
            display: inline-block;
            margin-top: 30px;
            padding: 12px 20px;
            background: #F5F7FF;
            border-radius: 100px;
            color: #6B7CFF;
            font-size: 14px;
            font-weight: 600;
        }
        
        /* Option 4: Two Column */
        .impact-columns {
            display: grid;
            grid-template-columns: 100px 1fr;
            margin-top: 30px;
            padding-top: 20px;
            border-top: 1px solid #f0f0f0;
        }
        
        .impact-columns .label {
            font-size: 11px;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            color: #999;
            font-weight: 600;
        }
        
        .impact-columns .value {
            color: #6B7CFF;
            font-size: 15px;
            font-weight: 500;
        }
        
        /* Option 5: Clean with Blue Underline */
        .impact-underline {
            margin-top: 30px;
            padding-bottom: 15px;
            border-bottom: 2px solid #6B7CFF;
        }
        
        .impact-underline .label {
            font-size: 11px;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            color: #999;
            font-weight: 600;
            margin-bottom: 8px;
            display: block;
        }
        
        .impact-underline .value {
            font-size: 16px;
            color: #333;
            font-weight: 500;
        }
        
        /* Option 6: Integrated Sentence */
        .impact-sentence {
            margin-top: 20px;
            font-size: 16px;
            line-height: 1.8;
            color: #555;
        }
        
        .impact-sentence strong {
            color: #6B7CFF;
            font-weight: 600;
        }
        
        /* Option 7: Side Border */
        .impact-border {
            margin-top: 16px;
            padding-left: 20px;
            border-left: 3px solid #6B7CFF;
        }
        
        .impact-border .label {
            font-size: 11px;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            color: #999;
            font-weight: 600;
            margin-bottom: 6px;
            display: block;
            border:none;
        }
        
        .impact-border .value {
            font-size: 16px;
            color: #333;
            font-weight: 500;
        }
  
        
        .impact-dot::before {
            content: "";
            width: 6px;
            height: 6px;
            background: #6B7CFF;
            border-radius: 50%;
            margin-right: 12px;
            flex-shrink: 0;
        }



/* Big Impact Metric Cards */
.metric-card {
  background: white;
  color: #667eea;
  padding: 40px 32px;
  border-radius: 12px;
  text-align: center;
  margin-bottom: 24px;
  border: 3px solid #667eea;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.metric-number {
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1;
  color: #667eea;
}

.metric-label {
  font-size: 15px;
  line-height: 1.4;
  color: #666;
}

/* Quote Blocks */
.quote-block {
  background: #f5f7ff;
  border-left: 4px solid #667eea;
  padding: 32px;
  margin: 48px 0;
  border-radius: 0 8px 8px 0;
}

.quote-block p {
  font-size: 20px;
  font-style: italic;
  color: #1a1a1a;
  margin-bottom: 16px;
  line-height: 1.6;
}

.quote-author {
  font-size: 14px;
  color: #667eea;
  font-weight: 600;
}


/* ===================================
   SPACING FIXES
   =================================== */

/* Add space after images before next section */
.container.content img {
  margin-bottom: 0px; /* was 40 changed to 0 */
}

/* Mobile: tighter spacing */
@media (max-width: 768px) {
  .pt-md {
    padding-top: 24px;
  }
  
  .pb-md {
    padding-bottom: 24px;
  }
  
  .pt-sm {
    padding-top: 16px;
  }
  
  .pb-sm {
    padding-bottom: 16px;
  }
  
  /* Tighter image spacing on mobile */
  .container.content img {
    margin-bottom: 0px; /* was 24 before */
  }
}

/* Reduce space between consecutive sections */
.container.content + .container.content {
  margin-top: -30px;
}