@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400&display=swap');

.lcf-sr-wrap {
    font-family: 'Open Sans', sans-serif;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

/* ===== HERO ===== */
.lcf-sr-hero {
    position: relative;
    min-height: 360px;
    background-size: cover;
    background-position: center center;
    background-color: #2a3a1a;
    display: flex;
    align-items: center;
    padding: 50px 50px;
    box-sizing: border-box;
}

.lcf-sr-icon-yellow{
	background-color:#edc51e;
}

.lcf-sr-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgb(30 92 53 / 65%) 50%, rgba(0, 0, 0, 0.15));
}

.lcf-sr-hero-content {
    position: relative;
    z-index: 2;
    max-width: 520px;
}

.lcf-sr-label {
    font-size: 13px;
    font-weight: 700;
    color: #d4a017;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin: 0 0 8px;
    font-style: italic;
}

.lcf-sr-heading {
    font-size: 44px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin: 0 0 14px !important;
    line-height: 1.15 !important;
    font-family: 'Open Sans', sans-serif !important;
}

.lcf-sr-sub {
    font-size: 14px;
    color: #e0e0e0;
    line-height: 1.6;
    margin: 0 0 8px;
    font-weight: 600;
}

.lcf-sr-tagline {
    font-size: 13px;
    color: #d4a017;
    font-style: italic;
    font-weight: 600;
    margin: 0 0 20px;
}

/* Hero Buttons */
.lcf-sr-btns {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.lcf-sr-btn {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 700;
    padding: 11px 22px;
    border-radius: 5px;
    text-decoration: none;
    letter-spacing: 0.5px;
    display: inline-block;
    transition: opacity 0.2s;
}

.lcf-sr-btn:hover { opacity: 0.88; }

.lcf-sr-btn-yellow {
    background: #d4a017;
    color: #1a1a1a !important;
    border: 2px solid #d4a017;
}

.lcf-sr-btn-outline {
    background: transparent;
    color: #fff !important;
    border: 2px solid rgba(255,255,255,0.75);
}

/* ===== PHASE BAR ===== */
.lcf-sr-phasebar {
    display: flex;
    align-items: flex-start;
    background: #f9f9f6;
    border-bottom: 2px solid #e8e8e0;
    padding: 22px 30px;
    gap: 0;
}

.lcf-sr-phase {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    flex: 1;
    padding: 0 20px;
}

.lcf-sr-phase:first-child { padding-left: 0; }
.lcf-sr-phase:last-child  { padding-right: 0; }

.lcf-sr-phase-divider {
    width: 1px;
    background: #d8d8d0;
    align-self: stretch;
    margin: 4px 0;
}

/* Phase Icon */
.lcf-sr-phase-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.lcf-sr-icon-green { background: #1e5c2e; }
.lcf-sr-icon-grey  { background: #dde4e0; }

.lcf-sr-phase-body { flex: 1; }

.lcf-sr-phase-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
    flex-wrap: wrap;
}

.lcf-sr-phase-title {
    font-size: 14px;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: 0.5px;
}

.lcf-sr-badge {
    font-size: 11px;
    font-weight: 700;
    padding: 3px 12px;
    border-radius: 20px;
}

.lcf-sr-badge-green { background: #9fc7a0; color: #000; }
.lcf-sr-badge-grey  { background: #9fc7a0; color: #000; }

.lcf-sr-phase-desc {
    font-size: 13px;
    color: #555;
    line-height: 1.6;
    margin: 0;
}

/* ===== BOTTOM 3 COLS ===== */
.lcf-sr-bottom {
    display: flex;
    min-height: 220px;
}

/* Col 1 — dark green */
.lcf-sr-col1 {
    flex: 0 0 26%;
    background: #1e5c2e;
    padding: 28px 24px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.lcf-sr-phase-tag {
    display: inline-block;
    background: #d4a017;
    color: #1a1a1a;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 12px;
    border-radius: 3px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.lcf-sr-col1-title {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #fff !important;
    margin: 0 0 12px !important;
    line-height: 1.25 !important;
    font-family: 'Open Sans', sans-serif !important;
}

.lcf-sr-col1-desc {
    font-size: 13px;
    color: #b8d4bc;
    line-height: 1.7;
    margin: 0;
}

/* Col 2 — image + stats SIDE BY SIDE */
.lcf-sr-col2 {
    flex: 0 0 40%;
    display: flex;
    flex-direction: row;
    overflow: hidden;
}

.lcf-sr-center-img {
    flex: 0 0 55%;
    width: 55%;
    height: 100%;
    object-fit: cover;
    display: block;
    min-height: 220px;
}

.lcf-sr-stats {
    flex: 1;
    background: #1e5c2e;
    padding: 18px 16px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
}

.lcf-sr-stat {
    display: flex;
    align-items: center;
    gap: 12px;
}

.lcf-sr-stat-icon {
    width: 36px;
    height: 36px;
    background: rgba(255,255,255,0.12);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.lcf-sr-stat-val {
    font-size: 15px;
    font-weight: 700;
    color: #d4a017;
    margin: 0;
    line-height: 1.2;
}

.lcf-sr-stat-lbl {
    font-size: 11px;
    color: #c8e8cc;
    margin: 0;
}

/* Col 3 — CTA */
.lcf-sr-col3 {
    flex: 1;
    background: #f0f4f0;
    padding: 28px 28px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.lcf-sr-cta-title {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #1e5c2e !important;
    margin: 0 0 10px !important;
    line-height: 1.3 !important;
    font-family: 'Open Sans', sans-serif !important;
}

.lcf-sr-cta-sub {
    font-size: 14px;
    color: #444;
    line-height: 1.6;
    margin: 0 0 20px;
}

.lcf-sr-cta-btn {
    display: inline-block;
    background: #d4a017;
    color: #1a1a1a !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    padding: 14px 28px;
    border-radius: 5px;
    text-decoration: none;
    letter-spacing: 1px;
    transition: background 0.2s;
    text-align: center;
}

.lcf-sr-cta-btn:hover {
    background: #b8880f;
    color: #1a1a1a !important;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
    .lcf-sr-phasebar { flex-direction: column; gap: 18px; }
    .lcf-sr-phase-divider { display: none; }
    .lcf-sr-phase { padding: 0; }
    .lcf-sr-bottom { flex-direction: column; }
    .lcf-sr-col1, .lcf-sr-col2, .lcf-sr-col3 { flex: 0 0 100%; }
    .lcf-sr-col2 { flex-direction: column; min-height: 260px; }
    .lcf-sr-center-img { flex: 0 0 auto; width: 100% !important; height: 200px; min-height: 200px; }
    .lcf-sr-stats { flex: 1; }
    .lcf-sr-heading { font-size: 30px !important; }
}

@media (max-width: 560px) {
    .lcf-sr-hero { padding: 36px 24px; min-height: 280px; }
    .lcf-sr-heading { font-size: 26px !important; }
    .lcf-sr-col1, .lcf-sr-col3 { padding: 22px 18px; }
}
