@font-face {
  font-family: "DM Serif Display";
  src: url("https://5851924.fs1.hubspotusercontent-na1.net/hubfs/5851924/Global%20Fonts/DMSerifDisplay-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DM Serif Display";
  src: url("https://5851924.fs1.hubspotusercontent-na1.net/hubfs/5851924/Global%20Fonts/DMSerifDisplay-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "DM Sans";
  src: url("https://5851924.fs1.hubspotusercontent-na1.net/hubfs/5851924/Global%20Fonts/DMSans-VariableFont_opsz%2cwght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DM Sans";
  src: url("https://5851924.fs1.hubspotusercontent-na1.net/hubfs/5851924/Global%20Fonts/DMSans-Italic-VariableFont_opsz%2cwght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}


/* Global Styles
   This section contains global styles that apply to the entire website.
*/

/* Default font size for larger screens */
h2 {
  font-size: 35px;
}

/* Adjusts the size for mobile devices */
@media (max-width: 768px) {
  h1 {
    font-size:50px;
  }
  h2 {
    font-size: 33px;
  }
  hover-container hover-suppliers {
    padding-top: 15px;
  }
}

@media (max-width: 768px) { /* Adjusted for headers getting words pushed to next line*/
  .long-header {
    font-size: 35px !important; /* Sets the font size to 35px for mobile */
  }
}


/* Hover Container Sections */

.hover-container {
    padding: 50px;
    background-color: #1d2e43;
    color: white;
    border: .5px solid #888888 ;
    border-radius: 8px;
    transition: background-color 0.3s ease;
    display: flex;
    flex-direction: column;
    text-decoration: none; /* Ensure no text decoration on the link */
}

.hover-container-option-2 {
    padding: 50px;
    background-color: #1d2630;
    color: white;
    border: .5px solid #888888 ;
    border-radius: 8px;
    transition: background-color 0.3s ease;
    display: flex;
    flex-direction: column;
    text-decoration: none; /* Ensure no text decoration on the link */
}

.hover-container-option-2 a,
.hover-container-option-2 a:hover {
  text-decoration: none;
}

.hover-container.hover-farms:hover {
    background-color: #3574E3;
    border: none;
    text-decoration: none;
}

.hover-container.hover-suppliers:hover {
    background-color: #2896ac;
    border: none;
    text-decoration: none;
}

.hover-container-option-2.hover-farms:hover {
    background-color: #3574E3;
    border: none;
    text-decoration: none;
}

.hover-container-option-2.hover-suppliers:hover {
    background-color: #2896ac;
    border: none;
    text-decoration: none;
}

/* Hover Container VP Sections */

.hover-vp-container {
    padding: 10px;
    background-color: #3574E3;
    color: white;
    border: none;
    border-radius: 8px;
    transition: background-color 0.3s ease;
    display: flex;
    flex-direction: column;
    text-decoration: none; /* Ensure no text decoration on the link */
}

.hover-vp-container.hover-farms:hover {
    background-color: #1d2e43;
    border: none;
    text-decoration: none; /* Ensure no text decoration on the link */
}

/* Ensure the link covers the entire container */
.hover-container a {
    text-decoration: none;
    color: inherit; /* Keep the text color as it is */
    display: block;
    height: 100%; /* Make sure the link covers the full height of the container */
    width: 100%; /* Make sure the link covers the full width of the container */
}




/* Global Styles END
   ---------------------------------------------------------------------



/* Homepage "By The Numbers" Section
   ---------------------------------------------------------------------
*/
.by-the-numbers {
  background-color: rgba(255, 255, 255, 0.25);
  color: #ffffff;
  padding: 80px 20px;
  text-align: center;
  font-family: 'Inter', sans-serif;
  border-radius: 20px;
}

.by-the-numbers .container {
  max-width: 1200px;
  margin: 0 auto;
}

.section-title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 12px;
}

.section-subtext {
  font-size: 18px;
  opacity: 0.8;
  margin-bottom: 48px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.metrics-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 40px;
}

.metric-box {
  background-color: #1c2d44;
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.metric-box:hover {
  background-color: #1c314e;
}

.icon-placeholder {
  margin-bottom: 16px;
}

.metric-value {
  font-size: 36px;
  color: #56C1FF;
  margin: 0 0 8px;
  font-weight: 700;
}

.metric-label {
  font-size: 16px;
  opacity: 0.85;
}


/* Homepage "By The Numbers" Section END
   ---------------------------------------------------------------------
*/

/* Homepage "How it Works" Section
   ---------------------------------------------------------------------
*/

  .how-it-works {
    padding: 60px 20px;
    text-align: center;
  }

  .how-it-works .flowchart {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 40px;
  }

  .how-it-works .step {
    position: relative;
    background: #111;
    border-radius: 8px;
    border: 2px solid transparent;
    color: #ffffff;
    padding: 20px;
    width: 200px;
    height: 160px;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .how-it-works .step:hover {
    border-color: #2896ac;
    box-shadow: 0 0 10px #b2dafb;
  }

  .how-it-works .step .step-title {
    position: relative;
    z-index: 2;
    transition: opacity 0.3s ease;
    color: #ffffff;
  }

  .how-it-works .step:hover .step-title {
    opacity: 0;
  }

  .how-it-works .step::after {
    content: attr(data-description);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(29, 38, 48, 0.95);
    color: white;
    font-size: 0.9em;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 3;
  }

  .how-it-works .step:hover::after {
    opacity: 1;
  }

  .how-it-works .arrow {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 20px solid #2896ac;
    opacity: 0;
    transition: opacity 0.5s ease;
    align-self: center;
  }

  .how-it-works.show-arrows .arrow {
    opacity: 1;
    animation: arrowPulse 1s infinite ease-in-out;
  }

  @keyframes arrowPulse {
    0% { transform: translateX(0); }
    50% { transform: translateX(5px); }
    100% { transform: translateX(0); }
  }

  .how-it-works p {
    margin-top: 40px;
    text-align: center;
  }


/* Homepage "How it Works" Section END
   ---------------------------------------------------------------------
*/

/* Section Overlay Graphics */

.svg-overlay-1 {
    position: relative;
}

.svg-overlay-1 img {
  width: 59px;
  height: 80px;
  position: absolute;
    top: -180px;
    left: -125px;
    z-index: 100;
}

.svg-overlay-1-alt img {
  width: 59px;
  height: 80px;
  position: absolute;
    top: -280px;
    left: -125px;
    z-index: 100;
}


/* Data Process Card and Description Section with changing graphic */

.data-card {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 20px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: background-color 0.3s;
}


.data-card h3 {
  color: #fff;
  font-size: 20px;
}

.data-card:hover {
  background-color: #2896ac;
}

.description {
  display: open;
  margin-top: 10px;
}

.data-card.open .description {
  display: block !important;
}

#dynamic-graphic {
  width: 100%;
  max-width: 550px;
  max-height: 650px;
  height: auto;
  transition: opacity 0.5s ease-in-out; /* Smooth transition effect */
  opacity: 1;
}

/*-------------------------------------------------*/
/*----------Watershed Page Begins -----------------*/
/*-------------------------------------------------*/

#watershed-heading-1 {
  font-size: 60px !important;
}

@media (max-width: 768px) {
  #watershed-heading-1 {
    font-size: 40px !important;
  }
}



/*----------Watershed - What Watershed Does-----------------*/
/*----------Watershed - What Watershed Does END ----------------*/

/*----------Watershed - Performance Metrics Section----------------*/
.watershed-dynamic {
  background-color: #1D2630;
  color: white;
  padding: 25px 50px;
  font-family: sans-serif;
}

.feature-tabs.left-align {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 60px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.performance-tab {
  position: relative;
  background: rgba(255, 255, 255, 0.05);
  border: none;
  color: white;
  padding: 12px 24px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.3s ease;
  overflow: hidden;
  text-decoration: none;
  display: inline-block;
}

.performance-tab:hover {
  color: #fff !important;      /* Your desired text color */
  text-decoration: none !important;  /* Remove underline */
}

.performance-tab .tab-label {
  position: relative;
  z-index: 2;
}

.performance-tab .tab-underline {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: #b2dafb;
  transition: width 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}

.performance-tab:hover .tab-underline,
.performance-tab.active .tab-underline {
  width: 100%;
}

.feature-content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;   /* ← changed from center */
  max-width: 1200px;
  margin: 0 auto;
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 0.3s ease-in-out,
    transform 0.3s ease-in-out;    /* ← add transform transition */
}

.feature-content.fade-out {
  opacity: 0;
  transform: translateY(-10px);    /* ← slide up a little as it fades */
}

.left-column {
  flex: 1;
  min-width: 280px;
}

.left-column h2 {
  font-size: 28px;
  color: #ffffff;
  margin-bottom: 16px;
}

.left-column p {
  font-size: 16px;
  color: #dce6f0;
  margin-bottom: 16px;
}

.left-column ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 20px;
  color: #dce6f0;
}

.performance-metrics-cta {
  background-color: #3574e3;
  color: white;
  padding: 12px 28px;
  text-decoration: none;
  border-radius: 30px;
  font-weight: 600;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.performance-metrics-cta:hover {
  background-color: #2e64cc;
  color: white;
  text-decoration: none;
}

.right-column {
  flex: 1;
  min-width: 280px;
  text-align: center;
  align-self: center;         /* vertically center just this column */
}

/* Constrain the actual image */
#watershed-performance-feature-image {
  max-height: 300px;   /* caps the SVG height */
  width: auto;         /* let width scale to maintain aspect ratio */
  max-width: 100%;     /* still responsive on small viewports */
  height: auto;        /* enforce auto height */
}


/*----------Watershed - Performance Metrics Section END----------------*/

/*----------Watershed - Our Solutions-----------------*/
    /* ===============================
   TIMELINE STYLES
   =============================== */

.solutions-timeline {
  padding: 10px 20px;
  position: relative;  /* establishes a positioning context for the graphic */
}

.timeline-container {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

/* Vertical dotted line on the left */
.timeline-line {
  position: absolute;
  left: 27px;
  top: 0;
  bottom: 0;
  border-left: 1px dashed rgba(178, 218, 251, 0.3);
  z-index: 0;
}

.timeline-entry {
  position: relative;
  padding-left: 60px; /* pushes content to the right of the dotted line */
  margin-bottom: 40px;
}

/* The clickable row with the circle icon + heading text */
.timeline-toggle {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  position: relative;
  z-index: 2;  /* above the dotted line */
}

/* Circle behind the plus/minus sign */
.timeline-icon {
  width: 26px;
  height: 26px;
  background-color: #b2dafb;
  border-radius: 50%;
  color: #1D2630;  /* dark text inside the light circle */
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 10px #b2dafb;  /* glowing effect */
  flex-shrink: 0;
}

/* Heading text next to the icon */
.timeline-title {
  font-size: 20px;
  white-space: nowrap;  /* keeps the title on one line */
}

/* The collapsible content below each title */
.timeline-content {
  margin-top: 10px;
  padding-left: 36px;  /* indent so text aligns nicely under title */
  display: none;       /* hidden by default */
  opacity: 0;          /* for fade-in effect */
  transition: opacity 0.3s ease;
}

/* The active state that shows the content */
.timeline-content.show {
  display: block;
  opacity: 1;
}

/* Fine-tune text styles */
.timeline-content p {
  font-size: 16px;
  color: #dce6f0;
  margin-bottom: 10px;
  line-height: 1.4;
}

.timeline-content ul {
  padding-left: 20px;
  color: #dce6f0;
  font-size: 15px;
  line-height: 1.5;
}

.timeline-content ul li {
  margin-bottom: 6px;
}


/*----------Watershed - Our Solutions END ----------------*/

/*----------Watershed - Features: What Powers the Platform-----------------*/
.watershed-features {
  padding: 25px 40px;
  color: white;
  text-align: center;
}

.watershed-features h2 {
  font-size: 32px;
  margin-bottom: 40px;
  color: #b2dafb;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.feature-card {
  border: 1px solid rgba(178, 218, 251, 0.1);
  border-radius: 5px;
  padding: 30px 20px;
  background-color: rgba(255, 255, 255, 0.1);
  text-align: left;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.feature-card:hover {
  border-color: #b2dafb;
  box-shadow: 0 0 20px rgba(178, 218, 251, 0.4);
}

.feature-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #ffffff;
}

.feature-description {
  font-size: 16px;
  color: #dce6f0;
  line-height: 1.6;
}
.section-tag {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #b2dafb;
  font-size: 14px;
  margin-bottom: 10px;
}

.section-title {
  font-size: 32px;
  color: #ffffff;
  margin-bottom: 40px;
}

/*----------Watershed - Features: What Powers the Platform END-----------------*/

/*----------Watershed - How It Works Section---------------------------------*/

.section-wrapper {
  max-width: 1200px;
  margin: 80px auto;
  padding: 0 20px;
}

.tier-columns {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.tier-column {
  transition: all 0.3s ease;
}

.tier-heading {
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 24px;
}

.tier-options {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.tier-option {
  position: relative;
  flex: 1 1 200px;
  padding: 20px;
  border-bottom: 2px solid #E2E8F0;
  cursor: pointer;
  transition: border-color 0.3s ease, transform 0.3s ease;
}

.tier-option:hover {
  border-color: #b2dafb;
  transform: translateY(-4px);
}

.tier-option h4 {
  font-size: 1.1rem;
  margin-bottom: 6px;
  font-weight: 500;
}

.tier-option p {
  font-size: 0.95rem;
  color: #4B5563;
  margin: 0;
  display: none;
  transition: opacity 0.3s ease;
}

.tier-option.expanded p {
  display: block;
  margin-top: 10px;
  opacity: 1;
}

@keyframes fadeInUp {
  0% { opacity: 0; transform: translateY(30px); }
  100% { opacity: 1; transform: translateY(0); }
}

.fade-in {
  animation: fadeInUp 1s ease forwards;
}

@media (max-width: 900px) {
  .tier-option {
    flex: 1 1 100%;
  }
}

/*----------Watershed - How It Works Section END---------------------------------*/


/*-------------------------------------------*/
/*-------------------------------------------*/
/*----------General Features-----------------*/
/*-------------------------------------------*/
/*-------------------------------------------*/


/*----------Dotted Line Header & Description Box Section---------------------------------*/

.section.section-industries {
  width: 100%;
  padding: 80px 20px;           /* top/bottom spacing around the entire section */
  display: flex;
  justify-content: center;      /* center the dotted box horizontally */
}

/* The dotted line container: 
   - dotted border
   - rounded corners
   - internal padding
   - centered contents */
.dotted-line-wrapper.industries {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;

  /* The dotted border & shape */
  border: 2px dotted #b2dafb;   /* same color Liminal uses (light grayish-blue) */
  border-radius: 16px;          /* fairly large rounding for corners */

  /* Spacing */
  padding: 40px;                /* space inside the box */
  margin: 0 auto;               /* center horizontally if needed */
  max-width: 800px;             /* limit the box width on large screens */
}

/* Headline styling */
.dotted-line-wrapper.industries h2 {
  font-size: 2rem;      /* larger heading */
  margin-bottom: 1rem;
  color: #1D2630;       /* text color (adjust as needed) */
}

/* Paragraph styling */
.dotted-line-wrapper.industries p {
  line-height: 1.5;
  color: #4B5563;        /* medium-dark text color */
  max-width: 700px;      /* keep line lengths comfortable */
  margin-bottom: 2rem;
}

/* Button group container */
.btn-group {
  display: flex;
  gap: 1rem;             /* spacing between buttons */
  flex-wrap: wrap;       /* allows wrapping on smaller screens */
  justify-content: center;
}

/* Example button styles. Feel free to replace with your own. */
.btn {
  text-decoration: none;
  padding: 0.75rem 1.5rem;
  border-radius: 4px;
  font-weight: 600;
  transition: all 0.2s ease;
}

.btn.primary {
  background-color: #0D6EFD;
  color: #fff;
}

.btn.secondary {
  background-color: #fff;
  color: #0D6EFD;
  border: 2px solid #0D6EFD;
}

/* Simple hover effect (optional) */
.btn:hover {
  opacity: 0.85;
}
/*----------Dotted Line Header & Description Box Section END---------------------------------*/


/*----------Dotted Line Section Break Section (LEFT)---------------------------------*/
/* 
  This container displays:
    - A horizontal dashed line across its full width 
    - A vertical dashed line in the center extending downward
*/
.dotted-line-wrapper-left.manolin {
  position: relative;
  margin: 60px 0;         /* Adjust spacing above/below the break as needed */
  height: 30px;           /* Reserve vertical space for the vertical line */
}

/* Horizontal dashed line spanning full width */
.dotted-line-wrapper-left.manolin::before {
  content: "";
  position: absolute;
  top: 0;                 /* Align to the top edge of the container */
  left: 0;
  width: 100%;
  border-top: 1px dashed #E2E8F0;  /* Change color/size as desired */
}

/* Vertical dashed line in the center */
.dotted-line-wrapper-left.manolin::after {
  content: "";
  position: absolute;
  top: 0;                 /* Start at the top edge */
  left: 20%;
  height: 50px;           /* Length of the vertical line */
  border-right: 1px dashed #E2E8F0; /* Must match horizontal line style */
  margin-top: 2px;
}

/* Pulsing circle at the bottom of the vertical line */
.dotted-line-wrapper-left.manolin .pulse-circle-left {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #b2dafb;  /* the light blue used previously */
  left: 20%;
  top: calc(50px + 2px);       /* Place it at the bottom of the vertical line */
  transform: translateX(-50%);
  animation: pulse 3s ease-in-out infinite;
}

/* Keyframes for a slow, "breathing" pulse effect */
@keyframes pulse {
  0% {
    transform: translateX(-50%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateX(-50%) scale(1.3);
    opacity: 0.7;
  }
  100% {
    transform: translateX(-50%) scale(1);
    opacity: 1;
  }
}
/*----------Dotted Line Section Break Section (LEFT) END---------------------------------*/


/*----------Dotted Line Section Break Section (Center)---------------------------------*/
/* 
  This container displays:
    - A horizontal dashed line across its full width 
    - A vertical dashed line in the center extending downward
*/
.dotted-line-wrapper-center.manolin {
  position: relative;
  margin: 60px 0;         /* Adjust spacing above/below the break as needed */
  height: 50px;           /* Reserve vertical space for the vertical line */
}

/* Horizontal dashed line spanning full width */
.dotted-line-wrapper-center.manolin::before {
  content: "";
  position: absolute;
  top: 0;                 /* Align to the top edge of the container */
  left: 0;
  width: 100%;
  border-top: 1px dashed #E2E8F0;  /* Change color/size as desired */
}

/* Vertical dashed line in the center */
.dotted-line-wrapper-center.manolin::after {
  content: "";
  position: absolute;
  top: 0;                 /* Start at the top edge */
  left: 50%;
  height: 50px;           /* Length of the vertical line */
  border-right: 1px dashed #E2E8F0; /* Must match horizontal line style */
  margin-top: 2px;
}

/* Pulsing circle at the bottom of the vertical line */
.dotted-line-wrapper-center.manolin .pulse-circle-center {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #b2dafb;  /* the light blue used previously */
  left: 50%;
  top: calc(50px + 2px);       /* Place it at the bottom of the vertical line */
  transform: translateX(-50%);
  animation: pulse 3s ease-in-out infinite;
}

/* Keyframes for a slow, "breathing" pulse effect */
@keyframes pulse {
  0% {
    transform: translateX(-50%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateX(-50%) scale(1.3);
    opacity: 0.7;
  }
  100% {
    transform: translateX(-50%) scale(1);
    opacity: 1;
  }
}
/*----------Dotted Line Section Break Section (Center) END---------------------------------*/

/*----------Dotted Line Section Break Section (Horizontal)---------------------------------*/

/* 
  This container displays:
    - A horizontal dashed line across its full width 
*/
.dotted-line-wrapper-single.manolin {
  position: relative;
  margin: 20px 0;         /* Adjust spacing above/below the break as needed */
  height: 20px;           /* Reserve vertical space for the vertical line */
}

/* Horizontal dashed line spanning full width */
.dotted-line-wrapper-single.manolin::before {
  content: "";
  position: absolute;
  top: 0;                 /* Align to the top edge of the container */
  left: 0;
  width: 100%;
  border-top: 1px dashed #E2E8F0;  /* Change color/size as desired */
}

/*----------Dotted Line Section Break Section (Horizontal) END---------------------------------*/


/*----------Pricing Tier Watershed ---------------------------------*/

/* --------------------------------
   Watershed Norway Tiers (Scoped)
   -------------------------------- */

.watershed-norway-tiers-section {
  background-color: #1C2D44;
  color: #ffffff;
  padding: 80px 20px;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
}

.watershed-norway-header {
  text-align: center;
  margin-bottom: 60px;
}

.watershed-norway-header h2 {
  font-size: 36px;
  font-weight: normal;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
  margin: 0;
  line-height: 1.2;
}

.watershed-norway-highlight {
  color: #b2dafb;
  display: block;
  font-size: 20px;
  margin-top: 8px;
  opacity: 0.9;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
}

.watershed-norway-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
.watershed-norway-grid:hover .watershed-norway-card {
  opacity: 0.6;
}
.watershed-norway-grid .watershed-norway-card:hover {
  opacity: 1;
}

.watershed-norway-card {
  background-color: #1C2D44;
  border: 1px solid rgba(178, 218, 251, 0.2);
  border-radius: none;
  padding: 24px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    background-color 0.3s ease,
    opacity 0.3s ease;
  opacity: 0;
  animation: watershed-norway-fadeUp 0.6s ease forwards;
}

.watershed-norway-card:nth-child(1) {
  animation-delay: 0.1s;
}
.watershed-norway-card:nth-child(2) {
  animation-delay: 0.2s;
}
.watershed-norway-card:nth-child(3) {
  animation-delay: 0.3s;
}

@keyframes watershed-norway-fadeUp {
  0% {
    opacity: 0;
    transform: translateY(16px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.watershed-norway-card:hover,
.watershed-norway-card--active {
  border-color: #b2dafb;
  box-shadow: 0 0 16px rgba(178, 218, 251, 0.3);
  transform: scale(1.02);
  background-color: #1E324F;
}

.watershed-norway-card:hover {
  transform: perspective(500px) translateZ(0) scale(1.02) rotateX(1deg) rotateY(1deg);
}

.watershed-norway-label {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #b2dafb;
  margin-bottom: 8px;
  transition: color 0.3s ease;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
}

.watershed-norway-card:hover .watershed-norway-label {
  color: #ffffff;
}

.watershed-norway-title {
  font-size: 24px;
  font-weight: normal;
  font-family: 'Montserrat', sans-serif;
  margin: 0 0 12px 0;
  color: #ffffff;
  line-height: 1.3;
  position: relative;
  transition: color 0.3s ease;
}

.watershed-norway-card:hover .watershed-norway-title {
  color: #b2dafb;
}

.watershed-norway-description {
  font-size: 16px;
  color: #dce6f0;
  margin-bottom: 8px; /* ensures list aligns under description */
  flex-grow: 1;
  transition: color 0.3s ease;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
}

.watershed-norway-card:hover .watershed-norway-description {
  color: #ffffff;
}

.watershed-norway-features {
  list-style: none;
  padding: 0;
  margin: 8px 0 24px 0; /* 8px top margin keeps all lists vertically aligned */
}

.watershed-norway-features li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 8px;
  font-size: 15px;
  color: #dce6f0;
  transition: color 0.3s ease;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  line-height: 1.2; /* keeps longer list items on one line where possible */
}

.watershed-norway-features li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #b2dafb;
  font-size: 14px;
  line-height: 1;
}

.watershed-norway-card:hover .watershed-norway-features li {
  color: #ffffff;
}

.watershed-norway-card:hover .watershed-norway-features li::before {
  color: #ffffff;
}

/* Updated CTA styling: 1px white border, no radius, white text, light-blue text on hover */
.watershed-norway-cta {
  display: inline-block;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 0;
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-family: 'Montserrat', sans-serif;
  padding: 10px 20px;
  text-align: center;
  transition:
    background-color 0.3s ease,
    color 0.3s ease,
    box-shadow 0.3s ease;
  text-decoration: none;
  align-self: flex-start;
  width: auto; /* prevents shrinking on hover */
}

.watershed-norway-cta:hover {
  background-color: transparent; /* keep transparent */
  color: #b2dafb;
  border-color: #b2dafb;
  box-shadow: none;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
}

@media (max-width: 640px) {
  .watershed-norway-tiers-section {
    padding: 60px 16px;
  }
  .watershed-norway-title {
    font-size: 22px;
  }
  .watershed-norway-description {
    font-size: 15px;
  }
}


/*----------Pricing Tier Watershed END---------------------------------*/

/*----------Aquaculture Intelligence Scroll Text Static Image---------------------------------*/
  /* Container: two columns, full width */
  .predictive-section {
    display: flex;
    flex-wrap: wrap;
    margin: 4rem 0;
  }

  /* Left column: text scrolls normally */
  .predictive-text {
    flex: 1;
    min-width: 280px;
    padding-right: 2rem;
  }

  /* Each “trigger” block */
  .predictive-item {
    margin-bottom: 3rem;
  }

  .predictive-item h2,
  .predictive-item h3 {
    /* Inherit your global h2/h3 styles */
    margin-bottom: 1rem;
  }

  .predictive-item p {
    /* Inherit your global paragraph styles */
    line-height: 1.6;
    margin-bottom: 1rem;
  }

  /* Right column: sticky image container */
  .predictive-image {
    flex: 1;
    min-width: 280px;
    position: relative;
  }

  /* The pinned image */
  .predictive-image img {
    position: sticky;
    top: 120px;               /* adjust to sit below your header/nav */
    display: block;
    width: 100%;
    max-width: 500px;         /* or whatever fits your layout */
    margin: 0 auto;
    transition: opacity 0.6s ease-in-out;
    opacity: 1;
  }
/*----------Aquaculture Intelligence Scroll Text Static Image END---------------------------------*/


/*----------Aquaculture Intelligence Comparison Matrix---------------------------------*/
/* =============================================================================
   Matrix Section — Complete Updated CSS
   ============================================================================= */

/* -----------------------------------------------------------------------------
   1) Section container & header
   ----------------------------------------------------------------------------- */
#matrix-section {
  background: linear-gradient(rgba(28,45,68,0.95), #1C2D44);
  padding: 20px 20px;
  font-family: 'Montserrat', sans-serif;
  color: #FFFFFF;
}
.matrix-header {
  text-align: center;
  margin-bottom: 40px;
}
.matrix-header h2 {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
  color: #FFFFFF; /* force white */
}

/* -----------------------------------------------------------------------------
   2) Grid container (desktop only — no overflow or snap here)
   ----------------------------------------------------------------------------- */
.matrix-grid {
  display: grid;
  grid-template-columns: 40% 30% 30%;
  gap: 24px;
}

/* -----------------------------------------------------------------------------
   3) Column wrappers
   ----------------------------------------------------------------------------- */
.matrix-column {
  display: grid;
  grid-template-rows: repeat(7, auto);
  background-color: transparent;
  border: 1px solid rgba(255,255,255,0.2); /* softened divider */
  scroll-snap-align: start; /* only applies when snapping is enabled */
}

/* -----------------------------------------------------------------------------
   4) Active (Manolin) column styling
   ----------------------------------------------------------------------------- */
.matrix-column--active {
  border-color: #B2DAFB;
  box-shadow: 0 0 16px rgba(178,218,251,0.3);
  border-radius: 4px;
}

/* -----------------------------------------------------------------------------
   5) Individual cells
   ----------------------------------------------------------------------------- */
.matrix-cell {
  padding: 20px;
  font-size: 16px;
  line-height: 1.4;
  background-color: #1C2D44;
  color: #FFFFFF;
  border-bottom: 1px solid rgba(255,255,255,0.1); /* softer divider */
}
/* Remove bottom border on last cell in each column */
.matrix-column .matrix-cell:last-child {
  border-bottom: none;
}

/* -----------------------------------------------------------------------------
   6) Header row cells — sticky on mobile
   ----------------------------------------------------------------------------- */
.matrix-header-cell {
  font-weight: 500;
  font-size: 18px;
  background-color: #1C2D44;
  color: #FFFFFF;
  position: sticky;
  top: 0;
  z-index: 2;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

/* -----------------------------------------------------------------------------
   7) Only the “Manolin Platform” header turns blue
   ----------------------------------------------------------------------------- */
.matrix-column--active .matrix-header-cell {
  color: #B2DAFB;
}
/* Keep the rest of that column’s body rows white */
.matrix-column--active .matrix-cell {
  color: #FFFFFF;
}

/* -----------------------------------------------------------------------------
   8) Grey out the competitor (3rd) column
   ----------------------------------------------------------------------------- */
.matrix-grid > .matrix-column:nth-child(3) .matrix-header-cell,
.matrix-grid > .matrix-column:nth-child(3) .matrix-cell {
  color: rgba(255,255,255,0.6);
}

/* -----------------------------------------------------------------------------
   9) Rounded corners on active column’s first & last cells
   ----------------------------------------------------------------------------- */
.matrix-column--active .matrix-cell:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.matrix-column--active .matrix-cell:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* -----------------------------------------------------------------------------
   10) Responsive: horizontal scroll + snap on mobile only
   ----------------------------------------------------------------------------- */
@media (max-width: 768px) {
  #matrix-section {
    padding: 60px 16px;
  }
  .matrix-header h2 {
    font-size: 28px;
  }
  .matrix-grid {
    grid-template-columns: repeat(3, minmax(260px, 1fr));
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 8px;
  }
  .matrix-column {
    scroll-snap-align: start;
  }
  .matrix-column--active {
    scroll-snap-align: center;
  }
  .matrix-cell {
    padding: 16px;
    font-size: 14px;
  }
  .matrix-header-cell {
    font-size: 16px;
  }
}

/*----------Aquaculture Intelligence Comparison Matrix END---------------------------------*/


/*----------Researcher Page Static 4 Section Reports---------------------------------*/
/* --- Layout --- */
.reports-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 4rem;
  padding: 6rem 0;
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: visible; /* <-- allow sticky element to show correctly in HubSpot */
}

.reports-left {
  flex: 0 0 45%;
  position: relative;
  border-left: 1px dashed #bbb;
  padding-left: 2rem;
}

.reports-right {
  flex: 0 0 50%;
  position: sticky;
  top: 10vh; /* <-- stays fixed in viewport while left side scrolls */
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80vh;
  overflow: visible;
}

/* --- Report Cards --- */
.report-item {
  border: 1px solid #bbb;
  padding: 2rem;
  margin-bottom: 2rem;
  background: #faf9f7;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.report-item.active {
  border-color: #000;
  background: #fff;
}

.report-item h3 {
  font-family: "Courier New", monospace;
  font-size: 1.4rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.report-item p {
  font-size: 1rem;
  color: #555;
  margin: 0;
  line-height: 1.5;
}

/* --- Progress Line --- */
.progress-line {
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 0%;
  background: #000;
  transition: height 0.4s ease;
}

/* --- Right Side Image --- */
.report-image {
  position: absolute;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.report-image.active {
  opacity: 1;
  transform: translateY(0);
}

.report-image img {
  max-width: 100%;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* --- Mobile / Tablet Layout --- */
@media (max-width: 991px) {
  .reports-container {
    flex-direction: column;
    gap: 2rem;
    padding: 3rem 1rem;
  }

  .reports-left {
    border-left: none;
    padding-left: 0;
  }

  .reports-right {
    position: relative;
    top: auto;
    height: auto;
  }

  .report-image {
    position: relative;
  }
}
/*----------Researcher Page Static 4 Section Reports End---------------------------------*/
/*----------Manolin Benefits Section---------------------------------*/
.mn-benefits {
  background: rgba(255, 255, 255, 0.03); /* white at ~7% opacity */
  color: #e6eef2;
  padding: 6rem 0;
  position: relative;
  overflow: hidden;
  border-radius: 0px;
  border: 1px dashed rgba(255, 255, 255, 0.25); /* subtle dashed border */
}

.mn-benefits-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 3rem;
  gap: 6rem;
}

/* Left side (text & grid) */
.mn-benefits-left {
  flex: 1.2;
}

.mn-benefits-header {
  max-width: 600px;
  margin-bottom: 3.5rem;
}

.mn-benefits-header h2 {
  font-family: "Open Sans", monospace;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #8ec9d3;
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.mn-benefits-header p {
  font-family: "montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  color: #c7d2da;
  line-height: 1.5;
}

/* Two-column benefit grid */
.mn-benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem 3rem;
}

.mn-benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.mn-benefit-text h3 {
  font-family: "montserrat", sans-serif;
  font-size: 1.05rem;
  color: #ffffff;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.mn-benefit-text p {
  font-size: 0.95rem;
  color: #cfd8dc;
  line-height: 1.5;
}

/* Subtle sonar-style ping */
.ping {
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  background: #2896ac;
  border-radius: 50%;
  position: relative;
  box-shadow: 0 0 10px rgba(40, 150, 172, 0.4);
}

.ping::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(40, 150, 172, 0.25);
  border-radius: 50%;
  animation: pingWave 4.5s ease-out infinite;
}

@keyframes pingWave {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  70% {
    transform: scale(3);
    opacity: 0;
  }
  100% {
    transform: scale(3);
    opacity: 0;
  }
}

/* Right side graphic */
.mn-benefits-right {
  flex: 0 0 500px; /* fixed width */
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.mn-benefits-graphic {
  width: 100%;
  max-width: 600px;
  height: auto;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .mn-benefits-container {
    flex-direction: column;
    text-align: left;
    gap: 3rem;
  }

  .mn-benefits-right {
    justify-content: center;
  }

  .mn-benefits-graphic {
    max-width: 70%;
  }

  .mn-benefits-grid {
    grid-template-columns: 1fr;
  }
}
/*----------Manolin Benefits End---------------------------------*/


/*----------Researcher Page FAQ---------------------------------*/
/* ==========================
   MANOLIN FAQ SECTION
   ========================== */


.mn-faq {
  font-family: "montserrat", sans-serif;
  max-width: 900px;
  margin: 6rem auto;
  padding: 0 1.5rem;
  border-top: 1px solid #e2e2e2;
}

.mn-faq-header h2 {
  font-family: "montserrat", monospace;
  text-transform: uppercase;
  font-size: 2.5rem;
  letter-spacing: 0.08em;
  color: #111;
  margin-bottom: 0.5rem;
}

.mn-faq-header p {
  font-size: 0.95rem;
  color: #666;
  margin: 0;
  border-left: 2px solid #111;
  padding-left: 0.75rem;
}

.mn-faq-list {
  margin-top: 2.5rem;
  border-top: 1px solid #dcdcdc;
}

.mn-faq-item {
  border-bottom: 1px solid #dcdcdc;
  position: relative;
  transition: background 0.3s ease;
}

.mn-faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 0;
  cursor: pointer;
  color: #111;
  font-family: "montserrat", monospace;
  font-size: 1rem;
  letter-spacing: 0.04em;
  transition: color 0.3s ease;
}

.mn-faq-question:hover,
.mn-faq-question:focus {
  color: #2896ac;
  outline: none;
}

.mn-faq-icon {
  font-size: 1.2rem;
  line-height: 1;
  color: #aaa;
  transition: transform 0.25s ease, color 0.25s ease;
}

.mn-faq-item.active .mn-faq-icon {
  transform: rotate(45deg);
  color: #2896ac;
}

.mn-faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s ease;
  will-change: max-height, opacity;
}

.mn-faq-item.active .mn-faq-answer {
  max-height: 250px;
  opacity: 1;
  margin-bottom: 1rem;
}

.mn-faq-answer p {
  font-size: 0.95rem;
  color: #444;
  line-height: 1.6;
  margin: 0;
}

.mn-faq-item.active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px; /* slightly thicker line for emphasis */
  height: 100%;
  background: #2896ac; /* updated brand blue */
  transition: height 0.4s ease;
}

/* Add padding between line and content */
.mn-faq-item {
  border-bottom: 1px solid #dcdcdc;
  position: relative;
  padding-left: 1rem; /* space between blue line and text */
  transition: background 0.3s ease;
}

.mn-faq-question {
  padding: 1.5rem 0 1.5rem 1rem; /* match the spacing with line offset */
}

/* --- Mobile --- */
@media (max-width: 768px) 
  .mn-faq {
    margin: 4rem auto;
    padding: 0 1rem;
  }
}
/*----------Researcher FAQ End---------------------------------*/

/*----------GSAP TESTING----------------------------------------------------*/
/*----------GSAP TESTING----------------------------------------------------*/
/*----------GSAP TESTING----------------------------------------------------*/

.gsap-test-section {
  height: 150vh;
  background: #0b1f33 !important;
  color: #fff;
  padding: 5rem;
  position: relative;
  z-index: 10;
}


.test-box {
  width: 100px;
  height: 100px;
  background: #2896ac;
  border-radius: 8px;
  margin: 4rem 0;
}

.gsap-fade-item {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

/*==============================
   GSAP Ping Pulse Test
===============================*/
.gsap-ping-section {
  background: #0b1f33;
  padding: 6rem;
  height: 120vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 3rem;
}

.ping-item {
  width: 20px;
  height: 20px;
  background: #2896ac;
  border-radius: 50%;
  position: relative;
  display: inline-block;
}

/* Glow layer (now a span inside) */
.ping-item span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(40, 150, 172, 0.4);
  transform: translate(-50%, -50%) scale(1);
  z-index: -1;
}

/*----------GSAP: Fade + Slide In on Scroll-----------------------------------*/
.gsap-fade-section {
  background: #0b1f33; /* dark blue for testing; adjust per section */
  color: #fff;
  padding: 8rem 5rem;
}

.gsap-fade-item {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  margin-bottom: 3rem;
}

.gsap-fade-item h3 {
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}

.gsap-fade-item p {
  max-width: 600px;
  color: #cfd8dc;
  font-size: 1rem;
  line-height: 1.6;
}

/*----------GSAP: Line Draw Animation (Fixed)-----------------------------------*/
.gsap-line-section {
  background: #0b1f33;
  color: #fff;
  padding: 8rem 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150vh;
  position: relative;
  overflow: hidden;
}

.gsap-line-wrapper {
  width: 500px;
  height: 500px;
  position: relative;
}

.gsap-line-svg {
  width: 100%;
  height: 100%;
  stroke: #2896ac;
  stroke-width: 3;
  fill: none;
}

#dataLine {
  stroke: #2896ac;
  stroke-width: 2.5;
  fill: none;
  opacity: 0.8;
}

.line-node {
  fill: #2896ac;
  stroke: #1b6e7f;
  stroke-width: 1.5;
  filter: drop-shadow(0 0 6px rgba(40, 150, 172, 0.8));
}

.gsap-network-section {
  background: #0b1f33;
  height: 200vh;
  position: relative;
  overflow: hidden;
  padding: 4rem;
}

.network-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.network-line {
  stroke: #2896ac;
  stroke-width: 2.5;
  stroke-linecap: round;
  filter: drop-shadow(0 0 6px rgba(40, 150, 172, 0.8));
  opacity: 0.8;
  fill: none;
  stroke: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><linearGradient id="grad" gradientUnits="userSpaceOnUse" x1="0" y1="0" x2="1000" y2="0"><stop offset="0%" stop-color="%232896ac"/><stop offset="100%" stop-color="%23c6a12d"/></linearGradient></svg>#grad');
}


.network-node {
  fill: #2896ac;
  filter: drop-shadow(0 0 10px rgba(40, 150, 172, 0.9));
  transform-origin: center;
}

/* Add parallax depth illusion */
.network-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: center;
}



/*----------GSAP TESTING END----------------------------------------------------*/

/*----------Researcher Tier Farm Reports----------------------------------------------------*/

.manolin-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 20px;
  background-color: none;
  color: #ffffff;
  font-family: "Inter", "Arial", sans-serif;
  padding: 40px;
}

.manolin-left {
  grid-row: 1 / span 2;
  border: 2px dashed #3a4f6a;
  padding: 20px;
  border-radius: 8px;
}

.manolin-right-item {
  border: 2px dashed #3a4f6a;
  padding: 20px;
  border-radius: 8px;
}

.manolin-right-item h3 {
  margin-top: 0;
  font-size: 1.1rem;
  color: #ffffff;
}

.manolin-right-item p,
.manolin-left p {
  color: #bfc9d4;
  font-size: 0.95rem;
  line-height: 1.5;
}

/* Responsive layout fix */
@media (max-width: 900px) {
  .manolin-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
  }

  .manolin-left {
    grid-row: auto;
    order: 1;
    width: 100%;
  }

  .manolin-right-item {
    order: 2;
    width: 100%;
  }
}

