
/*
Theme Name: LBK Groupe Onepage
Theme URI: https://lbk-groupe.com/
Author: Fatih & Partner GPT
Description: Onepage bilingual (FR/EN) theme for LBK-GROUPE with logistics, trading and real estate sections.
Version: 1.0
Text Domain: lbk-groupe
*/

:root {
  --lbk-blue: #003f7d;
  --lbk-gold: #d8a13b;
  --lbk-dark: #0b1620;
  --lbk-light: #f5f7fb;
  --lbk-grey: #4d5865;
  --container-width: 1160px;
  --transition-fast: 0.2s ease-in-out;
  --radius-lg: 18px;
  --shadow-soft: 0 18px 45px rgba(0,0,0,0.18);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  background: #050915;
  color: #f7f9ff;
  line-height: 1.6;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

section {
  padding: 80px 20px;
}

.container {
  max-width: var(--container-width);
  margin: 0 auto;
}

/* Top bar / language switch */

.lbk-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  backdrop-filter: blur(16px);
  background: radial-gradient(circle at top, rgba(7,19,49,0.96), rgba(2,5,15,0.98));
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.lbk-header-inner {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lbk-logo {
  font-weight: 700;
  letter-spacing: 0.12em;
  font-size: 18px;
  text-transform: uppercase;
}

.lbk-lang-switch {
  display: flex;
  gap: 8px;
}

.lbk-lang-btn {
  border-radius: 999px;
  padding: 6px 14px;
  border: 1px solid rgba(255,255,255,0.24);
  background: transparent;
  color: #f7f9ff;
  font-size: 13px;
  cursor: pointer;
  transition: background var(--transition-fast), color var(--transition-fast), border-color var(--transition-fast);
}

.lbk-lang-btn.active {
  background: linear-gradient(135deg, var(--lbk-gold), #ffde89);
  color: #111318;
  border-color: transparent;
  font-weight: 600;
}

/* Hero */

.lbk-hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: radial-gradient(circle at top left, rgba(40,105,255,0.32), transparent 55%),
              radial-gradient(circle at bottom right, rgba(216,161,59,0.28), transparent 55%),
              #050915;
  color: #f7f9ff;
  position: relative;
  padding-top: 96px;
}

.lbk-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 56px;
  align-items: center;
}

.lbk-kicker {
  font-size: 13px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  margin-bottom: 16px;
}

.lbk-hero h1 {
  font-size: 42px;
  line-height: 1.15;
  margin: 0 0 18px;
}

.lbk-hero h1 span.highlight {
  background: linear-gradient(135deg, #ffdd8b, #f6b043);
  -webkit-background-clip: text;
  color: transparent;
}

.lbk-hero-sub {
  font-size: 16px;
  color: rgba(239,244,255,0.88);
  max-width: 540px;
  margin-bottom: 24px;
}

.lbk-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
}

.lbk-tag {
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.14);
  padding: 4px 12px;
  font-size: 12px;
  color: rgba(248,250,255,0.9);
  background: rgba(9,19,43,0.7);
}

.lbk-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.lbk-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 22px;
  border-radius: 999px;
  border: none;
  background: linear-gradient(135deg, #1665ff, #2dd1ff);
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(29,112,250,0.45);
}

.lbk-btn-secondary {
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px dashed rgba(255,255,255,0.45);
  font-size: 13px;
  color: rgba(241,245,255,0.9);
  background: rgba(3,7,18,0.5);
}

.lbk-hero-meta {
  font-size: 12px;
  color: rgba(219,231,255,0.75);
  margin-top: 10px;
}

/* Hero image card */

.lbk-hero-card {
  border-radius: 26px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  background: radial-gradient(circle at top, #1c2945, #050915);
  position: relative;
}

.lbk-hero-card img {
  width: 100%;
  height: auto;
  display: block;
}

.lbk-hero-pill {
  position: absolute;
  left: 18px;
  bottom: 18px;
  background: rgba(5,10,25,0.78);
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 11px;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: rgba(243,247,255,0.9);
  border: 1px solid rgba(255,255,255,0.16);
}

/* Sections */

.lbk-section {
  background: radial-gradient(circle at top, rgba(55,110,255,0.13), transparent 55%),
              #050915;
  border-top: 1px solid rgba(255,255,255,0.03);
}

.lbk-section.alt {
  background: radial-gradient(circle at top, rgba(210,160,70,0.14), transparent 55%),
              #040812;
}

.lbk-section-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  margin-bottom: 32px;
}

.lbk-section-kicker {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  color: rgba(255,255,255,0.6);
  margin-bottom: 8px;
}

.lbk-section-title {
  font-size: 26px;
  margin: 0;
}

.lbk-section-desc {
  max-width: 520px;
  font-size: 14px;
  color: rgba(226,233,255,0.85);
}

/* Grid cards */

.lbk-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 20px;
}

.lbk-card {
  background: radial-gradient(circle at top left, rgba(255,255,255,0.05), rgba(10,18,35,0.98));
  border-radius: var(--radius-lg);
  padding: 18px 18px 16px;
  border: 1px solid rgba(255,255,255,0.06);
  box-shadow: 0 14px 32px rgba(0,0,0,0.32);
  position: relative;
  overflow: hidden;
}

