/* =======================================================
   Priviscopes — custom styles (Bootstrap 5 base)
   Palette from logo: navy, metallic gold, charcoal
   ======================================================= */

:root {
  --navy-900: #050814;
  --navy-800: #0B1B3D;
  --navy-700: #12254F;
  --navy-600: #1A1C2C;
  --gold-400: #E4C35A;
  --gold-500: #D4AF37;
  --gold-600: #B8942A;
  --gold-700: #8B6E31;
  --gold-100: #F6EDD0;
  --blue-600: #D4AF37;
  --blue-500: #E4C35A;
  --green-500: #D4AF37;
  --green-600: #B8942A;
  --teal-800: #0B1B3D;
  --teal-700: #12254F;
  --gray-50: #F7F5EF;
  --gray-100: #EEE9DC;
  --gray-600: #5C6170;
  --gray-800: #1A1C2C;
  --radius-lg: 18px;
  --radius-md: 12px;
  --bs-primary: #D4AF37;
  --bs-primary-rgb: 212, 175, 55;
  --bs-link-color: #8B6E31;
  --bs-link-hover-color: #0B1B3D;
}

html { scroll-behavior: smooth; }

body {
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: var(--gray-800);
  background: #ffffff;
  overflow-x: hidden;
}

a { text-decoration: none; }

.text-primary { color: var(--gold-600) !important; }
.bg-primary { background-color: var(--gold-500) !important; color: var(--navy-800) !important; }
.bg-light { background-color: var(--gray-50) !important; }
.link-primary { color: var(--gold-700) !important; }

.container {
  width: 90%;
  max-width: 90%;
}

.section-eyebrow {
  color: var(--gold-700);
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: .8rem;
  margin-bottom: .5rem;
  display: inline-block;
}

.section-title {
  font-weight: 800;
  color: var(--navy-800);
}

.section-pad { padding: 5rem 0; }

@media (max-width: 767.98px) {
  .section-pad { padding: 3rem 0; }
}

.btn-brand-primary {
  background: var(--gold-500);
  border: 1px solid var(--gold-500);
  color: var(--navy-800);
  font-weight: 600;
  padding: .7rem 1.5rem;
  border-radius: 8px;
}
.btn-brand-primary:hover,
.btn-brand-primary:focus {
  background: var(--gold-400);
  border-color: var(--gold-400);
  color: var(--navy-800);
}

.btn-brand-outline {
  border: 1.5px solid var(--gold-500);
  color: var(--gold-400);
  font-weight: 600;
  padding: .7rem 1.5rem;
  border-radius: 8px;
  background: transparent;
}
.btn-brand-outline:hover,
.btn-brand-outline:focus {
  background: var(--gold-500);
  border-color: var(--gold-500);
  color: var(--navy-800);
}

.btn-brand-light {
  background: var(--gold-500);
  border: 1px solid var(--gold-500);
  color: var(--navy-800);
  font-weight: 600;
  padding: .7rem 1.5rem;
  border-radius: 8px;
}
.btn-brand-light:hover,
.btn-brand-light:focus {
  background: var(--gold-400);
  border-color: var(--gold-400);
  color: var(--navy-800);
}

.btn-brand-outline-dark {
  border: 1.5px solid var(--navy-800);
  color: var(--navy-800);
  font-weight: 600;
  padding: .7rem 1.5rem;
  border-radius: 8px;
  background: transparent;
}
.btn-brand-outline-dark:hover,
.btn-brand-outline-dark:focus {
  background: var(--navy-800);
  border-color: var(--navy-800);
  color: var(--gold-500);
}