/*----------Researcher Tier Farm Reports END----------------------------------------------------*/


/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/*----------------Landing Pages -------------------------------*/
/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/


/*----------Download Button Scroll Effect----------------------------------------------------*/

.btn-download-now-animated,
.btn-download-now-animated:visited {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  padding: 8px 20px;
  border-radius: 20px;

  background-color: #2896ac;
  color: #fff;

  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;

  cursor: pointer;
  text-decoration: none;

  transition: background-color 0.2s ease, transform 0.2s ease;
}

/* Hover / focus / active states – no blue, no underline */
.btn-download-now-animated:hover,
.btn-download-now-animated:focus,
.btn-download-now-animated:active {
  background-color: #2fa8c1;   /* slightly lighter on hover */
  color: #fff;
  text-decoration: none;
  transform: translateY(-1px);
}

/*----------Download Button Scroll Effect END----------------------------------------------------*/

/*----------Researcher Tier Farm Reports END----------------------------------------------------*/


/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/*----------------Harpoon Pages -------------------------------*/
/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/


/*----------Two Column Text and Lottie on Right Side----------------------------------------------------*/
/* Container + top rule */
.harpoon-usecase-section {
  border-top: 1px solid rgba(255, 255, 255, 0.12); /* tweak to 0.5px if you want */
  padding-top: 3rem;
  margin-top: 4rem;
  color: #f5f7ff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text", sans-serif;
}

