/* ============================================================
   FlorianBD — Most Awarded Online Nursery
   Imports the canonical trust-page stylesheet so every shared
   section renders identically to the other trust pages.
============================================================ */
@import url("../why-florianbd-is-the-most-trusted-online-nursery-in-bangladesh/style.css");

/* TSC score display helpers (12+, 8.2K+, etc.) */
.tsc-plus {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-green);
    margin-right: 4px;
}

/* ========================================
   AWARD VERIFICATION SECTION (.aver-)
   Independently verified recognition
======================================== */
.aver-section {
    padding: 80px 24px;
    position: relative;
    background: var(--bg-soft);
    overflow: hidden;
}
.aver-bg { position: absolute; inset: 0; pointer-events: none; z-index: 0; }
.av-orb { position: absolute; border-radius: 50%; filter: blur(90px); opacity: 0.12; }
.av-orb.a1 { width: 500px; height: 500px; background: #f59e0b; top: -120px; right: -100px; }
.av-orb.a2 { width: 400px; height: 400px; background: var(--primary-green); bottom: -100px; left: -80px; }
.av-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; }
.aver-container { max-width: 1100px; margin: 0 auto; position: relative; z-index: 1; }
.aver-header { text-align: center; margin-bottom: 50px; }
.aver-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.aver-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;
    position: relative;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.aver-card:hover { transform: translateY(-6px); box-shadow: 0 12px 40px rgba(245, 158, 11, 0.08); border-color: rgba(245, 158, 11, 0.12); background: white; }
.aver-icon {
    width: 60px; height: 60px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.08), rgba(245, 158, 11, 0.15));
    display: flex; align-items: center; justify-content: center;
    font-size: 1.5rem; color: #f59e0b;
    margin: 0 auto 16px;
    transition: all 0.4s ease;
}
.aver-card:hover .aver-icon { background: linear-gradient(135deg, #f59e0b, #fbbf24); color: white; transform: scale(1.08); }
.aver-badge {
    position: absolute;
    top: 12px; right: 12px;
    width: 26px; height: 26px;
    background: var(--primary-green);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: white; font-size: 0.75rem;
    box-shadow: 0 2px 8px rgba(0, 166, 81, 0.2);
}
.aver-card h3 { font-size: 1rem; font-weight: 700; color: var(--secondary-dark); margin-bottom: 8px; }
.aver-card p { font-size: 0.85rem; color: var(--text-muted); line-height: 1.7; margin: 0; }
@media (max-width: 768px) { .aver-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; } .aver-card { padding: 24px 20px; } }
@media (max-width: 480px) { .aver-grid { grid-template-columns: 1fr; } }

/* ========================================
   INDUSTRY RECOGNITION SECTION (.irec-)
   Recognised by industry leaders
======================================== */
.irec-section {
    padding: 80px 24px;
    position: relative;
    background: var(--bg-main);
    overflow: hidden;
}
.irec-bg { position: absolute; inset: 0; pointer-events: none; z-index: 0; }
.ir-orb { position: absolute; border-radius: 50%; filter: blur(90px); opacity: 0.1; }
.ir-orb.r1 { width: 450px; height: 450px; background: #1e3a8a; top: -100px; left: -80px; }
.ir-orb.r2 { width: 350px; height: 350px; background: var(--primary-green); bottom: -80px; right: -60px; }
.irec-container { max-width: 1100px; margin: 0 auto; position: relative; z-index: 1; }
.irec-header { text-align: center; margin-bottom: 50px; }
.irec-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.irec-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);
}
.irec-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; }
.irec-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;
}
.irec-card:hover .irec-icon { background: linear-gradient(135deg, var(--primary-green), var(--primary-light)); color: white; }
.irec-content { flex: 1; min-width: 0; }
.irec-content h3 { font-size: 1rem; font-weight: 700; color: var(--secondary-dark); margin-bottom: 6px; }
.irec-content p { font-size: 0.85rem; color: var(--text-muted); line-height: 1.7; margin: 0; }
@media (max-width: 768px) { .irec-grid { grid-template-columns: 1fr; } .irec-card { padding: 22px 24px; } }

/* ========================================
   COMMUNITY HONOURS SECTION (.chon-)
   Honoured by the community
======================================== */
.chon-section {
    padding: 80px 24px;
    position: relative;
    background: var(--bg-soft);
    overflow: hidden;
}
.chon-bg { position: absolute; inset: 0; pointer-events: none; z-index: 0; }
.ch-orb { position: absolute; border-radius: 50%; filter: blur(100px); opacity: 0.1; }
.ch-orb.h1 { width: 500px; height: 500px; background: var(--secondary-dark); top: -150px; right: -120px; }
.ch-orb.h2 { width: 350px; height: 350px; background: #f59e0b; bottom: -100px; left: -80px; }
.ch-pattern { position: absolute; inset: 0; background-image: radial-gradient(rgba(245, 158, 11, 0.03) 1px, transparent 1px); background-size: 30px 30px; opacity: 0.4; }
.chon-container { max-width: 1100px; margin: 0 auto; position: relative; z-index: 1; }
.chon-header { text-align: center; margin-bottom: 50px; }
.chon-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.chon-card {
    display: flex;
    gap: 20px;
    background: rgba(255, 255, 255, 0.75);
    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);
}
.chon-card:hover { transform: translateY(-4px); box-shadow: 0 10px 35px rgba(245, 158, 11, 0.08); border-color: rgba(245, 158, 11, 0.10); background: white; }
.chon-shield {
    width: 52px; height: 52px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.08), rgba(245, 158, 11, 0.15));
    display: flex; align-items: center; justify-content: center;
    font-size: 1.3rem; color: #f59e0b;
    flex-shrink: 0;
    transition: all 0.4s ease;
}
.chon-card:hover .chon-shield { background: linear-gradient(135deg, #f59e0b, #fbbf24); color: white; transform: scale(1.06); }
.chon-content { flex: 1; min-width: 0; }
.chon-content h3 { font-size: 1rem; font-weight: 700; color: var(--secondary-dark); margin-bottom: 6px; }
.chon-content p { font-size: 0.85rem; color: var(--text-muted); line-height: 1.7; margin: 0; }
@media (max-width: 768px) { .chon-grid { grid-template-columns: 1fr; } .chon-card { padding: 22px 24px; } }