
/* =========================================
   DETAILED GUIDANCE
========================================= */

.fohn-detail-section{
    padding: 100px 40px;

    background:
        linear-gradient(
            to bottom,
            #ffffff,
            #f7fafd
        );
}

.fohn-detail-grid{
    display: grid;

    grid-template-columns: repeat(2,1fr);

    gap: 32px;

    max-width: 1400px;
    margin: 0 auto;
}

.fohn-detail-card{
    background: #ffffff;

    border-radius: 14px;

    border: 1px solid #d8e3f0;

    overflow: hidden;

    box-shadow:
        0 10px 30px rgba(20,55,110,0.05);
}

.fohn-detail-body{
    padding: 36px;
}

.fohn-detail-body h3{
    font-size: 34px;
    line-height: 1.1;

    color: #194384;

    margin-bottom: 12px;
}

.fohn-detail-body p{
    font-size: 17px;
    line-height: 1.8;

    color: #5f6b7a;

    margin-bottom: 20px;
}

.fohn-detail-label{
    display: inline-block;

    margin-top: 18px;
    margin-bottom: 14px;

    color: #1e5bb8;

    font-size: 13px;
    font-weight: 700;

    letter-spacing: 1px;
    text-transform: uppercase;
}

.fohn-detail-note{
    padding: 24px;

    border-radius: 10px;

    background: #f4f8fc;

    border: 1px solid #dce7f2;

    margin-top: 24px;
    margin-bottom: 24px;
}

.fohn-detail-note strong{
    display: block;

    margin-bottom: 14px;

    color: #194384;

    font-size: 17px;
}

.fohn-detail-note ul,
.fohn-detail-note ol{
    margin: 0;
    padding-left: 20px;
}

.fohn-detail-note li{
    margin-bottom: 12px;

    color: #5f6b7a;

    line-height: 1.7;

    font-size: 16px;
}

.fohn-divider{
    margin: 40px 0;

    border: 0;
    border-top: 1px solid #e3ebf5;
}

.fohn-section-intro{
    max-width: 1200px;

    margin: 0 auto 50px auto;

    text-align: center;
}

.fohn-section-kicker{
    color: #1e5bb8;

    font-weight: 700;

    text-transform: uppercase;

    letter-spacing: 1px;

    font-size: 14px;
}

.fohn-section-intro h2{
    margin-top: 16px;

    color: #194384;

    font-size: 48px;

    line-height: 1.2;

    font-weight: 700;
}

.fohn-detail-body a{
    color: #1e5bb8;

    font-weight: 500;

    text-decoration: none;

    transition: 0.2s ease;
}

.fohn-detail-body a:hover{
    color: #194384;

    text-decoration: underline;
}

@media(max-width:768px){

    .fohn-detail-section{
        padding: 70px 20px;
    }

    .fohn-detail-grid{
        grid-template-columns: 1fr;
    }

    .fohn-detail-body{
        padding: 28px;
    }

    .fohn-detail-body h3{
        font-size: 28px;
    }

    .fohn-section-intro h2{
        font-size: 34px;
    }
}



/* =========================================
   HERO
========================================= */

.fohn-overview-hero{
    position:relative;

    background:
        linear-gradient(
            rgba(8,20,55,.76),
            rgba(8,20,55,.76)
        ),
        url('https://images.unsplash.com/photo-1688828792704-4218151b5d97?q=80&w=1800&auto=format&fit=crop');

    background-size:cover;
    background-position:center;

    min-height:420px;

    display:flex;
    align-items:flex-end;

    padding:80px 0;
}

.fohn-overview-inner{
    width:90%;
    max-width:1280px;

    margin:auto;
}

.fohn-overview-copy{
    max-width:700px;

    color:#ffffff;
}

.fohn-overview-kicker{
    font-size:22px;

    font-weight:400;

    margin-bottom:8px;

    opacity:.95;

    color:#ffffff;
}

.fohn-overview-hero h1{
    font-size:56px;

    line-height:1.1;

    font-weight:600;

    margin-bottom:18px;

    color:#ffffff;
}

.fohn-overview-hero p{
    font-size:18px;

    line-height:1.7;

    max-width:560px;

    color:rgba(255,255,255,.85);
}

/* =========================================
   MOBILE HERO
========================================= */

@media(max-width:768px){

    .fohn-overview-hero{
        padding-top:120px;
        padding-bottom:80px;

        min-height:auto;
    }

    .fohn-overview-hero h1{
        font-size:38px;
    }

    .fohn-overview-hero p{
        font-size:17px;
    }

    .fohn-overview-kicker{
        font-size:18px;
    }
}

/* DIRECTORY SECTION */

.directory{
  padding:90px 0;
}

