.elementor-3815 .elementor-element.elementor-element-dc96bc9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3815 .elementor-element.elementor-element-8c59ab7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3815 .elementor-element.elementor-element-f2fbcd2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3815 .elementor-element.elementor-element-40b31e4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3815 .elementor-element.elementor-element-6db4116{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-6aed379 *//* === SETUP UTAMA & VARIABEL === */
#bf-about-root {
    --c-bg: #050510;
    --c-cyan: #00f3ff;
    --c-purple: #bc13fe;
    --c-white: #ffffff;
    --c-gray: #9ca3af;
    
    font-family: 'Rajdhani', sans-serif;
    background-color: var(--c-bg);
    color: var(--c-white);
    width: 100%;
    overflow: hidden;
    line-height: 1.5;
    position: relative; /* Penting untuk containment */
}

#bf-about-root * { box-sizing: border-box; }

/* Utility Fonts & Colors */
.bf-font-display { font-family: 'Black Ops One', cursive; text-transform: uppercase; }
.bf-text-cyan { color: var(--c-cyan); }

/* === BACKGROUND GRID === */
.bf-bg-grid {
    position: absolute; inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
                      linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 40px 40px;
    mask-image: radial-gradient(circle at center, black 30%, transparent 100%);
    -webkit-mask-image: radial-gradient(circle at center, black 30%, transparent 100%);
    z-index: 0;
    pointer-events: none;
}

