:root {
  --bc-primary: #2f8de6;
  --bc-primary-deep: #05070a;
  --bc-surface: #f5f7fb;
  --bc-surface-2: #edf2f7;
  --bc-text: #111111;
  --bc-muted: #4b5563;
  --bc-accent: #5da9e9;
  --bc-accent-soft: #d9ecff;
  --bc-white: #ffffff;
  --bc-border: rgba(0, 0, 0, 0.12);
  --bc-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
  --bc-radius-lg: 28px;
  --bc-radius-md: 20px;
  --bc-radius-sm: 14px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  color: var(--bc-text);
  background:
    radial-gradient(circle at top left, rgba(93, 169, 233, 0.22), transparent 28%),
    linear-gradient(180deg, #f9fbfd 0%, #ffffff 18%, #f7fafc 100%);
}

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

a {
  text-decoration: none;
}

.page-top-space {
  padding-top: 7rem;
}

.section-padding {
  padding: 6rem 0;
}

.bg-soft {
  background: linear-gradient(180deg, rgba(245, 247, 251, 0.95), rgba(237, 242, 247, 0.9));
}

.bg-deep {
  background:
    radial-gradient(circle at top right, rgba(93, 169, 233, 0.22), transparent 24%),
    linear-gradient(145deg, #020304, #111111);
}

.text-gold {
  color: var(--bc-accent-soft) !important;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--bc-accent);
}

.eyebrow::before {
  content: "";
  width: 36px;
  height: 2px;
  background: currentColor;
}

.section-heading {
  max-width: 680px;
  margin-bottom: 3rem;
}

.section-heading h1,
.section-heading h2,
.inner-hero h1 {
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 1rem;
}

.section-heading p,
.inner-hero p {
  color: var(--bc-muted);
  font-size: 1.05rem;
  line-height: 1.8;
}

.btn {
  border-radius: 999px;
  padding: 0.9rem 1.4rem;
  font-weight: 600;
}

.btn-accent {
  color: var(--bc-white);
  background: linear-gradient(135deg, #78bdf5, var(--bc-accent));
  border: 0;
  box-shadow: 0 16px 30px rgba(93, 169, 233, 0.28);
}

.btn-accent:hover,
.btn-accent:focus {
  color: var(--bc-white);
  background: linear-gradient(135deg, #8ac8fb, #4d98dc);
}

.hero-outline {
  border-color: rgba(47, 141, 230, 0.24);
  color: var(--bc-primary-deep);
}

.hero-outline:hover,
.hero-outline:focus {
  background: rgba(93, 169, 233, 0.12);
  color: var(--bc-primary-deep);
}

.site-navbar {
  padding: 1rem 0;
  background: rgba(5, 7, 10, 0.86);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.site-navbar .navbar-brand {
  color: var(--bc-white);
}

.site-navbar .navbar-brand strong {
  font-size: 1rem;
  line-height: 1.1;
}

.site-navbar .navbar-brand small {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
}

.site-navbar .nav-link {
  position: relative;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 500;
}

.site-navbar .nav-link:hover,
.site-navbar .nav-link.active {
  color: var(--bc-white);
}

.site-navbar .nav-link.active::after {
  content: "";
  position: absolute;
  left: 0.75rem;
  right: 0.75rem;
  bottom: 0.2rem;
  height: 2px;
  border-radius: 999px;
  background: var(--bc-accent);
}

.hero-section {
  position: relative;
  padding: 10rem 0 6rem;
  overflow: hidden;
}

.hero-section::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 160px;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.06));
  pointer-events: none;
}

.hero-section .display-4 {
  font-size: clamp(2.6rem, 5vw, 4rem);
  color: var(--bc-primary-deep);
}

.metric-card,
.feature-card,
.service-card,
.story-card,
.contact-card,
.process-card,
.service-detail-card {
  padding: 1.75rem;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--bc-border);
  border-radius: var(--bc-radius-md);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.06);
}

.metric-card {
  min-height: 132px;
}

.metric-card strong,
.process-card strong {
  display: block;
  margin-bottom: 0.6rem;
  color: var(--bc-primary-deep);
}

.metric-card span,
.feature-card p,
.service-card p,
.story-card p,
.contact-card p,
.process-card p,
.service-detail-card p {
  color: var(--bc-muted);
  line-height: 1.75;
}

.hero-visual {
  position: relative;
  padding: 2rem;
  border-radius: var(--bc-radius-lg);
  background:
    radial-gradient(circle at top left, rgba(93, 169, 233, 0.34), transparent 22%),
    linear-gradient(165deg, rgba(5, 7, 10, 0.98), rgba(24, 24, 24, 0.92));
}

