/*
Theme Name: BILI & DING Corporate Premium
Theme URI: https://biliding.com/
Author: OpenAI
Description: Thème WordPress corporate premium et responsive pour Hubei BILI & DING International Trading Co., Ltd. Compatible avec Elementor.
Version: 2.0.0
Text Domain: bili-ding-premium
*/

:root {
  --bd-green-dark: #021b11;
  --bd-green-deep: #0b2e1d;
  --bd-green: #17c653;
  --bd-green-hover: #12b24a;
  --bd-green-soft: rgba(23, 198, 83, 0.10);
  --bd-text: #0d1a13;
  --bd-text-light: #66756e;
  --bd-bg: #ffffff;
  --bd-bg-soft: #f4f7f5;
  --bd-bg-muted: #eef4f0;
  --bd-border: rgba(1, 24, 11, 0.08);
  --bd-border-strong: rgba(1, 24, 11, 0.14);
  --bd-radius: 22px;
  --bd-radius-sm: 16px;
  --bd-shadow: 0 18px 45px rgba(1, 24, 11, 0.08);
  --bd-shadow-soft: 0 10px 30px rgba(1, 24, 11, 0.06);
  --bd-shadow-strong: 0 24px 60px rgba(1, 24, 11, 0.14);
  --bd-container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--bd-text);
  background: var(--bd-bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: color .2s ease, opacity .2s ease; }