.harpoon-usecase-inner {
  display: flex;
  gap: 3rem;
  align-items: stretch;
}

/* Columns */
.harpoon-usecase-left,
.harpoon-usecase-right {
  flex: 1;
}

.harpoon-usecase-left {
  padding-right: 2.5rem;
}

.harpoon-usecase-right {
  flex: 1;
  padding-left: 2.5rem;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  overflow: visible;     /* important */
}

.harpoon-lottie-placeholder {
  width: 100%;
  height: 100%;
  min-height: 260px;
  border: 1px dashed rgba(255, 255, 255, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Text styles */
.harpoon-kicker {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.75rem;
  margin-bottom: 0.75rem;
  opacity: 0.8;
}

.harpoon-heading {
  font-size: 1.75rem;
  line-height: 1.3;
  margin: 0 0 1rem;
}

.harpoon-intro {
  font-size: 0.95rem;
  line-height: 1.7;
  color: rgba(245, 247, 255, 0.8);
  max-width: 34rem;
  margin-bottom: 2rem;
}

/* Accordion */
.harpoon-accordion {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.harpoon-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 1rem 0;
}

/* remove default marker */
.harpoon-item > summary {
  list-style: none;
}

.harpoon-item > summary::-webkit-details-marker {
  display: none;
}

.harpoon-item > summary {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.harpoon-role {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  opacity: 0.9;
}

.harpoon-tagline {
  font-size: 0.95rem;
  line-height: 1.5;
  color: rgba(245, 247, 255, 0.85);
}

/* Expand/collapse indicator (optional) */
.harpoon-item > summary::after {
  content: "+";
  margin-left: auto;
  font-size: 0.9rem;
  opacity: 0.7;
}

.harpoon-item[open] > summary::after {
  content: "–";
}

/* Body content */
.harpoon-body {
  margin-top: 0.75rem;
  font-size: 0.9rem;
  line-height: 1.6;
  color: rgba(245, 247, 255, 0.8);
}

.harpoon-body ul {
  margin: 0.75rem 0 0;
  padding-left: 1.1rem;
}

.harpoon-body li {
  margin-bottom: 0.25rem;
}

.harpoon-lottie-label {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  opacity: 0.7;
}

/* Responsive */
@media (max-width: 900px) {
  .harpoon-usecase-inner {
    flex-direction: column;
  }

  .harpoon-usecase-right {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding-left: 0;
    padding-top: 2rem;
    margin-top: 1.5rem;
  }

  .harpoon-usecase-left {
    padding-right: 0;
  }
}



/*----------Two Column Text and Lottie on Right Side END----------------------------------------------------*/

/*--------------------------------------------------------------*/
/*----------New Updated Homepage 2026---------------------------*/
/*--------------------------------------------------------------*/


/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
/*----------New Manolin Homepage Hero --------------------------*/
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.mn-home-hero {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  padding: 92px 52px 64px; 
  background: #1c2d44;
  color: #f0f6ff;
  isolation: isolate;
}

.mn-home-hero *,
.mn-home-hero *::before,
.mn-home-hero *::after {
  box-sizing: border-box;
}

.mn-home-hero__grid {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image:
    linear-gradient(rgba(178, 218, 251, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(178, 218, 251, 0.04) 1px, transparent 1px);
  background-size: 56px 56px;
  pointer-events: none;
  animation: mn-home-hero-grid-drift 24s linear infinite;
}

.mn-home-hero__glow {
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  z-index: 0;
}

.mn-home-hero__glow--blue {
  top: -10%;
  right: -8%;
  width: 720px;
  height: 520px;
  background: radial-gradient(circle, rgba(53, 116, 227, 0.14) 0%, transparent 68%);
}

.mn-home-hero__glow--green {
  bottom: -10%;
  left: -8%;
  width: 500px;
  height: 360px;
  background: radial-gradient(circle, rgba(40, 150, 172, 0.08) 0%, transparent 70%);
}

.mn-home-hero__inner {
  position: relative;
  z-index: 2;
  max-width: 1440px;
  margin: 0 auto;
}

.mn-home-hero__content {
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(360px, 1fr);
  align-items: center;
  gap: 24px;
}

.mn-home-hero__left {
  max-width: 760px;
}

.mn-home-hero__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 500px;
}

.mn-home-hero__lottie-wrap {
  position: relative;
  width: 100%;
  max-width: 690px;
  margin-left: auto;
}

.mn-home-hero__lottie {
  width: 100%;
  height: 560px;
  max-width: 100%;
}

.mn-home-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
  color: #b2dafb;
  font-family: "DM Sans", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 4px;
  line-height: 1;
  text-transform: uppercase;
}

.mn-home-hero__eyebrow::before {
  content: "";
  display: block;
  width: 42px;
  height: 1px;
  background: rgba(178, 218, 251, 0.72);
}

.mn-home-hero__title {
  margin: 0 0 24px;
  color: #f0f6ff;
  font-family: "DM Serif Display", serif;
  font-size: clamp(52px, 5.7vw, 82px);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -1.1px;
  max-width: 760px;
}

.mn-home-hero__title em {
  color: #b2dafb;
  font-style: italic;
  font-weight: 400;
}

.mn-home-hero__sub {
  max-width: 550px;
  margin: 0 0 34px;
  color: #ccdaee;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}

.mn-home-hero__sub em {
  color: #f0f6ff;
  font-style: italic;
}

.mn-home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: stretch;
}

.mn-home-hero__button {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  min-width: 225px;
  padding: 16px 26px 17px;
  border-radius: 14px;
  text-decoration: none !important;
  transition:
    transform 0.22s ease,
    background-color 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    color 0.22s ease;
}

.mn-home-hero__button:hover {
  transform: translateY(-1px);
  text-decoration: none !important;
}

.mn-home-hero__button-label {
  display: block;
  margin-bottom: 6px;
  opacity: 0.82;
  font-family: "DM Sans", sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 2.2px;
  text-transform: uppercase;
}

.mn-home-hero__button-text {
  display: block;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.mn-home-hero__button--farm {
  background: #4177df;
  color: #ffffff !important;
  box-shadow: 0 10px 28px rgba(53, 116, 227, 0.18);
  border: 1px solid transparent;
}

.mn-home-hero__button--farm:hover {
  background: #376ad0;
  color: #ffffff !important;
}

.mn-home-hero__button--supplier {
  background: transparent;
  color: #2896ac !important;
  border: 1px solid rgba(40, 150, 172, 0.5);
}

.mn-home-hero__button--supplier:hover {
  background: rgba(40, 150, 172, 0.08);
  border-color: rgba(40, 150, 172, 0.8);
  color: #4cb8cc !important;
}

.mn-home-hero__scroll {
  position: absolute;
  left: 52px;
  bottom: 22px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #7896b8;
  font-family: "DM Sans", sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.mn-home-hero__scroll::after {
  content: "";
  display: block;
  width: 1px;
  height: 34px;
  background: linear-gradient(to bottom, rgba(120, 150, 184, 0.9), transparent);
}

@keyframes mn-home-hero-grid-drift {
  from { transform: translateY(0); }
  to { transform: translateY(56px); }
}

@media (max-width: 1280px) {
  .mn-home-hero__content {
    grid-template-columns: minmax(0, 700px) minmax(320px, 1fr);
    gap: 22px;
  }

  .mn-home-hero__title {
    font-size: clamp(50px, 5.2vw, 74px);
    max-width: 700px;
  }

  .mn-home-hero__lottie {
    height: 500px;
  }
}

@media (max-width: 991px) {
  .mn-home-hero {
    min-height: auto;
    padding: 96px 32px 72px;
  }

  .mn-home-hero__content {
    grid-template-columns: 1fr;
  }

  .mn-home-hero__left {
    max-width: 100%;
  }

  .mn-home-hero__right {
    min-height: auto;
    margin-top: 14px;
    justify-content: center;
  }

  .mn-home-hero__lottie-wrap {
    max-width: 620px;
    margin: 0 auto;
  }

  .mn-home-hero__lottie {
    height: 440px;
  }

  .mn-home-hero__title {
    font-size: clamp(50px, 8vw, 70px);
    line-height: 0.97;
    letter-spacing: -0.8px;
    max-width: 100%;
  }

  .mn-home-hero__sub {
    font-size: 16px;
    max-width: 700px;
  }

  .mn-home-hero__scroll {
    left: 32px;
  }
}

@media (max-width: 768px) {
  .mn-home-hero {
    padding: 90px 20px 68px;
  }

  .mn-home-hero__eyebrow {
    gap: 10px;
    margin-bottom: 18px;
    font-size: 10px;
    letter-spacing: 3px;
  }

  .mn-home-hero__eyebrow::before {
    width: 28px;
  }

  .mn-home-hero__title {
    font-size: 50px;
    line-height: 0.99;
    letter-spacing: -0.6px;
  }

  .mn-home-hero__sub {
    font-size: 15px;
    line-height: 1.65;
    margin-bottom: 28px;
  }

  .mn-home-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .mn-home-hero__button {
    width: 100%;
    min-width: 0;
    padding: 15px 20px 16px;
    border-radius: 12px;
  }

  .mn-home-hero__lottie {
    height: 320px;
  }

  .mn-home-hero__scroll {
    position: static;
    margin-top: 36px;
  }
}

@media (max-width: 520px) {
  .mn-home-hero__title {
    font-size: 44px;
    line-height: 1;
  }

  .mn-home-hero__sub {
    font-size: 15px;
  }

  .mn-home-hero__lottie {
    height: 260px;
  }
}

#mn-rotating-phrase {
  display: inline-block;
  transition: opacity 0.35s ease, transform 0.35s ease;
  white-space: nowrap;
}

#mn-rotating-phrase.mn-phrase--out {
  opacity: 0;
  transform: translateY(-6px);
}

/*--------------------------------------------------------------*/
/*----------mn-home-problem (Problem Section) ---------------*/
/*--------------------------------------------------------------*/

.mn-home-problem {
  position: relative;
  padding: 96px 52px;
  background: #162336;
  color: #f0f6ff;
  overflow: hidden;
}

.mn-home-problem *,
.mn-home-problem *::before,
.mn-home-problem *::after {
  box-sizing: border-box;
}

.mn-home-problem__inner {
  max-width: 1440px;
  margin: 0 auto;
}

.mn-home-problem__intro {
  max-width: 760px;
  margin-bottom: 56px;
}

.mn-home-problem__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  color: #b2dafb;
  font-family: "DM Sans", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 1;
  text-transform: uppercase;
}

.mn-home-problem__eyebrow::before {
  content: "";
  display: block;
  width: 34px;
  height: 1px;
  background: rgba(178, 218, 251, 0.72);
}

.mn-home-problem__title {
  margin: 0 0 20px;
  color: #f0f6ff;
  font-family: "DM Serif Display", serif;
  font-size: clamp(38px, 4vw, 56px);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -1px;
}

.mn-home-problem__intro-text {
  max-width: 620px;
  margin: 0;
  color: #ccdaee;
  font-family: "DM Sans", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.72;
}

.mn-home-problem__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  background: transparent;
}