/* ---------- Navbar ---------- */
.navbar-brand-wrap { display: flex; align-items: center; gap: .6rem; }
.brand-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #F6EDD0;
  border: 1px solid var(--gold-500);
  border-radius: 10px;
  color: #fff;
  flex: none;
  width: auto;
  padding: .35rem .55rem;
}
.brand-icon img {
  height: 86px;
  width: auto;
  max-height: 86px;
  object-fit: contain;
}
.brand-text-main { font-weight: 800; color: #ffffff; line-height: 1; font-size: 1.15rem; }
.brand-text-sub { font-size: .68rem; color: var(--gold-500); letter-spacing: .02em; }

.site-navbar {
  padding-top: 4px;
  padding-bottom: 4px;
  box-shadow: none;
  background: var(--navy-800);
  border-bottom: 1px solid rgba(212,175,55,.35);
}
.site-navbar .nav-link {
  color: #ffffff;
  font-weight: 600;
  padding: .5rem 1rem !important;
}
.site-navbar .nav-link.active,
.site-navbar .nav-link:hover { color: var(--gold-500); }
.site-navbar .navbar-toggler {
  border-color: rgba(212,175,55,.4);
}
.site-navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(212,175,55,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@media (max-width: 575.98px) {
  .brand-icon img { height: 64px; max-height: 64px; }
}

/* ---------- Hero ---------- */
.hero-section {
  background:
    linear-gradient(90deg, rgba(5,8,20,.94) 0%, rgba(11,27,61,.72) 45%, rgba(11,27,61,.2) 75%, transparent 100%),
    url(../css/hero-shield.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  padding: 7.5rem 0 7.5rem;
}
.hero-eyebrow {
  color: var(--gold-500);
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 17px;
  text-transform: uppercase;
}
.hero-title {
  color: #fff;
  font-weight: 800;
  font-size: 3.9rem;
  line-height: 1.15;
}
.hero-title .accent-green { color: var(--gold-400); }
.hero-lead {
  color: #d8d4c8;
  font-size: 1.05rem;
  max-width: 540px;
}
.hero-image-wrap {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0,0,0,.45);
}
.hero-image-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; }

@media (max-width: 991.98px) {
  .hero-title { font-size: 2.1rem; }
}

/* ---------- Inner page banner + breadcrumb ---------- */
.page-banner {
  background: linear-gradient(120deg, var(--navy-900) 0%, var(--navy-800) 55%, var(--navy-700) 100%);
  padding: 2.6rem 0 2.2rem;
  text-align: center;
  border-bottom: 1px solid rgba(212,175,55,.25);
}
.page-banner h1 {
  color: var(--gold-500);
  font-weight: 800;
  font-size: 2.1rem;
  margin-bottom: .9rem;
}
.page-banner .breadcrumb {
  justify-content: center;
  margin-bottom: 0;
}
.page-banner .breadcrumb-item a {
  color: #d8d4c8;
  font-weight: 600;
}
.page-banner .breadcrumb-item a:hover { color: var(--gold-400); }
.page-banner .breadcrumb-item.active {
  color: #fff;
  font-weight: 600;
}
.page-banner .breadcrumb-item + .breadcrumb-item::before {
  color: var(--gold-700);
}

/* ---------- Trust badge bar ---------- */
.trust-bar {
  background: var(--navy-800);
  border-top: 1px solid rgba(212,175,55,.2);
}
.trust-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: .75rem;
}
.trust-item {
  color: #e7ebf5;
  font-weight: 600;
  font-size: .92rem;
  display: flex;
  align-items: center;
  gap: .5rem;
}
.trust-item i { color: var(--gold-500); font-size: 1.05rem; }
.trust-item i.icon-outline { color: var(--gold-400); }
.trust-item i.icon-fill { color: var(--gold-500); }

@media (max-width: 767.98px) {
  .trust-list { justify-content: center; gap: 1.25rem; }
}

/* ---------- Industry icon strip ---------- */
.chip-icon-row .chip {
  text-align: center;
  color: var(--gray-800);
}
.chip-icon-row .chip-icon {
  color: var(--gold-600);
  display: flex; align-items: center; justify-content: center;
  font-size: 2.2rem;
  margin: 0 auto .6rem;
}
.chip-icon-row .chip-label { font-size: .82rem; font-weight: 500; color: var(--gray-800); }

/* ---------- Service cards ---------- */
.services-section{
    padding:90px 0;
}

.section-tag{
    color: var(--gold-700);
    font-size:22px;
}

.section-title{
    font-size:40px;
    font-weight:700;
    margin-top:20px;
}

.service-card{
    border-radius:18px;
    padding:45px;
    color:#fff;
    height:100%;
    border: 1px solid rgba(212,175,55,.18);
}

