/* ============================================================
   Fundamental Finance — Custom Theme Override
   Built on Nova by FreeBootstrap.net
   Palette: Deep Navy (FF logo blue) + Warm Champagne Gold
   ============================================================ */

:root,
[data-bs-theme=light] {
  /* Brand */
  --bs-primary: #0F2744;            /* Deep Navy — echoing the FF logo blue */
  --bs-primary-rgb: 15, 39, 68;
  --bs-primary-hover: #1B3A6B;
  --bs-primary-hover-rgb: 27, 58, 107;
  --bs-secondary: #F2E9D2;          /* Champagne cream */
  --bs-secondary-rgb: 242, 233, 210;

  /* Accent — used for highlights, italic words, dividers */
  --ff-gold: #C9A961;
  --ff-gold-rgb: 201, 169, 97;
  --ff-gold-bright: #DEC07A;
  --ff-gold-deep: #8C7437;

  /* Surfaces */
  --bs-body-bg: #FAF8F3;            /* Warm off-white */
  --bs-body-color: #3E4A5E;
  --bs-heading-color: #0A1929;
  --inverse-color: #3E4A5E;

  /* Links */
  --bs-link-color: var(--bs-primary);
  --bs-link-hover-color: var(--ff-gold-deep);

  /* Nav */
  --nav-bg: rgba(250, 248, 243, 0.85);
  --nav-color: #0F2744;
  --nav-hover-color: var(--ff-gold);
  --dropdown-bg: #FFFFFF;
  --dropdown-color: #0F2744;
  --dropdown-hover-bg: #F2E9D2;
  --nav-inverse: #0A1929;
  --nav-inverse-alt: #FAF8F3;
}

/* ---------- Typography refinement ---------- */
body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 300;
  letter-spacing: 0.005em;
}

h1, h2, h3, h4, h5, h6,
.hero-title, .h2 {
  font-family: "Cormorant Garamond", "Times New Roman", Georgia, serif !important;
  font-weight: 400 !important;
  letter-spacing: -0.01em;
  line-height: 1.12;
}
.hero-title { font-weight: 300 !important; }

h3, h4, h5, h6 {
  font-weight: 500 !important;
}

.subtitle, .hero-subtitle, .logos-title {
  font-family: "Inter", sans-serif !important;
  letter-spacing: 0.24em !important;
  font-size: 0.78rem !important;
  font-weight: 500 !important;
  color: var(--ff-gold) !important;
}

/* italic gold emphasis inside headlines */
.gold-em {
  font-style: italic;
  color: var(--ff-gold);
  font-weight: 400;
}

