.elementor-4147 .elementor-element.elementor-element-131c568{--display:flex;}/* Start custom CSS for html, class: .elementor-element-ccc3ff4 *//* GLOBAL SETTINGS */
.policy-wrapper {
    background: #ffffff;
    overflow-x: hidden;
}

.policy-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 40px;
    font-family: 'Lato', sans-serif;
}

/* HERO BANNER - WHITE TEXT FOCUS */
.policy-hero-banner {
    height: 500px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero-eyebrow {
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 700;
    font-size: 14px;
    display: block;
    margin-bottom: 15px;
    color: #ffffff !important; /* Fixed: Added hash and white color */
}

.hero-white-title {
    font-family: 'Lato', sans-serif !important;
    font-size: clamp(32px, 7vw, 72px);
    font-weight: 900 !important;
    color: #ffffff !important; /* Fixed: White color */
    margin: 0;
    text-transform: uppercase;
    text-shadow: 0 4px 15px rgba(0,0,0,0.4);
}

/* LAYOUT GRID */
.policy-layout-grid {
    display: grid;
    grid-template-columns: 1.4fr 0.6fr;
    gap: 80px;
}

/* CONTENT HEADERS */
.policy-section-title {
    font-size: 36px;
    font-weight: 900;
    color: #000000; /* Fixed: Set to black */
    margin: 0 0 20px;
    line-height: 1.2;
}

.red-accent-bar {
    width: 60px;
    height: 4px;
    background: #ff0000;
    margin-bottom: 40px;
}

/* TEXT SPECIFICATIONS - LATO 400 16/29 */
.policy-text-body p {
    font-family: 'Lato', sans-serif !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 29px !important;
    color: #000000 !important;
    margin-bottom: 25px;
}

.policy-lead-text {
    font-size: 22px !important;
    line-height: 1.5 !important;
    font-weight: 400 !important;
    color: #000000 !important;
    border-left: 4px solid #ff0000;
    padding-left: 30px;
    margin-bottom: 40px !important;
}

/* INSIGHT BOX */
.policy-insight-box {
    background: #f9f9f9;
    padding: 30px;
    border: 1px solid #eee;
    margin-top: 40px;
    position: relative;
}

.policy-insight-box::before {
    content: 'Insight';
    position: absolute;
    top: -10px;
    left: 20px;
    background: #ff0000;
    color: #fff;
    padding: 2px 10px;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
}

/* SIDEBAR & INTERACTIVE CARDS */
.sidebar-sticky { position: sticky; top: 40px; }
.sidebar-heading {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 25px;
    color: #000;
    border-bottom: 2px solid #000;
    padding-bottom: 10px;
}

.pro-resource-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px;
    margin-bottom: 15px;
    border: 1px solid #eee;
    text-decoration: none;
    background: #fff;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.card-category { font-size: 10px; text-transform: uppercase; color: #ff0000; font-weight: 900; }
.card-main-title { font-size: 18px; font-weight: 900; color: #000; margin: 5px 0; }
.pro-resource-card p { font-size: 13px; color: #666; margin: 0; line-height: 1.2; }
.card-arrow { font-size: 20px; color: #eee; transition: 0.3s; }

/* HOVER ANIMATIONS */
.pro-resource-card:hover {
    transform: translateX(10px);
    border-color: #000;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.pro-resource-card:hover .card-arrow {
    color: #ff0000;
    transform: translateX(5px);
}

/* RESPONSIVE DESIGN */
@media (max-width: 991px) {
    .policy-layout-grid { grid-template-columns: 1fr; }
    .policy-hero-banner { height: 350px; }
    .policy-container { padding: 40px 20px; }
    .policy-lead-text { font-size: 18px !important; }
}/* End custom CSS */