.section-label{
  font-size:14px;
  text-transform:uppercase;
  letter-spacing:1px;
  color:#5f6f86;
  margin-bottom:10px;
  font-weight:600;
}

.section-title{
  font-size:44px;
  color:#173f8a;
  margin-bottom:20px;
  font-weight:600;
}

.section-description{
  max-width:700px;
  color:#5b6678;
  margin-bottom:50px;
  font-size:18px;
}

/* FILTER BAR */

.filter-bar{
  background:#fff;
  border-radius:10px;
  padding:24px;
  display:grid;
  grid-template-columns:2fr 1fr 1fr auto;
  gap:18px;
  margin-bottom:40px;
  box-shadow:0 6px 24px rgba(19,63,138,.06);
}

.filter-group{
  display:flex;
  flex-direction:column;
}

.filter-group label{
  margin-bottom:8px;
  font-size:14px;
  color:#5b6678;
  font-weight:600;
}

.filter-group input,
.filter-group select{
  height:52px;
  border:1px solid #d6dce6;
  border-radius:6px;
  padding:0 16px;
  font-size:15px;
  background:#fff;
  color:#173f8a;
}

.search-btn{
  align-self:end;
  height:52px;
  border:none;
  background:#005cb9;
  color:#fff;
  padding:0 30px;
  border-radius:6px;
  font-weight:600;
  cursor:pointer;
  transition:.2s ease;
}

.search-btn:hover{
  background:#004997;
}

/* DIRECTORY CARDS */

.directory-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:28px;
}

.member-card{
  background:#fff;
  border-radius:8px;
  overflow:hidden;
  box-shadow:0 8px 24px rgba(19,63,138,.06);
  transition:.2s ease;
  border-top:4px solid #1c7ef2;
}

.member-card:hover{
  transform:translateY(-4px);
}

.member-image{
  height:230px;
  overflow:hidden;
}

.member-image img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.member-content{
  padding:28px;
}

.member-level{
  color:#0077ea;
  font-size:13px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.5px;
  margin-bottom:10px;
}

.member-name{
  font-size:28px;
  margin-bottom:8px;
  font-weight:600;
  color:#173f8a;
}

.member-role{
  color:#4f5d73;
  margin-bottom:18px;
  font-size:15px;
}

.member-meta{
  display:flex;
  flex-direction:column;
  gap:8px;
  margin-bottom:24px;
  color:#5f6f86;
  font-size:14px;
}

.member-actions{
  display:flex;
  gap:12px;
}

.btn-primary{
  background:#005cb9;
  color:#fff;
  padding:12px 18px;
  border-radius:4px;
  font-size:14px;
  font-weight:600;
}

.btn-secondary{
  border:1px solid #ccd5e2;
  color:#173f8a;
  padding:12px 18px;
  border-radius:4px;
  font-size:14px;
  font-weight:600;
  background:#fff;
}

/* PAGINATION */

.pagination{
  margin-top:60px;
  display:flex;
  justify-content:center;
  gap:12px;
}

.pagination a{
  width:44px;
  height:44px;
  background:#fff;
  border-radius:6px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#173f8a;
  font-weight:600;
  border:1px solid #d6dce6;
}

.pagination a.active{
  background:#005cb9;
  color:#fff;
  border-color:#005cb9;
}

/* CTA */

.cta{
  padding:100px 0;
}

.cta-box{
  background:#fff;
  border-radius:10px;
  overflow:hidden;
  display:grid;
  grid-template-columns:1.2fr 1fr;
  box-shadow:0 10px 30px rgba(19,63,138,.08);
}

.cta-content{
  padding:70px;
}

.cta-content h2{
  font-size:42px;
  margin-bottom:18px;
  color:#173f8a;
}

.cta-content p{
  color:#5b6678;
  margin-bottom:28px;
  max-width:500px;
}

.cta-content a{
  display:inline-block;
  background:#005cb9;
  color:#fff;
  padding:14px 26px;
  border-radius:4px;
  font-weight:600;
}

.cta-image img{
  width:100%;
  height:100%;
  object-fit:cover;
}

/* FOOTER */

footer{
  background:#0d2d63;
  padding:40px 0;
  color:#fff;
  text-align:center;
  font-size:14px;
}

/* RESPONSIVE */

@media(max-width:1100px){

  .directory-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .cta-box{
    grid-template-columns:1fr;
  }
}

@media(max-width:768px){

  .filter-bar{
    grid-template-columns:1fr;
  }

  .directory-grid{
    grid-template-columns:1fr;
  }

  .section-title{
    font-size:34px;
  }

  .cta-content{
    padding:40px 30px;
  }

  .cta-content h2{
    font-size:32px;
  }
}

