*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  color: #e5e7eb;
  background: #0b1120;
}

.bh-container {
  width: min(1120px, 100% - 3rem);
  margin: 0 auto;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

/* Header & navigation */

.bh-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #020617;
  border-bottom: 1px solid #1f2937;
}

.bh-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.85rem 0;
  gap: 1.5rem;
}

.bh-logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.bh-logo-mark {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid #1f2937;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fecaca;
  background: #111827;
}

.bh-logo-text {
  display: flex;
  flex-direction: column;
}

.bh-logo-title {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  letter-spacing: 0.03em;
  font-size: 1.05rem;
  color: #f9fafb;
}

.bh-logo-subtitle {
  font-size: 0.75rem;
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.bh-nav {
  display: flex;
  gap: 1.5rem;
  font-size: 0.95rem;
  color: #e5e7eb;
}

.bh-nav a {
  position: relative;
  padding-bottom: 0.25rem;
}

.bh-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #ef4444;
  border-radius: 999px;
  transition: width 0.2s ease-out;
}

.bh-nav a:hover::after {
  width: 100%;
}

.bh-cta-header {
  font-size: 0.9rem;
  padding: 0.55rem 1.1rem;
  border-radius: 999px;
  border: 1px solid #ef4444;
  color: #ffffff;
  background: #b91c1c;
  white-space: nowrap;
}

.bh-cta-header:hover {
  filter: brightness(0.96);
}

.bh-nav-toggle {
  display: none;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid #1f2937;
  background: #020617;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  padding: 0;
}

.bh-nav-toggle span {
  width: 16px;
  height: 2px;
  border-radius: 999px;
  background: #e5e7eb;
}

/* Hero */

.bh-hero {
  padding: 3.5rem 0 3.75rem;
  background: #020617;
  color: #e5e7eb;
}

.bh-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 2.5fr);
  gap: 3rem;
  align-items: center;
}

.bh-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.25rem 0.85rem;
  border-radius: 999px;
  background: #111827;
  border: 1px solid #374151;
  color: #e5e7eb;
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}

.bh-badge::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #22c55e;
}

.bh-hero h1 {
  font-family: "Playfair Display", serif;
  font-size: clamp(2.5rem, 3vw + 1.4rem, 3.5rem);
  line-height: 1.05;
  margin: 0 0 1rem;
  color: #f9fafb;
}

.bh-hero-lead {
  font-size: 1rem;
  line-height: 1.7;
  color: #9ca3af;
  max-width: 34rem;
}

.bh-hero-actions {
  margin: 1.75rem 0 1.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.bh-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.7rem 1.4rem;
  border-radius: 0.999rem;
  font-weight: 500;
  font-size: 0.95rem;
  border: none;
  cursor: pointer;
  transition: background 0.12s ease-out, filter 0.12s ease-out;
}

.bh-btn-primary {
  background: #b91c1c;
  color: #ffffff;
}

.bh-btn-ghost {
  background: transparent;
  border: 1px solid #374151;
  color: #e5e7eb;
}

.bh-btn:hover {
  filter: brightness(0.96);
}

.bh-btn-full {
  width: 100%;
}

.bh-hero-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
  font-size: 0.85rem;
}

.bh-hero-meta strong {
  display: block;
  color: #f9fafb;
  margin-bottom: 0.1rem;
}

.bh-hero-meta span {
  color: #9ca3af;
}

.bh-hero-card {
  position: relative;
}

.bh-hero-photo {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  background-image: url("https://images.pexels.com/photos/616353/pexels-photo-616353.jpeg?auto=compress&cs=tinysrgb&w=1200");
  background-size: cover;
  background-position: center;
  min-height: 260px;
}

.bh-hero-photo-overlay,
.bh-hero-photo-content {
  display: none;
}

.bh-hero-info {
  position: static;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  padding: 0.9rem 1rem;
  border-radius: 1rem;
  background: #020617;
  border: 1px solid #1f2937;
  margin-top: 1rem;
}

.bh-kpi-number {
  display: block;
  font-weight: 600;
  color: #f9fafb;
  font-size: 1.05rem;
}

.bh-kpi-label {
  display: block;
  font-size: 0.75rem;
  color: #9ca3af;
}

/* Sections */

.bh-section {
  padding: 3.5rem 0;
  background: #020617;
  color: #e5e7eb;
}

.bh-section-alt {
  background: #0b1120;
}

.bh-section-inner {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.bh-section-heading {
  max-width: 40rem;
}

.bh-section-heading-left {
  max-width: 32rem;
}

.bh-section-heading h2 {
  font-family: "Playfair Display", serif;
  font-size: 1.8rem;
  margin: 0 0 0.75rem;
  color: #f9fafb;
}

.bh-section-heading p {
  margin: 0;
  color: #9ca3af;
  line-height: 1.7;
}

.bh-grid-2 {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
  gap: 2.5rem;
  align-items: flex-start;
}

.bh-grid-2 h3 {
  margin-top: 0;
}

.bh-grid-2 p {
  color: #e5e7eb;
  line-height: 1.7;
}

.bh-facts {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.85rem;
}

.bh-fact-item {
  padding: 0.7rem 0.85rem;
  border-radius: 0.9rem;
  background: #020617;
  border: 1px solid #1f2937;
}

.bh-fact-label {
  display: block;
  font-size: 0.75rem;
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  margin-bottom: 0.1rem;
}

.bh-fact-value {
  display: block;
  font-size: 0.9rem;
  color: #e5e7eb;
}

/* Offer cards */

.bh-offer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
}

.bh-card {
  border-radius: 1.1rem;
  padding: 1.4rem 1.25rem 1.3rem;
  background: #020617;
  border: 1px solid #1f2937;
}