.mn-home-problem__card {
  min-height: 100%;
  padding: 46px 42px;
  background: #1c2d44;
}

.mn-home-problem__card--farms {
  border-top: 2px solid #3574e3;
}

.mn-home-problem__card--suppliers {
  border-top: 2px solid #2896ac;
}

.mn-home-problem__card-label {
  margin-bottom: 18px;
  font-family: "DM Sans", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2.2px;
  line-height: 1;
  text-transform: uppercase;
}

.mn-home-problem__card--farms .mn-home-problem__card-label {
  color: #3574e3;
}

.mn-home-problem__card--suppliers .mn-home-problem__card-label {
  color: #2896ac;
}

.mn-home-problem__card-title {
  margin: 0 0 10px;
  color: #f0f6ff;
  font-family: "DM Serif Display", serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -1px;
}

.mn-home-problem__card-kicker {
  margin: 0 0 22px;
  color: #7896b8;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-style: italic;
  line-height: 1.6;
}

.mn-home-problem__list {
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.mn-home-problem__list li {
  position: relative;
  margin-bottom: 18px;
  padding-left: 28px;
  color: #ccdaee;
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
}

.mn-home-problem__list li:last-child {
  margin-bottom: 0;
}

.mn-home-problem__list li::before {
  content: "→";
  position: absolute;
  left: 0;
  top: 0;
  color: #9fb6d4;
  font-weight: 500;
}

.mn-home-problem__card-text {
  max-width: 100%;
  margin: 0;
 
  color: #7896b8;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
}

.mn-home-problem__card-text::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
  margin-bottom: 22px;
}