.lbk-card h3 {
  font-size: 16px;
  margin: 0 0 8px;
}

.lbk-card p {
  font-size: 13px;
  color: rgba(218,227,255,0.9);
}

.lbk-card ul {
  list-style: none;
  padding: 0;
  margin: 8px 0 0;
  font-size: 13px;
  color: rgba(206,218,255,0.9);
}

.lbk-card ul li::before {
  content: "• ";
  color: var(--lbk-gold);
}

/* Media blocks */

.lbk-media-grid {
  display: grid;
  grid-template-columns: minmax(0,1.1fr) minmax(0,1fr);
  gap: 26px;
  align-items: center;
}

.lbk-media-img {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.lbk-media-tag {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgba(252,252,255,0.7);
  margin-bottom: 10px;
}

.lbk-media-title {
  font-size: 22px;
  margin: 0 0 10px;
}

.lbk-media-body {
  font-size: 14px;
  color: rgba(219,228,255,0.9);
}

/* Team */

.lbk-team-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 18px;
}

.lbk-team-card {
  background: radial-gradient(circle at top, rgba(255,255,255,0.04), rgba(10,16,32,0.98));
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.06);
  box-shadow: 0 12px 28px rgba(0,0,0,0.35);
}

.lbk-team-photo {
  height: 230px;
  overflow: hidden;
}

.lbk-team-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lbk-team-body {
  padding: 14px 16px 16px;
}

.lbk-team-name {
  font-weight: 600;
  margin-bottom: 4px;
}

.lbk-team-role {
  font-size: 12px;
  color: rgba(204,215,245,0.9);
  margin-bottom: 6px;
}

.lbk-team-meta {
  font-size: 11px;
  color: rgba(180,195,230,0.9);
}

/* Contact */

.lbk-contact-wrapper {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 28px;
  align-items: start;
}

.lbk-contact-box {
  background: radial-gradient(circle at top, rgba(22,101,255,0.16), rgba(4,10,24,0.98));
  border-radius: 24px;
  padding: 20px 20px 18px;
  border: 1px solid rgba(68,120,255,0.35);
  box-shadow: 0 16px 40px rgba(0,0,0,0.45);
}

.lbk-contact-box h3 {
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 18px;
}

.lbk-contact-box p {
  margin: 0 0 16px;
  font-size: 13px;
  color: rgba(223,233,255,0.95);
}

.lbk-form-row {
  display: flex;
  gap: 12px;
  margin-bottom: 10px;
}

.lbk-form-field {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.lbk-form-field label {
  font-size: 12px;
  color: rgba(232,240,255,0.95);
}

.lbk-input,
.lbk-textarea {
  background: rgba(8,16,36,0.95);
  border-radius: 10px;
  border: 1px solid rgba(126,153,210,0.6);
  padding: 7px 10px;
  color: #f7f9ff;
  font-size: 13px;
}

.lbk-textarea {
  min-height: 90px;
  resize: vertical;
}

.lbk-input:focus,
.lbk-textarea:focus {
  outline: none;
  border-color: #2dd1ff;
  box-shadow: 0 0 0 1px rgba(45,209,255,0.6);
}

.lbk-contact-meta {
  font-size: 12px;
  color: rgba(203,215,245,0.9);
  margin-top: 8px;
}

.lbk-contact-side {
  background: radial-gradient(circle at top, rgba(255,255,255,0.05), rgba(10,13,25,0.96));
  border-radius: 24px;
  padding: 18px 18px 16px;
  border: 1px solid rgba(255,255,255,0.05);
  box-shadow: 0 14px 36px rgba(0,0,0,0.4);
}

.lbk-contact-side h4 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 15px;
}

.lbk-contact-side p {
  margin: 0 0 6px;
  font-size: 13px;
  color: rgba(216,227,255,0.92);
}

/* Footer */

.lbk-footer {
  padding: 18px 20px 20px;
  border-top: 1px solid rgba(255,255,255,0.05);
  background: #020513;
  font-size: 12px;
  color: rgba(198,210,240,0.9);
}

.lbk-footer-inner {
  max-width: var(--container-width);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* Language handling */

.lang {
  display: none;
}

.lang.active {
  display: inline;
}

.lang-block {
  display: none;
}

.lang-block.active {
  display: block;
}

/* Responsive */

@media (max-width: 960px) {
  .lbk-hero-grid,
  .lbk-media-grid,
  .lbk-contact-wrapper {
    grid-template-columns: minmax(0,1fr);
  }

  .lbk-hero {
    padding-top: 100px;
  }

  .lbk-grid {
    grid-template-columns: minmax(0,1fr);
  }

  .lbk-team-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
}

@media (max-width: 640px) {
  .lbk-header-inner {
    padding-inline: 14px;
  }

  .lbk-hero h1 {
    font-size: 32px;
  }

  section {
    padding-inline: 16px;
  }

  .lbk-team-grid {
    grid-template-columns: minmax(0,1fr);
  }

  .lbk-contact-box,
  .lbk-contact-side {
    padding-inline: 14px;
  }

  .lbk-form-row {
    flex-direction: column;
  }
}
