        body h1 h2 h3 h4 p ul li button {
          font-family: 'Archivo', sans-serif!important;
            color: black;
        }
        
        a {color: #000!important;}
        a:hover {color: #0382fc!important;}
        .linkblue {color: #cccccc!important; text-transform:uppercase!important;}
        
        /* Navigation */ 
        .sticky.is-stuck.is-at-top {  opacity: 1!important;         
        /* top: 0; */
        margin-top: 0!important; }
        
        .drop-round {
            border-radius: 20px;
            filter: drop-shadow(0 5px 5px rgba(0,0,0,.3));
        }       
        
        .title-bar {
          padding: 2rem!important;
          background: #fff!important;
          color: #000!important;
}        
        
        .top-bar ul {background-color: #fff!important; font-family: 'Archivo', sans-serif!important;     text-transform: uppercase;
            letter-spacing: 0.8px; 
            font-size: 14px; 
            opacity: 1!important; } 
        
        .top-bar li {margin-top: 12px; }
        
        .top-bar { position: relative; z-index: 100; }
        .top-bar .menu .is-dropdown-submenu { z-index: 101; }

        /* Prevent top-level nav items from wrapping onto two lines */
        .top-bar .menu > li > a { white-space: nowrap; }
        
        /* icons */  
        
        i {font-size: 40px;}
        .small {font-size: 20px;}
        
        
        /* Buttons */        
        
        .button {border-radius: 5px!important; background-color: #FF12A0!important; color: white!important;     text-transform: uppercase; border: solid white 0px;
            letter-spacing: 2px;} 
        .button:hover {color: #fff!important; transform: translateY(-3px);}
        .secondary {color: white; border-radius: 5px; background-color: #031B41!important;}
        .success {background:#FF12A0!important; color: white!important; }
         .success:hover {transform: translateY(-3px);}
        
        .lozenge {background: #0382fc; border-radius: 40px; padding: 5px 15px 10px 15px; color: white!important; font-weight: 300!important;           
            font-family: 'Archivo', sans-serif!important;}
        
        .cta-primary {
            background: #0382fc;
            color: white;
        }

        .cta-primary:hover {
            background: #0382fc;
            color: white;
        }

        .cta-secondary {
            background: transparent;
            color: #0382fc;
            border: 2px solid #3498db;
        }

        .cta-secondary:hover {
            background: #0382fc;
            color: white;
        }
        
 
        /* Hero Banner Styles */
        .hero-banner {
            font-family: inherit;
            position: relative;
            height: 50vh;
            overflow: hidden;
            margin-top: 0px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .hero-video {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            z-index: -2;
        }

        .hero-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0);
            z-index: -1;
        }

        .hero-content {
            text-align: center;
            color: black;
            z-index: 1;
            padding: 0 2rem;
        }

        .hero-title {
            font-family: 'Archivo', sans-serif;
            font-size: 3.5rem;
            font-weight: bold;
            margin-bottom: 1rem;
        }

        .hero-subtitle {
            font-size: 3.5rem;
            margin-bottom: 1rem;
            color: white;
            background: #0382FC;
            border-radius: 30px;
        }

        .hero-cta {
            color: black;
            padding: 1rem 2rem;
            font-size: 1.1rem;
            border-radius: 5px;
            text-decoration: none;
            display: inline-block;
            transition: background 0.3s ease;
        }

        @media screen and (max-width: 768px) {
            .hero-title {
                font-size: 2.5rem;
            }
            
            .hero-subtitle {
                font-size: 1.1rem;
            }
        }

        /* Section Styles */
        .content-section {
            width: 100%;
            padding: 3rem 0;
        }

        .content-section:nth-child(even) {
            background: #f8f9fa;
        }
        
        .content-section:nth-child(odd) {
            background: #ffffff;
        }

        .section-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 1rem;
        }

        .section-title {
            font-size: 2.5rem;
            color: #2c3e50;
            margin-bottom: 1rem;
            text-align: center;
        }

        .section-subtitle {
            font-size: 1.2rem;
            color: #7f8c8d;
            text-align: center;
            margin-bottom: 3rem;
        }

        .feature-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            margin-top: 3rem;
        }

        .feature-item {
            text-align: center;
            padding: 2rem;
            background: white;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.08);
        }

        .feature-icon {
            width: 60px;
            height: 60px;
            background: #0382FC;
            border-radius: 50%;
            margin: 0 auto 1rem;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            color: white;
        } 

        /* Footer Styles */
        .footer {
            background: #0382FC;
            color: white;
            padding: 3rem 0 1rem;
            background-image: url("/images/website2025/st-background-footer-lighter.jpg");
                   background-size: cover;
            
        }

        .footer-content {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 1rem;
        }

        .footer-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 2rem;
            margin-bottom: 2rem;
        }

        .footer-section h4 {
            color: #ecf0f1;
            margin-bottom: 1rem;
        }

        .footer-section ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .footer-section ul li {
            margin-bottom: 0.5rem;
        }

        .footer-section ul li a {
            color: #fff!important;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .footer-section ul li a:hover {
            color: #ecf0f1!important;
        }

        .footer-bottom {
            text-align: center;
            padding-top: 2rem;
            border-top: 1px solid #ffffff;
            color: #ffffff;
        }
        
        

        .input-group-rounded .input-group-field {
          border-radius: 5000px 0 0 5000px;
          padding-left: 1rem;
        }

        .input-group-rounded .input-group-button .button {
          border-radius: 0 5000px 5000px 0;
          font-size: 0.8rem;
        }
        
        .boldlink {color: #0382FC!important; }
        
        
    .accordion-title {
      position: relative;
      display: block;
      padding: 1.25rem 1rem;
      border: 1px solid #e6e6e6;
      border-bottom: 0;
      font-size: 1rem!important;
      line-height: 1;
      color: #0382FC;
    }
        
    .accordion-title:focus,.accordion-title:hover {
        background-color: #F8F9FA!important;
    }
        
        
/* Use Cases */

    .container {
            max-width: 1200px;
            margin: 0 auto;
            background: rgba(255, 255, 255, 0.95);
            border-radius: 20px;
            padding: 40px;
            box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
            backdrop-filter: blur(10px);
        }
        
        .overview {
            background: #ffffff;
            padding: 30px;
            border-radius: 15px;
            margin-bottom: 50px;
            border-left: 5px solid #0382FC;
        }
        
        .overview h2 {
            color: #cccccc;
            margin-top: 0;
            font-size: 1.5rem;
        }
        
        .categories {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 20px;
            margin-bottom: 30px;
        }
        
        .category {
            background: white;
            padding: 20px;
            border-radius: 12px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
            border-top: 4px solid #0382FC;
        }
        
        .category h3 {
            margin-top: 0;
            color: #2c3e50;
            font-size: 1.2rem;
        }
        
        .category ul {
            margin: 0;
            padding-left: 20px;
        }
        
        .category li {
            margin: 8px 0;
            color: #34495e;
        }
        
        .use-case {
            background: white;
            margin: 0px 0;
            padding: 30px;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            border-left: 6px solid #0382FC;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
        .use-case:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
        }
        
        .use-case h2 {
            color: #2c3e50;
            margin-top: 0;
            font-size: 1.8rem;
            font-weight: 600;
            background: linear-gradient(135deg, #0382FC, #764ba2);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        
        .use-case h3 {
            color: #34495e;
            font-size: 1.2rem;
            margin: 20px 0 10px 0;
            font-weight: 600;
        }
        
        .challenge-tag {
            display: inline-block;
            background: #0382FC;
            color: white;
            padding: 6px 15px;
            border-radius: 20px;
            font-size: 0.9rem;
            font-weight: 500;
            margin: 10px 10px 10px 0;
        }
        
        .segment-tag {
            display: inline-block;
            background: #36d1dc;
            color: white;
            padding: 6px 15px;
            border-radius: 20px;
            font-size: 0.9rem;
            font-weight: 500;
            margin: 10px 10px 10px 0;
        }
        
        .tools-list {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            margin-top: 10px;
        }
        
        .tool-tag {
            background: #f8f9fa;
            border: 2px solid #e9ecef;
            padding: 5px 12px;
            border-radius: 15px;
            font-size: 0.85rem;
            color: #495057;
            font-weight: 500;
        }
        
        .objectives-list {
            background: #f8f9ff;
            padding: 15px;
            border-radius: 10px;
            margin: 10px 0;
        }
        
        .objectives-list ul {
            margin: 0;
            padding-left: 20px;
        }
        
        .objectives-list li {
            margin: 8px 0;
            color: #2c3e50;
        }
        
        .description {
            color: #34495e;
            line-height: 1.7;
            margin: 15px 0;
        }
        
        @media (max-width: 768px) {
            .container {
                padding: 20px;
            }
            
            h1 {
                font-size: 2rem;
            }
            
            .categories {
                grid-template-columns: 1fr;
            }
            
            .use-case {
                padding: 20px;
            }
        }
      
        /* Icon List */
        
        
    .list-container {
            max-width: 600px;
            margin: 0 auto;
        }

        .list-item {
            background: white;
            display: flex;
            align-items: center;
            padding: 16px 20px;
            margin-bottom: 12px;
            border-radius: 8px;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
            cursor: pointer;
            transition: all 0.2s ease;
        }

        .list-item:hover {
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
            transform: translateX(4px);
        }

        .icon {
            width: 40px;
            height: 40px;
            background: #0382FC;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 16px;
            flex-shrink: 0;
        }

        .icon svg {
            width: 20px;
            height: 20px;
            fill: white;
        }

        .text {
            flex: 1;
            color: #333;
            font-size: 16px;
        }

        .arrow {
            width: 24px;
            height: 24px;
            color: #999;
            flex-shrink: 0;
        }

        .arrow svg {
            width: 100%;
            height: 100%;
            fill: currentColor;
        }
        
        /* foresight journey */        
        
        
        .card-article-hover {
          box-shadow: 0px 0px 7px #888888;
            border-radius: 20px;
        }

        .card-article-hover .card-section {
          width: 90%;
          background: #fff;
          margin: 0 auto;
          padding-top: 25px;
          margin-top: -3rem;
          z-index: 2;
                border-radius: 20px !important;
        }

        .card-article-hover .card-section .article-subtext {
          text-transform: uppercase;
          letter-spacing: 2px;
          font-size: 1rem;
           color: #0382FC;
        }

        .card-article-hover .card-section .article-title {
          font-weight: bold;
          font-size: 1.2rem;
          color: #000;
        }

        .card-article-hover .card-section .article-desc {
          font-size: 1rem;
        }

        .card-article-hover .card-divider {
            
          background: #fff;
        }

        .card-article-hover .card-divider .author {
          text-transform: uppercase;
          letter-spacing: 2px;
          color: #2daebf;
            padding-left: 20px;
        }

        .card-article-hover .hover-border {
          height: 10px;
          width: 450px;
          background: #0382FC;
          width: 0;
          transition: width 1s ease;
        }

        .card-article-hover:hover .hover-border {
          height: 10px;
          width: 450px;
          transition: width 1s ease;
        }

        .card-article-hover .author {
          color: navy;
        }

        .card-article-hover .avatar {
          border-radius: 50%;
          margin: 0 1rem;
        }

        .card-article-hover .meta-data {
          text-transform: uppercase;
        }
        
        .card {border-radius: 20px!important;}

          .brighten {
            position: relative;
            display: inline-block;
          }

          .brighten img {
            display: block;
            width: 100%;
            height: auto;
          }

          .brighten::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(255, 255, 255, 0.25); /* Light overlay */
            mix-blend-mode: screen; /* Makes colours pop */
            pointer-events: none;
          }
        .menu .button, .menu a {
                          text-transform: uppercase;
                      font-size: 14px;
                      letter-spacing: 1px!important;
          }

          .menu .is-active>a {
              background: #fff!important;
              color: #000!important;
             font-family: 'Archivo', sans-serif!important;padding-top: 20px; 
              letter-spacing: 1px!important;
              font-size: 14px;
          }

          .menu {
             font-family: 'Archivo', sans-serif!important;
          }
        
        .menu-icon {
            color: black!important;
            position: relative;
            display: inline-block;
            vertical-align: middle;
            width: 30px!important;
            height: 26px!important;
            cursor: pointer;
        }
        
        .menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: black!important;
    -webkit-box-shadow: 0 7px 0 black, 0 14px 0 black;
    box-shadow: 0 7px 0 black, 0 14px 0 black;
    content: '';
}
        
            .reveal {
      
        max-width: 75rem;
                border-radius: 20px;
    }


.flash-success {
  border-color: #00ff00 !important;
     background-color: #fff !important;
}

.flash-success strong, .flash-success a, .flash-success .close-button   {
  /* text-shadow: 1px 1px 1px rgba(150, 150, 150, 1); */
  color: #019905 !important;
}

.flash-error {
  border-color: #D21743 !important; background-color: #fff !important;
}


.flash-error strong, .flash-error a, .flash-error .close-button {
  /* text-shadow: 1px 1px 1px rgba(150, 150, 150, 1); */
  color: #9c1132 !important;
}

.flash-flashalert {
  border-color: #D21743 !important;
}

.flash-flashalert strong, .flash-flashalert a, .flash-flashalert .close-button {
  /* text-shadow: 1px 1px 1px rgba(150, 150, 150, 1); */
  color: #9c1132 !important;
}

/* Process Flow */
.process-flow {
    text-align: center;
    margin: 1rem 0 0;
}

.process-flow-labels {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.process-label {
    background: #0382FC;
    color: white;
    padding: 0.5rem 1.2rem;
    border-radius: 30px;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.process-arrow {
    color: #0382FC;
    font-size: 1.5rem;
    font-weight: bold;
}

@media (max-width: 768px) {
    .process-flow-labels {
        gap: 0.3rem;
    }
    .process-label {
        font-size: 0.8rem;
        padding: 0.4rem 0.8rem;
    }
    .process-arrow {
        font-size: 1rem;
    }
}

/* Process Steps */
.process-step {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    height: 100%;
    border-top: 4px solid #0382FC;
}

.process-step-number {
    width: 40px;
    height: 40px;
    background: #0382FC;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.process-step h4 {
    color: #2c3e50;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.process-step p {
    color: #555;
    line-height: 1.6;
}

/* Why ST List */
ul.why-st-list,
.why-st-list {
    list-style: none !important;
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
    margin-left: 0 !important;
}

ul.why-st-list li,
.why-st-list li {
    display: flex;
    align-items: flex-start;
    padding: 0.75rem 0;
    font-size: 1.05rem;
    line-height: 1.5;
    border-bottom: 1px solid #eee;
    list-style: none !important;
    list-style-type: none !important;
}

.why-st-list li:last-child {
    border-bottom: none;
}

.why-st-list li i {
    font-size: 20px;
    margin-top: 3px;
    flex-shrink: 0;
}

/* Page Hero / Masthead */
.page-hero {
    background-color: #031B40;
    color: #ffffff;
    padding: 2rem 2rem;
    border: none;
    margin-bottom: 0 !important;
}

.callout.page-hero {
    margin: 0 !important;
}

.page-hero + .content-section,
.page-hero + section {
    padding-top: 3rem;
}

.page-hero h1,
.page-hero h2,
.page-hero p {
    color: #ffffff;
}

/* Section Backgrounds */
.bg-white { background: #ffffff !important; }
.bg-light { background: #f8f9fa !important; }
.bg-dark { background-color: #031B41 !important; color: #ffffff !important; }
.bg-dark h2, .bg-dark h3, .bg-dark p { color: #ffffff; }
.bg-dark .section-subtitle { color: #ffffff; }
.bg-dark .muted { color: #cccccc; }

/* Text utilities */
.text-muted-light { color: #cccccc; }
.text-large { font-size: 1.15rem; }
.text-lead { font-size: 1.1rem; }
.text-emphasis { font-size: 1.2rem; font-weight: 600; }

/* Table styling */
.st-table {
    margin: 2rem 0;
    width: 100%;
    border-collapse: collapse;
}

.st-table thead tr {
    background: #031B40;
}

.st-table th {
    padding: 12px;
    color: white;
}

.st-table td {
    padding: 10px;
}

.st-table tr:nth-child(even) {
    background: #f8f9fa;
}

/* Question cards grid */
.question-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
    margin-top: 1.5rem;
}

.question-card {
    background: white;
    padding: 1.2rem;
    text-align: left;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
}

.question-card:hover {
    transform: translateY(-5px);
}

.question-card p {
    margin: 0;
}

/* Comparison cards */
.comparison-cards {
    margin: 2rem 0;
}

/* Icon color utility */
.icon-blue {
    color: #0382FC;
    margin-right: 10px;
}

/* Methodology Page */
.method-stage-badge {
    position: sticky;
    top: 100px;
    text-align: center;
    padding: 1.5rem 0;
}

.method-number {
    width: 60px;
    height: 60px;
    font-size: 1.8rem;
    margin: 0 auto 1rem;
}

.method-stage-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 0.3rem;
}

.method-stage-subtitle {
    color: #7f8c8d;
    font-size: 0.95rem;
    font-style: italic;
}

.method-filter-card {
    height: 100%;
}

.method-filter-title {
    color: #0382FC;
    font-weight: 700;
}

.method-signal-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 1rem 0 1.5rem;
}

.method-judge-card {
    padding: 1.2rem;
    border-radius: 10px;
    height: 100%;
    text-align: center;
}

.method-judge-card h5 {
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.method-judge-decide {
    background: #e8f5e9;
    border-top: 4px solid #4caf50;
}

.method-judge-prepare {
    background: #fff3e0;
    border-top: 4px solid #ff9800;
}

.method-judge-monitor {
    background: #e3f2fd;
    border-top: 4px solid #2196f3;
}

.method-judge-constraint {
    background: #fce4ec;
    border-top: 4px solid #e91e63;
}

.method-brief-card {
    text-align: center;
    padding: 1.5rem 1rem;
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    height: 100%;
}

.method-brief-card h5 {
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.method-brief-card p {
    font-size: 0.9rem;
    color: #555;
}

/* Process flow links */
.process-flow-labels a.process-label {
    color: white !important;
    text-decoration: none;
}

.process-flow-labels a.process-label:hover {
    background: #FF12A0;
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .method-stage-badge {
        position: static;
        text-align: left;
        padding: 0 0 1rem;
    }
    
    .method-number {
        margin: 0 0 0.5rem;
    }
}

/* =====================================================================
   ST Tile — compact, on-brand card (white + #0382FC accent)
   Reusable across homepage, themes, audiences.
   ===================================================================== */
.st-tile {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 0.85rem;
    height: 100%;
    padding: 1rem 1.1rem;
    background: #ffffff;
    border-radius: 8px;
    border-top: 3px solid #0382FC;
    box-shadow: 0 2px 6px rgba(3, 27, 65, 0.06);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
    text-decoration: none !important;
    color: inherit !important;
}
.st-tile:hover,
.st-tile:focus {
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(3, 27, 65, 0.12);
    border-top-color: #FF12A0;
    outline: none;
    color: inherit !important;
}
.st-tile .st-tile-icon {
    flex: 0 0 auto;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #0382FC;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}
.st-tile:hover .st-tile-icon { background: #FF12A0; }
.st-tile .st-tile-icon svg { fill: #ffffff; width: 18px; height: 18px; }
.st-tile .st-tile-icon i { color: #ffffff !important; font-size: 1.05rem; line-height: 1; }
.st-tile .st-tile-body { flex: 1 1 auto; min-width: 0; }
.st-tile h3,
.st-tile h4,
.st-tile h5 {
    color: #031B41 !important;
    font-size: 0.98rem;
    line-height: 1.25;
    margin: 0 0 0.25rem;
    font-weight: 600;
}
.st-tile p {
    color: #5b6a86 !important;
    font-size: 0.85rem;
    line-height: 1.45;
    margin: 0;
}
.st-tile .st-tile-cta {
    margin-top: 0.5rem;
    display: inline-block;
    font-size: 0.72rem;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #0382FC;
    font-weight: 600;
}

/* Optional solid variants — only when a stronger emphasis is needed */
.st-tile.t-solid {
    background: #031B41;
    border-top-color: #0382FC;
}
.st-tile.t-solid h3, .st-tile.t-solid h4, .st-tile.t-solid h5 { color: #ffffff !important; }
.st-tile.t-solid p { color: rgba(255,255,255,0.85) !important; }

@media (max-width: 39.9375em) {
    .st-tile { padding: 0.85rem 0.95rem; gap: 0.7rem; }
    .st-tile .st-tile-icon { width: 32px; height: 32px; }
}



