/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-m980scxrh1] {
    min-height: 100vh;
}

main[b-m980scxrh1] {
    display: block;
}
/* /Components/Pages/Contact.razor.rz.scp.css */
[b-xm8k4krpt8] .container {
    width: min(1120px, 100% - 2rem);
    margin: 0 auto;
}

.contact-hero[b-xm8k4krpt8] {
    background: radial-gradient(circle at bottom left, rgba(61, 90, 128, 0.95) 0%, rgba(10, 31, 71, 1) 58%, rgba(10, 31, 71, 0.88) 100%);
    color: #fff;
    padding: 2.5rem 0 2rem;
    border-radius: 3px 4px;
}

.contact-hero-inner[b-xm8k4krpt8] {
    text-align: center;
    max-width: 760px;
}

.contact-hero h1[b-xm8k4krpt8] {
    margin: 0;
    font-size: clamp(2rem, 5vw, 3rem);
}

.lede[b-xm8k4krpt8] {
    margin: 0.9rem auto 0;
    max-width: 44rem;
    color: #e9f2ff;
    font-size: 1.05rem;
    line-height: 1.6;
}

.eyebrow[b-xm8k4krpt8] {
    display: inline-block;
    font-size: 0.72rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 999px;
    padding: 0.3rem 0.7rem;
    margin-bottom: 1rem;
}

.section[b-xm8k4krpt8] {
    padding: 1.2rem 0 0;
}

.contact-grid[b-xm8k4krpt8] {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(260px, 0.7fr);
    gap: 1rem;
    align-items: start;
    max-width: 1040px;
    margin: 0 auto;
}

@media (max-width: 900px) {
    .contact-grid[b-xm8k4krpt8] {
        grid-template-columns: 1fr;
    }
}

.block-header[b-xm8k4krpt8] {
    margin-bottom: 1.25rem;
}

    .block-header h2[b-xm8k4krpt8] {
        margin: 0 0 0.25rem;
        color: #003a70;
        font-size: 1.6rem;
    }

.muted[b-xm8k4krpt8] {
    color: #5a6473;
}

.small[b-xm8k4krpt8] {
    font-size: 0.9rem;
}

.contact-form-wrap[b-xm8k4krpt8] {
    background: #fff;
    border: 1px solid #e3e7ee;
    border-radius: 14px;
    padding: 1.25rem;
    box-shadow: 0 4px 16px rgba(15, 30, 60, 0.06);
}

.contact-form .form-row[b-xm8k4krpt8] {
    display: grid;
    gap: 1rem;
}

.contact-form .two-col[b-xm8k4krpt8] {
    grid-template-columns: 1fr 1fr;
}

@media (max-width: 600px) {
    .contact-form .two-col[b-xm8k4krpt8] {
        grid-template-columns: 1fr;
    }
}

.contact-form .field[b-xm8k4krpt8] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    margin-bottom: 1rem;
}

.contact-form label[b-xm8k4krpt8] {
    font-weight: 600;
    font-size: 0.9rem;
    color: #2a3447;
}

.optional[b-xm8k4krpt8] {
    color: #8a93a4;
    font-weight: 400;
    font-size: 0.8rem;
}

.input[b-xm8k4krpt8] {
    width: 100%;
    padding: 0.65rem 0.85rem;
    border: 1px solid #cfd6e2;
    border-radius: 8px;
    font: inherit;
    color: #1a2433;
    background: #fdfdff;
    transition: border-color 0.15s, box-shadow 0.15s;
}

    .input:focus[b-xm8k4krpt8] {
        outline: none;
        border-color: #0072ce;
        box-shadow: 0 0 0 3px rgba(0, 114, 206, 0.18);
    }

textarea.input[b-xm8k4krpt8] {
    resize: vertical;
    min-height: 140px;
}

.form-actions[b-xm8k4krpt8] {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 0.5rem;
}

.btn[b-xm8k4krpt8] {
    display: inline-block;
    padding: 0.7rem 1.4rem;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    border: 0;
    cursor: pointer;
    transition: transform 0.1s, background 0.15s, opacity 0.15s;
}

.btn-primary[b-xm8k4krpt8] {
    background: #00549A;
    color: #fff;
    box-shadow: 0 6px 14px rgba(0, 84, 154, 0.28);
}

    .btn-primary:hover[b-xm8k4krpt8] {
        background: #0A1F47;
        transform: translateY(-1px);
    }

.contact-aside[b-xm8k4krpt8] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.info-card[b-xm8k4krpt8] {
    background: #fff;
    border: 1px solid #e3e7ee;
    border-radius: 14px;
    padding: 1.25rem;
    box-shadow: 0 4px 14px rgba(15, 30, 60, 0.04);
}

    .info-card h3[b-xm8k4krpt8] {
        margin: 0 0 0.35rem;
        color: #003a70;
        font-size: 1.15rem;
    }

    .info-card.emergency[b-xm8k4krpt8] {
        background: #f7f7f7;
        border-color: #d9e0e8;
    }

        .info-card.emergency h3[b-xm8k4krpt8] {
            color: #003a70;
        }

.info-list[b-xm8k4krpt8] {
    list-style: none;
    padding: 0;
    margin: 0.75rem 0 0;
    display: grid;
    gap: 0.75rem;
}

    .info-list li[b-xm8k4krpt8] {
        display: grid;
        grid-template-columns: 70px 1fr;
        gap: 0.75rem;
        align-items: start;
        font-size: 0.95rem;
    }

    .info-list .label[b-xm8k4krpt8] {
        text-transform: uppercase;
        letter-spacing: 0.08em;
        font-size: 0.72rem;
        color: #6b7689;
        font-weight: 700;
        padding-top: 0.15rem;
    }

    .info-list a[b-xm8k4krpt8] {
        color: #0072ce;
        text-decoration: none;
        font-weight: 600;
    }

        .info-list a:hover[b-xm8k4krpt8] {
            text-decoration: underline;
        }