.navy{
    background: var(--navy-800);
}

.green{
    background: var(--navy-600);
}

.service-card h2{
    font-size:40px;
    font-weight:700;
    margin-bottom:18px;
    color: var(--gold-400);
}

.desc{
    font-size:16px;
    max-width:620px;
    margin-bottom:25px;
    line-height:1.5;
    color: #d8d4c8;
}

.service-content{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:30px;
}

.service-list{
    list-style:none;
    padding:0;
    margin:0;
    flex:1;
}

.service-list li{
    margin-bottom:16px;
    font-size:16px;
    display:flex;
    align-items:center;
}

.service-list i{
    color: var(--gold-500);
    font-size:24px;
    margin-right:15px;
}

.green .service-list i{
    color: var(--gold-400);
}

.service-image{
    width:250px;
    flex-shrink:0;
}

.service-image img{
    width:100%;
}

.btn-blue{
    background: var(--gold-500);
    color: var(--navy-800);
    padding:14px 35px;
    border-radius:12px;
    font-weight:600;
    border: 1px solid var(--gold-500);
}
.btn-blue:hover,
.btn-blue:focus {
    background: var(--gold-400);
    color: var(--navy-800);
    border-color: var(--gold-400);
}

.btn-cyan{
    background: transparent;
    color: var(--gold-400);
    padding:14px 35px;
    border-radius:12px;
    font-weight:600;
    border: 1.5px solid var(--gold-500);
}
.btn-cyan:hover,
.btn-cyan:focus {
    background: var(--gold-500);
    color: var(--navy-800);
    border-color: var(--gold-500);
}

@media(max-width:991px){

.section-title{
    font-size:38px;
}

.service-card h2{
    font-size:32px;
}

.desc{
    font-size:18px;
}

.service-list li{
    font-size:18px;
}

.service-content{
    flex-direction:column;
    align-items:flex-start;
}

.service-image{
    width:180px;
    margin:auto;
}
}

/* ---------- Why choose ---------- */
.why-check-list { list-style: none; padding: 0; }
.why-check-list li {
  display: flex; align-items: flex-start; gap: .7rem;
  padding: .5rem 0;
  font-weight: 600;
  color: var(--gray-800);
}
.why-check-list li i { color: var(--gold-600); font-size: 1.1rem; margin-top: .15rem; }

.process-step { text-align: center; position: relative; margin-bottom: 20px; }
.process-step .step-icon {
  width: 66px; height: 66px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.6rem;
  color: #fff;
  margin: 0 auto .9rem;
  position: relative;
}
.process-step .step-num {
  position: absolute; top: -44px;
  width: 24px; height: 24px; border-radius: 50%;
  background: var(--gold-500); color: var(--navy-800);
  font-size: .72rem; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 2px 6px rgba(11,27,61,.25);
}
.process-step h5 { font-weight: 700; margin-bottom: .35rem; color: var(--navy-800); }
.process-step p { font-size: .85rem; color: var(--gray-600); }

.step-icon.c1,
.step-icon.c2,
.step-icon.c3,
.step-icon.c4 {
  border: 1px solid var(--gold-500);
  color: var(--gold-600);
  background: var(--gold-100);
}

.process-arrow {
  position: absolute;
  top:21px;
  left: 0;
  transform: translateX(-50%);
  color: var(--gold-500);
  font-size: 1.3rem;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .process-arrow { display: none; }
}

/* ---------- Industries grid ---------- */
.industry-card {
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  aspect-ratio: 1 / 0.85;
}
.industry-card img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s ease; }
.industry-card:hover img { transform: scale(1.06); }
.industry-card .label {
  position: absolute; inset: auto 0 0 0;
  background: linear-gradient(0deg, rgba(11,27,61,.9), rgba(11,27,61,0));
  color: #fff;
  font-weight: 700;
  font-size: .82rem;
  padding: .9rem .6rem .5rem;
  text-align: center;
}

/* ---------- Why AI matters icons ---------- */
.matters-icon-row .item { text-align: center; }
.matters-icon-row .icon-circle {
  display: flex; align-items: center; justify-content: center;
  font-size: 1.7rem;
  margin: 0 auto .6rem;
  color: var(--gold-600);
}
.matters-icon-row .label { font-weight: 600; font-size: .8rem; color: var(--gray-600); }

