:root {
  --gov-blue: #111111;
  --trust-teal: #c9a24a;
  --cta-green: #c9a24a;
  --ink: #141414;
  --muted: #555555;
  --bg-soft: #f7f3eb;
  --white: #ffffff;
  --line: rgba(201, 162, 74, 0.34);
  --shadow-soft: 0 12px 32px rgba(0, 0, 0, 0.09);
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", "Poppins", sans-serif;
  color: var(--ink);
  line-height: 1.7;
  background-color: #faf9f6;
  background-image:
    radial-gradient(rgba(201, 162, 74, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, #ffffff 0%, #f6f1e7 100%);
  background-size: 18px 18px, auto;
}

a {
  text-decoration: none;
}

.section-space {
  padding: 84px 0;
}

.section-soft {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #fdfbf7 0%, #f4efe5 100%);
}

.section-soft::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    135deg,
    rgba(201, 162, 74, 0.06) 0,
    rgba(201, 162, 74, 0.06) 1px,
    transparent 1px,
    transparent 22px
  );
  pointer-events: none;
}

.section-soft > .container {
  position: relative;
  z-index: 1;
}

.section-title {
  color: var(--gov-blue);
  font-weight: 700;
  margin-bottom: 14px;
}

.section-subtitle {
  color: var(--muted);
  max-width: 780px;
}

.navbar-custom {
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid var(--line);
  padding: 0.35rem 0;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.navbar-custom .container {
  min-height: 84px;
  display: flex;
  align-items: center;
}

.navbar-custom .navbar-collapse {
  align-items: center;
}

.navbar-custom .navbar-nav {
  align-items: center;
}

.navbar-brand {
  color: var(--gov-blue) !important;
  font-weight: 700;
  letter-spacing: 0.01em;
  display: inline-flex;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 1.25rem;
}

.brand-logo {
  height: 62px;
  width: auto;
  display: block;
  object-fit: contain;
}

.navbar .nav-link {
  color: var(--gov-blue);
  font-weight: 500;
  font-size: 0.95rem;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
  color: var(--trust-teal);
}

.hero {
  position: relative;
  overflow: hidden;
  margin-top: 72px;
  padding: 90px 0 76px;
  background: linear-gradient(
    180deg,
    rgba(12, 12, 13, 0.97) 0%,
    rgba(25, 25, 26, 0.96) 100%
  );
  color: var(--white);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    120deg,
    rgba(201, 162, 74, 0.16) 0,
    rgba(201, 162, 74, 0.16) 1px,
    transparent 1px,
    transparent 26px
  );
  opacity: 0.24;
  pointer-events: none;
}

.hero > .container {
  position: relative;
  z-index: 1;
}

.hero h1 {
  font-size: clamp(1.85rem, 4vw, 2.7rem);
  line-height: 1.25;
  font-weight: 700;
}

.hero .lead {
  font-size: 1.06rem;
  color: rgba(255, 255, 255, 0.9);
}

.hero-card {
  border: 1px solid rgba(201, 162, 74, 0.45);
  border-radius: 12px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.06);
}

.hero-image-wrap {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 18px 34px rgba(3, 23, 36, 0.28);
  border: 1px solid rgba(201, 162, 74, 0.55);
}

.hero-consultancy-image {
  width: 100%;
  height: 350px;
  display: block;
  object-fit: cover;
}

.about-image-card {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
  background: #f2ece0;
}

.about-image {
  width: 100%;
  height: 340px;
  object-fit: cover;
  display: block;
}

.about-image-sober {
  height: 380px;
  object-position: center 22%;
  filter: saturate(0.88) contrast(1.03);
}

.btn-main {
  background: var(--trust-teal);
  border: 1px solid var(--trust-teal);
  color: #111111;
  border-radius: 8px;
  font-weight: 600;
  padding: 11px 24px;
}

.btn-main:hover {
  color: #111111;
  background: #b99035;
  border-color: #b99035;
}

.btn-outline-main {
  border: 1px solid rgba(201, 162, 74, 0.88);
  color: var(--white);
  border-radius: 8px;
  font-weight: 600;
  padding: 11px 24px;
}

.btn-outline-main:hover {
  color: #111111;
  background: var(--trust-teal);
  border-color: var(--trust-teal);
}

.info-card,
.service-card,
.choose-card,
.legal-card,
.contact-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: var(--shadow-soft);
}