.social-list[b-xm8k4krpt8] {
    list-style: none;
    padding: 0;
    margin: 0.75rem 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

    .social-list a[b-xm8k4krpt8] {
        display: inline-block;
        padding: 0.4rem 0.8rem;
        background: rgba(0, 58, 112, 0.06);
        border-radius: 999px;
        color: #003a70;
        text-decoration: none;
        font-weight: 600;
        font-size: 0.88rem;
    }

        .social-list a:hover[b-xm8k4krpt8] {
            background: rgba(0, 58, 112, 0.12);
        }
.social-section[b-xm8k4krpt8] {
    margin: 0 0 5px 0;
}
/* ---------- Contact aside photo ---------- */
.contact-photo[b-xm8k4krpt8] {
    margin: 0 0 1rem;
    padding: 0;
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 16 / 9;
}

    .contact-photo img[b-xm8k4krpt8] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .contact-photo figcaption[b-xm8k4krpt8] {
        padding: 0.45rem 0.65rem;
        background: rgba(0, 58, 112, 0.88);
        color: #e9f2ff;
        font-size: 0.78rem;
        line-height: 1.4;
        margin-top: -2.2rem;
        position: relative;
    }
/* /Components/Pages/Home.razor.rz.scp.css */
/* Layout */
.three-panel-container[b-6wg4nw4hed] {
    clear: both;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 10px;
    max-width: 1250px;
    margin: auto;
}

/* Outer panel with background image */
.panel[b-6wg4nw4hed] {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    border: none;
}

/* Lower text styling */
.panel-lower[b-6wg4nw4hed] {
    margin-top: 15px; /* space below the image */
    padding: 0; /* no border, no background */
}

.lower-title[b-6wg4nw4hed] {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 4px;
    color: #222;
}

.lower-description[b-6wg4nw4hed] {
    font-size: 1rem;
    line-height: 1.4;
    color: #444;
}



/* Inner floating card */
.inner-card[b-6wg4nw4hed] {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 88%;
    /*          background: rgba(245,245,255, 0.85);*/
    background: linear-gradient( 161deg, rgba(211, 232, 255, 0.85) 33%, rgba(181, 212, 245, 0.85) 99.76% );
    font-size: 18px;
    font-weight: bold;
    color: #222222;
    backdrop-filter: blur(7px);
    border-radius: 38px;
    padding: 14px 28px;
    text-align: left;
    /*box-shadow: 0 4px 14px rgba(0,0,0,0.25);*/
}

    .inner-card h2[b-6wg4nw4hed] {
        margin: 0 0 12px;
        font-size: 1.4rem;
        font-weight: 500;
        color: #003a66;
    }

/* Round link buttons */
.round-links[b-6wg4nw4hed] {
    display: flex;
    justify-content: left;
    gap: 14px;
}

.round-link[b-6wg4nw4hed] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: rgba(0,0,0,0.45);
    color: white;
    font-size: 0.75rem;
    text-decoration: none;
    border: 2px solid transparent;
    transition: all .25s ease;
    padding: 8px;
}

    /* Hover effect */
    .round-link:hover[b-6wg4nw4hed] {
        border-color: white;
        background: rgba(0,0,0,0.65);
        transform: scale(1.08);
    }




.card-title[b-6wg4nw4hed] {
    font-size: 22px;
    font-weight: 300;
}

.card-accent[b-6wg4nw4hed] {
    width: 100%;
    height: 1px;
    background: #00549A;
    margin: 8px 0 16px;
    border-radius: 3px;
}


/* Main container */
.podcast-panel[b-6wg4nw4hed] {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 0;
    margin: 40px 10%;
    min-height: 450px;
    background: white;
    border-radius: 22px;
    align-items: center;
    box-shadow: 0 0px 16px rgba(0,0,0,0.08);
    overflow: hidden;
}


