

:root {
  --nf-accent: #c21d1d;
  --nf-accent-dark: #9f1717;

  --nf-gold: #b89a5b;
  --nf-gold-soft: #d6c39a;

  --nf-bg: #ffffff;
  --nf-surface: #f7f7f5;

  --nf-heading: #111827;
  --nf-text: #1f2937;
  --nf-muted: #6b7280;

  --nf-line: rgba(17, 24, 39, 0.10);
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  color: var(--nf-text);
  background: var(--nf-bg);
  line-height: 1.75;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Cormorant Garamond", Georgia, serif;
  color: var(--nf-heading);
  line-height: 1.04;
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
}

a {
  text-decoration: none;
  transition: color 0.2s ease;
}

/* NAVBAR */
.navbar-brand {
  color: var(--nf-heading);
  transition: opacity 0.2s ease, color 0.2s ease;
}

.navbar-brand:hover {
  color: var(--nf-accent);
  opacity: 0.95;
}

.nf-navbar {
  transition: all 0.3s ease;
}

.nf-navbar {
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--nf-line);
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}

.navbar-brand {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--nf-heading);
  letter-spacing: -0.02em;
}

.navbar-brand:hover {
  color: var(--nf-accent);
}

.navbar-toggler {
  border: 0;
  box-shadow: none !important;
}

.nav-link {
  color: #4b5563;
  font-weight: 500;
  margin-left: 1rem;
  font-size: 0.95rem;
}

.nav-link:hover,
.nav-link:focus,
.nav-link.active {
  color: var(--nf-accent);
}

/* HERO */
.hero-section {
  position: relative;
  padding: 10rem 0 8rem;
  background:
    url('/assets/img/nf-hero.png') center center / cover no-repeat;
  overflow: hidden;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(255,255,255,0.76) 0%,
    rgba(255,255,255,0.84) 34%,
    rgba(255,255,255,0.92) 68%,
    rgba(255,255,255,0.97) 100%
  );
}

.hero-section .container {
  position: relative;
  z-index: 2;
}

.hero-kicker {
  display: inline-block;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--nf-gold);
  margin-bottom: 1.4rem;
  font-weight: 700;
}

.hero-title {
  font-size: clamp(3rem, 6vw, 5.7rem);
  font-weight: 600;
  max-width: 980px;
  margin: 0 auto 1.4rem;
  letter-spacing: -0.03em;
}

.hero-text {
  font-size: 1.2rem;
  color: var(--nf-muted);
  max-width: 820px;
  margin: 0 auto 2.3rem;
  line-height: 1.85;
}

@media (max-width: 991.98px) {
  .hero-section {
    padding: 7rem 0 5rem;
    background-position: center center;
  }
}

@media (max-width: 767.98px) {
  .hero-section {
    padding: 6rem 0 4.5rem;
    background-position: 58% center;
  }

  .hero-title {
    font-size: clamp(2.5rem, 10vw, 4rem);
  }

  .hero-text {
    font-size: 1rem;
    line-height: 1.75;
  }
}
/* BUTTONS */
.btn-nf-primary {
  background: var(--nf-accent);
  color: #fff;
  border: 1px solid var(--nf-accent);
  border-radius: 999px;
  padding: 0.9rem 1.5rem;
}

.btn-nf-primary:hover {
  background: var(--nf-accent-dark);
}

.btn-nf-primary,
.btn-nf-outline {
  padding: 0.9rem 1.5rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.2s ease;
}

.btn-nf-primary {
  background: var(--nf-accent);
  color: #fff;
  border: 1px solid var(--nf-accent);
}

.btn-nf-primary:hover {
  background: var(--nf-accent-dark);
  border-color: var(--nf-accent-dark);
  color: #fff;
}

.btn-nf-outline {
  background: transparent;
  color: var(--nf-heading);
  border: 1px solid var(--nf-line-strong);
}

.btn-nf-outline:hover {
  background: #fff;
  color: var(--nf-accent);
  border-color: rgba(194, 29, 29, 0.4);
}

/* GENERAL */
.section-padding {
  padding: 7rem 0;
}

.content-block {
  padding: 6rem 0;
}