.matters-callout {
  text-align: left;
  color: var(--gray-600);
}

/* ---------- Professional expertise ---------- */
.cert-badge {
  display: flex;
  align-items: flex-start;
  gap: .9rem;
  text-align: left;
  max-width: 230px;
}
.cert-badge i { font-size: 1.9rem; color: var(--gold-600); flex-shrink: 0; line-height: 1; }
.cert-badge h6 { font-weight: 800; margin-bottom: .2rem; color: var(--navy-800); }
.cert-badge p { font-size: .78rem; color: var(--gray-600); margin: 0; }

/* ---------- Testimonials ---------- */
.testimonial-card {
  background: #fff;
  border: 1px solid var(--gray-100);
  border-radius: .75rem;
  padding: 1.75rem;
  text-align: left;
  display: flex;
  flex-direction: column;
}
.testimonial-stars { color: var(--gold-500); font-size: .85rem; margin-bottom: .6rem; }
.testimonial-stars i { margin-right: .1rem; }
.testimonial-quote {
  color: var(--gray-800);
  font-size: .95rem;
  line-height: 1.6;
  flex-grow: 1;
  margin-bottom: 1.25rem;
}
.testimonial-author { display: flex; align-items: center; gap: .75rem; }
.testimonial-avatar {
  width: 44px; height: 44px; border-radius: 50%; object-fit: cover; flex-shrink: 0;
}
.testimonial-avatar-initial {
  display: flex; align-items: center; justify-content: center;
  background: var(--navy-800); color: var(--gold-400); font-weight: 700;
}
.testimonial-name { font-weight: 700; color: var(--navy-800); font-size: .9rem; }
.testimonial-role { color: var(--gray-600); font-size: .78rem; }

.testimonial-slider { position: relative; }
.testimonial-track-wrap { overflow: hidden; }
.testimonial-track {
  display: flex;
  transition: transform .5s ease;
}
.testimonial-slide {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 .75rem;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .testimonial-slide { flex: 0 0 50%; max-width: 50%; }
}
@media (min-width: 992px) {
  .testimonial-slide { flex: 0 0 33.3333%; max-width: 33.3333%; }
}
.testimonial-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  margin-top: 2rem;
}
.testimonial-nav-btn {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid var(--gray-100);
  background: #fff;
  color: var(--navy-800);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background .2s, color .2s, border-color .2s;
}
.testimonial-nav-btn:hover { background: var(--navy-800); border-color: var(--navy-800); color: #fff; }
.testimonial-nav-btn:disabled { opacity: .35; cursor: default; }
.testimonial-nav-btn:disabled:hover { background: #fff; color: var(--navy-800); border-color: var(--gray-100); }
.testimonial-dots { display: flex; align-items: center; gap: .4rem; }
.testimonial-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--gray-100);
  cursor: pointer;
  transition: width .2s, background .2s;
}
.testimonial-dot.active { width: 22px; border-radius: 4px; background: var(--gold-500); }

