:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-99bb2ed *//* ============================================================
🌿 BEL-C HOMEROOTS™ PAGE
LEARNING AT HOME • LEARNING IN COMMUNITY
CLEAN • RESPONSIVE • ELEMENTOR-SAFE
============================================================ */

/* Base Containers */
.homeroots-container {
max-width: 1180px;
margin: 0 auto;
padding: 0 20px;
}

.homeroots-container.narrow {
max-width: 900px;
}

/* HERO */
.homeroots-hero {
background: linear-gradient(135deg, #ecfdf5 0%, #ffffff 55%, #f0fdf4 100%);
padding: 95px 20px 85px;
text-align: center;
}

.homeroots-kicker {
display: inline-block;
margin: 0 0 16px;
padding: 8px 18px;
border-radius: 999px;
background: #dcfce7;
color: #15803d;
font-size: 0.9rem;
font-weight: 800;
letter-spacing: 0.04em;
text-transform: uppercase;
}

.homeroots-hero h1 {
margin: 0 0 12px;
font-size: 3.4rem;
line-height: 1.1;
color: #111827;
}

.homeroots-subtitle {
margin: 0 auto 24px;
font-size: 1.15rem;
font-weight: 800;
color: #22c55e;
}

.homeroots-hero-text {
max-width: 850px;
margin: 0 auto 18px;
font-size: 1.18rem;
line-height: 1.7;
color: #333333;
}

/* SECTIONS */
.homeroots-section {
padding: 80px 20px;
background: #ffffff;
}

.homeroots-section.alt {
background: #f0fdf4;
}

.homeroots-section-header {
text-align: center;
max-width: 900px;
margin: 0 auto 48px;
}

.homeroots-section-header h2 {
margin: 0 0 18px;
font-size: 2.25rem;
line-height: 1.2;
color: #2563eb;
}

.homeroots-section-header p {
margin: 0 auto 18px;
font-size: 1.1rem;
line-height: 1.65;
color: #333333;
}

/* SHARED QUESTION LIST */
.homeroots-question-list {
display: grid;
gap: 16px;
max-width: 760px;
margin: 0 auto;
}

.homeroots-question-list p {
background: #ffffff;
border-left: 5px solid #22c55e;
border-radius: 14px;
padding: 16px 20px;
margin: 0;
color: #333333;
font-weight: 700;
box-shadow: 0 5px 14px rgba(0,0,0,0.06);
}

/* GRIDS */
.homeroots-grid {
display: grid;
gap: 28px;
align-items: stretch;
}

.homeroots-grid.two {
grid-template-columns: repeat(2, 1fr);
}

.homeroots-grid.three {
grid-template-columns: repeat(3, 1fr);
}

.homeroots-grid.four {
grid-template-columns: repeat(4, 1fr);
}

/* CARDS */
.homeroots-card {
background: #ffffff;
padding: 30px 24px;
border-radius: 22px;
box-shadow: 0 6px 16px rgba(0,0,0,0.07);
text-align: center;
display: flex;
flex-direction: column;
height: 100%;
border-top: 6px solid #22c55e;
}

.homeroots-card.feature {
border-top-color: #16a34a;
}

.homeroots-card.compact p {
flex-grow: 1;
font-weight: 600;
color: #555555;
}

.homeroots-icon {
font-size: 2.3rem;
line-height: 1;
margin-bottom: 16px;
}

.homeroots-card h3 {
margin: 0 0 12px;
font-size: 1.35rem;
line-height: 1.25;
color: #111827;
}

.homeroots-card p {
margin: 0 0 20px;
color: #444444;
line-height: 1.55;
flex-grow: 1;
}

/* LEARNING FLOW */
.homeroots-flow {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 24px;
}

.homeroots-flow-step {
background: #ffffff;
padding: 28px 22px;
border-radius: 22px;
box-shadow: 0 6px 16px rgba(0,0,0,0.07);
text-align: center;
border-bottom: 5px solid #22c55e;
}

.homeroots-flow-step span {
display: inline-flex;
width: 42px;
height: 42px;
border-radius: 50%;
align-items: center;
justify-content: center;
background: #22c55e;
color: #ffffff;
font-weight: 900;
margin-bottom: 14px;
}

.homeroots-flow-step h3 {
margin: 0 0 10px;
font-size: 1.25rem;
color: #111827;
}

.homeroots-flow-step p {
margin: 0;
color: #444444;
line-height: 1.55;
}

/* CTA */
.homeroots-cta {
background: linear-gradient(135deg, #22c55e 0%, #2563eb 100%);
padding: 80px 20px;
text-align: center;
color: #ffffff;
}

.homeroots-cta h2 {
margin: 0 0 16px;
font-size: 2.3rem;
line-height: 1.2;
color: #ffffff;
}

.homeroots-cta p {
max-width: 780px;
margin: 0 auto 28px;
font-size: 1.1rem;
line-height: 1.65;
color: #ffffff;
}

/* BUTTONS */
.homeroots-button-group {
display: flex;
gap: 14px;
justify-content: center;
align-items: center;
flex-wrap: wrap;
margin-top: 28px;
}

a.homeroots-btn {
display: inline-block;
padding: 12px 26px;
border-radius: 40px;
font-weight: 800;
text-decoration: none;
transition: background-color 0.25s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

a.homeroots-btn:hover {
transform: translateY(-1px);
box-shadow: 0 6px 14px rgba(0,0,0,0.14);
}

a.homeroots-btn.primary {
background: #22c55e;
color: #ffffff !important;
}

a.homeroots-btn.primary:hover {
background: #16a34a;
}

a.homeroots-btn.secondary {
background: #2563eb;
color: #ffffff !important;
}

a.homeroots-btn.secondary:hover {
background: #1e4fd6;
}

a.homeroots-btn.accent {
background: #9b8ac4;
color: #ffffff !important;
}

a.homeroots-btn.accent:hover {
background: #7f70a8;
}

a.homeroots-btn.lavender {
background: #9b8ac4;
color: #ffffff !important;
}

a.homeroots-btn.lavender:hover {
background: #7f70a8;
}

/* RESPONSIVE */
@media (max-width: 1100px) {
.homeroots-grid.three,
.homeroots-grid.four,
.homeroots-flow {
grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 900px) {
.homeroots-grid.two {
grid-template-columns: 1fr;
}

.homeroots-hero h1 {
font-size: 2.7rem;
}

.homeroots-section-header h2,
.homeroots-cta h2 {
font-size: 2rem;
}
}

@media (max-width: 600px) {
.homeroots-hero {
padding: 70px 18px 65px;
}

.homeroots-section,
.homeroots-section.alt,
.homeroots-cta {
padding: 60px 18px;
}

.homeroots-grid.two,
.homeroots-grid.three,
.homeroots-grid.four,
.homeroots-flow {
grid-template-columns: 1fr;
}

.homeroots-hero h1 {
font-size: 2.25rem;
}

.homeroots-hero-text,
.homeroots-section-header p,
.homeroots-cta p {
font-size: 1rem;
}

.homeroots-button-group {
flex-direction: column;
align-items: stretch;
}

a.homeroots-btn {
width: 100%;
text-align: center;
}
}/* End custom CSS */