.page-hero {
  padding: 7rem 0 4rem;
  background: linear-gradient(180deg, #fafaf9 0%, #ffffff 100%);
}

.section-title {
  font-size: clamp(2.4rem, 4.5vw, 4.1rem);
  font-weight: 600;
  margin-bottom: 1.2rem;
}

.section-text {
  color: var(--nf-muted);
  max-width: 920px;
  font-size: 1.05rem;
  line-height: 1.9;
}

.bg-light {
  background-color: var(--nf-surface) !important;
}

/* CARDS */
.info-card {
  height: 100%;
  border: 1px solid var(--nf-line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  padding: 2.2rem;
  box-shadow: none;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.info-card:hover {
  transform: translateY(-4px);
  border-color: rgba(194, 29, 29, 0.22);
  box-shadow: var(--nf-shadow);
}

.info-card h3 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 0.9rem;
}

.info-card p {
  color: var(--nf-muted);
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.8;
}

/* FORMS */
.form-control,
.form-select {
  border-radius: 16px;
  border: 1px solid var(--nf-line-strong);
  padding: 0.95rem 1rem;
  color: var(--nf-text);
  background: #fff;
}

.form-control:focus,
.form-select:focus {
  border-color: rgba(194, 29, 29, 0.35);
  box-shadow: 0 0 0 0.18rem rgba(194, 29, 29, 0.08);
}

textarea.form-control {
  min-height: 170px;
}

/* ALERTS */
.alert {
  border-radius: 16px;
  border: 1px solid transparent;
  padding: 1rem 1.1rem;
  font-size: 0.95rem;
}

/* FOOTER */
.nf-footer {
  background: linear-gradient(180deg, #f7f7f5 0%, #ffffff 100%);
  color: var(--nf-heading);
  border-top: 1px solid var(--nf-line);
  margin-top: 0;
}

.nf-footer .container {
  max-width: 1180px;
}

.nf-footer-title {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0 0 1rem 0;
  position: relative;
  display: inline-block;
  padding-bottom: 0.45rem;
}

.nf-footer-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 2px;
  background: var(--nf-accent);
  border-radius: 2px;
}

.nf-footer-intro {
  color: var(--nf-muted);
  font-size: 0.97rem;
  line-height: 1.9;
  max-width: 340px;
}

.nf-footer-links {
  margin: 0;
  padding: 0;
}

.nf-footer-links li {
  list-style: none;
  margin: 0.42rem 0;
}

.nf-footer-links a {
  color: #4b5563;
  font-size: 0.95rem;
}

.nf-footer-links a:hover {
  color: var(--nf-accent);
}

.nf-footer-social {
  margin-top: 2.3rem;
  padding-top: 1.3rem;
}

#footerIcons {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

#footerIcons li {
  margin: 0;
  padding: 0;
}

#footerIcons a {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--nf-line);
  border-radius: 999px;
  color: var(--nf-muted);
  background: rgba(255, 255, 255, 0.8);
}

#footerIcons a:hover {
  color: var(--nf-accent);
  border-color: rgba(194, 29, 29, 0.3);
  background: #fff;
  transform: translateY(-1px);
}

#footerIcons i {
  font-size: 18px;
  line-height: 1;
}

.nf-footer-legal {
  margin-top: 1.9rem;
  padding: 1.5rem 0 2rem 0;
  border-top: 1px solid var(--nf-line);
  text-align: center;
}

.nf-footer-legal a {
  color: #4b5563;
}

.nf-footer-legal a:hover {
  color: var(--nf-accent);
}

.nf-footer-legal p {
  margin: 0.35rem 0;
}

.nf-footer-legal .small {
  color: var(--nf-muted);
  font-size: 0.86rem;
}

/* UTILITIES */
.text-accent {
  color: var(--nf-accent);
}

/* MOBILE */
@media (max-width: 991.98px) {
  .nav-link {
    margin-left: 0;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }

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

  .hero-title {
    font-size: clamp(2.6rem, 10vw, 4rem);
  }
}

@media (max-width: 767.98px) {
  .section-padding,
  .content-block {
    padding: 4.5rem 0;
  }

  .page-hero {
    padding: 5.5rem 0 3rem;
  }

  .nf-footer {
    text-align: center;
  }

  .nf-footer-intro {
    margin-left: auto;
    margin-right: auto;
  }

  .nf-footer-title::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .hero-text,
  .section-text {
    font-size: 1rem;
    line-height: 1.8;
  }
}
/* =========================
   FADE-IN ANIMATION
========================= */

.fade-in {
  opacity: 0;
  transform: translateY(12px);
  transition: all 0.8s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

.fade-in {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: opacity, transform;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}