:root{--bd-black: #111111;--bd-dark: #1a1a1a;--bd-gray-900: #222222;--bd-gray-700: #444444;--bd-gray-500: #777777;--bd-gray-300: #bbbbbb;--bd-gray-100: #f5f5f5;--bd-white: #ffffff;--bd-accent: #e63946;--bd-font-serif: "Playfair Display", Georgia, serif;--bd-font-sans: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--bd-max-width: 1320px;--bd-radius: 12px;--bd-transition: .3s cubic-bezier(.4, 0, .2, 1)}.bd-page{font-family:var(--bd-font-sans);color:var(--bd-black);background:var(--bd-white);line-height:1.6}.bd-container{max-width:var(--bd-max-width);margin:0 auto;padding:0 40px}@media (max-width: 768px){.bd-container{padding:0 20px}}.bd-hero{position:relative;width:100%;margin-bottom:80px}.bd-hero-swiper{width:100%;height:600px;overflow:hidden;border-radius:60px}@media (max-width: 990px){.bd-hero-swiper{height:450px;border-radius:40px}}@media (max-width: 576px){.bd-hero-swiper{height:320px;border-radius:30px}.bd-hero{margin-bottom:50px}}.bd-hero-slide{position:relative;display:block;width:100%;height:100%}.bd-hero-slide img{width:100%;height:100%}.bd-hero-pagination{position:absolute;bottom:20px!important;z-index:10}.bd-hero-pagination .swiper-pagination-bullet{width:30px;height:3px;border-radius:2px;background:#ffffff80;opacity:1;transition:var(--bd-transition)}.bd-hero-pagination .swiper-pagination-bullet-active{background:var(--bd-white);width:50px}.bd-section{padding:80px 0}@media (max-width: 576px){.bd-section{padding:50px 0}}.bd-section-dark{background:var(--bd-gray-100)}.bd-section-header{text-align:center;margin-bottom:50px}.bd-section-title{font-family:var(--bd-font-serif);font-size:36px;font-weight:700;margin:0 0 10px;color:var(--bd-black)}@media (max-width: 576px){.bd-section-title{font-size:26px}}.bd-editors-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}@media (max-width: 990px){.bd-editors-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 576px){.bd-editors-grid{grid-template-columns:1fr;gap:24px}}.bd-editor-card{display:block;text-decoration:none;color:inherit;border-radius:var(--bd-radius);overflow:hidden;background:var(--bd-white);box-shadow:0 2px 20px #0000000f;transition:var(--bd-transition)}.bd-editor-card:hover{transform:translateY(-6px);box-shadow:0 12px 40px #0000001f}.bd-editor-card-img{position:relative;width:100%;height:220px;overflow:hidden}.bd-editor-card-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .6s ease}.bd-editor-card:hover .bd-editor-card-img img{transform:scale(1.05)}.bd-editor-card-logo{position:absolute;bottom:12px;left:12px;background:var(--bd-white);border-radius:8px;padding:6px 10px;box-shadow:0 2px 8px #00000026}.bd-editor-card-logo img{height:24px;width:auto;display:block}.bd-editor-card-body{padding:24px}.bd-editor-card-title{font-family:var(--bd-font-serif);font-size:20px;font-weight:600;margin:0 0 8px;line-height:1.3}.bd-editor-card-desc{font-size:14px;color:var(--bd-gray-500);margin:0;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.bd-products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}@media (max-width: 990px){.bd-products-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 576px){.bd-products-grid{grid-template-columns:repeat(2,1fr);gap:16px}}.bd-product-card{position:relative;border-radius:var(--bd-radius);overflow:hidden;cursor:pointer;aspect-ratio:4 / 3}.bd-product-card-img{position:absolute;top:0;right:0;bottom:0;left:0}.bd-product-card-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .6s ease}.bd-product-card:hover .bd-product-card-img img{transform:scale(1.08)}.bd-product-card-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.75) 0%,rgba(0,0,0,.1) 50%,transparent 100%);transition:var(--bd-transition)}.bd-product-card:hover .bd-product-card-gradient{background:linear-gradient(to top,rgba(0,0,0,.85) 0%,rgba(0,0,0,.2) 60%,transparent 100%)}.bd-product-card-content{position:absolute;bottom:0;left:0;right:0;padding:24px;color:var(--bd-white);z-index:2}.bd-product-card-icon{width:40px;height:40px;margin-bottom:10px;background:#ffffff26;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:10px;display:flex;align-items:center;justify-content:center}.bd-product-card-icon img{width:24px;height:24px;-o-object-fit:contain;object-fit:contain}.bd-product-card-title{font-family:var(--bd-font-serif);font-size:18px;font-weight:600;margin:0 0 6px}@media (max-width: 576px){.bd-product-card-title{font-size:14px}.bd-product-card-content{padding:16px}.bd-product-card-icon{width:32px;height:32px}.bd-product-card-icon img{width:18px;height:18px}}.bd-sponsors{padding:40px 0;background:var(--bd-white)}.bd-sponsors-strip{display:flex;justify-content:space-around;align-items:center;height:140px}.bd-sponsor-item{width:20%;height:100%;display:flex;justify-content:center;align-items:center;transition:var(--bd-transition);opacity:.8}.bd-sponsor-item:hover{opacity:1;transform:scale(1.03)}.bd-sponsor-item img{max-width:140px;max-height:70px;display:block}@media (max-width: 990px){.bd-sponsors-strip{height:110px}.bd-sponsor-item img{max-width:110px;max-height:55px}}@media (max-width: 576px){.bd-sponsors-strip{height:80px}.bd-sponsor-item img{max-width:80px;max-height:40px}}.bd-how-grid{display:flex;flex-direction:column;gap:60px}.bd-how-card{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.bd-how-card-reverse{direction:rtl}.bd-how-card-reverse>*{direction:ltr}@media (max-width: 768px){.bd-how-card,.bd-how-card-reverse{grid-template-columns:1fr;gap:24px;direction:ltr}}.bd-how-card-img{border-radius:var(--bd-radius);overflow:hidden}.bd-how-card-img img{width:100%;height:300px;-o-object-fit:cover;object-fit:cover;border-radius:var(--bd-radius)}@media (max-width: 576px){.bd-how-card-img img{height:200px}}.bd-how-card-body{padding:20px 0}.bd-how-card-body h3{font-family:var(--bd-font-serif);font-size:26px;font-weight:700;margin:0 0 12px}.bd-how-card-body p{font-size:16px;color:var(--bd-gray-500);margin:0;line-height:1.7}.bd-categories-section{background:var(--bd-dark)}.bd-categories-section .bd-section-title{color:var(--bd-white)}.bd-categories-cloud{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.bd-category-tag{display:inline-block;padding:10px 20px;border:1px solid rgba(255,255,255,.2);border-radius:100px;color:var(--bd-white);font-size:14px;font-weight:400;text-decoration:none;transition:var(--bd-transition)}.bd-category-tag:hover{background:var(--bd-white);color:var(--bd-black);border-color:var(--bd-white);transform:translateY(-2px)}@media (max-width: 576px){.bd-category-tag{padding:8px 16px;font-size:12px}.bd-categories-cloud{gap:8px}}
