* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  background-color: #080a0e;
  color: #ffffff;
  line-height: 1.6;
}

/* HEADER */
.site-header {
  background: linear-gradient(to bottom, rgba(8, 10, 14, 0.98), rgba(10, 12, 16, 0.96));
  border-bottom: 1px solid rgba(30, 35, 48, 0.2);
  padding: 0;
  position: sticky;
  top: 0;
  z-index: 1000;
  backdrop-filter: blur(10px);
}

.header-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 clamp(1rem, 4vw, 2.5rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-logo {
  display: flex;
  align-items: center;
}

.header-logo img {
  width: auto;
  height: 80px;
  max-height: 80px;
  object-fit: contain;
  display: block;
}

.header-nav {
  display: flex;
  gap: 1.75rem;
  margin-left: auto;
  margin-right: 1.8rem;
}

.header-nav a {
  color: #8b92a0;
  text-decoration: none;
  font-size: 0.84rem;
  font-weight: 400;
  transition: color 0.2s;
  letter-spacing: 0.01em;
}

.header-nav a:hover {
  color: #ffffff;
}

.btn-consultation {
  padding: 0.52rem 1.3rem;
  background-color: #c4161c;
  color: #ffffff;
  text-decoration: none;
  font-size: 0.84rem;
  font-weight: 600;
  border-radius: 4px;
  white-space: nowrap;
  transition: all 0.2s;
  box-shadow: 0 0 18px rgba(196, 22, 28, 0.5), 0 2px 8px rgba(0, 0, 0, 0.4);
}

.btn-consultation:hover {
  background-color: #d61a20;
  box-shadow: 0 0 25px rgba(196, 22, 28, 0.7), 0 2px 10px rgba(0, 0, 0, 0.5);
}

/* HERO SECTION */
.hero-section {
  /* Base layer = gradient + subtle red glow + texture + gridlines */
  background-color: #080a0e;
  background-image:
    linear-gradient(to right, #050608 0%, #080a0e 30%, #0a0c10 60%, #0c0e12 100%),
    radial-gradient(circle at 78% 48%, rgba(255, 40, 40, 0.28) 0%, rgba(255, 40, 40, 0.14) 28%, transparent 62%),
    url("images/hero-texture.png"),
    repeating-linear-gradient(
      88deg,
      transparent 0px,
      transparent 110px,
      rgba(196, 22, 28, 0.018) 110px,
      rgba(196, 22, 28, 0.018) 111px
    ),
    repeating-linear-gradient(
      2deg,
      transparent 0px,
      transparent 110px,
      rgba(196, 22, 28, 0.018) 110px,
      rgba(196, 22, 28, 0.018) 111px
    );
  background-blend-mode: normal, screen, overlay, normal, normal;
  background-size: cover, cover, cover, cover, cover;
  background-position: center, center, center, center, center;
  background-repeat: no-repeat;

  padding: 4.5rem 0 5rem 0;
  position: relative;
  overflow: hidden;
}

/* Center watermark: BHD_Logo1.png (hat emblem) */
.hero-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("assets/images/BHD_Logo1.png");
  background-repeat: no-repeat;
  background-position: 64% 50%;
  background-size: 780px auto;
  opacity: 0.10;            /* tune this up/down */
  filter: drop-shadow(0 0 40px rgba(255, 50, 50, 0.10));
  mix-blend-mode: screen;   /* glow without washing everything */
  pointer-events: none;
  z-index: 0;
}

.hero-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 clamp(1rem, 4vw, 2.5rem);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;

  position: relative;
  z-index: 1; /* above background layers */
}

.hero-content {
  flex: 1;
  max-width: 600px;
  margin-right: clamp(2rem, 6vw, 6rem);
  position: relative;
  z-index: 2;
}

.hero-content h1 {
  font-size: clamp(2rem, 4vw, 3.1rem);
  font-weight: 700;
  line-height: 1.06;
  margin-bottom: 1.25rem;
  letter-spacing: -0.028em;
  color: #ffffff;
  text-shadow: 0 2px 15px rgba(0, 0, 0, 0.5);
}