/* ---------- Selection ---------- */
::selection { background: var(--ff-gold); color: #fff; }
::-moz-selection { background: var(--ff-gold); color: #fff; }

/* ---------- Buttons ---------- */
.btn-primary,
.btn {
  background-color: var(--bs-primary) !important;
  border-color: var(--bs-primary) !important;
  color: #FAF8F3 !important;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.78rem !important;
  font-weight: 500;
  padding: 0.85rem 1.75rem;
  border-radius: 0 !important;
  transition: all 0.35s ease;
}
.btn-primary:hover,
.btn:hover {
  background-color: var(--ff-gold) !important;
  border-color: var(--ff-gold) !important;
  color: #0A1929 !important;
  transform: translateY(-1px);
}

.btn-white-outline,
.btn-white {
  background: transparent !important;
  border: 1px solid var(--bs-primary) !important;
  color: var(--bs-primary) !important;
}
.btn-white-outline:hover,
.btn-white:hover {
  background: var(--bs-primary) !important;
  color: #FAF8F3 !important;
}

.btn-play {
  background: transparent !important;
  border: 1px solid var(--ff-gold) !important;
  color: var(--ff-gold) !important;
}
.btn-play:hover {
  background: var(--ff-gold) !important;
  color: #0A1929 !important;
}

/* ---------- Logo sizing ---------- */
.fbs__net-navbar .navbar-brand .logo,
.offcanvas-header-logo .logo {
  max-height: 52px !important;
  width: auto !important;
  height: auto !important;
  filter: drop-shadow(0 2px 6px rgba(15, 39, 68, 0.12));
}

/* Nav refinement */
.fbs__net-navbar {
  background: rgba(250, 248, 243, 0.85) !important;
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  border-bottom: 1px solid rgba(15, 39, 68, 0.08);
}
.fbs__net-navbar .nav-link {
  font-size: 0.82rem !important;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 500;
  color: #3E4A5E !important;
}
.fbs__net-navbar .nav-link:hover,
.fbs__net-navbar .nav-link.active {
  color: var(--ff-gold) !important;
}

/* ---------- Hero ---------- */
.hero__v6 {
  background:
    radial-gradient(circle at 90% 10%, rgba(201,169,97,0.10) 0%, transparent 40%),
    radial-gradient(circle at 10% 90%, rgba(15,39,68,0.04) 0%, transparent 50%),
    var(--bs-body-bg);
  padding-top: 140px !important;
  padding-bottom: 100px !important;
}

.hero-title {
  font-size: clamp(2.5rem, 6.5vw, 5.25rem) !important;
  color: var(--bs-heading-color);
}

.hero-subtitle {
  display: inline-block;
  margin-bottom: 1.5rem !important;
}
.hero-subtitle::before {
  content: "";
  display: inline-block;
  width: 28px; height: 1px;
  background: var(--ff-gold);
  margin-right: 0.75rem;
  vertical-align: middle;
}

.hero-description {
  font-size: 1.1rem !important;
  line-height: 1.75 !important;
  color: #3E4A5E;
  max-width: 50ch;
}

.hero-img {
  position: relative;
  border-radius: 0;
  overflow: visible;
}
.hero-img .img-main {
  border-radius: 0 !important;
  filter: drop-shadow(0 30px 60px rgba(15, 39, 68, 0.25));
  position: relative;
  z-index: 2;
}
.hero-img .img-card {
  display: none;
}

/* ---------- Hero Portrait — editorial backdrop for cut-out photo ---------- */
.hero-portrait {
  position: relative;
  aspect-ratio: 4/5;
  max-width: 520px;
  margin: 0 auto;
}

.hero-portrait-backdrop {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(165deg, #112a4a 0%, #0A1929 55%, #050d18 100%);
  overflow: hidden;
  z-index: 1;
}

/* Radial gold glow positioned behind the head/shoulder area */
.hero-portrait-glow {
  position: absolute;
  top: 18%;
  left: 50%;
  transform: translateX(-50%);
  width: 75%;
  height: 70%;
  background:
    radial-gradient(ellipse at center,
      rgba(201, 169, 97, 0.35) 0%,
      rgba(201, 169, 97, 0.18) 25%,
      rgba(201, 169, 97, 0.06) 50%,
      transparent 75%);
  filter: blur(8px);
  pointer-events: none;
  animation: heroGlow 8s ease-in-out infinite;
}
@keyframes heroGlow {
  0%, 100% { opacity: 0.85; transform: translateX(-50%) scale(1); }
  50% { opacity: 1; transform: translateX(-50%) scale(1.06); }
}

/* Subtle vertical hairlines for editorial texture */
.hero-portrait-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, transparent 0%, transparent calc(20% - 1px), rgba(201,169,97,0.08) 20%, transparent calc(20% + 1px)),
    linear-gradient(90deg, transparent 0%, transparent calc(80% - 1px), rgba(201,169,97,0.08) 80%, transparent calc(80% + 1px));
  pointer-events: none;
}

/* Inner frame inside the backdrop */
.hero-portrait-backdrop::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(201, 169, 97, 0.28);
  pointer-events: none;
  z-index: 2;
}

/* Top + bottom meta-labels inside the backdrop */
.hero-portrait-meta-top,
.hero-portrait-meta-bottom {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Cormorant Garamond", serif;
  color: var(--ff-gold);
  font-style: italic;
  letter-spacing: 0.04em;
  z-index: 3;
  white-space: nowrap;
}
.hero-portrait-meta-top {
  top: 32px;
  font-size: 1.05rem;
  font-weight: 400;
}
.hero-portrait-meta-bottom {
  bottom: 32px;
  font-size: 0.72rem;
  font-style: normal;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  color: rgba(250, 248, 243, 0.7);
}

