.elementor-25 .elementor-element.elementor-element-f41d792{--display:flex;}.elementor-25 .elementor-element.elementor-element-80d1ec2{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-25 .elementor-element.elementor-element-e923d6a{--display:flex;--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-25 .elementor-element.elementor-element-1557463{--display:flex;--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-86e9f26 */.hf-premium-trust {
    background: #ffffff;
    padding: 120px 5%;
    font-family: 'Inter', -apple-system, sans-serif;
    overflow: hidden;
}

.hf-trust-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Floating Header Section */
.hf-header-float {
    text-align: center;
    margin-bottom: 80px;
}

.hf-badge-glow {
    background: rgba(45, 202, 113, 0.08);
    color: #2dca71;
    padding: 10px 24px;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.5px;
    display: inline-block;
    margin-bottom: 25px;
}

.hf-main-title {
    font-size: clamp(32px, 5vw, 54px);
    font-weight: 900;
    color: #0f172a;
    letter-spacing: -1.5px;
    line-height: 1.1;
}

.hf-green-glow {
    color: #2dca71;
    position: relative;
}

.hf-description {
    font-size: 19px;
    color: #64748b;
    max-width: 700px;
    margin: 25px auto 0;
    line-height: 1.6;
}

/* The Floating Grid (No visible "Box" borders) */
.hf-floating-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
}

.hf-glass-card {
    background: #ffffff;
    padding: 50px 40px;
    border-radius: 32px;
    position: relative;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    /* Soft elevation instead of hard borders */
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02), 0 2px 4px -1px rgba(0, 0, 0, 0.02);
    border: 1px solid #f1f5f9;
}

.hf-glass-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 30px 60px -12px rgba(15, 23, 42, 0.08);
    border-color: rgba(45, 202, 113, 0.3);
}

.featured-glow {
    background: linear-gradient(180deg, #ffffff 0%, #f0fdf4 100%);
}

/* Icon & Content Refinement */
.hf-card-icon {
    width: 64px;
    height: 64px;
    background: #f8fafc;
    color: #2dca71;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 30px;
    transition: 0.3s;
}

.hf-glass-card:hover .hf-card-icon {
    background: #2dca71;
    color: #ffffff;
}

.hf-card-body h3 {
    font-size: 24px;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 15px;
}

.hf-card-body p {
    font-size: 16px;
    color: #64748b;
    line-height: 1.7;
}

/* Tags */
.hf-tag-group {
    margin-top: 25px;
    display: flex;
    gap: 10px;
}

.hf-mini-tag {
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    color: #2dca71;
    background: rgba(45, 202, 113, 0.1);
    padding: 4px 12px;
    border-radius: 6px;
}

/* Responsive */
@media (max-width: 768px) {
    .hf-floating-grid { grid-template-columns: 1fr; }
    .hf-glass-card { padding: 40px 30px; }
}/* End custom CSS */