.info-card,
.service-card,
.choose-card,
.legal-card,
.contact-card {
  padding: 26px;
}

.service-card,
.choose-card,
.contact-card {
  height: 100%;
}

.service-card,
.choose-card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.service-card:hover,
.choose-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.16);
}

.icon-badge {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background: rgba(201, 162, 74, 0.17);
  color: var(--trust-teal);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  margin-bottom: 16px;
}

.list-clean {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.list-clean li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 11px;
  color: var(--muted);
}

.list-clean li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: var(--trust-teal);
  position: absolute;
  left: 0;
  top: 0;
}

.about-standard-list {
  margin: 0 0 1rem 1.2rem;
  padding: 0;
}

.about-standard-list li {
  margin-bottom: 0.55rem;
}

.service-block + .service-block {
  margin-top: 24px;
}

.service-block {
  height: auto;
}

.service-block h3 {
  color: var(--gov-blue);
  font-weight: 650;
}

.page-banner {
  margin-top: 72px;
  padding: 74px 0 56px;
  background: linear-gradient(140deg, #111111 0%, #1f1f1f 100%);
  color: var(--white);
}

.page-banner h1 {
  font-size: clamp(1.8rem, 3.8vw, 2.45rem);
  margin-bottom: 12px;
}

.accordion-item {
  border: 1px solid var(--line);
  border-radius: 10px !important;
  overflow: hidden;
}

.accordion-button {
  font-weight: 600;
  color: var(--gov-blue);
}

.accordion-button:not(.collapsed) {
  color: var(--gov-blue);
  background: rgba(201, 162, 74, 0.18);
  box-shadow: none;
}

.accordion-button:focus {
  box-shadow: none;
}

.cta-banner {
  background: linear-gradient(135deg, #111111 0%, #1f1f1f 100%);
  border: 1px solid rgba(201, 162, 74, 0.45);
  color: var(--white);
  border-radius: 14px;
  padding: 42px 30px;
}

.form-control,
.form-select {
  border: 1px solid var(--line);
  border-radius: 9px;
  padding: 11px 13px;
}

.form-control:focus,
.form-select:focus {
  border-color: rgba(201, 162, 74, 0.8);
  box-shadow: 0 0 0 0.2rem rgba(201, 162, 74, 0.16);
}

.map-wrap iframe {
  width: 100%;
  min-height: 360px;
  border: 0;
  border-radius: 12px;
  box-shadow: var(--shadow-soft);
}

.footer {
  background: #0d0d0f;
  color: rgba(255, 255, 255, 0.86);
  padding: 58px 0 20px;
}

.footer h5 {
  color: var(--white);
  margin-bottom: 16px;
}

.footer a {
  color: rgba(255, 255, 255, 0.84);
}

.footer a:hover {
  color: var(--trust-teal);
}

.quick-link {
  display: block;
  margin-bottom: 8px;
}

.contact-item i {
  width: 18px;
  color: var(--trust-teal);
}

.text-info {
  color: var(--trust-teal) !important;
}

.social-links a {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(201, 162, 74, 0.45);
  margin-right: 8px;
}

.social-links a:hover {
  background: rgba(201, 162, 74, 0.2);
}

.footer-bottom {
  margin-top: 24px;
  padding-top: 14px;
  border-top: 1px solid rgba(201, 162, 74, 0.4);
  font-size: 0.92rem;
}

.whatsapp-float {
  position: fixed;
  bottom: 22px;
  right: 18px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--cta-green);
  color: #111111;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.55rem;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.28);
  z-index: 1030;
}

.whatsapp-float:hover {
  color: #111111;
  background: #b99035;
}

@media (max-width: 991.98px) {
  .hero,
  .page-banner {
    margin-top: 66px;
  }

  .section-space {
    padding: 70px 0;
  }

  .navbar-custom .container {
    min-height: 76px;
  }
}

@media (max-width: 575.98px) {
  .section-space {
    padding: 62px 0;
  }

  .hero {
    padding-top: 74px;
    padding-bottom: 62px;
  }

  .hero-card {
    padding: 18px;
  }

  .hero-consultancy-image {
    height: 290px;
  }

  .about-image {
    height: 280px;
  }

  .about-image-sober {
    height: 300px;
    object-position: center 18%;
  }

  .cta-banner {
    padding: 30px 22px;
  }

  .brand-logo {
    height: 50px;
  }
}