/* The actual portrait image sits on top of the backdrop */
.hero-portrait-img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 92%;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  z-index: 4;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.45));
}

/* Offset gold frame — editorial polish */
.hero-portrait-frame {
  position: absolute;
  inset: 24px -24px -24px 24px;
  border: 1px solid var(--ff-gold);
  pointer-events: none;
  z-index: 0;
}

@media (max-width: 991px) {
  .hero-portrait { max-width: 420px; aspect-ratio: 4/5; }
  .hero-portrait-meta-top { top: 22px; font-size: 0.95rem; }
  .hero-portrait-meta-bottom { bottom: 22px; font-size: 0.68rem; }
}
@media (max-width: 575px) {
  .hero-portrait-meta-top { font-size: 0.85rem; }
  .hero-portrait-meta-bottom { font-size: 0.62rem; letter-spacing: 0.22em; }
  .hero-portrait-frame { inset: 16px -16px -16px 16px; }
}

/* ---------- Legal Pages (Impressum, Datenschutz) ---------- */
.legal-hero {
  position: relative;
  padding: 170px 0 70px;
  background:
    radial-gradient(circle at 90% 0%, rgba(201,169,97,0.10) 0%, transparent 50%),
    var(--bs-body-bg);
  border-bottom: 1px solid rgba(15, 39, 68, 0.08);
}
.legal-hero .container { max-width: 1140px; }
.legal-eyebrow {
  display: inline-flex; align-items: center; gap: 0.85rem;
  color: var(--ff-gold);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-weight: 500;
  margin-bottom: 1.25rem;
}
.legal-eyebrow::before {
  content: ""; width: 32px; height: 1px; background: var(--ff-gold);
}
.legal-hero h1 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-size: clamp(2.5rem, 5.5vw, 4.5rem);
  line-height: 1.05;
  letter-spacing: -0.01em;
  color: var(--bs-heading-color);
  max-width: 22ch;
  margin: 0;
}
.legal-hero h1 em {
  font-style: italic; color: var(--ff-gold); font-weight: 400;
}

.legal-content {
  padding: 70px 0 100px;
  background: var(--bs-body-bg);
}
.legal-content .container { max-width: 860px; }
.legal-content h2 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  color: var(--bs-heading-color);
  margin-top: 3rem;
  margin-bottom: 1.25rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(15, 39, 68, 0.08);
  line-height: 1.2;
}
.legal-content h2:first-of-type {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}
.legal-content h3 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500 !important;
  font-size: 1.25rem;
  color: var(--bs-primary);
  margin-top: 1.75rem;
  margin-bottom: 0.85rem;
}
.legal-content p {
  font-size: 1rem;
  line-height: 1.85;
  color: var(--bs-body-color);
  margin-bottom: 1.1rem;
}
.legal-content ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 1.5rem;
}
.legal-content ul li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
  line-height: 1.75;
  color: var(--bs-body-color);
}
.legal-content ul li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: var(--ff-gold);
  font-weight: 600;
}
.legal-content a {
  color: var(--bs-primary);
  text-decoration: none;
  border-bottom: 1px solid var(--ff-gold);
  transition: color 0.25s ease;
}
.legal-content a:hover { color: var(--ff-gold); }
.legal-content strong { color: var(--bs-heading-color); font-weight: 600; }
.legal-content .contact-block {
  background: #FFFFFF;
  border-left: 2px solid var(--ff-gold);
  padding: 1.5rem 1.75rem;
  margin: 1.5rem 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.15rem;
  line-height: 1.6;
  color: var(--bs-heading-color);
}
.legal-content .contact-block strong {
  font-family: "Inter", sans-serif;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  display: block;
  color: var(--ff-gold);
  margin-bottom: 0.5rem;
}
.legal-content .meta {
  font-size: 0.85rem;
  color: #6B7280;
  font-style: italic;
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(15, 39, 68, 0.08);
}