/* RIGHT: White content panel */
.podcast-content[b-6wg4nw4hed] {
    background: white;
    padding: 50px 40px;
    color: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .podcast-content h2[b-6wg4nw4hed] {
        font-size: 36px;
        font-weight: 400;
        margin: 0;
        color: #00549A;
    }

.underline[b-6wg4nw4hed] {
    width: 75px;
    height: 2px;
    background: #00549A;
    margin: 12px 0 20px;
}

.podcast-text[b-6wg4nw4hed] {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 30px;
}

.podcast-btn[b-6wg4nw4hed] {
    display: inline-block;
    padding: 10px 26px;
    border: 2px solid #00549A;
    color: #00549A;
    text-decoration: none;
    font-size: 18px;
    border-radius: 8px;
    transition: 0.25s ease;
}

    .podcast-btn:hover[b-6wg4nw4hed] {
        background: #00549A;
        color: white;
    }


.hero-video-wrapper[b-6wg4nw4hed] {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
    padding:  0 0 20px 0;
}

    .hero-video-wrapper video[b-6wg4nw4hed] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

.hero-overlay[b-6wg4nw4hed] {
    position: absolute;
    bottom: 60px;
    left: 5%;
    max-width: 90%;
    background-color: transparent;
    padding: 20px;
    text-align: left;
}

    .hero-overlay h1:first-child[b-6wg4nw4hed] {
        margin: 0;
        font-family:  Arial, sans-serif;
        font-size: 3.2rem;
        font-weight: 600;
        color: #fff;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        text-shadow: 0 2px 12px rgba(0,0,0,0.55);
    }

    .hero-overlay h1:last-of-type[b-6wg4nw4hed] {
        margin: 0;
        font-family:  Arial, sans-serif;
        font-size: 3.2rem;
        font-weight: 300;
        color: #ffffff;
        text-shadow: 0 2px 12px rgba(0,0,0,0.55);
    }

@media (max-width: 768px) {
    .hero-video-wrapper[b-6wg4nw4hed] {
        height: 400px;
    }

    .hero-overlay[b-6wg4nw4hed] {
        bottom: 20px;
        left: 5%;
        max-width: 95%;
    }

        .hero-overlay h1:first-child[b-6wg4nw4hed] {
            font-size: 1.8rem;
        }

        .hero-overlay h1:last-of-type[b-6wg4nw4hed] {
            font-size: 1.8rem;
        }
}

.card[b-6wg4nw4hed] {
    width: 300px;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    margin-top: 10px;
}

    .card img[b-6wg4nw4hed] {
        width: 100%;
        height: 350px; /* controls how tall the visible image is */
        object-fit: cover; /* shows more of the image without stretching */
        border-radius: 10px 10px 0 0;
        display: block;
    }

.card-overlay[b-6wg4nw4hed] {
    float: left;
    position: relative;
    top: 10px;
    margin: 0 5px;
    background: white;
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 14px;
    width: fit-content;
}

.card-overlay-clear[b-6wg4nw4hed] {
    float: left;
    position: relative;
    top: 5px;
    margin: 0 5px;
    font-size: 14px;
    width: fit-content;
}

.card-title[b-6wg4nw4hed] {
    margin-top: -20px; /* pulls title closer after overlay */
    font-size: 20px;
    font-weight: 700;
}

.card-description[b-6wg4nw4hed] {
    font-size: 14px;
    color: #555;
}

.podcast-media[b-6wg4nw4hed] {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
}

    .podcast-media iframe[b-6wg4nw4hed] {
        width: 100%;
        height: 100%;
        border: 0;
        object-fit: cover;
    }
/* Title */
.topic-title[b-6wg4nw4hed] {
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    color: black;
    margin-bottom: 15px;
    float: left;
}

.safety-banner[b-6wg4nw4hed] {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 20px 40px;
    box-sizing: border-box;
}

.news-title[b-6wg4nw4hed] {
    font-size: 32px;
    font-weight: 700;
    color: #0A1F47;
    display: inline-flex; /* ⭐ keeps border next to text */
    align-items: center;
    justify-content: left;
    /*border-left: 4px solid orange;*/
    padding: 10px 0px 10px 0;
    width: 100%;
    margin: 10px auto; /* ⭐ centers the whole block */
    border-bottom: 1px solid #e1e1e1;
}

/* Panel */
.safety-panel[b-6wg4nw4hed] {
    width: 100%;
    text-align: center;
    margin: 20px auto;
    background: white; /*#eaeaea;*/ /*#EDFF8C;*/ /*FBFFE8;*/
    padding: 20px 0;
    /*box-shadow: 0 4px 18px rgba(0,0,0,0.08);*/
    border-radius: 14px;
    /*border-bottom: 1px solid #DDDDDD;
            border-top: 1px solid #DDDDDD;*/
    /*box-shadow: 0 0px 16px rgba(184,191,137,.8);*/
    border: 1px solid #444;
}

/* Title */
.safety-title[b-6wg4nw4hed] {
    font-size: 24px;
    font-weight: 700;
    color: #0A1F47;
    display: inline-flex; /* ⭐ keeps border next to text */
    align-items: center;
    justify-content: center;
    /*border-left: 4px solid orange;*/
    padding: 10px 15px;
    margin: 10px auto; /* ⭐ centers the whole block */
    /*border-bottom: 1px solid #e1e1e1;*/
}



/* Modern faded separator */
.modern-separator[b-6wg4nw4hed] {
    width: 100%;
    height: 1px;
    padding: 0 20px 0 20px;
    border-bottom: 1px solid #DDDDDD;
}

/* Banner area */
.safety-banner[b-6wg4nw4hed] {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

/* Original tag style */
.banner-item[b-6wg4nw4hed] {
    display: inline-block;
    padding: 10px 15px;
    background-color: #FFBF00; /*#D4FD52;*/ /*D3E27C;*/
    color: #333;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
    box-shadow: 0 2px 4px rgba(0,0,0,0.25);
}
/* Original tag style */
.banner-item-link[b-6wg4nw4hed] {
    display: inline-block;
    padding: 10px 15px;
    background-color: #FFDD00; /* #D4FD52;*/ /*#F5FFB7;*/ /*D3E27C;*/
    color: #333;
    font-weight: bold;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: underline;
    white-space: nowrap;
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
}

#ms-counties[b-6wg4nw4hed] {
    width: 260px;
    padding: 10px 12px;
    font-size: 15px;
    border-radius: 10px;
    border: 1px solid #ccc;
    background: white;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

/* --- Modern 3‑column grid --- */
.three-col[b-6wg4nw4hed] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px 48px;
    max-width: 1200px;
    margin: 80px auto 0;
    padding: 0 clamp(20px, 5vw, 60px);
}

/* --- Section title with modern divider --- */
.three-col-title[b-6wg4nw4hed] {
    grid-column: 1 / -1;
    text-align: center;
    font-size: 1.75rem;
    font-weight: 700;
    color: white; /*#2E3340;*/
    margin-bottom: 16px;
    padding-bottom: 24px;
    border-bottom: 2px solid #ccc;
    letter-spacing: -0.3px;
}

/* --- Modern item style with subtle animation --- */
.three-col-item[b-6wg4nw4hed] {
    font-size: 1.25rem;
    line-height: 1.65;
    color: white;
    padding-left: 18px;
    border-left: 4px solid #FF8A00;
    transition: border-color 0.25s ease, transform 0.25s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
}

    .three-col-item img[b-6wg4nw4hed] {
        display: block;
        margin: 0 auto;
    }

    .three-col-item:hover[b-6wg4nw4hed] {
        border-color: #FFB347;
        transform: translateX(4px);
    }

.three-col-item-first[b-6wg4nw4hed] {
    font-size: 1.25rem;
    line-height: 1.65;
    color: white;
    padding-left: 18px;
    transition: border-color 0.25s ease, transform 0.25s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
}

    .three-col-item-first img[b-6wg4nw4hed] {
        display: block;
        margin: 0 auto;
    }

    .three-col-item-first:hover[b-6wg4nw4hed] {
        border-color: #FFB347;
        transform: translateX(4px);
    }
/* --- Section wrapper --- */
.desc-section[b-6wg4nw4hed] {
    width: 100%;
    padding: 30px 0 60px 0;
    background: #3D5A80; /* #2A6BAD;*/
}

/* --- Inner content --- */
.desc-section-inner[b-6wg4nw4hed] {
    text-align: center;
    max-width: 100%;
    margin: auto;
    padding: 0 clamp(20px, 5vw, 60px);
}

    .desc-section-inner h1[b-6wg4nw4hed] {
        font-family: Arial, sans-serif, Helvetica;
        font-size: clamp(2.2rem, 4vw, 3rem);
        font-weight: 700;
        color: white;
        margin-bottom: 24px;
        letter-spacing: -0.5px;
    }

.desc-section-inner-p[b-6wg4nw4hed] {
    font-size: 1.35rem;
    line-height: 1.75;
    color: white; /*#2E3340;*/
    max-width: 1000px;
    margin: 0 auto;
    opacity: 0.9;
}


.map-wrapper[b-6wg4nw4hed] {
    width: 100%;
    text-align: center;
    margin: 40px 0;
}

.project-map[b-6wg4nw4hed] {
    max-width: 90%; /* keeps it responsive */
    height: auto; /* maintains aspect ratio */
    border-radius: 20px; /* rounded corners */
    box-shadow: 0 4px 18px rgba(0,0,0,0.15); /* subtle depth */
}

.news-btn[b-6wg4nw4hed] {
    display: inline-block;
    margin-top: 20px;
    padding: 8px 12px;
    border: 2px solid #00549A;
    color: white !important;
    text-decoration: none;
    font-size: 13px;
    border-radius: 28px;
    background: #00549A;
    transition: 0.25s ease;
}


/* Section background */
.weekly-section[b-6wg4nw4hed] {
    background: #05193F;
    padding: 50px 40px;
    margin: 40px 5%;
    border-bottom-left-radius: 24px;
    border-top-right-radius: 24px;
    border-radius: 24px;
    /* Core gradient fade */

    background: radial-gradient(circle at top left, rgba(255,255,255,0.18) 0, transparent 55%), radial-gradient(circle at bottom right, rgba(255,255,255,0.12) 0, transparent 50%), linear-gradient(90deg, #063F79 0%, #3D5A80 45%, #063F79 100%);
}


/* Two-column layout */
.boxpanel-panel[b-6wg4nw4hed] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    margin: auto;
    max-width: 1200px;
    align-items: center;
}

/* Left content */
.boxpanel-content h2[b-6wg4nw4hed] {
    color: white;
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 12px;
}

.boxpanel-text[b-6wg4nw4hed] {
    font-size: 20px;
    font-weight: 300;
    color: white;
    line-height: 1.5;
    margin-bottom: 30px;
}

/* Button */
.boxpanel-btn[b-6wg4nw4hed] {
    display: inline-block;
    padding: 12px 30px;
    border-radius: 30px;
    border: 2px solid white;
    background: transparent;
    color: white;
    font-size: 18px;
    text-decoration: none;
    transition: 0.25s ease;
}

    .boxpanel-btn:hover[b-6wg4nw4hed] {
        background: #00549A;
        color: #fff;
    }

/* Video styled like route-card */
.boxpanel-video-card[b-6wg4nw4hed] {
    border: 1px solid #ccc;
    border-radius: 16px;
    padding: 10px;
    background: transparent;
    box-sizing: border-box;
}

.boxpanel-video-inner[b-6wg4nw4hed] {
    border-radius: 12px;
    overflow: hidden;
    height: 400px;
}

    .boxpanel-video-inner iframe[b-6wg4nw4hed] {
        width: 100%;
        height: 100%;
        border: none;
        display: block;
    }



.hazard-ribbon[b-6wg4nw4hed] {
    position: relative;
    padding: 5px 0;
    color: #111;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    background-image: repeating-linear-gradient( -45deg, #f9d648 0, #f9d648 6px, #111111 6px, #111111 12px );
    /*  box-shadow: 0 2px 6px rgba(0,0,0,0.35);*/
}

/* Add inside existing <style> block */
.news-layout[b-6wg4nw4hed] {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: 40px 2% 60px 2%;
    padding: 40px;
    box-sizing: border-box;
}

.news-main[b-6wg4nw4hed] {
    flex: 1 1 60%;
    min-width: 0;
    padding-left: 40px;
    box-sizing: border-box;
}

    .news-main img[b-6wg4nw4hed] {
        max-width: 100%;
        height: auto;
    }

.news-sidebar[b-6wg4nw4hed] {
    flex: 1 1 25%;
    min-width: 260px;
}

@media (max-width: 768px) {

    .three-panel-container[b-6wg4nw4hed] {
        grid-template-columns: 1fr;
        padding: 0 12px;
    }

    .panel[b-6wg4nw4hed] {
        overflow: visible;
    }

    .inner-card[b-6wg4nw4hed] {
        position: relative;
        bottom: auto;
        left: auto;
        transform: none;
        width: 100%;
        border-radius: 12px;
        margin-top: 10px;
        padding: 12px 16px;
        box-sizing: border-box;
    }

    .news-layout[b-6wg4nw4hed] {
        flex-direction: column;
        margin: 20px 0;
        padding: 20px;
    }

    .news-main[b-6wg4nw4hed] {
        padding-left: 0;
        flex: 1 1 100%;
    }

    .news-sidebar[b-6wg4nw4hed] {
        flex: 1 1 100%;
        min-width: 0;
    }

    .weekly-section[b-6wg4nw4hed] {
        margin: 24px 12px;
        padding: 28px 16px;
        border-radius: 18px;
    }

    .boxpanel-panel[b-6wg4nw4hed] {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .boxpanel-content[b-6wg4nw4hed] {
        text-align: center;
    }

    .boxpanel-content h2[b-6wg4nw4hed] {
        font-size: 2rem;
    }

    .boxpanel-text[b-6wg4nw4hed] {
        font-size: 1.05rem;
        margin-bottom: 20px;
    }

    .boxpanel-video-card[b-6wg4nw4hed] {
        width: 100%;
        padding: 8px;
    }

    .boxpanel-video-inner[b-6wg4nw4hed] {
        height: auto;
        aspect-ratio: 16 / 9;
    }
}

/* Color toggle */
.color-toggle-wrapper[b-6wg4nw4hed] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    padding: 10px 30px 0 0;
}

.color-toggle-label[b-6wg4nw4hed] {
    font-size: 12px;
    color: rgba(255,255,255,0.7);
}

.color-toggle-switch[b-6wg4nw4hed] {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 24px;
}

    .color-toggle-switch input[b-6wg4nw4hed] {
        opacity: 0;
        width: 0;
        height: 0;
    }

.color-toggle-slider[b-6wg4nw4hed] {
    position: absolute;
    cursor: pointer;
    inset: 0;
    background-color: #0A1F47;
    border-radius: 24px;
    transition: 0.3s;
    border: 2px solid rgba(255,255,255,0.3);
}

    .color-toggle-slider[b-6wg4nw4hed]::before {
        content: "";
        position: absolute;
        height: 16px;
        width: 16px;
        left: 2px;
        bottom: 2px;
        background-color: white;
        border-radius: 50%;
        transition: 0.3s;
    }

.color-toggle-switch input:checked + .color-toggle-slider[b-6wg4nw4hed] {
    background-color: #1B4F8A;
}

    .color-toggle-switch input:checked + .color-toggle-slider[b-6wg4nw4hed]::before {
        transform: translateX(20px);
    }

/* Light variant text color swap */
#descSection.light .desc-section-inner h1[b-6wg4nw4hed],
#descSection.light .desc-section-inner-p[b-6wg4nw4hed],
#descSection.light .three-col-title[b-6wg4nw4hed],
#descSection.light .three-col-item[b-6wg4nw4hed] {
    color: #1a1a1a;
}