.bh-card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.1rem;
  color: #fecaca;
}

.bh-card p {
  margin: 0 0 0.7rem;
  font-size: 0.9rem;
  color: #e5e7eb;
}

.bh-card ul {
  list-style: none;
  padding-left: 0;
  margin: 0 0 0.6rem;
  font-size: 0.85rem;
  color: #e5e7eb;
}

.bh-card ul li {
  position: relative;
  padding-left: 1rem;
  margin-bottom: 0.25rem;
}

.bh-card ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #b91c1c;
}

.bh-card-note {
  font-size: 0.78rem;
  color: #9ca3af;
}

/* Benefits */

.bh-benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
}

.bh-benefit {
  border-radius: 1rem;
  padding: 1.2rem 1.1rem;
  background: #020617;
  border: 1px solid #1f2937;
}

.bh-benefit h3 {
  margin: 0 0 0.4rem;
  font-size: 1rem;
  color: #fecaca;
}

.bh-benefit p {
  margin: 0;
  font-size: 0.9rem;
  color: #e5e7eb;
  line-height: 1.7;
}

/* Testimonials */

.bh-testimonials {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.bh-testimonial {
  border-radius: 1.1rem;
  padding: 1.25rem 1.2rem 1.15rem;
  background: #020617;
  border: 1px solid #1f2937;
}

.bh-testimonial p {
  margin: 0 0 0.9rem;
  font-size: 0.9rem;
  color: #e5e7eb;
  line-height: 1.7;
}

.bh-testimonial-meta {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  font-size: 0.8rem;
  color: #9ca3af;
}

.bh-testimonial-name {
  color: #f9fafb;
}

/* Contact */

.bh-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 2.5fr);
  gap: 2.5rem;
  align-items: flex-start;
}

.bh-contact-cards {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1.6fr);
  gap: 1.25rem;
  margin-top: 1.5rem;
}

.bh-contact-card {
  border-radius: 1rem;
  padding: 1.1rem 1.1rem 1rem;
  background: #020617;
  border: 1px solid #1f2937;
  font-size: 0.9rem;
  color: #e5e7eb;
}

.bh-contact-card h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  color: #fecaca;
}

.bh-contact-card p {
  margin: 0 0 0.35rem;
}

.bh-contact-card a {
  color: #fecaca;
}

.bh-form {
  border-radius: 1.25rem;
  padding: 1.4rem 1.35rem 1.35rem;
  background: #020617;
  border: 1px solid #1f2937;
}

.bh-form h3 {
  margin: 0 0 0.4rem;
  font-size: 1.1rem;
  color: #f9fafb;
}

.bh-form-note {
  margin: 0 0 1rem;
  font-size: 0.85rem;
  color: #9ca3af;
}

.bh-form-field {
  margin-bottom: 0.8rem;
}

.bh-form label {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 0.85rem;
  color: #e5e7eb;
}

.bh-form input,
.bh-form textarea {
  width: 100%;
  padding: 0.6rem 0.7rem;
  border-radius: 0.7rem;
  border: 1px solid #374151;
  background: #020617;
  color: #f9fafb;
  font-family: inherit;
  font-size: 0.9rem;
  outline: none;
  transition: border-color 0.12s ease-out, box-shadow 0.12s ease-out,
    background 0.12s ease-out;
}

.bh-form input::placeholder,
.bh-form textarea::placeholder {
  color: #6b7280;
}

.bh-form input:focus,
.bh-form textarea:focus {
  border-color: #ef4444;
  box-shadow: 0 0 0 1px rgba(239, 68, 68, 0.3);
  background: #020617;
}

.bh-field-error {
  display: block;
  min-height: 0.85rem;
  font-size: 0.78rem;
  color: #b91c1c;
  margin-top: 0.1rem;
}

.bh-form-success {
  margin: 0.6rem 0 0;
  font-size: 0.85rem;
  color: #bbf7d0;
}

/* Footer */

.bh-footer {
  border-top: 1px solid #1f2937;
  background: #020617;
  color: #9ca3af;
  padding: 1.6rem 0 1.4rem;
}

.bh-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.bh-logo-footer .bh-logo-mark {
  width: 32px;
  height: 32px;
  font-size: 0.7rem;
}

.bh-footer-copy {
  margin: 0.4rem 0 0;
  font-size: 0.8rem;
}

.bh-footer-links {
  display: flex;
  gap: 1.25rem;
  font-size: 0.85rem;
}

.bh-footer-links a {
  color: #9ca3af;
}

.bh-footer-links a:hover {
  color: #f9fafb;
}

/* Responsive */

@media (max-width: 900px) {
  .bh-nav {
    display: none;
  }

  .bh-cta-header {
    display: none;
  }

  .bh-nav-toggle {
    display: inline-flex;
  }

  .bh-hero-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .bh-hero-card {
    order: -1;
  }

  .bh-hero-info {
    flex-direction: row;
    justify-content: space-between;
  }

  .bh-grid-2 {
    grid-template-columns: minmax(0, 1fr);
  }

  .bh-offer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bh-benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bh-testimonials {
    grid-template-columns: minmax(0, 1fr);
  }

  .bh-contact-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .bh-contact-cards {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 640px) {
  .bh-container {
    width: min(100% - 2rem, 640px);
  }

  .bh-header-inner {
    padding: 0.7rem 0;
  }

  .bh-hero {
    padding: 3rem 0 3.25rem;
  }

  .bh-section {
    padding: 2.8rem 0;
  }

  .bh-hero-meta {
    grid-template-columns: minmax(0, 1fr);
  }

  .bh-offer-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .bh-benefits-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .bh-footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