/* ---------- Partner cell with image logo ---------- */
.partner-cell-logo {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.75rem 1.5rem;
  background: #FFFFFF;
  border: 1px solid rgba(15, 39, 68, 0.08);
  min-height: 130px;
  transition: all 0.35s ease;
  text-decoration: none !important;
  overflow: hidden;
}
.partner-cell-logo img {
  max-height: 60px;
  max-width: 80%;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(100%) opacity(0.65);
  transition: filter 0.4s ease, transform 0.4s ease;
}
.partner-cell-logo:hover {
  border-color: var(--ff-gold);
  background: #FAF8F3;
  z-index: 2;
  box-shadow: 0 8px 24px -10px rgba(15, 39, 68, 0.18);
}
.partner-cell-logo:hover img {
  filter: grayscale(0%) opacity(1);
  transform: scale(1.04);
}
.partner-cell-logo img.invert {
  filter: invert(1) grayscale(100%) opacity(0.65);
}
.partner-cell-logo:hover img.invert {
  filter: invert(1) grayscale(0%) opacity(1);
}

/* Hero stats */
.hero-stats-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 3rem;
  padding-top: 2.5rem;
  border-top: 1px solid rgba(15, 39, 68, 0.12);
  max-width: 540px;
}
.hero-stat-num {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  color: var(--ff-gold);
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0.4rem;
}
.hero-stat-label {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #6B7280;
  font-weight: 500;
}

/* ---------- Section spacing ---------- */
.section {
  padding: 110px 0 !important;
}

/* ---------- About section ---------- */
.about__v4 .img-wrap {
  position: relative;
}
.about__v4 .img-wrap img {
  border-radius: 0 !important;
  filter: grayscale(0%);
}
.about__v4 .img-wrap::before {
  content: "";
  position: absolute;
  inset: 24px -24px -24px 24px;
  border: 1px solid var(--ff-gold);
  z-index: -1;
  pointer-events: none;
}
.about__v4 .mission-statement {
  background: #0A1929 !important;
  color: #FAF8F3 !important;
  border: 1px solid var(--ff-gold);
  border-radius: 0 !important;
}
.about__v4 .mission-statement h3 {
  color: var(--ff-gold) !important;
  font-family: "Inter", sans-serif !important;
  font-size: 0.72rem !important;
  letter-spacing: 0.22em !important;
}
.about__v4 .mission-statement .mission-icon {
  background: var(--ff-gold) !important;
  color: #0A1929 !important;
}
.about__v4 .mission-statement p {
  color: #FAF8F3 !important;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-weight: 400;
}
.about__v4 .features .icon {
  background: var(--bs-primary) !important;
  color: var(--ff-gold) !important;
  width: 22px; height: 22px;
  display: inline-grid; place-items: center;
  font-size: 0.7rem;
}

