@import url("../why-florianbd-is-the-most-trusted-online-nursery-in-bangladesh/style.css");

.tsc-dot {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-green);
}

/* ========================================
   ECOSYSTEM FLOW SECTION
======================================== */
.ecflow-section {
    padding: 80px 24px;
    position: relative;
    background: var(--bg-soft);
    overflow: hidden;
}
.ecf-bg { position: absolute; inset: 0; pointer-events: none; z-index: 0; }
.ef-orb { position: absolute; border-radius: 50%; filter: blur(100px); opacity: 0.12; }
.ef-orb.e1 { width: 500px; height: 500px; background: var(--primary-green); top: -120px; left: -80px; }
.ef-orb.e2 { width: 400px; height: 400px; background: #06b6d4; bottom: -100px; right: -80px; }
.ef-grid { position: absolute; inset: 0; background-image: radial-gradient(rgba(0, 166, 81, 0.04) 1px, transparent 1px); background-size: 28px 28px; opacity: 0.4; }
.ecf-container { max-width: 1100px; margin: 0 auto; position: relative; z-index: 1; }
.ecf-header { text-align: center; margin-bottom: 50px; }
.ecf-flow {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.ecf-step {
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 20px;
    padding: 28px 24px;
    border: 1px solid rgba(0, 0, 0, 0.04);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    text-align: center;
    flex: 1 1 140px;
    min-width: 130px;
    max-width: 165px;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
}
.ecf-step:hover { transform: translateY(-6px); box-shadow: 0 12px 40px rgba(0, 166, 81, 0.10); border-color: rgba(0, 166, 81, 0.12); background: white; }
.ecf-step-icon {
    width: 52px; height: 52px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(0, 166, 81, 0.08), rgba(0, 166, 81, 0.15));
    display: flex; align-items: center; justify-content: center;
    font-size: 1.2rem; color: var(--primary-green);
    margin: 0 auto 12px;
    transition: all 0.4s ease;
}
.ecf-step:hover .ecf-step-icon { background: linear-gradient(135deg, var(--primary-green), var(--primary-light)); color: white; transform: scale(1.08); }
.ecf-step-num {
    font-size: 0.7rem;
    font-weight: 700;
    color: var(--primary-green);
    background: rgba(0, 166, 81, 0.08);
    display: inline-block;
    padding: 2px 10px;
    border-radius: 20px;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
}
.ecf-step h3 { font-size: 0.95rem; font-weight: 700; color: var(--secondary-dark); margin-bottom: 6px; }
.ecf-step p { font-size: 0.78rem; color: var(--text-muted); line-height: 1.6; margin: 0; }
.ecf-arrow {
    font-size: 1.3rem;
    color: var(--primary-green);
    opacity: 0.4;
    flex-shrink: 0;
}
@media (max-width: 1024px) {
    .ecf-flow { gap: 10px; }
    .ecf-step { flex: 1 1 120px; min-width: 110px; padding: 22px 16px; }
}
@media (max-width: 768px) {
    .ecf-flow { flex-direction: column; gap: 16px; }
    .ecf-step { max-width: 320px; width: 100%; }
    .ecf-arrow { transform: rotate(90deg); }
}

/* ========================================
   PARTNER NETWORK SECTION
======================================== */
.pnet-section {
    padding: 80px 24px;
    position: relative;
    background: var(--bg-main);
    overflow: hidden;
}
.pnet-bg { position: absolute; inset: 0; pointer-events: none; z-index: 0; }
.pn-orb { position: absolute; border-radius: 50%; filter: blur(90px); opacity: 0.1; }
.pn-orb.p1 { width: 450px; height: 450px; background: #7c3aed; top: -100px; right: -80px; }
.pn-orb.p2 { width: 350px; height: 350px; background: var(--primary-green); bottom: -80px; left: -60px; }
.pnet-container { max-width: 1100px; margin: 0 auto; position: relative; z-index: 1; }
.pnet-header { text-align: center; margin-bottom: 50px; }
.pnet-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.pnet-card {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 20px;
    padding: 32px 26px;
    border: 1px solid rgba(0, 0, 0, 0.04);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    text-align: center;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.pnet-card:hover { transform: translateY(-6px); box-shadow: 0 12px 40px rgba(0, 166, 81, 0.08); border-color: rgba(0, 166, 81, 0.12); background: white; }
.pnet-icon {
    width: 60px; height: 60px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(0, 166, 81, 0.08), rgba(0, 166, 81, 0.15));
    display: flex; align-items: center; justify-content: center;
    font-size: 1.5rem; color: var(--primary-green);
    margin: 0 auto 16px;
    transition: all 0.4s ease;
}
.pnet-card:hover .pnet-icon { background: linear-gradient(135deg, var(--primary-green), var(--primary-light)); color: white; transform: scale(1.08); }
.pnet-card h3 { font-size: 1rem; font-weight: 700; color: var(--secondary-dark); margin-bottom: 8px; }
.pnet-card p { font-size: 0.85rem; color: var(--text-muted); line-height: 1.7; margin: 0; }
@media (max-width: 768px) { .pnet-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; } .pnet-card { padding: 24px 20px; } }
@media (max-width: 480px) { .pnet-grid { grid-template-columns: 1fr; } }

/* ========================================
   BUYER BENEFITS SECTION
======================================== */
.bben-section {
    padding: 80px 24px;
    position: relative;
    background: var(--bg-soft);
    overflow: hidden;
}
.bben-bg { position: absolute; inset: 0; pointer-events: none; z-index: 0; }
.bb-orb { position: absolute; border-radius: 50%; filter: blur(100px); opacity: 0.1; }
.bb-orb.b1 { width: 500px; height: 500px; background: var(--secondary-dark); top: -120px; left: -100px; }
.bb-orb.b2 { width: 350px; height: 350px; background: var(--primary-light); bottom: -80px; right: -60px; }
.bb-pattern { position: absolute; inset: 0; background-image: radial-gradient(rgba(0, 166, 81, 0.03) 1px, transparent 1px); background-size: 30px 30px; opacity: 0.4; }
.bben-container { max-width: 1100px; margin: 0 auto; position: relative; z-index: 1; }
.bben-header { text-align: center; margin-bottom: 50px; }
.bben-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.bben-card {
    display: flex;
    gap: 20px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 20px;
    padding: 28px 30px;
    border: 1px solid rgba(0, 0, 0, 0.04);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.bben-card:hover { transform: translateY(-4px); box-shadow: 0 10px 35px rgba(0, 166, 81, 0.08); border-color: rgba(0, 166, 81, 0.10); background: white; }
.bben-icon {
    width: 56px; height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(0, 166, 81, 0.08), rgba(0, 166, 81, 0.15));
    display: flex; align-items: center; justify-content: center;
    font-size: 1.3rem; color: var(--primary-green);
    flex-shrink: 0;
    transition: all 0.4s ease;
}
.bben-card:hover .bben-icon { background: linear-gradient(135deg, var(--primary-green), var(--primary-light)); color: white; }
.bben-content { flex: 1; min-width: 0; }
.bben-content h3 { font-size: 1rem; font-weight: 700; color: var(--secondary-dark); margin-bottom: 6px; }
.bben-content p { font-size: 0.85rem; color: var(--text-muted); line-height: 1.7; margin: 0; }
@media (max-width: 768px) { .bben-grid { grid-template-columns: 1fr; } .bben-card { padding: 22px 24px; } }