/* ---------- Advisor profile ---------- */
.advisor-photo {
  width: 160px; height: 160px; border-radius: 50%; object-fit: cover;
}
.advisor-photo-initial {
  display: flex; align-items: center; justify-content: center;
  background: var(--navy-800); color: var(--gold-400); font-weight: 700; font-size: 3rem;
}
.advisor-name { font-weight: 800; color: var(--navy-800); }
.advisor-title { color: var(--gold-700); font-weight: 600; font-size: .9rem; }
.advisor-bio { color: var(--gray-600); line-height: 1.75; margin-bottom: 1.5rem; }
.advisor-subheading { font-weight: 800; color: var(--navy-800); margin-bottom: 1rem; }
.advisor-expertise-card {
  background: #fff;
  border: 1px solid var(--gray-100);
  border-radius: .75rem;
  padding: 1.25rem;
  height: 100%;
}
.advisor-expertise-card h6 { font-weight: 700; color: var(--navy-800); margin-bottom: .6rem; }
.advisor-expertise-points { list-style: none; margin: 0; padding: 0; }
.advisor-expertise-points li {
  font-size: .85rem; color: var(--gray-600); line-height: 1.6;
  padding-left: 1rem; position: relative; margin-bottom: .6rem;
}
.advisor-expertise-points li:last-child { margin-bottom: 0; }
.advisor-expertise-points li::before {
  content: ''; position: absolute; left: 0; top: .55em;
  width: 5px; height: 5px; border-radius: 50%; background: var(--gold-600);
}
.advisor-expertise-points li strong { display: block; color: var(--navy-800); font-weight: 700; }
.advisor-credentials-list { list-style: none; margin: 0; padding: 0; }
.advisor-credentials-list li {
  display: flex; align-items: center; gap: .5rem;
  color: var(--gray-800); font-size: .9rem; padding: .35rem 0;
}
.advisor-credentials-list i { color: var(--gold-600); }
.advisor-carousel-nav {
  display: flex; align-items: center; justify-content: center;
  gap: 1.25rem; margin-top: 2rem;
}
.advisor-carousel-nav-btn {
  width: 42px; height: 42px; flex-shrink: 0;
  border-radius: 50%; border: 1px solid var(--gray-100);
  background: #fff; color: var(--navy-800);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; transition: background .2s, color .2s, border-color .2s;
}
.advisor-carousel-nav-btn:hover { background: var(--navy-800); border-color: var(--navy-800); color: #fff; }
.advisor-carousel .advisor-carousel-dots.carousel-indicators {
  position: static !important; margin: 0 !important; padding: 0 !important;
  display: flex; align-items: center; gap: .4rem;
}
.advisor-carousel-dots .advisor-carousel-dot {
  width: 8px !important; height: 8px !important; padding: 0 !important; margin: 0 !important;
  border: 0 !important; border-radius: 50% !important; background-color: var(--gray-100) !important;
  opacity: 1 !important; text-indent: 0 !important;
  cursor: pointer; transition: width .2s, background-color .2s;
}
.advisor-carousel-dots .advisor-carousel-dot.active { width: 22px !important; border-radius: 4px !important; background-color: var(--gold-500) !important; }

/* ---------- Rich content (Articles / Regulatory Updates / Templates body) ---------- */
.rich-content-body {
  text-align: left;
  color: var(--gray-600);
  line-height: 1.75;
}
.rich-content-body h2 {
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--navy-800);
  margin: 2.25rem 0 1rem;
}
.rich-content-body h2:first-child { margin-top: 0; }
.rich-content-body h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--navy-800);
  margin: 1.85rem 0 .75rem;
}
.rich-content-body h4 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--gold-700);
  margin: 1.6rem 0 .5rem;
}
.rich-content-body p { margin-bottom: 1rem; }
.rich-content-body strong { color: var(--navy-800); }
.rich-content-body ul, .rich-content-body ol { margin-bottom: 1rem; padding-left: 1.4rem; }
.rich-content-body a { color: var(--gold-700); text-decoration: underline; }

/* ---------- Article cards ---------- */
.article-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--gray-100);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: box-shadow .2s ease, transform .2s ease;
}
.article-card:hover { box-shadow: 0 10px 24px rgba(11,27,61,.1); transform: translateY(-2px); }
.article-card-image { aspect-ratio: 16/9; overflow: hidden; }
.article-card-image img { width: 100%; height: 100%; object-fit: cover; }
.article-card-body { padding: 1.25rem; }
.article-card-date { display: block; font-size: .78rem; color: var(--gold-700); font-weight: 700; margin-bottom: .35rem; }
.article-card-body h5 { color: var(--navy-800); font-weight: 800; margin-bottom: .4rem; }

/* ---------- FAQ ---------- */
.faq-accordion .accordion-item {
  border: none;
  background: var(--gray-50);
  border-radius: var(--radius-md);
  margin-bottom: .75rem;
  overflow: hidden;
}
.faq-accordion .accordion-button {
  font-weight: 700;
  color: var(--navy-800);
  background: transparent;
  padding: 1.1rem 1.4rem;
  box-shadow: none;
}
.faq-accordion .accordion-button:not(.collapsed) { color: var(--gold-700); background: transparent; }
.faq-accordion .accordion-button::after {
  background-image: none;
  content: "+";
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--gold-600);
  width: auto; height: auto;
  line-height: 1;
}
.faq-accordion .accordion-button:not(.collapsed)::after { content: "\2212"; }
.faq-accordion .accordion-body { padding: 0 1.4rem 1.1rem; color: var(--gray-600); }