p { margin: 0 0 1.1rem; }
h1, h2, h3, h4 { margin: 0 0 1rem; line-height: 1.15; color: var(--bd-text); letter-spacing: -0.02em; }
h1 { font-size: clamp(2.35rem, 6vw, 4.35rem); }
h2 { font-size: clamp(1.85rem, 4vw, 2.85rem); }
h3 { font-size: 1.2rem; }
ul { margin: 0; padding: 0; }
.bd-container { width: min(var(--bd-container), calc(100% - 44px)); margin: 0 auto; }
.screen-reader-text { position: absolute; left: -9999px; }
.alignwide, .alignfull { width: 100%; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible {
  outline: 3px solid rgba(23, 198, 83, 0.30); outline-offset: 3px;
}

/* HEADER */
.bd-site-header {
  background: linear-gradient(90deg, #03180d 0%, #032314 52%, #06361f 100%);
  position: sticky;
  top: 0;
  z-index: 999;
  border-bottom: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 10px 32px rgba(1, 24, 11, 0.18);
  backdrop-filter: blur(10px);
}
.bd-header-inner { display: flex; align-items: center; justify-content: space-between; gap: 26px; min-height: 92px; }
.bd-branding { display: flex; align-items: center; gap: 14px; flex: 0 1 auto; min-width: 0; }
.bd-brand-link { display: flex; align-items: center; line-height: 0; flex: 0 0 auto; }
.bd-brand-link .custom-logo-link, .bd-brand-link > a { display: inline-flex; align-items: center; line-height: 0; }
.bd-brand-link img, .bd-brand-link .custom-logo {
  width: 72px; height: 72px; border-radius: 16px; object-fit: contain; background: rgba(255,255,255,.96);
  padding: 6px; box-shadow: 0 8px 20px rgba(0,0,0,.12);
}
.custom-logo-link { display: block; line-height: 0; }
.bd-brand-text { min-width: 0; }
.bd-brand-title {
  font-size: clamp(1.35rem, 1.6vw, 2.15rem); font-weight: 900; letter-spacing: -0.03em; color: #fff;
  display: block; line-height: 1.02; margin-bottom: 4px; white-space: nowrap;
}
.bd-brand-sub { color: rgba(255,255,255,.78); font-size: 0.84rem; line-height: 1.35; max-width: 320px; }
.bd-primary-nav { flex: 1 1 auto; min-width: 0; }
.bd-menu { display: flex; align-items: center; justify-content: center; flex-wrap: nowrap; gap: 8px; list-style: none; }
.bd-menu > li { position: relative; min-width: 0; }
.bd-menu > li > a {
  display: block; padding: 12px 14px; color: rgba(255,255,255,.92); font-weight: 700; font-size: 0.97rem;
  white-space: nowrap; transition: color .25s ease, background .25s ease, transform .25s ease; border-radius: 999px;
}
.bd-menu > li:hover > a, .bd-menu > li.current-menu-item > a, .bd-menu > li.current-menu-ancestor > a {
  color: #fff; background: rgba(255,255,255,.09); transform: translateY(-1px);
}
.bd-menu .menu-item-has-children > a::after { content: "▾"; font-size: 0.72rem; margin-left: 8px; display: inline-block; vertical-align: middle; }
.bd-menu .sub-menu {
  position: absolute; left: 0; top: calc(100% + 12px); list-style: none; min-width: 240px; background: rgba(255,255,255,.98);
  border: 1px solid rgba(1,24,11,.08); border-radius: 18px; padding: 10px; box-shadow: 0 24px 55px rgba(1,24,11,.14);
  opacity: 0; visibility: hidden; transform: translateY(8px); transition: all .25s ease; z-index: 20;
}
.bd-menu .sub-menu li a {
  display: block; padding: 12px 14px; border-radius: 12px; color: var(--bd-text); font-weight: 600;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}
.bd-menu .sub-menu li a:hover { background: var(--bd-bg-soft); color: var(--bd-green-hover); transform: translateX(2px); }
.bd-menu > li:hover > .sub-menu, .bd-menu > li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.bd-header-tools { display: flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.bd-lang-select-wrap { position: relative; }
.bd-lang-select {
  appearance: none; -webkit-appearance: none; -moz-appearance: none; min-width: 104px; padding: 10px 34px 10px 14px;
  border-radius: 999px; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.10); color: #fff;
  font-size: 0.86rem; font-weight: 800; cursor: pointer; backdrop-filter: blur(8px); line-height: 1.2;
}
.bd-lang-select option { color: var(--bd-text); background: #fff; }
.bd-lang-select-wrap::after {
  content: "▾"; position: absolute; right: 14px; top: 50%; transform: translateY(-50%); color: #fff; pointer-events: none; font-size: .72rem;
}
.bd-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 24px; border-radius: 999px; border: 0;
  font-weight: 800; cursor: pointer; transition: transform .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease;
  background: linear-gradient(135deg, var(--bd-green) 0%, var(--bd-green-hover) 100%); color: #fff;
  box-shadow: 0 16px 30px rgba(23, 198, 83, 0.20);
}
.bd-btn:hover { transform: translateY(-2px); box-shadow: 0 20px 38px rgba(23, 198, 83, 0.24); }
.bd-btn-small { padding: 13px 20px; }
.bd-btn-outline, .bd-btn-outline-light { background: transparent; box-shadow: none; }
.bd-btn-outline { color: var(--bd-green); border: 1.5px solid rgba(23, 198, 83, 0.35); }
.bd-btn-outline:hover { background: var(--bd-green-soft); }
.bd-btn-outline-light { color: #fff; border: 1.5px solid rgba(255,255,255,.35); }
.bd-btn-outline-light:hover { background: rgba(255,255,255,.08); }
.bd-mobile-toggle { display: none; background: transparent; border: 0; padding: 8px; cursor: pointer; }
.bd-mobile-toggle span { display: block; width: 24px; height: 2px; background: #fff; margin: 5px 0; border-radius: 999px; }

/* MAIN */
.bd-site-main { min-height: 60vh; }
.bd-section, .bd-page-content { padding: 86px 0; }
.bd-section-muted { background: var(--bd-bg-soft); }
.bd-section-dark { background: linear-gradient(180deg, #03180d 0%, #06361f 100%); color: #fff; }
.bd-section-dark h1, .bd-section-dark h2, .bd-section-dark h3, .bd-section-dark p, .bd-section-dark li { color: #fff; }
.bd-kicker {
  display: inline-flex; align-items: center; gap: 8px; text-transform: uppercase; letter-spacing: .08em; font-size: 0.82rem;
  font-weight: 800; color: rgba(255,255,255,.9); margin-bottom: 18px;
}
.bd-kicker-green { color: var(--bd-green); }
.bd-section-title { max-width: 780px; margin-bottom: 30px; }

.bd-hero, .bd-hero-mini { position: relative; color: #fff; background-size: cover; background-position: center; overflow: hidden; }
.bd-hero-mini {
  padding: 92px 0;
  background-image: linear-gradient(90deg, rgba(2,27,17,.93) 0%, rgba(3,46,24,.82) 52%, rgba(2,27,17,.74) 100%), var(--bg, none);
}
.bd-hero {
  min-height: 86vh; display: flex; align-items: center; padding: 112px 0;
  background: linear-gradient(120deg, #03180d 0%, #083c24 55%, #021b11 100%);
}
.bd-hero-shell { position: absolute; inset: 0; z-index: 0; }
.bd-hero-slides { position: absolute; inset: 0; }
.bd-hero-slide {
  position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0; transform: scale(1.06); animation: bdHeroFade 18s infinite;
}
.bd-hero-slide::after {
  content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,27,17,.92) 0%, rgba(3,46,24,.78) 48%, rgba(2,27,17,.72) 100%);
}
.bd-hero-slide:nth-child(1) { animation-delay: 0s; }
.bd-hero-slide:nth-child(2) { animation-delay: 6s; }
.bd-hero-slide:nth-child(3) { animation-delay: 12s; }
@keyframes bdHeroFade {
  0% { opacity: 0; transform: scale(1.06); }
  6% { opacity: 1; }
  28% { opacity: 1; transform: scale(1.0); }
  34% { opacity: 0; }
  100% { opacity: 0; }
}
.bd-hero-grid, .bd-grid-2, .bd-grid-3, .bd-grid-4 { display: grid; gap: 26px; }
.bd-hero-grid, .bd-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.bd-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.bd-grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.bd-hero .bd-container { position: relative; z-index: 1; }
.bd-hero h1, .bd-hero-mini h1 { color: #fff; max-width: 780px; margin-bottom: 20px; }
.bd-hero p, .bd-hero-mini p { color: rgba(255,255,255,.92); max-width: 760px; font-size: 1.05rem; }
.bd-hero-media { position: relative; min-height: 460px; }
.bd-hero-panel {
  position: absolute; border-radius: 24px; overflow: hidden; box-shadow: 0 22px 60px rgba(1,24,11,.28); border: 1px solid rgba(255,255,255,.12);
}
.bd-hero-panel img { width: 100%; height: 100%; object-fit: cover; }
.bd-hero-panel-main { width: min(100%, 480px); height: 360px; right: 0; top: 18px; }
.bd-hero-panel-alt { width: 240px; height: 190px; left: 10px; bottom: 40px; }
.bd-hero-badge {
  position: absolute; left: 24px; top: 26px; background: rgba(255,255,255,.12); color: #fff; padding: 10px 14px; border-radius: 999px;
  font-weight: 800; backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,.16);
}
.bd-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 24px; max-width: 620px; }
.bd-stat {
  background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.12); border-radius: 18px; padding: 16px; backdrop-filter: blur(8px);
}
.bd-stat strong { display: block; color: #fff; font-size: 1.4rem; line-height: 1.1; margin-bottom: 4px; }
.bd-stat span { color: rgba(255,255,255,.88); font-size: .9rem; }
.bd-cta-group { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }

.bd-card {
  background: #fff; border: 1px solid rgba(1,24,11,.07); border-radius: var(--bd-radius); padding: 30px;
  box-shadow: 0 16px 38px rgba(1, 24, 11, 0.07); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.bd-card:hover { transform: translateY(-4px); box-shadow: 0 22px 50px rgba(1, 24, 11, 0.11); border-color: rgba(23,198,83,.18); }
.bd-card h3 { margin-bottom: 12px; }
.bd-card-dark { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.12); color: #fff; box-shadow: none; }
.bd-card-group { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.bd-image-card img, .bd-service-card img, .bd-product-card img, .bd-team-card img, .bd-testimonial-photo {
  width: 100%; height: 260px; object-fit: cover; border-radius: 18px;
}
.bd-service-card, .bd-product-card, .bd-team-card, .bd-testimonial-card {
  background: #fff; border: 1px solid rgba(1,24,11,.07); border-radius: var(--bd-radius); padding: 20px;
  box-shadow: var(--bd-shadow-soft); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.bd-service-card:hover, .bd-product-card:hover, .bd-team-card:hover, .bd-testimonial-card:hover {
  transform: translateY(-4px); box-shadow: var(--bd-shadow-strong); border-color: rgba(23,198,83,.18);
}
.bd-service-card h3, .bd-product-card h3, .bd-team-card h3, .bd-testimonial-card h3 { margin-top: 16px; margin-bottom: 10px; }
.bd-team-role, .bd-meta-chip {
  display: inline-flex; margin-top: 4px; margin-bottom: 12px; color: var(--bd-green); font-weight: 800; font-size: 0.9rem;
}
.bd-link, .bd-link-invert { color: var(--bd-green); font-weight: 800; }
.bd-link-invert { color: #fff; }
.bd-check-list { list-style: none; display: grid; gap: 14px; }
.bd-check-list li { position: relative; padding-left: 30px; }
.bd-check-list li::before { content: "✓"; position: absolute; left: 0; top: -1px; color: var(--bd-green); font-weight: 900; }
.bd-faq-list { display: grid; gap: 16px; }
.bd-faq-item { background: #fff; border: 1px solid var(--bd-border); border-radius: 18px; overflow: hidden; transition: box-shadow .25s ease, border-color .25s ease; }
.bd-faq-item:hover { box-shadow: 0 12px 32px rgba(1,24,11,.07); border-color: rgba(23,198,83,.14); }
.bd-faq-question {
  width: 100%; text-align: left; background: transparent; border: 0; padding: 20px 24px; font-size: 1rem; font-weight: 800; color: var(--bd-text); cursor: pointer; position: relative;
}
.bd-faq-question::after {
  content: "+"; position: absolute; right: 24px; top: 50%; transform: translateY(-50%); font-size: 1.25rem; color: var(--bd-green);
}
.bd-faq-item.is-open .bd-faq-question::after { content: "−"; }
.bd-faq-answer { display: none; padding: 0 24px 24px; color: var(--bd-text-light); }
.bd-faq-item.is-open .bd-faq-answer { display: block; }
.bd-contact-form { display: grid; gap: 14px; }
.bd-contact-form label { font-weight: 700; font-size: .95rem; }
.bd-contact-form input, .bd-contact-form textarea, .bd-contact-form select {
  width: 100%; border: 1px solid rgba(1,24,11,.12); border-radius: 16px; padding: 14px 16px; font: inherit; background: #fff;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.bd-contact-form textarea { resize: vertical; }
.bd-contact-form input:focus, .bd-contact-form textarea:focus, .bd-contact-form select:focus {
  border-color: rgba(23,198,83,.45); box-shadow: 0 0 0 4px rgba(23,198,83,.10); background: #fff;
}
.bd-contact-box { align-self: start; }
.bd-country-switcher { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-top: 22px; }
.bd-country-switcher label { font-weight: 800; }
.bd-country-switcher select {
  min-width: 240px; max-width: 100%; padding: 14px 16px; border-radius: 16px; border: 1px solid rgba(1,24,11,.12); background: #fff; font: inherit;
}
.bd-pill-list { display: flex; gap: 12px; flex-wrap: wrap; }
.bd-pill {
  display: inline-flex; align-items: center; padding: 10px 14px; border-radius: 999px; background: var(--bd-bg-muted); color: var(--bd-text); font-weight: 700;
}
.bd-testimonial-card p { margin-bottom: 14px; }
.bd-testimonial-photo { height: 220px; }
.bd-site-footer { background: linear-gradient(180deg, #021b11 0%, #01170d 100%); color: #fff; padding-top: 70px; }
.bd-site-footer h3, .bd-site-footer h4, .bd-site-footer p, .bd-site-footer a { color: #fff; }
.bd-footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 32px; }
.bd-footer-menu { list-style: none; display: grid; gap: 10px; }
.bd-footer-menu a { color: rgba(255,255,255,.86); }
.bd-footer-bottom {
  display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.12); padding: 22px 0; margin-top: 42px;
}

/* RESPONSIVE */
@media (max-width: 1220px) {
  .bd-menu > li > a { padding-inline: 10px; font-size: 0.94rem; }
  .bd-brand-sub { max-width: 260px; }
  .bd-hero-panel-main { width: 440px; }
}
@media (max-width: 1080px) {
  .bd-header-inner { min-height: 86px; gap: 16px; flex-wrap: wrap; padding: 14px 0; }
  .bd-mobile-toggle { display: inline-block; margin-left: auto; }
  .bd-primary-nav { width: 100%; order: 3; display: none; }
  .bd-primary-nav.is-open { display: block; }
  .bd-menu { flex-direction: column; align-items: stretch; gap: 4px; padding: 12px 0 6px; }
  .bd-menu > li > a { padding: 14px 12px; }
  .bd-menu .sub-menu {
    position: static; opacity: 1; visibility: visible; transform: none; border: 0; box-shadow: none; padding: 4px 0 8px 18px; background: transparent; min-width: 100%;
  }
  .bd-menu .sub-menu li a { color: rgba(255,255,255,.86); padding: 10px 12px; }
  .bd-menu .sub-menu li a:hover { background: rgba(255,255,255,.06); color: #fff; transform: none; }
  .bd-header-tools { gap: 10px; margin-left: auto; }
  .bd-hero-grid, .bd-grid-2, .bd-grid-3, .bd-grid-4, .bd-footer-grid, .bd-card-group, .bd-stats { grid-template-columns: 1fr; }
  .bd-hero { padding: 96px 0 74px; min-height: auto; }
  .bd-hero-media { min-height: 360px; }
  .bd-hero-panel-main { position: relative; width: 100%; height: 320px; top: 0; right: auto; }
  .bd-hero-panel-alt { width: 190px; height: 140px; left: auto; right: 16px; bottom: -16px; }
  .bd-footer-bottom { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 768px) {
  .bd-container { width: min(var(--bd-container), calc(100% - 24px)); }
  .bd-site-header { position: static; }
  .bd-brand-link img, .bd-brand-link .custom-logo { width: 62px; height: 62px; }
  .bd-brand-title { font-size: 1.35rem; }
  .bd-brand-sub { font-size: .8rem; max-width: 220px; }
  .bd-header-tools { width: 100%; justify-content: space-between; }
  .bd-lang-select { min-width: 98px; }
  .bd-btn-small { padding: 12px 16px; font-size: .92rem; }
  .bd-section, .bd-page-content, .bd-hero-mini { padding: 56px 0; }
  .bd-hero { padding: 74px 0 56px; }
  .bd-hero p, .bd-hero-mini p { font-size: 1rem; }
  .bd-image-card img, .bd-service-card img, .bd-product-card img, .bd-team-card img, .bd-testimonial-photo { height: 220px; }
  .bd-country-switcher select { min-width: 100%; }
}
@media (max-width: 560px) {
  .bd-brand-sub { display: none; }
  .bd-brand-title { white-space: normal; font-size: 1.18rem; }
  .bd-header-tools { align-items: stretch; gap: 10px; }
  .bd-lang-select-wrap, .bd-header-tools .bd-btn { flex: 1 1 auto; }
  .bd-lang-select, .bd-header-tools .bd-btn { width: 100%; }
  .bd-hero-panel-main { height: 260px; }
  .bd-hero-panel-alt { width: 138px; height: 104px; right: 10px; bottom: -8px; }
  .bd-hero-badge { left: 14px; top: 14px; font-size: .84rem; padding: 8px 12px; }
  .bd-card, .bd-service-card, .bd-product-card, .bd-team-card, .bd-testimonial-card { padding: 20px; }
  .bd-cta-group .bd-btn, .bd-cta-group .bd-btn-outline, .bd-cta-group .bd-btn-outline-light { width: 100%; }
}

/* FLASH INFO */
.bd-flash-news-section {
  padding: 88px 0;
  background: linear-gradient(180deg, #eef4f0 0%, #f7faf8 100%);
  overflow: hidden;
}

.bd-flash-news {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 28px;
  align-items: stretch;
}

.bd-flash-news-left,
.bd-flash-news-right {
  min-width: 0;
}

.bd-flash-news-left {
  background: #fff;
  border: 1px solid rgba(1,24,11,.08);
  border-radius: 26px;
  padding: 34px;
  box-shadow: 0 20px 50px rgba(1,24,11,.08);
  position: relative;
}

.bd-flash-news-left::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 26px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(23,198,83,.35), rgba(2,27,17,.08));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.bd-flash-badge-wrap {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}

.bd-flash-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 999px;
  background: #d91f26;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: .08em;
  box-shadow: 0 12px 24px rgba(217,31,38,.22);
}

.bd-flash-pulse {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #d91f26;
  position: relative;
  flex: 0 0 auto;
}

.bd-flash-pulse::before,
.bd-flash-pulse::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgba(217,31,38,.35);
  animation: bdFlashPulse 2s infinite;
}

.bd-flash-pulse::after {
  animation-delay: 1s;
}

@keyframes bdFlashPulse {
  0% { transform: scale(1); opacity: 1; }
  100% { transform: scale(2.8); opacity: 0; }
}

.bd-flash-title {
  font-size: clamp(1.9rem, 4vw, 3rem);
  line-height: 1.1;
  margin-bottom: 18px;
  color: var(--bd-text);
}

.bd-flash-text {
  font-size: 1rem;
  color: var(--bd-text);
  margin-bottom: 14px;
}

.bd-flash-highlight {
  margin: 22px 0;
  padding: 18px 20px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(23,198,83,.10), rgba(2,27,17,.03));
  border: 1px solid rgba(23,198,83,.18);
  font-size: 0.98rem;
  line-height: 1.75;
  color: var(--bd-text);
}

.bd-flash-contact {
  display: grid;
  gap: 14px;
  margin-top: 24px;
  margin-bottom: 10px;
}

.bd-flash-contact-item {
  padding: 14px 16px;
  border-radius: 18px;
  background: var(--bd-bg-soft);
  border: 1px solid rgba(1,24,11,.06);
}

.bd-flash-contact-label {
  display: block;
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--bd-green);
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.bd-flash-contact-item a,
.bd-flash-contact-item span {
  color: var(--bd-text);
  font-weight: 700;
  word-break: break-word;
}

.bd-flash-slider {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 560px;
  border-radius: 28px;
  overflow: hidden;
  background: #03180d;
  box-shadow: 0 24px 60px rgba(1,24,11,.16);
  border: 1px solid rgba(255,255,255,.08);
}

.bd-flash-slides {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 560px;
}

.bd-flash-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.03);
  transition: opacity .8s ease, transform 1.2s ease, visibility .8s ease;
}

.bd-flash-slide.is-active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  z-index: 2;
}

.bd-flash-slide img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.bd-flash-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(2,27,17,.10) 0%, rgba(2,27,17,.42) 100%);
}

.bd-flash-slider-overlay {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 5;
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  color: #fff;
  font-weight: 800;
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.16);
}

.bd-flash-dots {
  position: absolute;
  right: 18px;
  bottom: 20px;
  z-index: 6;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
  max-width: 170px;
}

.bd-flash-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 0;
  padding: 0;
  cursor: pointer;
  background: rgba(255,255,255,.45);
  transition: transform .2s ease, background .2s ease;
}

.bd-flash-dot.is-active {
  background: var(--bd-green);
  transform: scale(1.15);
}

@media (max-width: 1080px) {
  .bd-flash-news {
    grid-template-columns: 1fr;
  }

  .bd-flash-slider,
  .bd-flash-slides,
  .bd-flash-slide img {
    min-height: 430px;
  }
}

@media (max-width: 768px) {
  .bd-flash-news-section {
    padding: 58px 0;
  }

  .bd-flash-news-left {
    padding: 24px;
  }

  .bd-flash-slider,
  .bd-flash-slides,
  .bd-flash-slide img {
    min-height: 320px;
  }

  .bd-flash-slider {
    border-radius: 22px;
  }
}

@media (max-width: 560px) {
  .bd-flash-slider,
  .bd-flash-slides,
  .bd-flash-slide img {
    min-height: 260px;
  }

  .bd-flash-title {
    font-size: 1.65rem;
  }

  .bd-flash-slider-overlay {
    left: 12px;
    bottom: 12px;
    padding: 10px 14px;
    font-size: .9rem;
  }

  .bd-flash-dots {
    right: 12px;
    bottom: 12px;
  }
}