.color-swatch[b-6wg4nw4hed] {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    outline: none;
    position: relative;
    overflow: hidden;
    transition: transform 0.2s ease;
}

    .color-swatch.active[b-6wg4nw4hed] {
        transform: scale(1.1);
    }

    /* Inner circle for swatch */
    .color-swatch[b-6wg4nw4hed]::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 130%;
        height: 130%;
        border-radius: 50%;
        transform: translate(-50%, -50%) scale(0);
        transition: transform 0.2s ease;
    }

    .color-swatch.active[b-6wg4nw4hed]::before {
        transform: translate(-50%, -50%) scale(1);
    }

/* 4-color swatch picker */
.color-picker-wrapper[b-6wg4nw4hed] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    padding-right: 30px;
}

.color-swatch[b-6wg4nw4hed] {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 3px solid transparent;
    cursor: pointer;
    transition: transform 0.2s ease, border-color 0.2s ease;
    /*box-shadow: 0 2px 6px rgba(0,0,0,0.3);*/
}


    .color-swatch.active[b-6wg4nw4hed] {
        border-color: transparent; /*#FFBF00; this color outlines the selected color*/
        transform: scale(1.15);
    }

/* Light text override */
#descSection.light .desc-section-inner h1[b-6wg4nw4hed],
#descSection.light .desc-section-inner-p[b-6wg4nw4hed],
#descSection.light .three-col-title[b-6wg4nw4hed],
#descSection.light .three-col-item[b-6wg4nw4hed] {
    color: #1a1a1a;
}

