@charset "utf-8";
/* CSS Document */
/* Fayal brand colors */
:root {
  --fayal-blue: #011b40;
  --fayal-gold: #bf9e41;
}


/* Top navigation bar */
.navbar-fayal {
  background-color: var(--fayal-blue);
}

/* Brand text and links */
.navbar.navbar-fayal .navbar-brand,
.navbar.navbar-fayal .navbar-nav .nav-link,
.navbar.navbar-fayal .navbar-nav .nav-link.disabled,
.navbar.navbar-fayal .navbar-nav .active > .nav-link {
  color: var(--fayal-gold) !important;
}

/* Hover states */
.navbar-fayal .nav-link:hover,
.navbar-fayal .navbar-brand:hover {
  color: #e6c96a; /* slightly lighter gold */
}

/* Navbar toggler icon (mobile) */
.navbar-fayal .navbar-toggler {
  border-color: var(--fayal-gold);
}

.navbar-fayal .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(191,158,65,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* Ensure navbar can host the strip */
.navbar.navbar-fayal {
  background-color: var(--fayal-blue);
  position: fixed;   /* fixed-top already does this, but ok */
  left: 0;
  right: 0;
  z-index: 1030;     /* Bootstrap fixed-top layer */
}

/* Gold strip exactly under navbar */
.navbar.navbar-fayal::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;     /* hangs under the navbar */
  height: 20px;
  background-color: var(--fayal-gold);
}

/* Main blue section to develop the page */
.fayal-main {
  background-color: var(--fayal-blue);
  padding: 32px 0 24px 0;  /* smaller vertical rhythm */
}


/* Control logo size */
.fayal-main-logo {
  max-width: 360px;
  width: 60%;
  height: auto;
}
@media (max-width: 768px){
  .fayal-main-logo{
    max-width: 260px;
    width: 70%;
  }
}


/* --- Coming soon block --- */
.fayal-coming{
  background: var(--fayal-blue);
  padding: 80px 0;
}

.fayal-coming-inner{
  max-width: 980px; /* keeps it similar to your screenshot */
}

.fayal-eyebrow{
  color: var(--fayal-gold);
  letter-spacing: 0.18em;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 24px;
}

.fayal-title{
  color: var(--fayal-gold);
  font-weight: 300;
  font-size: 88px;
  line-height: 1.02;
  margin: 0 0 18px 0;
}

.fayal-lead{
  color: rgba(255,255,255,0.90);
  font-size: 20px;
  line-height: 1.6;
  max-width: 820px;
  margin: 0 0 28px 0;
}

/* Buttons like your screenshot */
.fayal-cta{
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 48px; /* espaço antes do gold strip */
}

.btn-fayal-gold{
  background: var(--fayal-gold);
  border: 1px solid var(--fayal-gold);
  color: #0b0f14;
  font-weight: 600;
  padding: 12px 22px;
  border-radius: 10px;
}

.btn-fayal-gold:hover{
  background: #e6c96a;
  border-color: #e6c96a;
  color: #0b0f14;
}

.btn-fayal-outline{
  background: transparent;
  border: 1px solid rgba(255,255,255,0.20);
  color: #ffffff;
  font-weight: 600;
  padding: 12px 22px;
  border-radius: 10px;
}

.btn-fayal-outline:hover{
  border-color: rgba(255,255,255,0.40);
  color: #ffffff;
}

/* Responsive tuning */
@media (max-width: 768px){
  .fayal-coming{ padding: 56px 0; }
  .fayal-title{ font-size: 56px; }
  .fayal-lead{ font-size: 18px; }
}

/* Gold divider strip between sections */
.fayal-gold-strip-section {
  width: 100%;
  height: 24px;
  background-color: var(--fayal-gold);
}

/* Vision / Areas section */
.fayal-info {
  background-color: var(--fayal-blue);
  padding: 64px 0 72px 0;
}

/* Block spacing */
.fayal-info-block {
  margin-bottom: 40px;
}

/* Section titles (VISÃO / ÁREAS) */
.fayal-info-title {
  color: var(--fayal-gold);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.18em;
  margin-bottom: 12px;
}

/* Vision text */
.fayal-info-text {
  color: rgba(255,255,255,0.92);
  font-size: 20px;
  line-height: 1.6;
  max-width: 900px;
  margin: 0;
}

/* Divider line */
.fayal-divider {
  border: none;
  border-top: 1px solid rgba(255,255,255,0.15);
  margin: 48px 0;
}

/* Areas list */
.fayal-info-list {
  list-style: disc;
  padding-left: 18px;
  color: rgba(255,255,255,0.92);
  font-size: 18px;
  line-height: 1.8;
}

/* Generic institutional sections */
.fayal-section {
  background-color: var(--fayal-blue);
  padding: 72px 0;
}

/* Section titles */
.fayal-section-title {
  color: var(--fayal-gold);
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 24px;
}

/* Section text */
.fayal-section-text {
  color: rgba(255,255,255,0.92);
  font-size: 18px;
  line-height: 1.7;
  max-width: 900px;
  margin-bottom: 18px;
}

/* Reduce spacing on last paragraph */
.fayal-section-text:last-child {
  margin-bottom: 0;
}

/* Responsive adjustments */
@media (max-width: 768px){
  .fayal-section {
    padding: 56px 0;
  }

  .fayal-section-title {
    font-size: 28px;
  }

  .fayal-section-text {
    font-size: 16px;
  }
}

/* Footer */
.fayal-footer {
  background-color: var(--fayal-blue);
  padding: 48px 0 32px 0;
}

/* Divider */
.fayal-footer-divider {
  height: 1px;
  background: linear-gradient(
    to right,
    transparent,
    rgba(191,158,65,0.6),
    transparent
  );
  margin-bottom: 32px;
}

/* Footer items */
.fayal-footer-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}

.fayal-footer-label {
  color: rgba(255,255,255,0.65);
  font-size: 15px;
}

.fayal-footer-value {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  text-align: right;
}

/* Bottom copyright */
.fayal-footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.12);
  margin-top: 32px;
  padding-top: 18px;
  color: rgba(255,255,255,0.65);
  font-size: 14px;
}

/* Mobile adjustments */
@media (max-width: 768px){
  .fayal-footer-item {
    flex-direction: column;
    gap: 4px;
  }

  .fayal-footer-value {
    text-align: left;
  }
}


