.elementor-807 .elementor-element.elementor-element-8f64a97{--display:flex;--background-transition:0.3s;}/* Start custom CSS for html, class: .elementor-element-64cb1e7 *//* RESET & CORE STYLES */
.bf-wrapper {
    --bf-blue: #00C2FF;
    --bf-pink: #FF4D8D;
    --bf-green: #00D084;
    --bf-yellow: #FFD600;
    --bf-black: #121212;
    --bf-gray: #F4F4F7;
    font-family: 'Inter', sans-serif; /* Assicurati di caricarlo in Elementor */
    background-color: #fff;
    overflow-x: hidden;
}

.bf-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
}

/* NAVBAR */
.bf-nav {
    position: sticky;
    top: 0;
    background: rgba(255,255,255,0.9);
    backdrop-filter: blur(10px);
    z-index: 999;
    padding: 16px 0;
    border-bottom: 1px solid #eee;
}
.bf-nav-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
}
.bf-logo { font-weight: 900; letter-spacing: -1px; font-size: 20px; }
.bf-btn-cta-small {
    background: var(--bf-black);
    color: white;
    padding: 8px 18px;
    border-radius: 100px;
    text-decoration: none;
    font-weight: 700;
    font-size: 13px;
}

/* HERO */
.bf-hero {
    padding: 80px 0 60px;
    text-align: center;
    border-radius: 0 0 40px 40px;
}
.wy-bg-blue { background-color: var(--bf-blue); color: white; }
.wy-bg-pink { background-color: var(--bf-pink); color: white; }

.bf-badge {
    background: rgba(255,255,255,0.2);
    display: inline-block;
    padding: 6px 16px;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 24px;
}

.bf-h1 {
    font-size: 40px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 20px;
}

.bf-hero-sub { font-size: 18px; opacity: 0.9; margin-bottom: 30px; }

.bf-hero-features {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    margin-bottom: 40px;
}
.bf-h-feat { font-weight: 600; font-size: 15px; }

/* BUTTONS */
.bf-btn-primary {
    display: inline-block;
    background: white;
    color: var(--bf-black);
    padding: 18px 40px;
    border-radius: 100px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    transition: 0.3s;
}
.bf-btn-primary.dark { background: var(--bf-black); color: white; }

/* FEATURES BAR */
.bf-feat-list {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    padding: 30px 0;
    scrollbar-width: none;
}
.bf-feat-item {
    background: var(--bf-gray);
    padding: 15px 24px;
    border-radius: 20px;
    white-space: nowrap;
    font-weight: 700;
    font-size: 14px;
}

/* CARDS */
.bf-section { padding: 80px 0; }
.bf-h2 { font-size: 32px; font-weight: 900; margin-bottom: 16px; line-height: 1.1; }
.bf-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 40px;
}
.bf-card {
    background: var(--bf-gray);
    padding: 32px;
    border-radius: 32px;
    transition: 0.3s;
}
.bf-card-tag {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 800;
    margin-bottom: 16px;
    color: white;
}
.wy-blue { background: var(--bf-blue); }
.wy-pink { background: var(--bf-pink); }
.wy-green { background: var(--bf-green); }
.wy-yellow { background: var(--bf-yellow); color: #000; }

.bf-btn-secondary {
    margin-top: 20px;
    display: inline-block;
    font-weight: 800;
    color: var(--bf-black);
    text-decoration: none;
    border-bottom: 2px solid var(--bf-black);
}

/* TEAM & TESTIMONIALS */
.bf-team-row { display: flex; gap: 20px; overflow-x: auto; }
.bf-team-card {
    min-width: 240px;
    background: white;
    border: 1px solid #eee;
    padding: 24px;
    border-radius: 24px;
    text-align: center;
}
.bf-avatar {
    width: 100px;
    height: 100px;
    background: #ddd;
    border-radius: 30px; /* Buddyfit usa angoli arrotondati anche nelle foto */
    margin: 0 auto 16px;
}

.bf-test-bg { background: #fafafa; }
.bf-testimonial {
    background: white;
    padding: 24px;
    border-radius: 24px;
    margin-bottom: 16px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}
.bf-testimonial p { font-style: italic; font-weight: 600; margin-bottom: 8px; }

/* NEWSLETTER */
.bf-newsletter { padding: 60px 0; text-align: center; }
.bf-form { display: flex; flex-direction: column; gap: 12px; max-width: 400px; margin: 30px auto; }
.bf-form input {
    padding: 16px;
    border-radius: 16px;
    border: 1px solid #ddd;
    background: var(--bf-gray);
}

/* DESKTOP RESPONSIVENESS */
@media (min-width: 768px) {
    .bf-h1 { font-size: 64px; }
    .bf-grid { grid-template-columns: 1fr 1fr; }
    .bf-hero-features { flex-direction: row; justify-content: center; gap: 30px; }
}/* End custom CSS */