/* Dark text (default) */
#descSection .desc-section-inner h1[b-6wg4nw4hed],
#descSection .desc-section-inner-p[b-6wg4nw4hed],
#descSection .three-col-title[b-6wg4nw4hed],
#descSection .three-col-item[b-6wg4nw4hed] {
    color: white;
}

.workzone-container[b-6wg4nw4hed] {
    max-width: 500px;
    margin: 40px auto;
    padding: 10px 30px 30px 30px;
    background: linear-gradient(135deg, #ff9f1c, #ffbf69);
    border-radius: 18px;
    color: #222;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    font-family: 'Segoe UI', sans-serif;
    text-align: center;
}

.workzone-title[b-6wg4nw4hed] {
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.safety-card[b-6wg4nw4hed] {
    width: 100%;
    margin-bottom: 18px;
    padding: 16px 20px;
    background: rgba(255,255,255,0.45);
    border-radius: 12px;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.4;
    box-sizing: border-box;
}

.safety-btn[b-6wg4nw4hed] {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 30px;
    border: 2px solid black;
    background: transparent;
    color: black;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    transition: 0.15s ease;
}

    .safety-btn:hover[b-6wg4nw4hed] {
        background: black;
        color: #fff;
    }
/* /Components/Pages/NewsRelease.razor.rz.scp.css */
.release-shell[b-qjmfwmi5i6] {
    background: linear-gradient(180deg, #f4f6fa 0%, #edf1f7 100%);
    padding: 48px 0 72px;
}

.release-container[b-qjmfwmi5i6] {
    width: min(1120px, calc(100% - 2rem));
    margin: 0 auto;
}

.release-back-link[b-qjmfwmi5i6] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin-bottom: 1.5rem;
    color: #00549A;
    font-weight: 700;
    text-decoration: none;
}

.release-back-link:hover[b-qjmfwmi5i6] {
    text-decoration: underline;
}

.release-card[b-qjmfwmi5i6] {
    background: #fff;
    border: 1px solid #dce4ef;
    border-radius: 18px;
    box-shadow: 0 18px 44px rgba(10, 31, 71, 0.08);
    padding: 2rem;
}

.release-header[b-qjmfwmi5i6] {
    display: grid;
    grid-template-columns: 140px minmax(0, 1fr);
    gap: 1.75rem;
    align-items: start;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #dce4ef;
}

.release-brand-wrap[b-qjmfwmi5i6] {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.release-brand[b-qjmfwmi5i6] {
    width: 100%;
    max-width: 140px;
    height: auto;
    object-fit: contain;
}

.release-kicker[b-qjmfwmi5i6] {
    margin-bottom: 0.5rem;
    color: #3f5b84;
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.release-heading h1[b-qjmfwmi5i6] {
    margin: 0;
    color: #0A1F47;
    font-size: clamp(2rem, 4vw, 2.6rem);
    line-height: 1.15;
}

.release-meta[b-qjmfwmi5i6] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1rem;
    margin-top: 0.9rem;
    color: #304866;
    font-size: 0.98rem;
}

.release-meta time[b-qjmfwmi5i6],
.release-area[b-qjmfwmi5i6] {
    display: inline-flex;
    align-items: center;
}

.release-area[b-qjmfwmi5i6] {
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: #eef3f9;
    font-weight: 600;
}

.release-cutline[b-qjmfwmi5i6] {
    margin: 1rem 0 0;
    color: #3b4b63;
    font-size: 1.05rem;
    line-height: 1.6;
}

.release-body[b-qjmfwmi5i6] {
    margin-top: 1.75rem;
    color: #12233d;
    line-height: 1.7;
    font-size: 1.05rem;
}

.release-body[b-qjmfwmi5i6]  p,
.release-body[b-qjmfwmi5i6]  ul,
.release-body[b-qjmfwmi5i6]  ol,
.release-body[b-qjmfwmi5i6]  blockquote,
.release-body[b-qjmfwmi5i6]  table {
    margin: 0 0 1rem;
}

.release-body[b-qjmfwmi5i6]  h1,
.release-body[b-qjmfwmi5i6]  h2,
.release-body[b-qjmfwmi5i6]  h3,
.release-body[b-qjmfwmi5i6]  h4 {
    color: #0A1F47;
    line-height: 1.25;
    margin: 1.6rem 0 0.75rem;
}

.release-body[b-qjmfwmi5i6]  a {
    color: #00549A;
}

.release-body[b-qjmfwmi5i6]  img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.release-body[b-qjmfwmi5i6]  table {
    width: 100%;
    border-collapse: collapse;
}

.release-body[b-qjmfwmi5i6]  th,
.release-body[b-qjmfwmi5i6]  td {
    padding: 0.75rem;
    border: 1px solid #dce4ef;
    text-align: left;
    vertical-align: top;
}

.release-empty[b-qjmfwmi5i6],
.release-status[b-qjmfwmi5i6] {
    background: #fff;
    border: 1px solid #dce4ef;
    border-radius: 18px;
    box-shadow: 0 18px 44px rgba(10, 31, 71, 0.08);
    padding: 2rem;
    color: #0A1F47;
}

.release-status[b-qjmfwmi5i6] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    min-height: 280px;
    text-align: center;
}

.release-status h1[b-qjmfwmi5i6],
.release-status p[b-qjmfwmi5i6],
.release-empty[b-qjmfwmi5i6] {
    margin: 0;
}

.release-spinner[b-qjmfwmi5i6] {
    width: 42px;
    height: 42px;
    border: 4px solid #d8e0ef;
    border-top-color: #0A1F47;
    border-radius: 50%;
    animation: release-spin-b-qjmfwmi5i6 0.9s linear infinite;
}

@keyframes release-spin-b-qjmfwmi5i6 {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 768px) {
    .release-shell[b-qjmfwmi5i6] {
        padding: 32px 0 56px;
    }

    .release-card[b-qjmfwmi5i6],
    .release-status[b-qjmfwmi5i6],
    .release-empty[b-qjmfwmi5i6] {
        padding: 1.5rem;
    }

    .release-header[b-qjmfwmi5i6] {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .release-brand-wrap[b-qjmfwmi5i6] {
        justify-content: flex-start;
    }

    .release-brand[b-qjmfwmi5i6] {
        max-width: 120px;
    }
}
/* /Components/Pages/ProjectOverview.razor.rz.scp.css */
.page-header[b-6jbv8ipw4p] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 60px auto;
    padding: 0 5%;
    gap: 40px;
}



/* Full-width dark panel inside content */
.updates-hero[b-6jbv8ipw4p] {
    position: relative;
    width: 100%;
    height: 550px;
    background-image: radial-gradient( circle at bottom left, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 30% ), url('./assets/img/project_oview.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    padding: 40px 5%;
    box-sizing: border-box;
    overflow: hidden;
}

/* Left-side title */
.updates-content[b-6jbv8ipw4p] {
    width: 45%;
}

    .updates-content h1[b-6jbv8ipw4p] {
        margin: 0;
        font-family:  Arial, sans-serif;
        font-size: 2.8rem;
        font-weight: 600;
        color: #fff;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        text-shadow: 0 2px 12px rgba(0,0,0,0.55);
    }

.hero-title-bar[b-6jbv8ipw4p] {
    width: 100%;
    color: #393f4d;
    font-size: 26px;
    text-align: center;
    padding: 75px 0 5px 0;
    margin: 0; /* removes any accidental spacing */
    box-sizing: border-box;
    font-weight: 300;
}

.hero-info[b-6jbv8ipw4p] {
    width: 100%;
    background: #ffffff;
    text-align: center;
    padding: 40px 20px;
    box-sizing: border-box;
}

    .hero-info h2[b-6jbv8ipw4p] {
        font-size: 38px;
        color: #393f4d;
        margin-bottom: 20px;
        font-weight: 700;
    }

    .hero-info p[b-6jbv8ipw4p] {
        max-width: 1000px;
        margin: 0 auto 20px auto;
        font-size: 1.4em;
        line-height: 1.6;
        color: #393f4d;
    }

.hero-full[b-6jbv8ipw4p] {
    width: 100%;
    max-height: 500px; /* never taller than 500px */
    overflow: hidden; /* hides anything beyond 500px */
}

    .hero-full ul li[b-6jbv8ipw4p] {
        padding: 10px 0;
        max-width: 700px;
        text-align: left;
        margin: auto;
        font-size: 1.3em;
        color: #00549A;
    }

.hero-full-img[b-6jbv8ipw4p] {
    width: 100%;
    height: 100%;
    object-fit: cover; /* fills the width cleanly */
    object-position: center;
    display: block;
}

.sub-section[b-6jbv8ipw4p] {
    width: 100%;
    background: #ffffff;
    text-align: center;
    padding: 40px 20px;
    margin: auto;
}

    .sub-section h2[b-6jbv8ipw4p] {
        font-size: 30px;
        color: #393f4d;
        margin-bottom: 20px;
        font-weight: 700;
    }

    .sub-section p[b-6jbv8ipw4p] {
        max-width: 1000px;
        margin: 0 auto 20px auto;
        font-size: 1.4em;
        line-height: 1.6;
        color: #393f4d;
    }


.route-grid[b-6jbv8ipw4p] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 60px 20px;
}

.route-card[b-6jbv8ipw4p] {
    border: 1px solid #ccc; /* 1px border */
    border-radius: 16px; /* rounded corners */
    padding: 10px; /* spacing between border and image */
    box-sizing: border-box;
}

.route-inner[b-6jbv8ipw4p] {
    position: relative;
    height: 340px;
    border-radius: 12px; /* slightly smaller radius inside */
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

/* Assign images to the INNER container */
.route-i20[b-6jbv8ipw4p] {
    background-image: url('./assets/img/15b.png');
}

.route-i55[b-6jbv8ipw4p] {
    background-image: url('./assets/img/11.jpg');
}

.route-i220[b-6jbv8ipw4p] {
    background-image: url('./assets/img/Bigfixmap.png');
}

.route-us51[b-6jbv8ipw4p] {
    background-image: url('./assets/img/13.jpg');
}

.route-gallatin[b-6jbv8ipw4p] {
    background-image: url('./assets/img/12.jpg');
}

.route-40bridges[b-6jbv8ipw4p] {
    background-image: url('./assets/img/14.jpg');
}

/* Overlay stays the same */
.route-overlay[b-6jbv8ipw4p] {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.25), rgba(0,0,0,0));
    color: #fff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

/* Assign your images */
.route-i20[b-6jbv8ipw4p] {
    background-image: url('./assets/img/15b.png');
}

    .route-i20:hover[b-6jbv8ipw4p] {
        background-image: url('./assets/img/Bigfixmap.png');
    }

.route-i55[b-6jbv8ipw4p] {
    background-image: url('./assets/img/11.jpg');
}

    .route-i55:hover[b-6jbv8ipw4p] {
        background-image: url('./assets/img/Bigfixmap.png');
    }

.route-i220[b-6jbv8ipw4p] {
    background-image: url('./assets/img/Bigfixmap.png');
}

.route-us51[b-6jbv8ipw4p] {
    background-image: url('./assets/img/13.jpg');
}

    .route-us51:hover[b-6jbv8ipw4p] {
        background-image: url('./assets/img/Bigfixmap.png');
    }

.route-gallatin[b-6jbv8ipw4p] {
    background-image: url('./assets/img/12.jpg');
}

    .route-gallatin:hover[b-6jbv8ipw4p] {
        background-image: url('./assets/img/Bigfixmap.png');
    }

.route-40bridges[b-6jbv8ipw4p] {
    background-image: url('./assets/img/14.jpg');
}

    .route-40bridges:hover[b-6jbv8ipw4p] {
        background-image: url('./assets/img/Bigfixmap.png');
    }

.route-overlay[b-6jbv8ipw4p] {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.25), rgba(0,0,0,0));
    color: #fff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

    .route-overlay h3[b-6jbv8ipw4p] {
        margin: 0 0 6px 0;
        font-size: 28px;
        font-weight: 700;
        text-align: left;
    }

    .route-overlay p[b-6jbv8ipw4p] {
        margin: 0;
        font-size: 15px;
        line-height: 1.4;
        text-align: left;
    }

/* Center the last card on its own row */
.route-grid > :last-child:nth-child(5)[b-6jbv8ipw4p] {
    grid-column: 1 / span 2;
    max-width: 400px;
    margin: 0 auto;
}

.project-limits-section[b-6jbv8ipw4p] {
    padding: 70px 20px;
    text-align: center;
    background: #E5E7EA;
}

    .project-limits-section h2[b-6jbv8ipw4p] {
        font-size: 30px;
        color: #393f4d;
        margin-bottom: 10px;
        font-weight: 700;
    }

    .project-limits-section .intro[b-6jbv8ipw4p] {
        font-size: 1.4em;
        color: #393f4d;
        max-width: 800px;
        margin: 0 auto 50px auto;
        line-height: 1.6;
    }

.route-wrapper[b-6jbv8ipw4p] {
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    position: relative;
}

    /* Vertical connector line */
    .route-wrapper[b-6jbv8ipw4p]::before {
        content: "";
        position: absolute;
        left: 50px;
        top: 30px;
        bottom: 30px;
        width: 3px;
        /*background: linear-gradient(to bottom, #0A1F47, #00549A, #0A1F47);*/
        z-index: 0;
    }

.route-row[b-6jbv8ipw4p] {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: left;
    gap: 24px;
    background: white;
    border-radius: 14px;
    padding: 20px 24px;
    margin-bottom: 16px;
    box-shadow: 0 3px 12px rgba(0,0,0,0.08);
    position: relative;
    z-index: 1;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .route-row:hover[b-6jbv8ipw4p] {
        transform: translateX(6px);
        box-shadow: 0 6px 20px rgba(0,0,0,0.13);
    }

.route-icon[b-6jbv8ipw4p] {
    width: 70px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .route-icon img[b-6jbv8ipw4p] {
        width: 100%;
        height: auto;
    }

.route-text-wrap[b-6jbv8ipw4p] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.route-label[b-6jbv8ipw4p] {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #00549A;
}

.route-text[b-6jbv8ipw4p] {
    margin: 0;
    font-size: 1rem;
    color: #393f4d;
    line-height: 1.5;
}

/* Minimal street sign */
.street-sign[b-6jbv8ipw4p] {
    display: inline-block;
    background: #0B6623;
    color: #fff;
    padding: 6px 14px;
    border-radius: 4px;
    border: 2px solid #fff;
    outline: 2px solid #0B6623;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    white-space: nowrap;
    height: 55px;
}

.faq-section[b-6jbv8ipw4p] {
    padding-bottom: 2.1rem;
}

.faq-item[b-6jbv8ipw4p] {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    margin-bottom: 0.6rem;   
    overflow: hidden;
}

    .faq-item summary[b-6jbv8ipw4p] {
        cursor: pointer;
        padding: 0.9rem 1.1rem;
        font-weight: 600;
        color: #1a2433;
        list-style: none;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 0.5rem;
        user-select: none;
    }

        .faq-item summary[b-6jbv8ipw4p]::-webkit-details-marker {
            display: none;
        }

        .faq-item summary[b-6jbv8ipw4p]::after {
            content: '+';
            font-size: 1.3rem;
            line-height: 1;
            color: #0072ce;
            flex-shrink: 0;
        }

    .faq-item[open] summary[b-6jbv8ipw4p]::after {
        content: '−';
    }

    .faq-item[open] summary[b-6jbv8ipw4p] {
        background: #eef4fd;
        border-bottom: 1px solid #e3e7ee;
    }

    .faq-item p[b-6jbv8ipw4p],
    .faq-item ul[b-6jbv8ipw4p] {
        margin: 0;
        padding: 0.85rem 1.1rem;
        color: #2f3a4a;
        line-height: 1.7;
    }

    .faq-item ul[b-6jbv8ipw4p] {
        padding-left: 2.1rem;
        padding-top: 0;
    }

    .faq-item p + p[b-6jbv8ipw4p] {
        padding-top: 0;
    }

    .faq-item a[b-6jbv8ipw4p] {
        color: #0072ce;
    }

        .faq-item a:hover[b-6jbv8ipw4p] {
            text-decoration: underline;
        }

@media (max-width: 600px) {
    .route-wrapper[b-6jbv8ipw4p]::before {
        display: none;
    }

    .route-row[b-6jbv8ipw4p] {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }
}
/* /Components/Pages/Safety.razor.rz.scp.css */
[b-xb9l7ivwot] .container {
    width: min(1120px, 100% - 2rem);
    margin: 0 auto;
}

.safety-hero[b-xb9l7ivwot] {
    min-height: 320px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
}

.safety-hero-image[b-xb9l7ivwot] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hero-placeholder[b-xb9l7ivwot] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 58, 112, 0.15) 0%, rgba(0, 114, 206, 0.15) 100%);
}

