* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'work sans', -apple-system, BlinkMacSystemFont,  sans-serif;
    line-height: 1.6;
}

/* Header */
header {
    background: transparent;
    padding: 14px 0;
    -- position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    transition: all 0.3s ease;
}

header.scrolled {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.header-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.logo {
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #f3c811;
    position:relative;
}

.logo-scroll {
    display: none;
    color: #999;
}

.powered_by {
    font-size: 0.7rem;
    color: #555;
    margin-top: 0.2rem;
    font-weight: 400;
    display: block;
    position:absolute;
    bottom:-5px;
    -- left:33px;
    left:0px;
    white-space: nowrap;
}
.powered_by .ys { font-weight:600}


nav ul {
    display: flex;
    list-style: none;
    gap: 30px;
    position: relative;
}

nav li {
    position: relative;
}

nav a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    transition: color 0.3s;
    display: flex;
    align-items: center;
    gap: 5px;
}

nav a:hover {
    color: #f3c811;
}

/* Dropdown arrow */
.dropdown-arrow {
    font-size: 12px;
    transition: transform 0.3s;
}

nav li:hover .dropdown-arrow {
    transform: rotate(180deg);
}

/* Dropdown menu */
.dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    border-radius: 6px;
    padding: 12px 0;
    min-width: 280px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
}

nav li:hover .dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    color: #333;
    font-weight: 400;
    transition: background 0.2s;
}

.dropdown a:hover {
    background: #f8f9fa;
    color: #f3c811;
}

.flag-icon {
    width: 16px;
    height: 12px;
    display: inline-block;
    margin-right: 8px;
    border-radius: 2px;
    background-size: cover;
    background-position: center;
}

