.bcgd-page .bcgd-section h4,.bcgd-page .bcgd-hero h4,.bcgd-page .bcgd-cta h4,.bcgd-page .bcgd-card h4{font-size:20px}.bcgd-page .bcgd-section-sm{padding:60px 20px}.bcgd-page .bcgd-section-lg{padding:120px 20px}.bcgd-page .bcgd-flex{display:flex;gap:24px}.bcgd-page .bcgd-align-center{align-items:center}.bcgd-page .bcgd-justify-between{justify-content:space-between}.bcgd-page .bcgd-btn-dark{background:var(--bcgd-secondary);color:var(--bcgd-white)}.bcgd-page .bcgd-btn-dark:hover{background:var(--bcgd-primary);color:var(--bcgd-white);transform:translateY(-2px)}.bcgd-page .bcgd-btn-light{background:var(--bcgd-white);color:var(--bcgd-secondary);border-color:var(--bcgd-white);box-shadow:0 12px 28px rgba(255,255,255,.16)}.bcgd-page .bcgd-btn-light:hover{background:var(--bcgd-primary);color:var(--bcgd-white);border-color:var(--bcgd-primary);transform:translateY(-2px)}.bcgd-page .bcgd-check{display:flex;gap:10px;align-items:flex-start}.bcgd-page .bcgd-check::before{content:"✓";flex:0 0 24px;width:24px;height:24px;border-radius:50%;background:var(--bcgd-primary);color:var(--bcgd-white);display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:900;margin-top:2px}.bcgd-page a.bcgd-card{display:block;color:inherit;text-decoration:none;min-height:190px}.bcgd-page a.bcgd-card h3{color:var(--bcgd-secondary)}.bcgd-page a.bcgd-card p{color:var(--bcgd-text)}.bcgd-page .bcgd-service-card{background:var(--bcgd-white);border-radius:var(--bcgd-radius-md);overflow:hidden;border:1px solid var(--bcgd-border);box-shadow:var(--bcgd-shadow-soft);transition:all .25s ease}.bcgd-page .bcgd-service-card:hover{transform:translateY(-4px);box-shadow:var(--bcgd-shadow)}.bcgd-page .bcgd-service-card img{width:100%;height:230px;object-fit:cover}.bcgd-page .bcgd-service-card-content{padding:28px}.bcgd-page .bcgd-service-card-content h3{margin-bottom:10px}.bcgd-page .bcgd-service-card-content p{margin-bottom:0}.bcgd-page .bcgd-trust-bar{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:40px}.bcgd-page .bcgd-trust-item{padding:22px;border-radius:var(--bcgd-radius-md);background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(8px)}.bcgd-page .bcgd-trust-item strong{display:block;color:var(--bcgd-white);font-size:24px;line-height:1.1;margin-bottom:6px}.bcgd-page .bcgd-trust-item span{color:rgba(255,255,255,.78);font-size:14px;line-height:1.5}.bcgd-page .bcgd-process{counter-reset:bcgd-step}.bcgd-page .bcgd-step{position:relative;background:var(--bcgd-white);border:1px solid var(--bcgd-border);border-radius:var(--bcgd-radius-md);padding:32px;box-shadow:var(--bcgd-shadow-soft)}.bcgd-page .bcgd-step::before{counter-increment:bcgd-step;content:counter(bcgd-step);width:44px;height:44px;border-radius:50%;background:var(--bcgd-primary);color:var(--bcgd-white);display:inline-flex;align-items:center;justify-content:center;font-weight:900;margin-bottom:18px}.bcgd-page .bcgd-step h3{margin-bottom:10px}.bcgd-page .bcgd-step p{margin-bottom:0}.bcgd-page .bcgd-faq-item h3{font-size:20px;margin-bottom:10px}.bcgd-page .bcgd-location-card{padding:24px;background:var(--bcgd-white);border:1px solid var(--bcgd-border);border-radius:var(--bcgd-radius-md);box-shadow:var(--bcgd-shadow-soft)}.bcgd-page .bcgd-location-card h3{display:flex;align-items:center;gap:10px;margin-bottom:10px}.bcgd-page .bcgd-location-card h3::before{content:"";width:12px;height:12px;background:var(--bcgd-primary);border-radius:50%;flex:0 0 12px}.bcgd-page .bcgd-table-wrap{width:100%;overflow-x:auto;border-radius:var(--bcgd-radius-md);box-shadow:var(--bcgd-shadow-soft);border:1px solid var(--bcgd-border)}.bcgd-page table.bcgd-table{width:100%;border-collapse:collapse;background:var(--bcgd-white);min-width:680px}.bcgd-page .bcgd-table th,.bcgd-page .bcgd-table td{padding:18px;border-bottom:1px solid var(--bcgd-border);text-align:left;vertical-align:top}.bcgd-page .bcgd-table th{background:var(--bcgd-secondary);color:var(--bcgd-white);font-weight:800}.bcgd-page .bcgd-table td{color:var(--bcgd-text)}.bcgd-page .bcgd-table tr:last-child td{border-bottom:none}.bcgd-page .bcgd-mb-0{margin-bottom:0}.bcgd-page .bcgd-mb-20{margin-bottom:20px}.bcgd-page .bcgd-mb-30{margin-bottom:30px}.bcgd-page .bcgd-mb-40{margin-bottom:40px}.bcgd-page .bcgd-mb-60{margin-bottom:60px}.bcgd-page .bcgd-text-white{color:var(--bcgd-white)}.bcgd-page .bcgd-text-dark{color:var(--bcgd-secondary)}.bcgd-page .bcgd-text-green{color:var(--bcgd-primary)}.bcgd-page .bcgd-text-muted{color:var(--bcgd-text)}.bcgd-page .bcgd-rounded{border-radius:var(--bcgd-radius-md)}.bcgd-page .bcgd-shadow{box-shadow:var(--bcgd-shadow)}.bcgd-page .bcgd-safety-card{background:var(--bcgd-white)!important;color:var(--bcgd-text)!important}.bcgd-page .bcgd-safety-card h3{color:var(--bcgd-secondary)!important}.bcgd-page .bcgd-safety-card p,.bcgd-page .bcgd-safety-card li{color:var(--bcgd-text)!important;opacity:1!important}.bcgd-page .bcgd-safety-card .bcgd-list li::before{background:var(--bcgd-primary)!important;color:var(--bcgd-white)!important}body:has(.bcgd-page) .entry-content{margin-top:0!important;padding-top:0!important}@media (max-width:1024px){.bcgd-page .bcgd-trust-bar{grid-template-columns:repeat(2,minmax(0,1fr))}.bcgd-page .bcgd-section-lg{padding:95px 20px}}@media (max-width:767px){.bcgd-page .bcgd-trust-bar{grid-template-columns:1fr}}