.hero-content p {
  font-size: 0.98rem;
  color: #8b92a0;
  margin-bottom: 1.75rem;
  line-height: 1.68;
  max-width: 460px;
}

.btn-hero {
  display: inline-block;
  padding: 0.78rem 1.8rem;
  background-color: #c4161c;
  color: #ffffff;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 4px;
  transition: all 0.2s;
  box-shadow: 0 0 22px rgba(196, 22, 28, 0.55), 0 3px 10px rgba(0, 0, 0, 0.5);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.btn-hero:hover {
  background-color: #d61a20;
  box-shadow: 0 0 30px rgba(196, 22, 28, 0.75), 0 3px 12px rgba(0, 0, 0, 0.6);
}

.project-buttons {
  display: flex;
  gap: 14px;
  margin-top: 18px;
  flex-wrap: wrap;
}

/* Hero corner logo: BHD_Logo.png (full logo) */
.hero-image {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;

  position: relative;
  z-index: 2;
}

.hero-image img {
  width: min(360px, 100%);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 0 55px rgba(255, 55, 55, 0.55))
          drop-shadow(0 0 120px rgba(200, 22, 28, 0.22));
}

/* DEMO-SPECIFIC: park the hero logo in the bottom-right corner */
.demo-hero-scale .hero-container {
  padding-right: 6.5rem; /* prevents text collision with corner logo */
}

.demo-hero-scale .hero-image {
  position: absolute;
  right: 2.5rem;
  bottom: 2.25rem;
  margin: 0;
  justify-content: flex-end;
  align-items: flex-end;
}

/* ===============================
   TABLET BREAKPOINT (1024px)
   Alignment refinements, no layout direction change
   =============================== */

@media (max-width: 1024px) {
  .hero-container {
    gap: 2rem;
  }

  .hero-content {
    max-width: 520px;
    margin-right: clamp(1.5rem, 5vw, 3rem);
  }

  .hero-content p {
    max-width: 400px;
  }

  .hero-image img {
    width: min(300px, 100%);
    height: auto;
  }

  .hero-section {
    padding: 4rem 0 4.25rem 0;
  }

  .services-section {
    padding: 3.5rem 0 4rem 0;
  }

  .about-section {
    padding: 4rem 0 4.25rem 0;
  }

  .about-container {
    gap: 2.25rem;
  }

  .services-grid {
    gap: 1.35rem;
  }

  .demo-hero-scale .hero-container {
    padding-right: clamp(1rem, 4vw, 4rem);
  }
}

/* ===============================
   SMALL TABLET (900px)
   Services grid stacks to 1 column
   =============================== */

@media (max-width: 900px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
}

/* SERVICES SECTION */
.services-section {
  padding: 4rem 0 4.5rem 0;
  background: #0c0e13;
  position: relative;
}

.services-header {
  text-align: center;
  margin-bottom: 2.8rem;
}

.services-header h2 {
  font-size: clamp(1.6rem, 3vw, 2.15rem);
  font-weight: 700;
  margin-bottom: 0.32rem;
  color: #ffffff;
  letter-spacing: -0.015em;
}

.services-header p {
  font-size: 0.98rem;
  color: #8b92a0;
}

.services-grid {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 clamp(1rem, 4vw, 2.5rem);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.65rem;
}

.service-card {
  background: linear-gradient(
    to bottom,
    rgba(16, 19, 25, 0.98),
    rgba(12, 14, 19, 0.98)
  );
  border: 1px solid rgba(30, 35, 48, 0.5);
  border-radius: 9px;
  padding: 2.2rem 2.3rem;
  transition: all 0.25s ease;
  box-shadow:
    0 5px 26px rgba(0, 0, 0, 0.78),
    0 0 45px rgba(196, 22, 28, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.022);
}

.service-card:hover {
  transform: translateY(-3px);
  border-color: rgba(196, 22, 28, 0.32);
  box-shadow:
    0 9px 36px rgba(0, 0, 0, 0.88),
    0 0 65px rgba(196, 22, 28, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.038);
}