/* === HERO SECTION === */
.bf-hero {
    position: relative;
    padding: 100px 20px 80px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

/* Badge (Authorized Distributor) */
.bf-badge {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 6px 16px;
    background: rgba(0, 243, 255, 0.05);
    border: 1px solid rgba(0, 243, 255, 0.2);
    border-radius: 50px;
    color: var(--c-cyan);
    font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
    margin-bottom: 25px;
    box-shadow: 0 0 15px rgba(0, 243, 255, 0.1);
}
.bf-dot { width: 6px; height: 6px; background: var(--c-cyan); border-radius: 50%; box-shadow: 0 0 8px var(--c-cyan); }

/* Judul Utama */
.bf-hero h1 {
    position: relative;
    font-size: 64px; 
    line-height: 1; 
    margin: 0 0 25px 0;
    color: #fff;
    text-shadow: 0 0 30px rgba(0, 243, 255, 0.15);
    z-index: 2;
}

/* Deskripsi Paragraf */
.bf-hero p { 
    font-size: 20px; 
    color: var(--c-gray); 
    max-width: 680px; 
    margin: 0 auto; 
    font-weight: 400;
}

/* === EFEK GLITCH === */
.bf-glitch { position: relative; display: inline-block; }

.bf-glitch::before, .bf-glitch::after {
    content: attr(data-text);
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background: var(--c-bg);
}
.bf-glitch::before {
    left: 2px; text-shadow: -1px 0 #bc13fe; 
    clip-path: inset(0 0 0 0); animation: glitch-1 3s infinite linear alternate-reverse;
}
.bf-glitch::after {
    left: -2px; text-shadow: 1px 0 #00f3ff; 
    clip-path: inset(0 0 0 0); animation: glitch-2 2s infinite linear alternate-reverse;
}

@keyframes glitch-1 {
    0% { clip-path: inset(20% 0 80% 0); }
    20% { clip-path: inset(60% 0 10% 0); }
    90% { clip-path: inset(10% 0 50% 0); }
    100% { clip-path: inset(80% 0 5% 0); }
}
@keyframes glitch-2 {
    0% { clip-path: inset(10% 0 60% 0); }
    20% { clip-path: inset(80% 0 5% 0); }
    90% { clip-path: inset(30% 0 20% 0); }
    100% { clip-path: inset(10% 0 80% 0); }
}

/* === DIVIDER GLOW === */
.bf-divider { 
    height: 1px; width: 100%; max-width: 800px; margin: 60px auto 0;
    background: radial-gradient(circle, var(--c-cyan) 0%, transparent 100%); 
    opacity: 0.3; 
}

/* === RESPONSIVE (MOBILE) === */
@media (max-width: 900px) {
    .bf-hero h1 { font-size: 42px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cda679a *//* === SECTION SETUP === */
.bf-content-section {
    font-family: 'Rajdhani', sans-serif;
    background: #0a0a14; /* Background Gelap */
    color: #ffffff;
    padding: 80px 0;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
}

.bf-content-section * { box-sizing: border-box; }

/* Utilities */
.bf-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.bf-font-display { font-family: 'Black Ops One', cursive; text-transform: uppercase; }
.bf-text-cyan { color: #00f3ff; }
.bf-text-purple { color: #bc13fe; }

/* Grid Layout Utama */
.bf-grid-layout {
    display: grid; 
    grid-template-columns: 1fr 1fr; 
    gap: 60px; 
    align-items: center;
}

/* === IMAGE BOX STYLING === */
.bf-image-box { position: relative; width: 100%; }

.bf-img-shape {
    position: relative;
    width: 100%; height: 450px;
    /* Bentuk Sci-Fi Hexagon Crop */
    clip-path: polygon(15% 0, 100% 0, 100% 85%, 85% 100%, 0 100%, 0 15%);
    background: linear-gradient(135deg, #333, #000); /* Fallback bg */
    padding: 4px; /* Border Effect */
}

.bf-main-img {
    width: 100%; height: 100%; object-fit: cover;
    clip-path: polygon(15% 0, 100% 0, 100% 85%, 85% 100%, 0 100%, 0 15%);
    opacity: 0.9; transition: 0.5s; display: block;
}
.bf-main-img:hover { opacity: 1; transform: scale(1.02); }

/* Floating Stats Box (Pojok Kanan Bawah Gambar) */
.bf-stat-float {
    position: absolute; bottom: -20px; right: -20px;
    background: #000; 
    border: 1px solid #bc13fe;
    padding: 20px 30px; 
    border-radius: 8px;
    box-shadow: 0 0 30px rgba(188, 19, 254, 0.2);
    z-index: 5;
}
.bf-stat-label { font-size: 10px; color: #bc13fe; font-weight: bold; letter-spacing: 1px; margin-bottom: 5px; }
.bf-stat-num { font-size: 42px; color: #fff; margin: 0; line-height: 0.9; }
.bf-stat-sub { font-size: 12px; color: #666; margin-top: 5px; }

/* === CONTENT & TEXT STYLING === */
.bf-mission-header { 
    display: flex; align-items: center; gap: 10px; 
    font-weight: 700; letter-spacing: 2px; font-size: 14px; margin-bottom: 20px; 
}

.bf-mission-title { 
    font-size: 42px; margin: 0 0 25px 0; line-height: 1.1; color: white; 
}

.bf-desc { 
    color: #9ca3af; font-size: 17px; margin-bottom: 20px; line-height: 1.6; 
}

/* Features Grid (Kotak Kecil di Bawah Teks) */
.bf-features { 
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 40px; 
}

.bf-feat-card {
    background: rgba(255,255,255,0.03); 
    border: 1px solid rgba(255,255,255,0.1);
    padding: 25px; 
    position: relative; 
    transition: 0.3s;
}
.bf-feat-card:hover { 
    background: rgba(255,255,255,0.06); 
    border-color: #00f3ff; 
    transform: translateY(-3px); 
}

/* Hiasan Sudut (Corner Decorations) */
.bf-corner-tl { 
    position: absolute; top:-1px; left:-1px; width:10px; height:10px; 
    border-top:2px solid #00f3ff; border-left:2px solid #00f3ff; 
}
.bf-corner-br { 
    position: absolute; bottom:-1px; right:-1px; width:10px; height:10px; 
    border-bottom:2px solid #bc13fe; border-right:2px solid #bc13fe; 
}

.bf-feat-title { 
    color: white; font-weight: 700; margin: 15px 0 5px 0; 
    font-size: 16px; font-family: 'Black Ops One', cursive; letter-spacing: 0.5px; 
}
.bf-feat-desc { 
    color: #9ca3af; font-size: 13px; margin: 0; line-height: 1.4; 
}

/* === RESPONSIVE === */
@media (max-width: 900px) {
    .bf-grid-layout { grid-template-columns: 1fr; gap: 50px; }
    .bf-img-shape { height: 350px; }
    .bf-stat-float { right: 0; bottom: -20px; padding: 15px 20px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9b692f3 *//* === SECTION SETUP === */
.bf-specs { 
    font-family: 'Rajdhani', sans-serif;
    padding: 80px 0; 
    text-align: center; 
    border-top: 1px solid rgba(255,255,255,0.05); 
    background: #080810; /* Background Gelap */
    width: 100%;
    box-sizing: border-box;
}

.bf-specs * { box-sizing: border-box; }

/* Utilities */
.bf-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.bf-font-display { font-family: 'Black Ops One', cursive; text-transform: uppercase; }

/* Judul Section */
.bf-specs-title {
    font-size: 28px; 
    color: white; 
    letter-spacing: 2px;
    margin: 0;
}

/* === GRID LAYOUT === */
.bf-specs-grid { 
    display: grid; 
    grid-template-columns: repeat(4, 1fr); /* 4 Kolom */
    gap: 20px; 
    margin-top: 50px; 
}

/* === ITEM CARD === */
.bf-spec-item { 
    opacity: 0.5; 
    transition: 0.3s; 
    cursor: default; 
    padding: 10px;
}

.bf-spec-item:hover { 
    opacity: 1; 
    transform: translateY(-5px); /* Efek naik saat hover */
}

/* Nama Spesialisasi (One Piece, Magic, dll) */
.bf-spec-name { 
    font-size: 26px; 
    margin: 0; 
    text-shadow: 0 0 10px rgba(255,255,255,0.1); /* Glow halus */
}

/* Sub-text (Card Game, The Gathering, dll) */
.bf-spec-sub { 
    font-size: 11px; 
    letter-spacing: 2px; 
    color: #9ca3af; /* Abu-abu */
    margin-top: 5px; 
    font-weight: 700; 
}

/* === RESPONSIVE (MOBILE) === */
@media (max-width: 900px) {
    /* Ubah menjadi 2 kolom di layar kecil */
    .bf-specs-grid { 
        grid-template-columns: 1fr 1fr; 
        gap: 40px; 
    }
}

@media (max-width: 480px) {
    /* Ubah menjadi 1 kolom di HP sangat kecil (opsional) */
    .bf-specs-grid { 
        grid-template-columns: 1fr; 
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b0239df *//* === SECTION SETUP === */
.bf-stats-hud { 
    font-family: 'Rajdhani', sans-serif;
    padding: 60px 0; 
    background: #050510; /* Background Gelap */
    border-top: 1px solid rgba(255,255,255,0.05); /* Garis pemisah halus di atas */
    color: #ffffff;
    box-sizing: border-box;
    width: 100%;
}

.bf-stats-hud * { box-sizing: border-box; }

/* Utilities */
.bf-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.bf-font-display { font-family: 'Black Ops One', cursive; text-transform: uppercase; }

/* Warna Teks Khusus */
.bf-text-cyan { color: #00f3ff; }
.bf-text-purple { color: #bc13fe; }

/* === GRID LAYOUT === */
.bf-stats-grid { 
    display: grid; 
    grid-template-columns: repeat(3, 1fr); /* 3 Kolom */
    gap: 20px; 
    text-align: center; 
}

/* === ITEM CARD === */
.bf-stat-hud-item { 
    /* Garis pemisah vertikal antar item */
    border-right: 1px solid rgba(255,255,255,0.1); 
}

.bf-stat-hud-item:last-child { 
    border: none; /* Hilangkan garis di item terakhir */
}

/* Angka Besar */
.bf-stat-big { 
    font-size: 56px; 
    color: white; 
    margin-bottom: 5px; 
    line-height: 1; 
}

/* Label Deskripsi */
.bf-stat-lbl { 
    font-size: 13px; 
    font-weight: bold; 
    letter-spacing: 2px; 
    text-transform: uppercase; 
    opacity: 0.8; 
}

/* === RESPONSIVE (MOBILE) === */
@media (max-width: 900px) {
    /* Ubah grid menjadi 1 kolom vertikal */
    .bf-stats-grid { 
        grid-template-columns: 1fr; 
        gap: 40px; 
    }

    /* Ubah garis pemisah dari kanan (vertikal) ke bawah (horizontal) */
    .bf-stat-hud-item { 
        border: none; 
        border-bottom: 1px solid rgba(255,255,255,0.1); 
        padding-bottom: 20px; 
    }
    
    .bf-stat-hud-item:last-child { 
        border: none; 
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e2d8e3a *//* === SECTION SETUP === */
.bf-cta { 
    font-family: 'Rajdhani', sans-serif;
    padding: 100px 0; 
    text-align: center; 
    /* Background Gradient Radial Halus */
    background: radial-gradient(circle at center, rgba(0,243,255,0.05) 0%, transparent 70%); 
    width: 100%;
    box-sizing: border-box;
}

.bf-cta * { box-sizing: border-box; }

/* Utilities */
.bf-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

/* Judul CTA */
.bf-cta h2 { 
    font-size: 32px; 
    color: white; 
    margin-bottom: 40px; 
    font-weight: 700; 
    font-family: 'Black Ops One', cursive; 
    letter-spacing: 1px; 
}

/* Group Tombol */
.bf-btn-group { 
    display: flex; 
    justify-content: center; 
    gap: 20px; 
    flex-wrap: wrap; /* Agar responsif di HP */
}

/* === BUTTON STYLES === */
.bf-btn {
    display: inline-block; 
    padding: 16px 40px;
    text-transform: uppercase; 
    font-weight: 800; 
    letter-spacing: 1px;
    text-decoration: none; 
    font-size: 14px;
    transition: 0.3s;
    
    /* Efek Miring (Sci-Fi Look) */
    transform: skewX(-10deg); 
}

/* Mengembalikan kemiringan teks agar tetap tegak */
.bf-btn span { 
    display: inline-block; 
    transform: skewX(10deg); 
} 

/* Style Tombol Primary (Cyan) */
.bf-btn-primary { 
    background: #00f3ff; 
    color: #000; 
    border: 1px solid #00f3ff; 
}

.bf-btn-primary:hover { 
    background: #fff; 
    color: #000; 
    box-shadow: 0 0 25px #00f3ff; /* Efek Glow */
    border-color: #fff; 
}

/* Style Tombol Outline (Transparan) */
.bf-btn-outline { 
    border: 1px solid rgba(255,255,255,0.3); 
    color: #fff; 
    background: transparent;
}

.bf-btn-outline:hover { 
    border-color: #fff; 
    background: rgba(255,255,255,0.1); 
}

/* === RESPONSIVE === */
@media (max-width: 480px) {
    .bf-btn {
        width: 100%; /* Tombol memenuhi lebar layar di HP */
        text-align: center;
    }
}/* End custom CSS */