.hero-overlay[b-xb9l7ivwot] {
    position: relative;
    z-index: 1;
    min-height: 320px;
    display: flex;
    align-items: flex-end;
    width: 100%;
    background: linear-gradient(180deg, rgba(18, 35, 61, 0.08) 12%, rgba(18, 35, 61, 0.46) 100%), linear-gradient(90deg, rgba(255, 138, 0, 0.18) 0%, rgba(255, 138, 0, 0) 58%);
}

.hero-inner[b-xb9l7ivwot] {
    padding-bottom: 2rem;
}

    .hero-inner h1[b-xb9l7ivwot] {
        margin: 0;
        font-size: clamp(1.9rem, 4vw, 2.7rem);
        line-height: 1.1;
        color: #fff;
        text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    }

.safety-intro[b-xb9l7ivwot] {
    padding: 2rem 0;
}

.intro-content[b-xb9l7ivwot] {
    text-align: center;
    max-width: 100%;
    padding: 1.75rem 2rem;
    border-radius: 18px;
}

.intro-text[b-xb9l7ivwot] {
    font-size: 1.33rem;
    line-height: 1.7;
    color: #1f2f46;
    margin: 0;
}

.safety-section[b-xb9l7ivwot] {
    background: #f8f1e7;
    padding: 2.5rem 0;
}

    .safety-section:first-of-type[b-xb9l7ivwot] {
        border-top: none;
    }