.cta-dark-card {
  background: linear-gradient(150deg, var(--navy-800), var(--navy-900));
  border: 1px solid rgba(212,175,55,.28);
  border-radius: var(--radius-lg);
  color: #fff;
  padding: 1.8rem;
  margin-top: 1.6rem;
}
.cta-dark-card h5 { font-weight: 800; color: var(--gold-400); }
.cta-dark-card p { color: #d8d4c8; font-size: .9rem; }

/* ---------- Contact form ---------- */
.contact-form-wrap {
  background: transparent;
  padding: 0;
}
.contact-form-card {
  background: #fff;
  border: 1px solid var(--gray-100);
  border-radius: var(--radius-lg);
  box-shadow: 0 20px 45px -25px rgba(11, 27, 61, .25);
  padding: 2.5rem;
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .contact-form-card { padding: 1.5rem; }
}
[id^="enquiryForm-"] { scroll-margin-top: 100px; }
.contact-form-wrap .form-control,
.contact-form-wrap .form-select {
  border-radius: 14px;
  border: 1px solid #dfe3ec;
  padding: .95rem 1.15rem;
  font-size: .92rem;
  color: var(--gray-600);
}
.contact-form-wrap textarea.form-control { border-radius: 14px; }
.contact-form-wrap .form-control:focus,
.contact-form-wrap .form-select:focus {
  border-color: var(--gold-500);
  box-shadow: 0 0 0 .2rem rgba(212,175,55,.22);
}
.contact-form-wrap label { font-size: .82rem; font-weight: 600; color: var(--gray-800); margin-bottom: .3rem; }

/* ---------- Map ---------- */
.map-section img { width: 100%; display: block; object-fit: cover; max-height: 420px; }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy-800); color: #d8d4c8; border-top: 1px solid rgba(212,175,55,.35); }
.site-footer .brand-icon {
  width: auto;
  height: auto;
  background: #F6EDD0;
  border: 1px solid var(--gold-500);
  border-radius: 10px;
  padding: .45rem .65rem;
}
.site-footer .brand-icon img { width: auto; height: auto; max-height: 130px; object-fit: contain; }
.site-footer h6 { color: var(--gold-500); font-weight: 700; margin-bottom: 1rem; font-size: .85rem; letter-spacing: .04em; text-transform: uppercase; }
.site-footer a { color: #c9c4b6; font-size: .9rem; }
.site-footer a:hover { color: var(--gold-400); }
.footer-links { list-style: none; padding: 0; }
.footer-links li { margin-bottom: .55rem; }
.footer-social a {
  width: 36px; height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(212,175,55,.35);
  color: var(--gold-500);
  display: inline-flex; align-items: center; justify-content: center;
  margin-right: .5rem;
}
.footer-social a:hover { background: var(--gold-500); border-color: var(--gold-500); color: var(--navy-800); }
.footer-bottom { border-top: 1px solid rgba(212,175,55,.18); padding: 1.2rem 0; font-size: .82rem; }

/* ---------- Back to top ---------- */
#backToTop {
  position: fixed; right: 1.2rem; bottom: 1.2rem;
  width: 46px; height: 46px; border-radius: 50%;
  background: var(--gold-500); color: var(--navy-800);
  display: none; align-items: center; justify-content: center;
  box-shadow: 0 8px 20px rgba(11,27,61,.28);
  z-index: 1050;
  border: none;
}
#backToTop.show { display: flex; }
#backToTop:hover { background: var(--gold-400); color: var(--navy-800); }

.btn-primary {
  background: var(--gold-500);
  border-color: var(--gold-500);
  color: var(--navy-800);
  font-weight: 600;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: var(--gold-400);
  border-color: var(--gold-400);
  color: var(--navy-800);
}