.service-icon {
  width: 42px;
  height: 42px;
  margin-bottom: 1.25rem;
  background-size: contain;
  background-repeat: no-repeat;
  filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.22));
}

.shield-icon {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="1.5"%3E%3Cpath d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"/%3E%3Cpath d="M9 12l2 2 4-4" stroke="%23c4161c" stroke-width="2"/%3E%3C/svg%3E');
}

.globe-icon {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="1.5"%3E%3Ccircle cx="12" cy="12" r="10"/%3E%3Cline x1="2" y1="12" x2="22" y2="12"/%3E%3Cpath d="M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z" stroke="%23c4161c" stroke-width="2"/%3E%3C/svg%3E');
}

.factory-icon {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="1.5"%3E%3Cpath d="M3 21h18M5 21V7l5 4V7l5 4v10M9 21v-4h6v4"/%3E%3Crect x="9" y="13" width="2" height="2" stroke="%23c4161c" stroke-width="2"/%3E%3Crect x="13" y="13" width="2" height="2" stroke="%23c4161c" stroke-width="2"/%3E%3C/svg%3E');
}

.target-icon {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="1.5"%3E%3Ccircle cx="12" cy="12" r="3" stroke="%23c4161c" stroke-width="2"/%3E%3Ccircle cx="12" cy="12" r="8"/%3E%3Cline x1="12" y1="2" x2="12" y2="4"/%3E%3Cline x1="12" y1="20" x2="12" y2="22"/%3E%3Cline x1="2" y1="12" x2="4" y2="12"/%3E%3Cline x1="20" y1="12" x2="22" y2="12"/%3E%3C/svg%3E');
}

.service-card h3 {
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  font-weight: 600;
  margin-bottom: 0.62rem;
  color: #ffffff;
  letter-spacing: -0.01em;
}

.service-card p {
  font-size: 0.9rem;
  color: #8b92a0;
  line-height: 1.68;
}

/* ABOUT SECTION */
.about-section {
  background: linear-gradient(to right, #0c0e12 0%, #0a0c10 40%, #080a0e 70%, #050608 100%);
  padding: 4.5rem 0 5rem 0;
  position: relative;
  overflow: hidden;
}

.about-section::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 5%;
  width: 950px;
  height: 950px;
  transform: translate(0, -50%);
  background: radial-gradient(
    circle,
    rgba(255, 70, 60, 0.55) 0%,
    rgba(240, 50, 45, 0.48) 10%,
    rgba(220, 35, 35, 0.38) 20%,
    rgba(200, 25, 28, 0.28) 35%,
    rgba(180, 20, 25, 0.15) 50%,
    transparent 70%
  );
  filter: blur(120px);
  pointer-events: none;
  z-index: 0;
}

.about-section::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image:
    radial-gradient(circle at 13% 18%, rgba(255, 70, 60, 0.22) 0%, transparent 2%),
    radial-gradient(circle at 16% 32%, rgba(255, 60, 55, 0.18) 0%, transparent 1.8%),
    radial-gradient(circle at 10% 48%, rgba(255, 65, 58, 0.15) 0%, transparent 2%),
    radial-gradient(circle at 14% 62%, rgba(255, 55, 50, 0.12) 0%, transparent 1.5%),
    radial-gradient(circle at 11% 75%, rgba(255, 50, 48, 0.1) 0%, transparent 1.3%),
    radial-gradient(circle at 8% 85%, rgba(255, 45, 45, 0.08) 0%, transparent 1.2%),
    repeating-linear-gradient(
      2deg,
      transparent 0px,
      transparent 98px,
      rgba(196, 22, 28, 0.022) 98px,
      rgba(196, 22, 28, 0.022) 99px
    ),
    repeating-linear-gradient(
      88deg,
      transparent 0px,
      transparent 98px,
      rgba(196, 22, 28, 0.022) 98px,
      rgba(196, 22, 28, 0.022) 99px
    ),
    repeating-linear-gradient(
      47deg,
      transparent 0px,
      transparent 115px,
      rgba(196, 22, 28, 0.015) 115px,
      rgba(196, 22, 28, 0.015) 116px
    ),
    repeating-linear-gradient(
      133deg,
      transparent 0px,
      transparent 115px,
      rgba(196, 22, 28, 0.015) 115px,
      rgba(196, 22, 28, 0.015) 116px
    );
  pointer-events: none;
  z-index: 0;
}