/* ---------- Features section ---------- */
.features__v2 .content {
  background: linear-gradient(155deg, #0A1929 0%, #0F2744 100%) !important;
  border-radius: 0 !important;
  color: #FAF8F3;
}
.features__v2 .content h2,
.features__v2 .content h3 {
  color: #FAF8F3 !important;
}
.features__v2 .content h3 {
  font-family: "Inter", sans-serif !important;
  font-size: 1rem !important;
  letter-spacing: 0.04em;
}
.features__v2 .content p {
  color: rgba(250, 248, 243, 0.75);
}
.features__v2 .icon {
  background: var(--ff-gold) !important;
  color: #0A1929 !important;
  width: 56px; height: 56px;
  border-radius: 0 !important;
  display: grid; place-items: center;
}

/* ---------- Pricing ---------- */
.pricing__v2 .price-table {
  background: #FFFFFF;
  border: 1px solid rgba(15, 39, 68, 0.12);
  border-radius: 0 !important;
  transition: all 0.35s ease;
}
.pricing__v2 .price-table:hover {
  border-color: var(--ff-gold);
  transform: translateY(-4px);
}
.pricing__v2 .price-table.popular {
  background: linear-gradient(155deg, #0A1929 0%, #0F2744 100%) !important;
  color: #FAF8F3 !important;
  border-color: var(--ff-gold);
  position: relative;
}
.pricing__v2 .price-table.popular::before {
  content: "";
  position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, var(--ff-gold), transparent);
}
.pricing__v2 .price-table.popular h3,
.pricing__v2 .price-table.popular h4,
.pricing__v2 .price-table.popular p {
  color: #FAF8F3 !important;
}
.pricing__v2 .price-table.popular .price strong { color: var(--ff-gold) !important; }
.pricing__v2 .price strong {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.5rem;
  font-weight: 500;
  color: var(--bs-primary);
}
.pricing__v2 .pricing-features .icon {
  background: var(--ff-gold) !important;
  color: #0A1929 !important;
}

/* ---------- How it works ---------- */
.howitworks__v1 .step-number {
  background: var(--bs-primary) !important;
  color: var(--ff-gold) !important;
  font-family: "Cormorant Garamond", serif !important;
  width: 64px !important; height: 64px !important;
  font-size: 1.5rem !important;
  display: grid !important; place-items: center !important;
  border: 1px solid var(--ff-gold);
  border-radius: 50% !important;
}
.howitworks__v1 .arch-line {
  filter: hue-rotate(190deg) saturate(0.5) brightness(0.7);
  opacity: 0.4;
}

/* ---------- Stats ---------- */
.stats__v3 .content {
  background: linear-gradient(155deg, #0A1929 0%, #0F2744 100%) !important;
  color: #FAF8F3 !important;
  border-radius: 0 !important;
  padding: 4rem 2rem !important;
}
.stats__v3 .stat-item h3 {
  color: var(--ff-gold) !important;
  font-family: "Cormorant Garamond", serif !important;
}
.stats__v3 .stat-item p {
  color: rgba(250, 248, 243, 0.8) !important;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.78rem;
}

/* ---------- Services / Insights ---------- */
.services__v3 .service-card {
  background: #FFFFFF !important;
  border: 1px solid rgba(15, 39, 68, 0.10) !important;
  border-radius: 0 !important;
  transition: all 0.35s ease;
}
.services__v3 .service-card:hover {
  border-color: var(--ff-gold);
  transform: translateY(-4px);
  box-shadow: 0 20px 40px -16px rgba(15, 39, 68, 0.15);
}
.services__v3 .service-card .icon {
  width: 56px; height: 56px;
  background: var(--bs-primary);
  color: var(--ff-gold);
  display: grid; place-items: center;
  border-radius: 0;
}
.services__v3 .service-card h3 {
  font-family: "Cormorant Garamond", serif !important;
  font-size: 1.6rem !important;
  font-weight: 500 !important;
}
.special-link {
  color: var(--bs-primary) !important;
  text-decoration: none !important;
  font-size: 0.78rem !important;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 500;
}
.special-link:hover { color: var(--ff-gold) !important; }
.special-link .icons { color: var(--ff-gold) !important; }

/* ---------- Testimonials ---------- */
.testimonials__v2 .testimonial {
  background: #FFFFFF !important;
  border: 1px solid rgba(15, 39, 68, 0.10) !important;
  border-radius: 0 !important;
  transition: all 0.3s ease;
}
.testimonials__v2 .testimonial:hover {
  border-color: var(--ff-gold);
}
.testimonials__v2 blockquote {
  font-family: "Cormorant Garamond", serif !important;
  font-style: italic;
  font-size: 1.15rem !important;
  line-height: 1.55 !important;
  color: #0A1929 !important;
}
.testimonials__v2 .testimonial-author strong {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.05rem;
  color: var(--bs-primary);
}
.testimonials__v2 .author-img img,
.testimonial .author-img {
  width: 48px; height: 48px;
  background: linear-gradient(135deg, var(--ff-gold-deep), var(--ff-gold));
  color: #FAF8F3;
  display: grid; place-items: center;
  border-radius: 50%;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
}

/* ---------- FAQ ---------- */
.faq__v2 .accordion-item {
  background: #FFFFFF !important;
  border: 1px solid rgba(15, 39, 68, 0.10) !important;
  border-radius: 0 !important;
  margin-bottom: 0.75rem;
}
.faq__v2 .accordion-button {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--bs-heading-color) !important;
  background: transparent !important;
  padding: 1.5rem;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.faq__v2 .accordion-button:not(.collapsed) {
  color: var(--bs-primary) !important;
  background: rgba(201, 169, 97, 0.05) !important;
}
.faq__v2 .accordion-button::after {
  filter: hue-rotate(180deg) saturate(0);
}
.faq__v2 .accordion-body {
  padding: 0 1.5rem 1.5rem;
  font-size: 0.98rem;
  color: #3E4A5E;
}

/* ---------- Contact ---------- */
.contact__v2 .icon {
  width: 52px; height: 52px;
  background: var(--bs-primary);
  color: var(--ff-gold);
  display: grid; place-items: center;
  font-size: 1.1rem;
  border-radius: 50%;
}
.contact__v2 .form-control {
  border-radius: 0 !important;
  border: 1px solid rgba(15, 39, 68, 0.15);
  padding: 0.85rem 1rem;
  background: #FFFFFF;
}
.contact__v2 .form-control:focus {
  border-color: var(--ff-gold);
  box-shadow: 0 0 0 3px rgba(201, 169, 97, 0.10);
}
.contact__v2 label {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #6B7280;
  font-weight: 500;
}

/* ---------- Footer ---------- */
.footer {
  background: linear-gradient(180deg, #0A1929 0%, #060F1B 100%) !important;
  color: rgba(250, 248, 243, 0.7) !important;
  border-top: 1px solid var(--ff-gold);
  padding-top: 5rem !important;
}
.footer h2, .footer h3 {
  color: #FAF8F3 !important;
  font-family: "Cormorant Garamond", serif !important;
}
.footer h3 {
  font-size: 0.78rem !important;
  font-family: "Inter", sans-serif !important;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--ff-gold) !important;
  font-weight: 500 !important;
}
.footer a {
  color: rgba(250, 248, 243, 0.7) !important;
  text-decoration: none !important;
  transition: color 0.25s ease;
}
.footer a:hover { color: var(--ff-gold) !important; }
.footer .form-control {
  border-radius: 0;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(250, 248, 243, 0.15);
  color: #FAF8F3;
}
.footer .form-control::placeholder { color: rgba(250, 248, 243, 0.4); }
.footer .credits {
  border-top: 1px solid rgba(250, 248, 243, 0.10);
  font-size: 0.82rem;
}
.footer .badge {
  background: var(--ff-gold) !important;
  color: #0A1929 !important;
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  font-weight: 600;
}

/* ---------- Back to top ---------- */
#back-to-top {
  background: var(--bs-primary) !important;
  color: var(--ff-gold) !important;
  border: 1px solid var(--ff-gold);
  border-radius: 0 !important;
}
#back-to-top:hover {
  background: var(--ff-gold) !important;
  color: var(--bs-primary) !important;
}

