/* ============================================================
   FlorianBD — Most Secure Plant Marketplace
   Imports the canonical trust-page stylesheet so every shared
   section (top nav, sidebar, hero, quote, knowledge, verified,
   guarantee, eco, secure, support, faq, voices, crosslinks,
   CTA, footer) 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 (256-bit, 0 cards, etc.) */
.tsc-dot {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-green);
}

/* ========================================
   SECURITY CERTIFICATIONS SECTION
======================================== */
.scert-section {
    padding: 80px 24px;
    position: relative;
    background: var(--bg-main);
    overflow: hidden;
}
.scert-bg { position: absolute; inset: 0; pointer-events: none; z-index: 0; }
.sc-orb { position: absolute; border-radius: 50%; filter: blur(90px); opacity: 0.12; }
.sc-orb.s1 { width: 500px; height: 500px; background: var(--primary-green); top: -120px; right: -100px; }
.sc-orb.s2 { width: 400px; height: 400px; background: #1e3a8a; bottom: -100px; left: -80px; }
.sc-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; }
.scert-container { max-width: 1100px; margin: 0 auto; position: relative; z-index: 1; }
.scert-header { text-align: center; margin-bottom: 50px; }
.scert-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.scert-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);
}
.scert-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; }
.scert-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;
}
.scert-card:hover .scert-icon { background: linear-gradient(135deg, var(--primary-green), var(--primary-light)); color: white; transform: scale(1.08); }
.scert-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);
}
.scert-card h3 { font-size: 1rem; font-weight: 700; color: var(--secondary-dark); margin-bottom: 8px; }
.scert-card p { font-size: 0.85rem; color: var(--text-muted); line-height: 1.7; margin: 0; }
@media (max-width: 768px) { .scert-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; } .scert-card { padding: 24px 20px; } }
@media (max-width: 480px) { .scert-grid { grid-template-columns: 1fr; } }

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

/* ========================================
   SECURITY INFRASTRUCTURE SECTION
======================================== */
.sinfra-section {
    padding: 80px 24px;
    position: relative;
    background: var(--bg-main);
    overflow: hidden;
}
.sinfra-bg { position: absolute; inset: 0; pointer-events: none; z-index: 0; }
.si-orb { position: absolute; border-radius: 50%; filter: blur(100px); opacity: 0.1; }
.si-orb.i1 { width: 500px; height: 500px; background: var(--secondary-dark); top: -150px; right: -120px; }
.si-orb.i2 { width: 350px; height: 350px; background: var(--primary-light); bottom: -100px; left: -80px; }
.si-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; }
.sinfra-container { max-width: 1100px; margin: 0 auto; position: relative; z-index: 1; }
.sinfra-header { text-align: center; margin-bottom: 50px; }
.sinfra-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.sinfra-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);
}
.sinfra-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; }
.si-icon {
    width: 52px; height: 52px;
    border-radius: 14px;
    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;
}
.sinfra-card:hover .si-icon { background: linear-gradient(135deg, var(--primary-green), var(--primary-light)); color: white; transform: scale(1.06); }
.si-content { flex: 1; min-width: 0; }
.si-content h3 { font-size: 1rem; font-weight: 700; color: var(--secondary-dark); margin-bottom: 6px; }
.si-content p { font-size: 0.85rem; color: var(--text-muted); line-height: 1.7; margin: 0; }
@media (max-width: 768px) { .sinfra-grid { grid-template-columns: 1fr; } .sinfra-card { padding: 22px 24px; } }