@media (max-width: 991px) {
  .mn-home-problem {
    padding: 80px 32px;
  }

  .mn-home-problem__grid {
    grid-template-columns: 1fr;
  }

  .mn-home-problem__intro {
    margin-bottom: 40px;
  }

  .mn-home-problem__card {
    padding: 38px 32px;
  }

  .mn-home-problem__card-title {
    font-size: 25px;
  }

  .mn-home-problem__intro-text {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .mn-home-problem {
    padding: 68px 20px;
  }

  .mn-home-problem__title {
    font-size: 36px;
    line-height: 1;
  }

  .mn-home-problem__intro-text {
    font-size: 15px;
    line-height: 1.68;
  }

  .mn-home-problem__card {
    padding: 32px 22px;
  }

  .mn-home-problem__card-title {
    font-size: 23px;
  }

  .mn-home-problem__list li {
    font-size: 14px;
  }

  .mn-home-problem__card-text {
    font-size: 13px;
  }
}


/*--------------------------------------------------------------*/
/*----------mn-home-logos (Brand/Partner Strip) ---------------*/
/*--------------------------------------------------------------*/

.mn-home-logos {
  background: #162336;
  border-top: 1px solid rgba(178, 218, 251, 0.06);
  border-bottom: 1px solid rgba(178, 218, 251, 0.06);
  padding: 26px 52px;
  display: flex;
  align-items: center;
  gap: 48px;
  overflow: hidden;
}

.mn-home-logos__label {
  font-family: "DM Sans", sans-serif;
  font-size: 11px;
  color: #7896b8;
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
  flex-shrink: 0;
}

.mn-home-logos__list {
  display: flex;
  align-items: center;
  gap: 48px;
  flex: 1;
  flex-wrap: wrap;
}

.mn-home-logos__item {
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.28);
  letter-spacing: 0.3px;
  white-space: nowrap;
  transition: color 0.2s;
  cursor: default;
}