/* ---------- Misc polish ---------- */
img { border-radius: 0 !important; }
.rounded-4 { border-radius: 0 !important; }

/* About portrait — make Dominik's photo edgy not rounded */
.founder-portrait {
  position: relative;
  overflow: hidden;
}
.founder-portrait img {
  width: 100%;
  display: block;
  filter: grayscale(0%);
}

/* Section subtitle gold-line */
.subtitle::before {
  content: "";
  display: inline-block;
  width: 24px; height: 1px;
  background: var(--ff-gold);
  margin-right: 0.7rem;
  vertical-align: middle;
}

/* Partner logo grid */
.partner-cell {
  border: 1px solid rgba(15, 39, 68, 0.10);
  padding: 2rem 1.25rem;
  display: grid; place-items: center;
  font-family: "Cormorant Garamond", serif;
  color: #6B7280;
  font-size: 1.05rem;
  text-align: center;
  transition: all 0.3s ease;
  min-height: 110px;
  text-decoration: none !important;
}
.partner-cell:hover {
  background: #FFFFFF;
  color: var(--bs-primary) !important;
  border-color: var(--ff-gold);
}

@media (max-width: 768px) {
  .section { padding: 70px 0 !important; }
  .hero__v6 { padding-top: 110px !important; padding-bottom: 60px !important; }
  .hero-stats-row { grid-template-columns: repeat(3, 1fr); gap: 1rem; }
}