/*
.flag-en {
    background-image: url("data:image/svg+xml;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAUCAYAAACaq43EAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpBMjExNEYyMDE3OEExMUUyQTcxNDlDNEFCRkNENzc2NiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpBMjExNEYyMTE3OEExMUUyQTcxNDlDNEFCRkNENzc2NiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkEyMTE0RjFFMTc4QTExRTJBNzE0OUM0QUJGQ0Q3NzY2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkEyMTE0RjFGMTc4QTExRTJBNzE0OUM0QUJGQ0Q3NzY2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+EXnauAAABW1JREFUeNrEVm1QVGUUfu7dXZBYvuRj1yATNT5FxCClTNLUFNBJrfxRZjOKkVLqGA2okGGDhA44ToqT1pigA9qAhkho4kiCqRhgCKwBg5IiLCDs8rEid0/vvVfWGD/K/nR27u7Ofc85z/Oe9znnXi52S4Eh49sy9DS1AE6OgJsdYDYDhOFWr8fi+Ej8kByBuoDX0FOtA6dUwVrrignNlxG1vQT7Yg8B492Gx3HsUvBAmxHoNEAdFoyYqDAoUzeF2322djbS0k9h53el6NXdAEY6Aa6PIfBvTQTkGaBeBOxmgCFYFz0Dy5z0GJe7FbzxdAlc1CokJ4SjoSoRsQkLoXawAXTNLKhHZss9JaAY085idbdgN9EbcQfWo2JTIJLOpoCbOw0VR8+BvzUrDFe8X4Th5Blo7K2RmjQfjZWJiE9aBHtnW5lAe69IH9wTCMhrDLCD+epuwiHIFwmHGGCcH5LPpYCfHYrKY2VwPJyHoNYGoKXwNAlvRVItK2qVTzAZi0toyNqNAxT7eT6px2xkBQ+nsI+OSPdrJ4TRJWipXPkc/e4xWbq3OKGI+USSOmwPxX1fQ01nLhB9+AHVs7y/uXpSR3auJa+JXYB/Gi1LKaXiXTlUExRKvzDHinGB1L430+LYqjfS8k8yacmmEyQMCg8BCwN3KSqthN5dtZ+u7s4iYekS+kPMM8qL2nPyLHkq6jto6apDBJuPCVOXHSSvyH0UnVVPOrbYf7Gc6uYtpLqIt6kzt4AeZdV+IrCGyhUeVOkeRGbpw6zpGvVGR1PtjHl0p/DnYTFX20y08ouT5D13D730/kHiSNo2s/4+GE1m2DmpLec2qO8Ap1KxtlGAFwWj4iEYTagJjcTdaw1SOyldRsL31+Ow0joDBna+Ls6WeBIEUL9J+t9nuge1rTVgYyNromb8VBqSI+MNQSBwCgXTCSe3khhMw3vK3Nsnt9p9VfG2z7Af5q9UyqoW/QeFYZ2oUDA/jsdQfyp7G5ufukWVjg7si5dzMJB7f7Y8RO6fjMf/ZEqbMR4PGpGxFszDmXPi9JGalKTyihuTSi08KLXKYxT+3uTc0NSCnJNYHM+OjruPIflYxMUSm7qMsGJCkhZUSnDW1g8YiGAsl8BEUsvEZRoSlysTV1k+E5eLRMZsloFEwrza1hJ+19gHazsrca/yjhfFF+B2UycCfLWIWfkqArQjLM791XW4uXUbnNlIdYpbC3j6QGEjKYXxNMsCEzU1ij0YrKyGnV33ybPQ7z8gbg2jN3wKvb8f0nOv43xeKVw1avB5KbkYYerFmzPHW0CNpRdRHTwDTQG+eL6tAb0+gVifcRkrvipmIjdLupIQWekUolJZ0dZ8XYaYuBx0G+X2cZg1BXYhITCeKcWlCf4whM7E67fK4f6CB37MY3OyubXH0uTGkjK6Mmka1bBUg/PfoJajJyg9V0djlxxmx7GQQpdnP3ZkLogvZD7zyNk7kRKTC6mzX7Dk7TpeRJWeE6VpZn7vHbp+oph4Dzdb9F24jOrJ03F9+svwfXYE3PILsSc6A1Myu7Bu0Q405rNBCi3cNXaPValGfKBgDDpuG5C04TDGTtyML7efgmGA4BAxB4GNVXA5Voiqs9Uwhc8ELwI2TQ2G32hbaAqKsGvFboRkGRATsQ03fjoPeLkC7k6S+J7Uq/IaO3M3e8B7NLraepAQmw3PgM1gFUD3gBmOC+Zi0o2r0OQXQemjscKd3HxkWPkjPfMSGrLT2FhTyYBSrqd8ExAJsOknvclo7NHZasCWjUew+8AFrF3xCtasmQ2HyDlQ7lr9jXFnVjkac1IZIJO6l9t/A3wUAbpPQGuPjpZuqQI79p7D6qhp+EuAAQB9e+n65ZcRTgAAAABJRU5ErkJggg==");
}
.flag-fr { background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjUuMzMiIGhlaWdodD0iMTIiIGZpbGw9IiMwMDIzOTUiLz4KPHJlY3QgeD0iNS4zMyIgd2lkdGg9IjUuMzQiIGhlaWdodD0iMTIiIGZpbGw9IndoaXRlIi8+CjxyZWN0IHg9IjEwLjY3IiB3aWR0aD0iNS4zMyIgaGVpZ2h0PSIxMiIgZmlsbD0iI0VEMjkzOSIvPgo8L3N2Zz4='); }
.flag-de { background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjE2IiBoZWlnaHQ9IjQiIGZpbGw9ImJsYWNrIi8+CjxyZWN0IHk9IjQiIHdpZHRoPSIxNiIgaGVpZ2h0PSI0IiBmaWxsPSIjREQwMDJEIi8+CjxyZWN0IHk9IjgiIHdpZHRoPSIxNiIgaGVpZ2h0PSI0IiBmaWxsPSIjRkZDRTAwIi8+Cjwvc3ZnPg=='); }
.flag-es { background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjE2IiBoZWlnaHQ9IjMiIGZpbGw9IiNBQTAwMDAiLz4KPHJlY3QgeT0iMyIgd2lkdGg9IjE2IiBoZWlnaHQ9IjYiIGZpbGw9IiNGRkM0MDAiLz4KPHJlY3QgeT0iOSIgd2lkdGg9IjE2IiBoZWlnaHQ9IjMiIGZpbGw9IiNBQTAwMDAiLz4KPC9zdmc+'); }
.flag-nl { background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjE2IiBoZWlnaHQ9IjQiIGZpbGw9IiNBRTFFMzEiLz4KPHJlY3QgeT0iNCIgd2lkdGg9IjE2IiBoZWlnaHQ9IjQiIGZpbGw9IndoaXRlIi8+CjxyZWN0IHk9IjgiIHdpZHRoPSIxNiIgaGVpZ2h0PSI0IiBmaWxsPSIjMjE0NjhCIi8+Cjwvc3ZnPg=='); }
.flag-sv {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjE2IiBoZWlnaHQ9IjEyIiBmaWxsPSIjMDA2QUE3Ii8+CjxyZWN0IHg9IjUiIHdpZHRoPSIyIiBoZWlnaHQ9IjEyIiBmaWxsPSIjRkVDQzAwIi8+CjxyZWN0IHk9IjUiIHdpZHRoPSIxNiIgaGVpZ2h0PSIyIiBmaWxsPSIjRkVDQzAwIi8+Cjwvc3ZnPg==');
}*/
.dropdown-icon {
    font-size: 16px;
    width: 20px;
}