.about-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 clamp(1rem, 4vw, 2.5rem);
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: clamp(2rem, 4vw, 3rem);
  position: relative;
  z-index: 1;
}

.about-section .about-content {
  min-width: 0;
}

.about-section .about-content h2 {
  font-size: clamp(1.6rem, 3vw, 2.15rem);
  font-weight: 700;
  margin-bottom: 0.72rem;
  color: #ffffff;
  letter-spacing: -0.018em;
}

.about-section .about-content h3 {
  font-size: 1.38rem;
  font-weight: 600;
  margin-bottom: 0.92rem;
  color: #ffffff;
  letter-spacing: -0.012em;
}

.about-section .about-content p {
  font-size: 0.98rem;
  color: #8b92a0;
  line-height: 1.68;
}

.about-image {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-image img {
  width: min(320px, 100%);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 0 80px rgba(255, 60, 55, 1.2))
          drop-shadow(0 0 140px rgba(240, 40, 40, 0.9))
          drop-shadow(0 0 200px rgba(220, 30, 35, 0.6))
          drop-shadow(0 0 280px rgba(200, 22, 28, 0.4));
}

/* ===============================
   MOBILE (consolidated)
   Prevent orientation-change repaint loops + layout
   =============================== */

@media (max-width: 768px) {
  .site-header {
    backdrop-filter: none;
  }

  .header-container {
    flex-wrap: wrap;
    gap: 0.75rem;
  }

  .header-nav {
    gap: 1.25rem;
  }

  .footer-container {
    flex-wrap: wrap;
    gap: 0.75rem;
  }

  .hero-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .hero-content {
    max-width: 100%;
    margin-right: 0;
  }

  .hero-content h1 {
    line-height: 1.15;
  }

  .hero-content p {
    max-width: 100%;
  }

  .hero-section,
  .services-section,
  .about-section {
    padding: 3rem 0;
  }

  .hero-section::after {
    background-position: 50% 42%;
    background-size: 520px auto;
    opacity: 0.10;
  }

  .demo-hero-scale .hero-container {
    padding-right: clamp(1rem, 4vw, 2.5rem);
  }

  .demo-hero-scale .hero-image {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 2rem;
  }

  .hero-image img,
  .about-image img {
    filter: drop-shadow(0 0 40px rgba(255, 60, 55, 0.6));
  }

  .hero-image img {
    width: 280px;
    max-width: 85vw;
    height: auto;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .about-container {
    grid-template-columns: 1fr;
  }

  .service-card {
    padding: 1.6rem 1.6rem;
  }

  .services-detail,
  .contact-content,
  .about-page .about-content,
  .policy-content {
    padding-top: 2.5rem;
    padding-bottom: 3.5rem;
    padding-left: clamp(1rem, 4vw, 2.5rem);
    padding-right: clamp(1rem, 4vw, 2.5rem);
  }

  .services-header p,
  .about-section .about-content p,
  .contact-card p,
  .about-card p,
  .policy-card p {
    font-size: 0.92rem;
  }

  .contact-card,
  .about-card,
  .policy-card {
    padding: 1.6rem 1.6rem;
  }
}

/* FOOTER */
.site-footer {
  background: rgba(8, 10, 14, 0.98);
  border-top: 1px solid rgba(30, 35, 48, 0.18);
  padding: 1.4rem clamp(1rem, 4vw, 2.5rem);
}

.footer-container {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-left {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.footer-logo {
  width: 56px;
  max-width: 56px;
  height: auto;
  object-fit: contain;
}

.footer-left p {
  color: #8b92a0;
  font-size: 0.84rem;
}

.footer-right {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.footer-right a {
  color: #8b92a0;
  text-decoration: none;
  font-size: 0.79rem;
  transition: color 0.2s;
}

.footer-right a:hover {
  color: #ffffff;
}

.footer-right span {
  color: #5a606c;
  font-size: 0.79rem;
}

/* ===============================
   SERVICES PAGE
   =============================== */

.services-page {
  background-color: #080a0e;
}

/* Hero */
.services-hero {
  background: linear-gradient(to bottom, #050608, #080a0e);
  padding: 4.5rem 0 3.5rem 0;
}

.services-hero-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 clamp(1rem, 4vw, 2.5rem);
}

.services-hero h1 {
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 700;
  margin-bottom: 1rem;
}

.services-hero p {
  color: #8b92a0;
  max-width: 720px;
  line-height: 1.7;
}

.services-hero-note {
  margin-top: 0.75rem;
  font-size: 0.85rem;
  opacity: 0.75;
}

/* Service blocks */
.services-detail {
  max-width: 1100px;
  margin: 0 auto;
  padding: 3.5rem clamp(1rem, 4vw, 2.5rem);
  display: grid;
  gap: 2.2rem;
}

.service-block {
  background: linear-gradient(
    to bottom,
    rgba(16, 19, 25, 0.98),
    rgba(12, 14, 19, 0.98)
  );
  border: 1px solid rgba(30, 35, 48, 0.45);
  border-radius: 10px;
  padding: 2.2rem 2.4rem;
  box-shadow:
    0 6px 28px rgba(0, 0, 0, 0.8),
    0 0 40px rgba(196, 22, 28, 0.08);
}

.service-block h2 {
  font-size: 1.45rem;
  margin-bottom: 0.75rem;
}

.service-block p {
  color: #8b92a0;
  line-height: 1.65;
  margin-bottom: 0.75rem;
}

.service-block ul {
  margin-top: 0.8rem;
  padding-left: 1.1rem;
}

.service-block li {
  margin-bottom: 0.4rem;
  color: #cfd3da;
}

/* CTA */
.services-cta {
  text-align: center;
  padding: 4rem 2.5rem 5rem;
  background: radial-gradient(circle at center, rgba(196, 22, 28, 0.18), transparent 60%);
}

.services-cta h2 {
  font-size: 2rem;
  margin-bottom: 0.75rem;
}

.services-cta p {
  color: #8b92a0;
  margin-bottom: 1.6rem;
}


/* ===============================
   CONTACT PAGE (Option A)
   =============================== */

.contact-page {
  background-color: #080a0e;
}

/* Hero */
.contact-hero {
  padding: 4.5rem 0 3.5rem;
  background: linear-gradient(to bottom, #050608, #080a0e);
}

.contact-hero-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 clamp(1rem, 4vw, 2.5rem);
}

.contact-hero h1 {
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 700;
  margin-bottom: 1.1rem;
}

.contact-hero p {
  color: #8b92a0;
  line-height: 1.7;
  max-width: 720px;
}

/* Content */
.contact-content {
  max-width: 1100px;
  margin: 0 auto;
  padding: 3.5rem clamp(1rem, 4vw, 2.5rem) 5rem;
  display: grid;
  gap: 2.2rem;
}

.contact-card {
  background: linear-gradient(
    to bottom,
    rgba(16, 19, 25, 0.98),
    rgba(12, 14, 19, 0.98)
  );
  border: 1px solid rgba(30, 35, 48, 0.45);
  border-radius: 10px;
  padding: 2.2rem 2.4rem;
  box-shadow:
    0 6px 28px rgba(0, 0, 0, 0.8),
    0 0 40px rgba(196, 22, 28, 0.08);
}

.contact-card h2 {
  font-size: 1.4rem;
  margin-bottom: 0.8rem;
}

.contact-card p {
  color: #8b92a0;
  line-height: 1.65;
  margin-bottom: 0.7rem;
}

.contact-card ul {
  margin: 0.8rem 0 0.8rem 1.2rem;
  color: #8b92a0;
}

.contact-card li {
  margin-bottom: 0.4rem;
}

.contact-card a {
  color: #ffffff;
  text-decoration: none;
}

.contact-card a:hover {
  color: #c4161c;
}


/* ===============================
   ABOUT PAGE (Option A)
   =============================== */

.about-page {
  background-color: #080a0e;
}

/* Hero */
.about-hero {
  padding: 4.5rem 0 3.5rem;
  background: linear-gradient(to bottom, #050608, #080a0e);
}

.about-hero-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 clamp(1rem, 4vw, 2.5rem);
}

.about-hero h1 {
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 700;
  margin-bottom: 1.1rem;
}

.about-hero p {
  color: #8b92a0;
  line-height: 1.7;
  max-width: 780px;
}

/* Content */
.about-page .about-content {
  max-width: 1100px;
  margin: 0 auto;
  padding: 3.5rem clamp(1rem, 4vw, 2.5rem) 5rem;
  display: grid;
  gap: 2.2rem;
}

.about-card {
  background: linear-gradient(
    to bottom,
    rgba(16, 19, 25, 0.98),
    rgba(12, 14, 19, 0.98)
  );
  border: 1px solid rgba(30, 35, 48, 0.45);
  border-radius: 10px;
  padding: 2.2rem 2.4rem;
  box-shadow:
    0 6px 28px rgba(0, 0, 0, 0.8),
    0 0 40px rgba(196, 22, 28, 0.08);
}

.about-card h2 {
  font-size: 1.4rem;
  margin-bottom: 0.8rem;
}

.about-card p {
  color: #8b92a0;
  line-height: 1.65;
  margin-bottom: 0.7rem;
}

.about-card ul {
  margin: 0.8rem 0 0.8rem 1.2rem;
  color: #8b92a0;
}

.about-card li {
  margin-bottom: 0.4rem;
}

.about-card a {
  color: #ffffff;
  text-decoration: none;
}

.about-card a:hover {
  color: #c4161c;
}


/* ===============================
   PRIVACY / POLICY PAGES
   =============================== */

.policy-page {
  background-color: #080a0e;
}

/* Hero */
.policy-hero {
  padding: 4.5rem 0 3.5rem;
  background: linear-gradient(to bottom, #050608, #080a0e);
}

.policy-hero-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 clamp(1rem, 4vw, 2.5rem);
}

.policy-hero h1 {
  font-size: clamp(1.7rem, 3.2vw, 2.4rem);
  font-weight: 700;
  margin-bottom: 1.1rem;
}

.policy-hero p {
  color: #8b92a0;
  line-height: 1.7;
  max-width: 780px;
}

/* Content */
.policy-content {
  max-width: 1100px;
  margin: 0 auto;
  padding: 3.5rem clamp(1rem, 4vw, 2.5rem) 5rem;
  display: grid;
  gap: 2rem;
}

.policy-card {
  background: linear-gradient(
    to bottom,
    rgba(16, 19, 25, 0.98),
    rgba(12, 14, 19, 0.98)
  );
  border: 1px solid rgba(30, 35, 48, 0.45);
  border-radius: 10px;
  padding: 2.1rem 2.4rem;
  box-shadow:
    0 6px 28px rgba(0, 0, 0, 0.8),
    0 0 40px rgba(196, 22, 28, 0.06);
}

.policy-card h2 {
  font-size: 1.32rem;
  margin-bottom: 0.7rem;
}

.policy-card p {
  color: #8b92a0;
  line-height: 1.65;
  margin-bottom: 0.6rem;
}

.policy-card ul {
  margin: 0.7rem 0 0.7rem 1.2rem;
  color: #8b92a0;
}

.policy-card li {
  margin-bottom: 0.35rem;
}

.policy-card a {
  color: #ffffff;
  text-decoration: none;
}

.policy-card a:hover {
  color: #c4161c;
}

/* Vuln-PLC gallery (2x2 grid with captions) */
.vulnplc-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 16px;
}

.vulnplc-item {
  margin: 0;
}

.vulnplc-item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px; /* optional, matches your modern look */
}

.vulnplc-item figcaption {
  margin-top: 10px;
  font-size: 0.95rem;
  line-height: 1.4;
  opacity: 0.85;
}

/* Mobile: stack to 1 column */
@media (max-width: 900px) {
  .vulnplc-gallery {
    grid-template-columns: 1fr;
  }
}

/* ===============================
   Vuln-PLC Right-Side Floating Screenshots (overlay on logo)
   =============================== */

.vulnplc-right {
  position: relative;
}

/* Make the logo behind more visible */
.vulnplc-logo {
  width: min(360px, 100%);
  height: auto;
  object-fit: contain;
  display: block;

  /* slightly less insane glow so the logo stays readable */
  opacity: 0.22;         /* key: more visible behind cards */
  filter: drop-shadow(0 0 55px rgba(255, 55, 55, 0.40))
          drop-shadow(0 0 110px rgba(200, 22, 28, 0.18));
}

/* Overlay grid floats over the logo */
.vulnplc-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: 380px;          /* larger grid = larger thumbs */
  max-width: 95%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;             /* more breathing room */
  z-index: 2;
}

/* No "container" look: figure itself is transparent */
.vulnplc-card {
  margin: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  overflow: visible;
  box-shadow: none;
  backdrop-filter: none;
}

.vulnplc-card img {
  cursor: zoom-in;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.vulnplc-card img:active {
  transform: scale(1.6);
  z-index: 5;
  cursor: zoom-out;
}

/* Clickable thumbnail wrapper */
.vulnplc-thumb {
  display: block;
  border-radius: 12px;
  overflow: hidden;

  /* subtle glass feel on the IMAGE only (not the caption) */
  border: 1px solid rgba(255, 255, 255, 0.10);
  box-shadow: 0 10px 26px rgba(0,0,0,0.40);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
  cursor: zoom-in;
}

.vulnplc-thumb:hover {
  transform: translateY(-2px);
  border-color: rgba(196, 22, 28, 0.35);
  box-shadow: 0 14px 34px rgba(0,0,0,0.55);
}

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

/* Plain text caption (no box) */
.vulnplc-card figcaption {
  margin-top: 10px;
  padding: 0;            /* removes "container" feel */
  background: transparent;
  border: none;

  font-size: 0.88rem;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.82);
  text-shadow: 0 1px 10px rgba(0,0,0,0.55);
}

/* Mobile: stop overlapping the logo and stack nicely */
@media (max-width: 900px) {
  .vulnplc-overlay {
    position: static;
    transform: none;
    width: 100%;
    max-width: 100%;
    margin-top: 18px;
  }

  .vulnplc-logo {
    opacity: 0.20;
    width: 320px;
    max-width: 320px;
  }
}

/* ===============================
   Vuln-PLC Lightbox (CSS-only :target)
   =============================== */

.vulnplc-lightbox {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 5000;
}

.vulnplc-lightbox:target {
  display: block;
}

.vulnplc-lightbox-bg {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.78);
}

.vulnplc-lightbox-panel {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(1100px, 92vw);
  max-height: 88vh;

  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(10, 12, 16, 0.92);
  box-shadow: 0 20px 60px rgba(0,0,0,0.65);
  padding: 14px;

  overflow: auto;
}

.vulnplc-lightbox-panel img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

.vulnplc-lightbox-caption {
  margin-top: 10px;
  color: rgba(255,255,255,0.84);
  font-size: 0.92rem;
  line-height: 1.4;
}

.vulnplc-lightbox-close {
  position: sticky;
  top: 0;
  margin-left: auto;
  display: inline-block;

  text-decoration: none;
  color: rgba(255,255,255,0.9);
  font-size: 1.7rem;
  line-height: 1;
  padding: 6px 10px;
  border-radius: 10px;

  background: rgba(0,0,0,0.35);
  border: 1px solid rgba(255,255,255,0.12);
}

.vulnplc-lightbox-close:hover {
  border-color: rgba(196, 22, 28, 0.35);
}
