.elementor-1594 .elementor-element.elementor-element-b1f1344{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1594 .elementor-element.elementor-element-1635ae6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-b1f1344 *//* =========================================
   PASADENA UNIVERSAL STYLES (SPEED OPTIMIZED)
   ========================================= */
:root {
    --brand-navy: #0F3A5B;
    --brand-orange: #F2801D;
    --brand-white: #FFFFFF;
    --brand-gray: #f8fafc;
}

.page-wrapper {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #334155;
    line-height: 1.6;
}

.container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

/* HERO */
.hero-section {
    background: var(--brand-navy);
    color: white;
    padding: 60px 0 80px;
    text-align: center;
    border-bottom: 5px solid var(--brand-orange);
}

.hero-h1 { font-size: clamp(32px, 5vw, 48px); font-weight: 800; line-height: 1.1; margin-bottom: 20px; }
.hero-sub { font-size: 18px; color: #cbd5e1; max-width: 700px; margin: 0 auto 30px; }

.cta-btn {
    display: inline-block;
    background: var(--brand-orange);
    color: white;
    font-weight: 800;
    font-size: 18px;
    padding: 16px 35px;
    border-radius: 8px;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

/* CONTENT SECTIONS */
.content-section { padding: 60px 0; }
.bg-gray { background: var(--brand-gray); }

.section-h2 {
    color: var(--brand-navy);
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 20px;
    border-left: 5px solid var(--brand-orange);
    padding-left: 15px;
}

.section-h3 {
    color: var(--brand-navy);
    font-size: 22px;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 10px;
}

/* CARDS & GRIDS */
.service-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.service-card {
    background: white;
    padding: 30px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}

/* DATA TABLE */
.data-table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
.data-table th { background: var(--brand-navy); color: white; padding: 15px; text-align: left; }
.data-table td { padding: 15px; border-bottom: 1px solid #eee; font-size: 15px; }

/* MOBILE STICKY FOOTER */
.mobile-sticky {
    position: fixed; bottom: 0; left: 0; width: 100%;
    background: var(--brand-orange); color: white;
    display: none; justify-content: center; padding: 15px;
    font-weight: 800; text-decoration: none; z-index: 999; font-size: 18px;
}
@media(max-width: 768px) {
    .mobile-sticky { display: flex; }
    .page-wrapper { padding-bottom: 60px; }
    .data-table { display: block; overflow-x: auto; }
}/* End custom CSS */