.safety-card[b-xb9l7ivwot] {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: center;
    padding: 2rem;
    background: #FFFEFD;
    border-radius: 20px;
    box-shadow: 0 16px 36px rgba(18, 35, 61, 0.06);
    overflow: hidden;
}

.section-divider[b-xb9l7ivwot] {
    width: 100%;
    height: 3px;
    background: #ff8a00;
    border-radius: 2px;
    margin-bottom: 1.25rem;
}

/*
    .safety-card::before {
        content: "";
        position: absolute;
        inset: 0 auto 0 0;
        width: 6px;
        background: linear-gradient(180deg, #ff9c1f 0%, #ffc46b 100%);
    }*/

.safety-card--reverse[b-xb9l7ivwot] {
    grid-template-columns: 1fr 1fr;
    direction: rtl;
}

    .safety-card--reverse > *[b-xb9l7ivwot] {
        direction: ltr;
    }

.safety-image[b-xb9l7ivwot] {
    overflow: hidden;
    border-radius: 16px;
}

.image-placeholder[b-xb9l7ivwot] {
    width: 100%;
    aspect-ratio: 16 / 9;
    background: linear-gradient(180deg, #fff8ef, #f7e7cf);
    border: 1px solid #efd7b4;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #836649;
    font-size: 0.9rem;
    text-align: center;
    padding: 1rem;
}

.section-image[b-xb9l7ivwot] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    display: block;
    box-shadow: 0 12px 28px rgba(18, 35, 61, 0.12);
}