.mn-home-logos__item:hover {
  color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 768px) {
  .mn-home-logos {
    padding: 22px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .mn-home-logos__list {
    gap: 24px;
  }

  .mn-home-logos__item {
    font-size: 12px;
  }
}

/*----------mn-home-logos END ---------------------------------*/


/*--------------------------------------------------------------*/
/*----------mn-home-foundation (Population Tracing) -----------*/
/*--------------------------------------------------------------*/

.mn-home-foundation {
  position: relative;
  padding: 100px 52px;
  background: #243650;
  color: #f0f6ff;
  overflow: hidden;
}

.mn-home-foundation::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #3574e3, transparent);
}

.mn-home-foundation *,
.mn-home-foundation *::before,
.mn-home-foundation *::after {
  box-sizing: border-box;
}

.mn-home-foundation__inner {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.mn-home-foundation__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "DM Sans", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  color: #b2dafb;
  margin-bottom: 20px;
}

.mn-home-foundation__eyebrow::before {
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  background: #b2dafb;
  opacity: 0.7;
}

.mn-home-foundation__title {
  margin: 0 0 28px;
  color: #f0f6ff;
  font-family: "DM Serif Display", serif;
  font-size: clamp(28px, 3.5vw, 46px);
  font-weight: 800;
  line-height: 1.13;
  letter-spacing: -0.8px;
}

.mn-home-foundation__body {
  font-family: "DM Sans", sans-serif;
  font-size: 17px;
  color: #ccdaee;
  line-height: 1.8;
  font-weight: 300;
  margin-bottom: 44px;
}

.mn-home-foundation__pull-quote {
  font-family: "DM Serif Display", serif;
  font-size: clamp(22px, 2.8vw, 36px);
  font-style: italic;
  color: #b2dafb;
  line-height: 1.3;
  margin: 0 0 44px;
  padding: 36px 0;
  border-top: 1px solid rgba(178, 218, 251, 0.15);
  border-bottom: 1px solid rgba(178, 218, 251, 0.15);
}

.mn-home-foundation__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #b2dafb;
  text-decoration: none;
  padding: 13px 28px;
  border: 1px solid rgba(178, 218, 251, 0.25);
  border-radius: 6px;
  transition: background 0.2s, border-color 0.2s;
}

.mn-home-foundation__link:hover {
  background: rgba(178, 218, 251, 0.07);
  border-color: rgba(178, 218, 251, 0.5);
  color: #b2dafb;
  text-decoration: none;
}

@media (max-width: 768px) {
  .mn-home-foundation {
    padding: 72px 20px;
  }

  .mn-home-foundation__body {
    font-size: 15px;
    line-height: 1.72;
  }

  .mn-home-foundation__pull-quote {
    font-size: 22px;
    padding: 28px 0;
  }
}

/*----------mn-home-foundation END ----------------------------*/

/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
/*----------mn-home-products (Tab — Watershed / Harpoon) ------*/
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/

.mn-home-products {
  padding: 100px 52px;
  background: #162336;
  color: #f0f6ff;
  position: relative;
  overflow: hidden;
}

.mn-home-products *,
.mn-home-products *::before,
.mn-home-products *::after {
  box-sizing: border-box;
}

.mn-home-products__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.mn-home-products__header {
  margin-bottom: 52px;
}

.mn-home-products__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "DM Sans", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  color: #b2dafb;
  margin-bottom: 20px;
}

.mn-home-products__eyebrow::before {
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  background: #b2dafb;
  opacity: 0.7;
}