.cta-buttons {
    display: flex;
    gap: 15px;
}

.btn {
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 500;
    transition: all 0.3s;
    border: none;
    cursor: pointer;
}

.btn-primary {
    background: #17a2b8;
    color: white;
}

.btn-primary:hover {
    background: #138496;
}

.btn-secondary {
    background: transparent;
    color: #333;
    border: 1px solid #ddd;
}

.btn-secondary:hover {
    background: #f8f9fa;
}

.btn-register {
    background: #f3c811;
    color: white;
}

.btn-register:hover {
    background: #e2b500;
}

/* Hero Section */
.hero {
    background: none; /* Remove the old gradient background */
    position: relative;
    overflow: hidden;
    min-height: 80vh;
    display: flex;
    align-items: center;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
            linear-gradient(rgba(243, 200, 17, 0.45), rgba(226, 181, 0, 0.85)),
            url('images/tl/hero-bg.jpg') no-repeat center center;
    background-size: cover;
    background-position: center right;
    opacity: 1; /* Fully visible */
    z-index: 0;
    filter: blur(0.5px);
}

/* Optional: edge fade on very wide screens */
.hero::before,
.hero::after {
    content: '';
    position: absolute;
    top: 0;
    width: 10%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.hero::before {
    left: 0;
    background: linear-gradient(to right, #f3c811 0%, transparent 100%);
}

.hero::after {
    right: 0;
    background: linear-gradient(to left, #f3c811 0%, transparent 100%);
}


.hero-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;

    gap: 50px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.hero-content h1 {
    font-size: 3.2rem;
    font-weight: 500;
    color: #333;
    -- margin-bottom: 30px;
    line-height: 1em;
    -- min-height: calc(1.2em * 3);
    min-height: 0;
    margin-bottom: 30px;
}

.hero-content .highlight {
    color: #333;
}

.hero-content p {
    font-size: 1.2rem;
    color: #555;
    margin-bottom: 40px;
}

.hero-buttons {
    display: flex;
    gap: 20px;
}
.hero-asterix { opacity: .4; font-size: .5em;
    vertical-align: top;
}
.hero-footnote {
    font-size: 0.60em;
    opacity: 0.75;
    margin-top: 2em;
    max-width: 600px;
    line-height: 1.3;
    color:#333;
}


.btn-hero {
    display: inline-block;      /* ensure anchors behave like buttons */
    text-decoration: none;      /* remove underline from links */
    border: none;               /* reset border */



    padding: 15px 30px;
    margin:0px;
    font-size: 17px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s;
    cursor: pointer;
    line-height:1.2;
}

.btn-white {
    background: white;
    color: #333;
    border: none;
}

.btn-white:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.btn-teal {
    background: #17a2b8;
    color: white;
    border: none;
}

.btn-teal:hover {
    background: #138496;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.hero-image {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    max-width: 500px;
    width: 100%;
    margin-top:40px;
}

.hero-mockup {
    width: 100%;
    max-width: 400px;
    max-height: 500px;
    border-radius: 24px;
    overflow: hidden;
    -- box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    position: relative;


}

.image-container {
    padding: 12px;
    -- background: white;
    border-left: 1px solid #f3c811;
    border-top: 1px solid #f3c811;
    background: linear-gradient(145deg, #ffffff, #ddd);
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(243, 200, 17, 0.35);
    display: inline-block;
}

.triage-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 24px;
    max-width:300px;
    max-height:400px;
}

/* Typing Animation */
.typed-cursor {
    font-weight: 100;
    color: #333;
    animation: blink 1s infinite;
}

@keyframes blink {
    0%, 50% { opacity: 1; }
    51%, 100% { opacity: 0; }
}


/* general text content section */
.general-text {
    background: #f8f9fa;
    padding: 40px 0;
}

.general-text-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: left;
}


/* Partners Section */
.partners {
    background: #f8f9fa;
    padding: 40px 0;
}

.partners-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.partner-logo {
    opacity: 0.6;
    transition: opacity 0.3s;
    font-size: 0.9rem;
    color: #666;
    text-align: center;
}

.partner-logo:hover {
    opacity: 1;
}

/* TriageLink Flow Section */
.triagelink-flow {
    padding: 80px 0 30px 0;
    background: white;
}

.flow-section-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.flow-section-title {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 20px;
}

.flow-section-subtitle {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 60px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.flow-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    padding: 40px 20px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    position: relative;
    max-width: 500px;
    margin: 0 auto;
    border: 1px solid #e9ecef;
}

.step {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    padding: 20px;
    margin: 8px 0;
    width: 70%;
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
    z-index: 2;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}
.step:after{  content: "ℹ️ hover for more";
    position: absolute;
    top: -20px;
    right: -8px;
    font-size: 11px;
    opacity: 0.3;
    font-style: italic
}
.step.step-green:after {
     content: none !important;
 }
.step-green { border: 2px solid #52c234; width: 80%; }



.app-availability-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 12px 24px;
    border-radius: 50px;
    margin: 20px 0;
    font-size: 16px;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

.badge-icon {
    font-size: 24px;
}
.badge-text {
 line-height: 18px;
}
.badge-text strong {
    font-weight: 600;
}

.app-availability-badge a.mobile-app-link { color:#f3c811; font-weight: 600 !important;}

.hint-icon {
    font-size: 13px;
    margin-right: 4px;
}

.hint-text {
    font-size: 10px;
    color: #666;
}

.step:hover {
    background: linear-gradient(135deg, #f0f8ff 0%, #e3f2fd 100%);
    border-color: #17a2b8;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(23, 162, 184, 0.15);
}


.step h3 {
    margin: 12px 0 8px;
    font-size: 18px;
    color: #003366;
    font-weight: 600;
}

.step p {
    margin: 0;
    font-size: 14px;
    color: #555;
    line-height: 1.4;
}

.triagelink-box-group {
    position: absolute;
    top: 240px;
    left: 15px;
    right: 15px;
    bottom: 240px;
    border: 4px dashed #f3c811;
    border-radius: 16px;
    z-index: 1;
    opacity: 0.7;
    background:#fff3bb;
    margin-top: 25px;
    margin-bottom: 30px;
}

.triagelink-box-group::before {
    content: "TriageLink System";
    position: absolute;
    top: -5px;
    left: -4px;
    background: #f3c811;
    color: #000;
    padding: 5px 15px;
    border-radius: 15px 15px 15px 0px;

    font-size: 12px;
    font-weight: 600;
}

.tooltip {
    display: none;
    position: fixed;
    background: #fff;
    color: #333;
    padding: 15px;
    border: 2px solid #17a2b8;
    border-radius: 8px;
    font-size: 14px;
    max-width: 280px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    text-align: left;
    z-index: 9999;
    pointer-events: none;
    line-height: 1.4;

}

.tooltip strong {
    color: #17a2b8;
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}

/* Add a small arrow to tooltip */
.tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 8px solid transparent;
    border-top-color: #17a2b8;
}

.tooltip.tooltip-bottom::after {
    top: -16px;
    border-top-color: transparent;
    border-bottom-color: #17a2b8;
}

.tooltip img {
    width: 100%;
    border-radius: 6px;
    margin-bottom: 10px;
}

.step-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin: 0 auto 15px;
    background: linear-gradient(135deg, #f3c811 0%, #ef9218 100%);
    color: white;
}
.step-icon-green {
    background: linear-gradient(135deg, #55cd80 0%, #0bb247 100%);
}

.arrow {
    font-size: 50px;
    margin: 8px 0;
    color: #ef9218;
    user-select: none;
    z-index: 2;
    line-height: 20px;
    opacity: 0.8;
}
.first-arrow { line-height: 60px; margin-top: 0px;}
.last-arrow { line-height: 30px; margin-top: 20px;}




.site-footer {
    background: #222; /* dark, consistent with your design */
    color: #fff;
    padding: 40px 20px 20px;
    text-align: center;
    font-size: 14px;
}

.footer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.footer-branding {
    position:relative;

}
.footer-branding img {
    max-width:100px

}
.foot-poweredby {
    position:absolute;
    width:200px;
    font-size: 8px;
    text-align:left;
    bottom:-7px;

}

.footer-links {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.footer-links a {
    color: #f9f9f9;
    text-decoration: none;
    font-size: 14px;
}

.footer-links a:hover {
    text-decoration: underline;
}

.footer-bottom {
    margin-top: 20px;
    font-size: 12px;
    opacity: 0.7;
}

.triagelink-cta {
    background: #fff;
    text-align: center;
    padding: 3rem 2rem;
    border-top: 2px solid #f2f2f2;
    margin-top: 3rem;
}

.triagelink-cta h2 {
    font-size: 2rem;
    color: #222;
    margin-bottom: 0.5rem;
}

.triagelink-cta p {
    font-size: 1.125rem;
    color: #666;
    margin-bottom: 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cta-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
}

.cta-primary,
.cta-secondary {
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-weight: bold;
    text-decoration: none;
    transition: background-color 0.3s ease;
    font-size: 1rem;
}

.cta-primary {
    background-color: #00a9cc; /* TriageLink blue */
    color: #fff;
}

.cta-primary:hover {
    background-color: #008bad;
}

.cta-secondary {
    background-color: #f7f7f7;
    color: #333;
    border: 1px solid #ccc;
}

.cta-secondary:hover {
    background-color: #eaeaea;
}

.feat-popup-img {
    margin-top:20px;
    margin-bottom:0px;
    padding-bottom:0px;
    text-align: center;
}

.feat-popup-caption {
    margin-top: 0px; /* Optional spacing */
    font-size: 14px;  /* Adjust as needed */
    color: #666;      /* Match your design */
}

section.features {
    padding: 3rem 2rem;
    border-top: 2px solid #f2f2f2;
    margin-top: 3rem;
}

.features-title {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}

.features-grid {
    /* display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    justify-items: center;
    max-width: 960px;
    margin: auto; */

    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    justify-items: center;
    max-width: 1100px;
    margin: auto;
    padding: 0 20px;
}

.feature-item {
    -- width: 260px;
    background: #fafafa;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
    text-align: center;
    transition: transform 0.2s;
}

.feature-item:hover {
    transform: translateY(-5px);

}
.feature-item:hover .feature-icon{
    color:#ffe993;

}

.icon-wrapper {
    -- background-color: #fff9db;
    background: linear-gradient(135deg, #f3c811 0%, #ef9218 100%);
    border-radius: 50%;
    padding: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    margin-bottom: 16px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.feature-icon {
    font-size: 28px;
    color: #ffde59;
}

.feature-title {
    font-size: 16px;
    font-weight: 600;
    color: #003366;
    margin-bottom: 8px;
}

.tick-icon {
    color: #28a745;
    font-size: 14px;
    -- margin-left: 6px;
    margin-left: 0px;
    vertical-align: middle;
}

.feature-description {
    font-size: 14px;
    color: #444;
}

.final-center {
    grid-column: 2 / 3;  /* Centers it in the second column */
}


.trusted-partners {
    background: #f9f9f9;
    padding: 60px 20px;
    text-align: center;
}

.trusted-container {
    max-width: 1200px;
    margin: auto;
}

.trusted-partners h2 {
    font-size: 24px;
    font-weight: 600;
    margin: 40px 0 20px;
    color: #003366;
}

.logo-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px; /* spacing between logos */
    margin-bottom: 40px;
}



.logo-item {
    position: relative;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    flex: 0 1 auto;
    cursor: pointer;
}


.logo-item img {
    max-height: 100%;   /* fill available height */
    max-width: 180px;   /* optional cap to stop super wide logos */
    object-fit: contain;
    display: block;
    filter: grayscale(100%) opacity(0.8);
    transition: all 0.3s ease;
}

.logo-item:hover img {
    filter: none; /* full color */
    transform: scale(1.05);
}

.logo-item::after {
    content: attr(data-name); /* pull name from HTML attribute */
    position: absolute;
    bottom: -28px; /* adjust placement */
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0,0,0,0.75);
    color: #fff;
    font-size: 13px;
    padding: 4px 8px;
    border-radius: 4px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s;
}

.logo-item:hover::after {
    opacity: 1;
}

h2.awards-heading {
    padding-top:30px;
}


/* Form highlight when user clicks CTA */
#lead-form {
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

#lead-form.form-highlighted {
    box-shadow: 0 0 0 4px rgba(243, 200, 17, 0.3), 0 10px 40px rgba(0,0,0,.12) !important;
    transform: scale(1.01);
}

@media (prefers-reduced-motion: reduce) {
    #lead-form {
        transition: none;
    }
}

/* Responsive */
@media (max-width: 768px) {
    html, body { overflow-x: clip; }
    .hero-image {
        max-width: 100%;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .hero-container {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .hero-content h1 {
        font-size: 2.5rem;
        margin-top:40px;
    }

    .hero-buttons {
        justify-content: center;
    }

    nav ul {
        display: none;
    }

    .flow-container {
        max-width: 350px;
        padding: 30px 15px;
    }

    .step {
        width: 85%;
        padding: 15px;
    }

    .triagelink-box-group {
        left: 10px;
        right: 10px;
    }


    .feature-item {
        grid-template-columns: 1fr;
    }
    .final-center {
        grid-column: auto;
    }
}