/* Breadcrumb */
.breadcrumb {
    padding: 12px 0;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    font-size: 14px;
    color: #64748b;
}
.breadcrumb a { color: #64748b; }
.breadcrumb a:hover { color: #00a650; }
.breadcrumb span { color: #0b1b3d; font-weight: 600; }

/* Hero */
.cf-hero { padding: 60px 0 40px; }

.cf-hero-centered { background: linear-gradient(135deg, #f8fafc 0%, #eef2ff 100%); }

.cf-hero-full {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
}

.cf-hero-full .cf-lead {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 36px;
}

.cf-hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}
.cf-hero-content h1 {
    font-size: 2.8rem;
    line-height: 1.15;
    margin-bottom: 20px;
    color: #0b1b3d;
}
.cf-h1-sub {
    display: block;
    font-size: 2rem;
    font-weight: 700;
}
.cf-em-yellow { font-style: normal; color: #f59e0b; }
.cf-em-blue   { font-style: normal; color: #1d3557; }
.text-yellow  { color: #f59e0b !important; }
.text-blue2   { color: #1d3557 !important; }

.cf-lead {
    font-size: 1.05rem;
    color: #64748b;
    margin-bottom: 36px;
    line-height: 1.7;
}
.cf-pillars {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.cf-pillars-4 {
    grid-template-columns: repeat(4, 1fr);
    max-width: 820px;
    margin: 0 auto;
}
.cf-pillar {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    padding: 14px;
    border-radius: 12px;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / .07);
    font-size: 0.88rem;
    line-height: 1.3;
    transition: transform .3s;
}
.cf-pillar:hover { transform: translateY(-3px); }
.cf-pillar-icon {
    width: 42px; height: 42px;
    border-radius: 10px;
    background: #f1f5f9;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.cf-hero-img img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgb(0 0 0 / .12);
    animation: float 6s ease-in-out infinite;
}

/* Steps */
.cf-steps { padding: 90px 0; }
.cf-steps-desc {
    color: #64748b;
    margin-bottom: 50px;
    font-size: 1.05rem;
}
.cf-steps-grid {
    display: flex;
    align-items: flex-start;
    gap: 0;
    justify-content: center;
}
.cf-step-card {
    background: #fff;
    border-radius: 16px;
    padding: 32px 22px;
    box-shadow: 0 4px 16px rgb(0 0 0 / .07);
    flex: 1;
    text-align: left;
    border: 1px solid #e2e8f0;
    position: relative;
    transition: transform .3s, box-shadow .3s;
}
.cf-step-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 30px rgb(0 0 0 / .12);
}
.cf-step-highlight {
    border: 2px solid #f59e0b;
    box-shadow: 0 8px 24px rgb(245 158 11 / .15);
}
.cf-step-num {
    width: 36px; height: 36px;
    border-radius: 50%;
    color: white;
    font-weight: 800;
    font-size: 1rem;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 16px;
    box-shadow: 0 4px 10px rgb(0 0 0 / .15);
}
.cf-step-icon {
    margin-bottom: 14px;
}
.cf-step-card h3 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #0b1b3d;
}
.cf-step-card p {
    font-size: 0.88rem;
    color: #64748b;
    margin-bottom: 14px;
    line-height: 1.55;
}
.cf-check {
    list-style: none;
    padding: 0;
}
.cf-check li {
    font-size: 0.83rem;
    color: #475569;
    margin-bottom: 6px;
    padding-left: 20px;
    position: relative;
}
.cf-check li::before {
    content: '';
    position: absolute;
    left: 0; top: 5px;
    width: 10px; height: 10px;
    background: #00a650;
    border-radius: 50%;
}
.cf-arrow {
    display: flex;
    align-items: center;
    padding: 0 8px;
    flex-shrink: 0;
    margin-top: 60px;
}

/* Weekly */
.cf-weekly { padding: 90px 0; }
.cf-weekly-grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 60px;
    align-items: start;
}
.cf-weekly-left h2 { font-size: 1.9rem; margin-bottom: 16px; line-height: 1.3; }
.cf-weekly-left p  { color: #64748b; font-size: 0.97rem; line-height: 1.7; }
.cf-days-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.cf-day {
    background: #fff;
    border-radius: 14px;
    padding: 20px 16px;
    box-shadow: 0 4px 10px rgb(0 0 0 / .06);
    border: 1px solid #e2e8f0;
    transition: transform .3s;
}
.cf-day:hover { transform: translateY(-4px); }
.cf-day-viernes {
    border: 2px solid #0b1b3d;
    background: #0b1b3d;
    color: white;
}
.cf-day-viernes .cf-day-name { color: #f59e0b; }
.cf-day-viernes p { color: #cbd5e1; }
.cf-day-viernes .cf-day-icon { color: white; }
.cf-day-name {
    font-weight: 700;
    font-size: 0.88rem;
    color: #0b1b3d;
    display: block;
    margin-bottom: 10px;
}
.cf-day-icon {
    color: #00a650;
    margin-bottom: 8px;
}
.cf-day p {
    font-size: 0.83rem;
    color: #64748b;
    line-height: 1.5;
    margin: 0;
}

/* Why */
.cf-why { padding: 90px 0; }
.cf-why-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
    margin-top: 50px;
}
.cf-why-item {
    background: #fff;
    border-radius: 16px;
    padding: 28px 18px;
    box-shadow: 0 4px 10px rgb(0 0 0 / .06);
    border: 1px solid #e2e8f0;
    transition: transform .3s, box-shadow .3s;
    text-align: center;
}
.cf-why-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 30px rgb(0 0 0 / .1);
}
.cf-why-icon { margin-bottom: 14px; }
.cf-why-item h4 {
    font-size: 0.95rem;
    font-weight: 700;
    color: #0b1b3d;
    margin-bottom: 8px;
}
.cf-why-item p {
    font-size: 0.83rem;
    color: #64748b;
    line-height: 1.55;
    margin: 0;
}

/* Responsive */
@media (max-width: 1100px) {
    .cf-steps-grid { flex-wrap: wrap; }
    .cf-arrow { display: none; }
    .cf-step-card { min-width: 200px; }
    .cf-why-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 900px) {
    .cf-hero-grid,
    .cf-weekly-grid { grid-template-columns: 1fr; }
    .cf-hero-content h1 { font-size: 2rem; }
    .cf-h1-sub { font-size: 1.5rem; }
    .cf-days-grid { grid-template-columns: 1fr 1fr; }
    .cf-why-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
    .cf-pillars { grid-template-columns: 1fr; }
    .cf-days-grid { grid-template-columns: 1fr; }
    .cf-why-grid { grid-template-columns: 1fr; }
}