.mn-home-products__heading {
  margin: 0;
  font-family: "DM Serif Display", serif;
  font-size: clamp(28px, 3.5vw, 46px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.8px;
  color: #f0f6ff;
}

.mn-home-products__tabs {
  position: relative;
  display: flex;
  gap: 0;
  margin-bottom: 56px;
  border-bottom: 1px solid rgba(178, 218, 251, 0.1);
}

.mn-home-products__tab {
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 0 0 20px;
  margin-right: 40px;
  cursor: pointer;
  user-select: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: left;
  position: relative;
}

.mn-home-products__tab:focus {
  outline: none;
  box-shadow: none;
}

.mn-home-products__tab-label {
  display: block;
  font-family: "DM Sans", sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  color: #7896b8;
  transition: color 0.3s ease;
}

.mn-home-products__tab-name {
  display: block;
  font-family: "DM Serif Display", serif;
  font-size: 28px;
  letter-spacing: -0.4px;
  color: rgba(240, 246, 255, 0.35);
  transition: color 0.3s ease;
}

.mn-home-products__tab:hover .mn-home-products__tab-name {
  color: rgba(240, 246, 255, 0.6);
}

.mn-home-products__tab--active .mn-home-products__tab-label {
  color: #b2dafb;
}

.mn-home-products__tab--active .mn-home-products__tab-name {
  color: #f0f6ff;
}

.mn-home-products__tab-indicator {
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: #b2dafb;
  border: none;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  transition: left 0.4s cubic-bezier(0.4, 0, 0.2, 1),
              width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.mn-home-products__panels {
  position: relative;
}

.mn-home-products__panel {
  display: none;
  opacity: 0;
}

.mn-home-products__panel--active {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  animation: mnPanelIn 0.4s ease forwards;
}

.mn-home-products__panel--exit {
  animation: mnPanelOut 0.25s ease forwards;
}

@keyframes mnPanelIn {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes mnPanelOut {
  from { opacity: 1; transform: translateY(0); }
  to   { opacity: 0; transform: translateY(-8px); }
}

.mn-home-products__panel-eyebrow {
  font-family: "DM Sans", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.mn-home-products__panel-eyebrow--blue  { color: #3574e3; }
.mn-home-products__panel-eyebrow--green { color: #2896ac; }

.mn-home-products__panel-title {
  margin: 0 0 18px;
  font-family: "DM Serif Display", serif;
  font-size: clamp(24px, 2.4vw, 34px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.5px;
  color: #f0f6ff;
}

.mn-home-products__panel-desc {
  margin: 0 0 36px;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  color: #ccdaee;
  max-width: 480px;
}

.mn-home-products__features {
  list-style: none;
  padding: 0;
  margin: 0 0 36px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.mn-home-products__feature {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(178, 218, 251, 0.07);
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.mn-home-products__feature:first-child {
  border-top: 1px solid rgba(178, 218, 251, 0.07);
}

.mn-home-products__feature--visible {
  opacity: 1;
  transform: translateY(0);
}

.mn-home-products__feature-dot {
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-top: 5px;
  position: relative;
}

.mn-home-products__feature-dot::after {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  border-radius: 50%;
  animation: mnDotPing 4s ease-out infinite;
}

.mn-home-products__feature-dot--blue {
  background: #3574e3;
  box-shadow: 0 0 8px rgba(53, 116, 227, 0.5);
}
.mn-home-products__feature-dot--blue::after {
  background: rgba(53, 116, 227, 0.3);
}

.mn-home-products__feature-dot--green {
  background: #2896ac;
  box-shadow: 0 0 8px rgba(40, 150, 172, 0.5);
}
.mn-home-products__feature-dot--green::after {
  background: rgba(40, 150, 172, 0.3);
}

.mn-home-products__feature:nth-child(1) .mn-home-products__feature-dot::after { animation-delay: 0s; }
.mn-home-products__feature:nth-child(2) .mn-home-products__feature-dot::after { animation-delay: 1s; }
.mn-home-products__feature:nth-child(3) .mn-home-products__feature-dot::after { animation-delay: 2s; }
.mn-home-products__feature:nth-child(4) .mn-home-products__feature-dot::after { animation-delay: 3s; }

@keyframes mnDotPing {
  0%   { transform: scale(1); opacity: 0.6; }
  70%  { transform: scale(2.8); opacity: 0; }
  100% { transform: scale(2.8); opacity: 0; }
}

.mn-home-products__feature-name {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #f0f6ff;
  margin-bottom: 3px;
  line-height: 1.4;
}

.mn-home-products__feature-text {
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: #7896b8;
  line-height: 1.6;
  margin: 0;
}

.mn-home-products__panel-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: gap 0.2s ease;
}

.mn-home-products__panel-cta--blue  { color: #3574e3; }
.mn-home-products__panel-cta--green { color: #2896ac; }

.mn-home-products__panel-cta:hover {
  gap: 14px;
  text-decoration: none;
}

.mn-home-products__visual {
  position: relative;
  height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ── Watershed Constellation ── */

.mn-products-constellation {
  position: relative;
  width: 100%;
  height: 380px;
}

.mn-products-constellation svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.mn-constellation-line {
  stroke: rgba(53, 116, 227, 0.18);
  stroke-width: 1;
  animation: mnLineBreath 6s ease-in-out infinite;
}

.mn-constellation-line:nth-child(2) { animation-delay: 1s; }
.mn-constellation-line:nth-child(3) { animation-delay: 2s; }
.mn-constellation-line:nth-child(4) { animation-delay: 3s; }
.mn-constellation-line:nth-child(5) { animation-delay: 1.5s; }
.mn-constellation-line:nth-child(6) { animation-delay: 2.5s; }
.mn-constellation-line:nth-child(7) { animation-delay: 0.5s; }
.mn-constellation-line:nth-child(8) { animation-delay: 3.5s; }

@keyframes mnLineBreath {
  0%, 100% { opacity: 0.4; }
  50%       { opacity: 1; }
}

.mn-constellation-node-group {
  animation: mnNodeDrift 12s ease-in-out infinite;
}

.mn-constellation-node-group:nth-child(odd) {
  animation-direction: alternate;
}

@keyframes mnNodeDrift {
  0%   { transform: translate(0px, 0px); }
  25%  { transform: translate(2px, -3px); }
  50%  { transform: translate(-2px, 2px); }
  75%  { transform: translate(3px, 1px); }
  100% { transform: translate(0px, 0px); }
}

.mn-constellation-dot {
  fill: #3574e3;
  filter: drop-shadow(0 0 6px rgba(53, 116, 227, 0.7));
  animation: mnNodePulse 4s ease-in-out infinite;
}

.mn-constellation-node-group:nth-child(2) .mn-constellation-dot { animation-delay: 0.8s; }
.mn-constellation-node-group:nth-child(3) .mn-constellation-dot { animation-delay: 1.6s; }
.mn-constellation-node-group:nth-child(4) .mn-constellation-dot { animation-delay: 2.4s; }
.mn-constellation-node-group:nth-child(5) .mn-constellation-dot { animation-delay: 3.2s; }
.mn-constellation-node-group:nth-child(6) .mn-constellation-dot { animation-delay: 0.4s; }

@keyframes mnNodePulse {
  0%, 100% { opacity: 0.7; }
  50%       { opacity: 1; }
}

.mn-constellation-label {
  fill: rgba(178, 218, 251, 0.55);
  font-family: "DM Sans", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

/* ── Harpoon Sonar Rings ── */

.mn-products-sonar {
  position: relative;
  width: 100%;
  height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mn-sonar-wrap {
  position: relative;
  width: 320px;
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mn-sonar-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(40, 150, 172, 0.6);
  animation: mnSonarExpand 4s ease-out infinite;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mn-sonar-ring--1 { animation-delay: 0s; }
.mn-sonar-ring--2 { animation-delay: 1.33s; }
.mn-sonar-ring--3 { animation-delay: 2.66s; }

@keyframes mnSonarExpand {
  0%   { width: 20px;  height: 20px;  opacity: 0.8; border-color: rgba(40, 150, 172, 0.7); }
  60%  { opacity: 0.3; }
  100% { width: 300px; height: 300px; opacity: 0;   border-color: rgba(40, 150, 172, 0.05); }
}

.mn-sonar-center {
  position: relative;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #2896ac;
  box-shadow: 0 0 12px rgba(40, 150, 172, 0.8);
  z-index: 2;
  flex-shrink: 0;
  animation: mnSonarCore 4s ease-in-out infinite;
}

@keyframes mnSonarCore {
  0%, 100% { transform: scale(1);   opacity: 1; }
  50%       { transform: scale(1.3); opacity: 0.8; }
}

/* ── Standalone sonar — reusable anywhere ── */

.mn-sonar-standalone {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mn-sonar-standalone .mn-sonar-wrap {
  width: 240px;
  height: 240px;
}

/* ── Responsive ── */

@media (max-width: 991px) {
  .mn-home-products__panel--active {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .mn-home-products__visual,
  .mn-products-constellation,
  .mn-products-sonar {
    height: 280px;
  }

  .mn-sonar-wrap {
    width: 220px;
    height: 220px;
  }
}

@media (max-width: 768px) {
  .mn-home-products {
    padding: 72px 20px;
  }

  .mn-home-products__tab-name {
    font-size: 22px;
  }

  .mn-home-products__panel--active {
    gap: 36px;
  }
}
<div class="mn-home-products__panel-right">
  <div class="mn-home-products__visual">
    <div class="mn-products-sonar">
      <svg class="mn-sonar-map" viewBox="0 0 420 380" xmlns="http://www.w3.org/2000/svg">

        <!-- Topographic contour lines — fjord coastline -->

        <!-- Outermost contour -->
        <path class="mn-topo-line mn-topo-line--1" d="
          M 30,320
          C 20,290 15,250 25,210
          C 35,170 20,140 40,110
          C 60,80  90,70  120,60
          C 155,48 175,55 200,50
          C 230,44 260,38 290,50
          C 320,62 345,85 360,115
          C 378,148 375,180 370,210
          C 364,245 370,270 355,300
          C 340,328 310,340 280,348
          C 245,358 210,355 180,350
          C 148,344 110,342  80,335
          C 58,330 38,348  30,320 Z
        "/>

        <!-- Second contour — starts cutting in fjord shapes -->
        <path class="mn-topo-line mn-topo-line--2" d="
          M 60,305
          C 50,278 48,248 58,218
          C 68,188 55,162 72,135
          C 90,108 118,98 145,88
          C 172,78 192,84 215,80
          C 240,76 265,70 288,82
          C 312,95 332,118 344,148
          C 356,178 352,205 347,232
          C 340,262 348,284 334,308
          C 318,332 292,342 264,348
          C 234,355 202,350 174,345
          C 144,340 112,336 88,326
          C 72,320 66,328  60,305 Z
        "/>

        <!-- Fjord inlet — cuts deep left -->
        <path class="mn-topo-line mn-topo-line--3" d="
          M 90,290
          C 80,265 78,238 86,212
          C 94,188 84,166 98,144
          C 112,122 135,113 158,105
          C 182,96 200,102 220,99
          C 244,95 265,90 284,102
          C 302,114 318,134 326,160
          C 336,188 330,210 326,235
          C 320,260 326,280 314,300
          C 300,320 277,330 252,334
          C 224,340 196,335 170,330
          C 144,325 118,318 100,306
          C 90,300 96,310  90,290 Z
        "/>

        <!-- Narrow fjord arm — left channel -->
        <path class="mn-topo-line mn-topo-line--4" d="
          M 72,240
          C 68,220 72,200 80,185
          C 60,188 44,195 36,210
          C 28,226 32,244 42,255
          C 52,266 64,260  72,240 Z
        "/>

        <!-- Narrow fjord arm — upper right channel -->
        <path class="mn-topo-line mn-topo-line--4" d="
          M 295,95
          C 310,82 330,76 348,84
          C 364,92 372,108 366,124
          C 360,138 344,142 330,136
          C 314,128 298,112  295,95 Z
        "/>

        <!-- Inner contour — island mass -->
        <path class="mn-topo-line mn-topo-line--5" d="
          M 130,275
          C 120,252 122,228 130,208
          C 138,188 130,170 142,152
          C 155,134 174,126 194,120
          C 215,114 230,118 248,116
          C 268,114 284,122 296,142
          C 308,162 304,182 300,205
          C 296,228 302,246 292,264
          C 280,282 260,290 238,293
          C 215,297 192,292 170,287
          C 152,282 138,294  130,275 Z
        "/>

        <!-- Deep inner island -->
        <path class="mn-topo-line mn-topo-line--6" d="
          M 165,258
          C 158,240 160,220 168,204
          C 176,188 170,172 180,158
          C 191,144 207,138 222,135
          C 238,132 250,138 260,152
          C 270,166 266,184 263,202
          C 259,222 264,238 255,254
          C 244,270 228,276 210,278
          C 192,280 175,272  165,258 Z
        "/>

        <!-- Sonar ping rings — centered slightly off-center toward a fjord point -->
        <circle class="mn-svg-sonar-ring" cx="214" cy="205" r="1"/>
        <circle class="mn-svg-sonar-ring mn-svg-sonar-ring--2" cx="214" cy="205" r="1"/>
        <circle class="mn-svg-sonar-ring mn-svg-sonar-ring--3" cx="214" cy="205" r="1"/>

        <!-- Center dot -->
        <circle class="mn-svg-sonar-dot" cx="214" cy="205" r="3"/>

      </svg>
    </div>
  </div>
</div>

/*----------mn-home-products END ------------------------------*/

/*----------mn-home-products END ------------------------------*/


/*--------------------------------------------------------------*/
/*----------mn-home-proof (Stats / By the Numbers) ------------*/
/*--------------------------------------------------------------*/

.mn-home-proof {
  padding: 100px 52px;
  background: #1c2d44;
  border-top: 1px solid rgba(178, 218, 251, 0.06);
  border-bottom: 1px solid rgba(178, 218, 251, 0.06);
  color: #f0f6ff;
}

.mn-home-proof__inner {
  max-width: 1440px;
  margin: 0 auto;
}

.mn-home-proof *,
.mn-home-proof *::before,
.mn-home-proof *::after {
  box-sizing: border-box;
}

.mn-home-proof__header {
  max-width: 600px;
  margin-bottom: 52px;
}

.mn-home-proof__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "DM Sans", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  color: #b2dafb;
  margin-bottom: 20px;
}

.mn-home-proof__eyebrow::before {
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  background: #b2dafb;
  opacity: 0.7;
}

.mn-home-proof__title {
  margin: 0 0 16px;
  color: #f0f6ff;
  font-family: "DM Serif Display", serif;
  font-size: clamp(28px, 3.5vw, 46px);
  font-weight: 800;
  line-height: 1.13;
  letter-spacing: -0.8px;
}

.mn-home-proof__intro {
  font-family: "DM Sans", sans-serif;
  font-size: 17px;
  color: #ccdaee;
  max-width: 560px;
  line-height: 1.75;
  font-weight: 300;
  margin: 0;
}

.mn-home-proof__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  background: rgba(178, 218, 251, 0.06);
  border-radius: 12px;
  overflow: hidden;
}

.mn-home-proof__stat {
  background: #162336;
  padding: 36px 20px;
  text-align: center;
}

.mn-home-proof__stat-num {
  font-family: "DM Serif Display", serif;
  font-size: 40px;
  color: #b2dafb;
  letter-spacing: -1px;
  line-height: 1;
  margin-bottom: 10px;
}

.mn-home-proof__stat-label {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  color: #7896b8;
  line-height: 1.4;
}

@media (max-width: 900px) {
  .mn-home-proof__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .mn-home-proof {
    padding: 72px 20px;
  }

  .mn-home-proof__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .mn-home-proof__stat-num {
    font-size: 32px;
  }
}

/*----------mn-home-proof END ---------------------------------*/

/*--------------------------------------------------------------*/
/*----------mn-home-how (How the Intelligence Layer Works) ----*/
/*--------------------------------------------------------------*/

.mn-home-how {
  padding: 100px 52px;
  background: #162336;
  color: #f0f6ff;
}

.mn-home-how *,
.mn-home-how *::before,
.mn-home-how *::after {
  box-sizing: border-box;
}

.mn-home-how__inner {
  max-width: 1440px;
  margin: 0 auto;
}

.mn-home-how__header {
  max-width: 600px;
  margin-bottom: 60px;
}

.mn-home-how__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "DM Sans", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  color: #b2dafb;
  margin-bottom: 20px;
}

.mn-home-how__eyebrow::before {
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  background: #b2dafb;
  opacity: 0.7;
}

.mn-home-how__title {
  margin: 0;
  color: #f0f6ff;
  font-family: "DM Serif Display", serif;
  font-size: clamp(28px, 3.5vw, 46px);
  font-weight: 800;
  line-height: 1.13;
  letter-spacing: -0.8px;
}

.mn-home-how__steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
}

/* Connecting line between step nodes */
.mn-home-how__steps::before {
  content: "";
  position: absolute;
  top: 27px;
  left: 8%;
  right: 8%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(178, 218, 251, 0.2),
    transparent
  );
}

.mn-home-how__step {
  padding: 0 36px 0 0;
}

.mn-home-how__step:last-child {
  padding-right: 0;
}

.mn-home-how__step-num {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #243650;
  border: 1px solid rgba(53, 116, 227, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #3574e3;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}

.mn-home-how__step-title {
  font-family: "DM Serif Display", serif;
  font-size: 20px;
  color: #f0f6ff;
  margin: 0 0 12px;
  font-weight: 700;
}

.mn-home-how__step-body {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  color: #7896b8;
  line-height: 1.75;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 900px) {
  .mn-home-how__steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }

  .mn-home-how__steps::before {
    display: none;
  }

  .mn-home-how__step {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .mn-home-how {
    padding: 72px 20px;
  }

  .mn-home-how__steps {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}

/*----------mn-home-how END -----------------------------------*/


/*--------------------------------------------------------------*/
/*----------mn-home-blog (Latest Insights) --------------------*/
/*--------------------------------------------------------------*/

.mn-home-blog {
  padding: 100px 52px;
  background: #1c2d44;
  color: #f0f6ff;
}

.mn-home-blog *,
.mn-home-blog *::before,
.mn-home-blog *::after {
  box-sizing: border-box;
}

.mn-home-blog__inner {
  max-width: 1440px;
  margin: 0 auto;
}

.mn-home-blog__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 48px;
  flex-wrap: wrap;
  gap: 16px;
}

.mn-home-blog__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "DM Sans", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  color: #b2dafb;
  margin-bottom: 20px;
}

.mn-home-blog__eyebrow::before {
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  background: #b2dafb;
  opacity: 0.7;
}

.mn-home-blog__title {
  margin: 0;
  color: #f0f6ff;
  font-family: "DM Serif Display", serif;
  font-size: clamp(28px, 3.5vw, 46px);
  font-weight: 800;
  line-height: 1.13;
  letter-spacing: -0.8px;
}

.mn-home-blog__all-link {
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  color: #b2dafb;
  text-decoration: none;
  font-weight: 500;
  white-space: nowrap;
  flex-shrink: 0;
}

.mn-home-blog__all-link:hover {
  color: #f0f6ff;
  text-decoration: none;
}

.mn-home-blog__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.mn-home-blog__card {
  background: #162336;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(178, 218, 251, 0.06);
  transition: border-color 0.2s ease, transform 0.2s ease;
  text-decoration: none;
  display: block;
}

.mn-home-blog__card:hover {
  border-color: rgba(53, 116, 227, 0.25);
  transform: translateY(-3px);
  text-decoration: none;
}

.mn-home-blog__card-image {
  height: 156px;
  background: linear-gradient(135deg, #243650 0%, #162336 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "DM Serif Display", serif;
  font-size: 22px;
  font-style: italic;
  color: #7896b8;
  letter-spacing: -0.5px;
  padding: 20px;
  text-align: center;
}

.mn-home-blog__card-body {
  padding: 24px;
}

.mn-home-blog__card-tag {
  font-family: "DM Sans", sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #3574e3;
  margin-bottom: 10px;
}

.mn-home-blog__card-title {
  font-family: "DM Serif Display", serif;
  font-size: 17px;
  color: #f0f6ff;
  line-height: 1.35;
  margin: 0 0 12px;
}

.mn-home-blog__card-excerpt {
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  color: #7896b8;
  line-height: 1.65;
  margin: 0;
}

@media (max-width: 900px) {
  .mn-home-blog__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .mn-home-blog {
    padding: 72px 20px;
  }

  .mn-home-blog__grid {
    grid-template-columns: 1fr;
  }

  .mn-home-blog__header {
    flex-direction: column;
    align-items: flex-start;
  }
}

/*----------mn-home-blog END ----------------------------------*/


/*--------------------------------------------------------------*/
/*----------mn-home-cta (Footer CTA Section) ------------------*/
/*--------------------------------------------------------------*/

.mn-home-cta {
  padding: 100px 52px;
  background: #243650;
  text-align: center;
  position: relative;
  overflow: hidden;
  color: #f0f6ff;
}

.mn-home-cta *,
.mn-home-cta *::before,
.mn-home-cta *::after {
  box-sizing: border-box;
}

/* Radial glow behind CTA button */
.mn-home-cta::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 700px;
  height: 350px;
  background: radial-gradient(
    ellipse,
    rgba(53, 116, 227, 0.12) 0%,
    transparent 70%
  );
  pointer-events: none;
}

.mn-home-cta__inner {
  position: relative;
  z-index: 1;
  max-width: 680px;
  margin: 0 auto;
}

.mn-home-cta__title {
  margin: 0 0 20px;
  color: #f0f6ff;
  font-family: "DM Serif Display", serif;
  font-size: clamp(28px, 3.5vw, 46px);
  font-weight: 800;
  line-height: 1.13;
  letter-spacing: -0.8px;
}

.mn-home-cta__body {
  font-family: "DM Sans", sans-serif;
  font-size: 17px;
  color: #ccdaee;
  max-width: 460px;
  margin: 0 auto 44px;
  font-weight: 300;
  line-height: 1.7;
}

.mn-home-cta__button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #3574e3;
  color: #ffffff !important;
  padding: 16px 40px;
  border-radius: 8px;
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none !important;
  box-shadow: 0 8px 40px rgba(53, 116, 227, 0.4);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  position: relative;
  z-index: 1;
}

.mn-home-cta__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 52px rgba(53, 116, 227, 0.5);
  color: #ffffff !important;
  text-decoration: none !important;
}

.mn-home-cta__tagline {
  margin-top: 32px;
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  color: #7896b8;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .mn-home-cta {
    padding: 72px 20px;
  }

  .mn-home-cta__body {
    font-size: 15px;
  }

  .mn-home-cta__button {
    width: 100%;
    justify-content: center;
    padding: 15px 24px;
  }
}

/*----------mn-home-cta END -----------------------------------*/