.hero-visual__badge {
  position: absolute;
  top: 1.4rem;
  right: 1.4rem;
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: var(--bc-white);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-visual__panel {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.hero-visual__panel span {
  padding: 0.7rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: var(--bc-white);
  font-size: 0.92rem;
}

.feature-icon,
.story-step,
.service-tag,
.contact-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  min-height: 40px;
  margin-bottom: 1rem;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  background: rgba(93, 169, 233, 0.16);
  color: var(--bc-primary);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.feature-card h3,
.service-card h3,
.gallery-card h3,
.contact-card h2,
.service-detail-card h2,
.story-card h2 {
  margin-bottom: 1rem;
  font-size: 1.35rem;
  line-height: 1.35;
  color: var(--bc-primary-deep);
}

.service-list,
.service-bullets,
.footer-links {
  margin: 0;
  padding: 0;
}

.service-list li,
.service-bullets li {
  position: relative;
  padding-left: 1.4rem;
  margin-bottom: 0.8rem;
  color: var(--bc-muted);
}

.service-list li::before,
.service-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7rem;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--bc-accent);
}

.link-highlight {
  color: var(--bc-primary);
  font-weight: 600;
}

.link-highlight:hover {
  color: var(--bc-primary-deep);
}

.gallery-card {
  overflow: hidden;
  height: 100%;
  border-radius: var(--bc-radius-md);
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
}

.gallery-card__split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gallery-card__split img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
}

.gallery-card__body {
  padding: 1.5rem;
}

.gallery-card__body h3 {
  color: var(--bc-white);
}

.gallery-card__body p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.7;
}

.testimonial-shell {
  padding: 2rem;
  border-radius: var(--bc-radius-lg);
  background: linear-gradient(180deg, rgba(93, 169, 233, 0.08), rgba(93, 169, 233, 0.16));
  border: 1px solid var(--bc-border);
}

.testimonial-card {
  margin: 0;
  padding: 2rem;
  border-radius: var(--bc-radius-md);
  background: var(--bc-white);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.testimonial-card p {
  margin-bottom: 1rem;
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--bc-primary-deep);
}

.testimonial-card footer {
  color: var(--bc-muted);
  font-weight: 600;
}

.cta-banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 2.2rem;
  border-radius: var(--bc-radius-lg);
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.16), transparent 18%),
    linear-gradient(140deg, rgba(5, 7, 10, 0.98), rgba(32, 32, 32, 0.94));
  color: var(--bc-white);
  box-shadow: var(--bc-shadow);
}

.cta-banner h2 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
}

.inner-hero {
  padding: 2rem 0;
}

.stacked-visuals {
  display: grid;
  gap: 1rem;
}

.stacked-visuals img {
  width: 100%;
  border-radius: var(--bc-radius-md);
  border: 1px solid var(--bc-border);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.story-card {
  padding-top: 2rem;
}

.process-card {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: none;
}

.process-card strong,
.process-card p {
  color: var(--bc-white);
}

.service-detail-card {
  padding: 2rem;
}

.contact-card h2 {
  font-size: 1.6rem;
}

.map-shell,
.contact-panel {
  overflow: hidden;
  border-radius: var(--bc-radius-lg);
  border: 1px solid var(--bc-border);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.map-shell iframe {
  display: block;
  width: 100%;
  min-height: 100%;
  height: 100%;
  border: 0;
}

.contact-panel {
  padding: 2rem;
}

.contact-panel .form-control,
.contact-panel .form-select {
  min-height: 52px;
  border-radius: 14px;
  border-color: rgba(93, 169, 233, 0.22);
}

.contact-panel textarea.form-control {
  min-height: 130px;
}

.site-footer {
  padding: 4.5rem 0 2rem;
  background: #05070a;
  color: rgba(255, 255, 255, 0.72);
}

.site-footer h3 {
  margin-bottom: 1rem;
  font-size: 1rem;
  color: var(--bc-white);
}

.footer-links li + li {
  margin-top: 0.65rem;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.72);
}

.footer-links a:hover {
  color: var(--bc-white);
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.95rem;
}

.wa-float {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 1035;
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.95rem 1.15rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #2f85d3, #5da9e9);
  color: var(--bc-white);
  font-weight: 700;
  box-shadow: 0 18px 40px rgba(47, 133, 211, 0.35);
}

.wa-float:hover {
  color: var(--bc-white);
}

.wa-float__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--bc-white);
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.18);
}

@media (max-width: 991.98px) {
  .site-navbar .nav-link.active::after {
    display: none;
  }

  .hero-section {
    padding-top: 8.5rem;
  }

  .section-padding {
    padding: 5rem 0;
  }

  .metric-card {
    min-height: auto;
  }

  .map-shell iframe {
    min-height: 420px;
  }
}

@media (max-width: 767.98px) {
  .page-top-space {
    padding-top: 6.5rem;
  }

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

  .hero-section .display-4,
  .inner-hero h1 {
    font-size: 2.3rem;
  }

  .hero-visual {
    padding: 1.4rem;
  }

  .cta-banner {
    padding: 1.6rem;
  }

  .gallery-card__split {
    grid-template-columns: 1fr;
  }

  .gallery-card__split img {
    min-height: 220px;
  }

  .wa-float {
    right: 1rem;
    bottom: 1rem;
    padding: 0.85rem 1rem;
  }
}