.safety-content h2[b-xb9l7ivwot] {
    margin: 0 0 1.25rem;
    color: #12233d;
    font-size: 1.6rem;
    line-height: 1.3;
}

.safety-tips[b-xb9l7ivwot] {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .safety-tips li[b-xb9l7ivwot] {
        position: relative;
        margin-bottom: 0.85rem;
        padding-left: 1.6rem;
        color: #314155;
        line-height: 1.65;
        font-size: 1.2rem;
    }

        .safety-tips li[b-xb9l7ivwot]:before {
            content: '✓';
            position: absolute;
            left: 0;
            top: 0;
            color: #ff8a00;
            font-weight: bold;
            font-size: 1.2rem;
        }

.stat-highlight[b-xb9l7ivwot] {
    border-radius: 14px;
    padding: 1.35rem;
}

    .stat-highlight p[b-xb9l7ivwot] {
        margin: 0 0 0.75rem;
        color: #1f2f46;
        line-height: 1.65;
        font-size: 1.2rem;
    }

        .stat-highlight p:last-child[b-xb9l7ivwot] {
            margin-bottom: 0;
        }

.stat-callout[b-xb9l7ivwot] {
    font-weight: 600;
    color: #b86200;
    margin-top: 1rem !important;
    font-size: 1.05rem;
}

.stat-highlight a[b-xb9l7ivwot] {
    color: #0c28ff;
    text-decoration: none;
}

    .stat-highlight a:hover[b-xb9l7ivwot] {
        text-decoration: underline;
    }

@media (max-width: 768px) {
    .safety-card[b-xb9l7ivwot],
    .safety-card--reverse[b-xb9l7ivwot] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        direction: ltr;
        padding: 1.5rem;
    }

        .safety-card[b-xb9l7ivwot]::before {
            inset: 0 0 auto 0;
            width: auto;
            height: 6px;
        }

        .safety-card--reverse > *[b-xb9l7ivwot] {
            direction: ltr;
        }

    .safety-section[b-xb9l7ivwot] {
        padding: 1.75rem 0;
    }

    .safety-intro[b-xb9l7ivwot] {
        padding: 1.5rem 0;
    }

    .intro-content[b-xb9l7ivwot] {
        padding: 1.5rem;
    }

    .hero-inner h1[b-xb9l7ivwot] {
        font-size: clamp(1.5rem, 3vw, 2rem);
    }

    .safety-content h2[b-xb9l7ivwot] {
        font-size: 1.35rem;
    }

    .intro-text[b-xb9l7ivwot] {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .hero-inner[b-xb9l7ivwot] {
        padding-bottom: 1.5rem;
    }

        .hero-inner h1[b-xb9l7ivwot] {
            font-size: 1.5rem;
        }

    .safety-section[b-xb9l7ivwot] {
        padding: 1.25rem 0;
    }

    .safety-card[b-xb9l7ivwot] {
        gap: 1rem;
    }

    .safety-content h2[b-xb9l7ivwot] {
        font-size: 1.2rem;
        margin-bottom: 1rem;
    }

    .safety-tips li[b-xb9l7ivwot] {
        font-size: 0.95rem;
        margin-bottom: 0.75rem;
    }

    .image-placeholder[b-xb9l7ivwot] {
        aspect-ratio: 4 / 3;
        font-size: 0.85rem;
    }
}
