/* =============================================================
   FI Community — custom styles (layered on Bootstrap 5)
   Brand: orange #FF6600 + deep navy, warm neutrals, charcoal ink.
   Edit the variables below to re-theme the whole site.
   ============================================================= */
:root {
  --orange:      #FF6600;
  --orange-600:  #E65C00;
  --orange-050:  #FFF3EA;
  --navy:        #0C2340;   /* primary deep navy */
  --navy-800:    #0A1C33;
  --navy-700:    #12335A;
  --teal:        #1F7A8C;   /* optional cool secondary */
  --ink:         #1A2531;   /* body text */
  --muted:       #5B6B7B;   /* secondary text */
  --line:        #E7ECF1;
  --cream:       #FAF7F2;   /* warm off-white section bg */
  --white:       #FFFFFF;
  --radius:      16px;
  --radius-sm:   10px;
  --shadow-sm:   0 2px 10px rgba(12, 35, 64, 0.06);
  --shadow:      0 14px 40px rgba(12, 35, 64, 0.12);
  --shadow-lg:   0 30px 70px rgba(12, 35, 64, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  line-height: 1.65;
}

h1, h2, h3, h4, .display-brand {
  font-family: "Plus Jakarta Sans", "Inter", system-ui, sans-serif;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--navy);
  line-height: 1.12;
}

.lead-muted { color: var(--muted); font-size: 1.14rem; }
.text-orange { color: var(--orange) !important; }
.bg-cream { background: var(--cream) !important; }
.bg-navy { background: var(--navy) !important; }

a { color: var(--orange); text-decoration: none; transition: color .15s ease; }
a:hover { color: var(--orange-600); }

.eyebrow {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--orange);
  margin-bottom: 14px;
}
.eyebrow.on-dark { color: #FFB27D; }

/* ---------- Section rhythm ---------- */
.section { padding: 96px 0; }
.section-sm { padding: 64px 0; }
.section-head { max-width: 720px; margin: 0 auto 56px; text-align: center; }
.section-head h2 { font-size: clamp(1.9rem, 3.4vw, 2.7rem); margin-bottom: 16px; }
.section-head p { color: var(--muted); font-size: 1.12rem; margin: 0; }

/* ---------- Buttons ---------- */
.btn { font-weight: 700; border-radius: var(--radius-sm); padding: 12px 26px; transition: all .18s ease; }
.btn-lg { padding: 15px 34px; font-size: 1.05rem; }
.btn-brand {
  background: var(--orange); border: 1px solid var(--orange); color: #fff;
  box-shadow: 0 8px 22px rgba(255, 102, 0, 0.30);
}
.btn-brand:hover { background: var(--orange-600); border-color: var(--orange-600); color: #fff; transform: translateY(-2px); box-shadow: 0 12px 26px rgba(255,102,0,.38); }
.btn-outline-navy { background: transparent; border: 1.5px solid var(--navy); color: var(--navy); }
.btn-outline-navy:hover { background: var(--navy); color: #fff; transform: translateY(-2px); }
.btn-outline-light { background: transparent; border: 1.5px solid rgba(255,255,255,.55); color: #fff; }
.btn-outline-light:hover { background: #fff; color: var(--navy); border-color: #fff; transform: translateY(-2px); }

/* ---------- Navbar ---------- */
.navbar {
  background: rgba(255,255,255,.92);
  backdrop-filter: saturate(180%) blur(10px);
  border-bottom: 1px solid var(--line);
  padding: .55rem 0;
}
.navbar-brand img { height: 44px; width: auto; }
.navbar .nav-link {
  color: var(--navy) !important;
  font-weight: 600;
  margin: 0 .35rem;
  position: relative;
}
.navbar .nav-link:hover { color: var(--orange) !important; }
.navbar .nav-link.active { color: var(--orange) !important; }
.navbar .btn-brand { color:#fff; }
.navbar .btn-sign { color: var(--navy) !important; font-weight: 700; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  background:
    radial-gradient(900px 420px at 82% -8%, rgba(255,102,0,.28), transparent 60%),
    radial-gradient(700px 500px at 0% 110%, rgba(31,122,140,.28), transparent 55%),
    linear-gradient(135deg, var(--navy) 0%, var(--navy-800) 100%);
  color: #EAF1F8;
  overflow: hidden;
}
.hero::after {
  content: "";
  position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 26px 26px;
  opacity: .5;
  pointer-events: none;
}
.hero .container { position: relative; z-index: 2; }
.hero h1 { color: #fff; font-size: clamp(2.3rem, 5vw, 3.7rem); }
.hero p.lede { color: #C7D6E5; font-size: clamp(1.08rem, 1.7vw, 1.3rem); max-width: 560px; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.16);
  color: #DCE7F1; font-weight: 600; font-size: .9rem;
  padding: 7px 16px; border-radius: 999px; margin-bottom: 22px;
}
.hero-badge .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 4px rgba(255,102,0,.25); }

/* Hero visual card */
.hero-visual {
  background: linear-gradient(160deg, rgba(255,255,255,.10), rgba(255,255,255,.03));
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 22px;
  padding: 26px;
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(4px);
}
.hero-visual .mini {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 12px; padding: 16px;
}
.hero-visual .mini i { color: var(--orange); font-size: 1.4rem; }
.hero-visual .mini h6 { color: #fff; margin: 8px 0 2px; font-weight: 700; }
.hero-visual .mini span { color: #9FB4C7; font-size: .85rem; }

/* ---------- Trust / stats bar ---------- */
.statbar { border-top: 1px solid rgba(255,255,255,.12); }
.stat .num { font-family: "Plus Jakarta Sans", sans-serif; font-weight: 800; font-size: clamp(1.8rem,3vw,2.4rem); color: #fff; letter-spacing:-.02em; }
.stat .num .accent { color: var(--orange); }
.stat .lbl { color: #A9BccF; font-size: .92rem; text-transform: uppercase; letter-spacing: .08em; }

/* ---------- Feature cards ---------- */
.feature-card {
  background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius); padding: 34px 30px; height: 100%;
  box-shadow: var(--shadow-sm); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.feature-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: #DCE4EC; }
.icon-badge {
  width: 58px; height: 58px; border-radius: 14px;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--orange-050); color: var(--orange); font-size: 1.55rem; margin-bottom: 18px;
}
.icon-badge.navy { background: rgba(12,35,64,.06); color: var(--navy); }
.feature-card h3 { font-size: 1.24rem; margin-bottom: 10px; }
.feature-card p { color: var(--muted); margin: 0; }

/* list check */
.check-list { list-style: none; padding: 0; margin: 0; }
.check-list li { position: relative; padding-left: 34px; margin-bottom: 14px; color: var(--ink); }
.check-list li i { position: absolute; left: 0; top: 3px; color: var(--orange); font-size: 1.15rem; }

/* ---------- DNA / dark feature section ---------- */
.section-dark {
  background:
    radial-gradient(700px 380px at 90% 0%, rgba(255,102,0,.16), transparent 60%),
    linear-gradient(135deg, var(--navy) 0%, var(--navy-800) 100%);
  color: #D9E4EF;
}
.section-dark h2 { color: #fff; }
.section-dark .muted { color: #A9BCCF; }
.pill {
  display:inline-flex; align-items:center; gap:8px;
  background: rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.14);
  color:#E7EEF5; border-radius: 999px; padding: 8px 16px; font-weight:600; font-size:.92rem; margin:6px 6px 0 0;
}
.pill i { color: var(--orange); }

/* ---------- Photo section ---------- */
.photo-band {
  position: relative; border-radius: var(--radius); overflow: hidden; min-height: 420px;
  display: flex; align-items: center;
  background-size: cover; background-position: center;
}
.photo-band::before { content:""; position:absolute; inset:0; background: linear-gradient(90deg, rgba(10,28,51,.92) 0%, rgba(10,28,51,.62) 55%, rgba(10,28,51,.30) 100%); }
.photo-band .inner { position: relative; z-index: 2; color:#fff; padding: 48px; max-width: 620px; }
.photo-band h2 { color:#fff; }
.photo-band p { color:#D7E2ED; }
.photo-full {
  position: relative; background-size: cover; background-position: center; color:#fff;
}
.photo-full::before { content:""; position:absolute; inset:0; background: linear-gradient(180deg, rgba(10,28,51,.86), rgba(10,28,51,.78)); }
.photo-full .container { position: relative; z-index: 2; }

/* ---------- Page hero (interior pages) ---------- */
.page-hero {
  background:
    radial-gradient(700px 340px at 85% -20%, rgba(255,102,0,.22), transparent 60%),
    linear-gradient(135deg, var(--navy) 0%, var(--navy-800) 100%);
  color:#EAF1F8; padding: 84px 0 76px; text-align:center; position:relative; overflow:hidden;
}
.page-hero::after{ content:""; position:absolute; inset:0; background-image: radial-gradient(rgba(255,255,255,.05) 1px, transparent 1px); background-size:24px 24px; opacity:.5;}
.page-hero .container{ position:relative; z-index:2;}
.page-hero h1 { color:#fff; font-size: clamp(2.1rem, 4.2vw, 3.1rem); }
.page-hero p { color:#C7D6E5; max-width: 680px; margin: 14px auto 0; font-size:1.12rem; }

/* ---------- CTA band ---------- */
.cta-band {
  background: linear-gradient(120deg, var(--orange) 0%, #FF8A3D 100%);
  color:#fff; border-radius: 22px; padding: 56px; box-shadow: var(--shadow);
}
.cta-band h2 { color:#fff; }
.cta-band p { color: rgba(255,255,255,.92); }
.cta-band .btn-light { background:#fff; color: var(--navy); font-weight:700; border:none; }
.cta-band .btn-light:hover { transform: translateY(-2px); color: var(--navy); }
.cta-band .btn-outline-white { border:1.5px solid rgba(255,255,255,.8); color:#fff; background:transparent; }
.cta-band .btn-outline-white:hover { background:#fff; color: var(--navy); }

/* value/step number */
.step-num { width:44px; height:44px; border-radius:12px; background: var(--navy); color:#fff; font-weight:800; font-family:"Plus Jakarta Sans",sans-serif; display:flex; align-items:center; justify-content:center; }

/* quote */
.quote {
  background:#fff; border:1px solid var(--line); border-left: 4px solid var(--orange);
  border-radius: var(--radius); padding: 34px; box-shadow: var(--shadow-sm);
}
.quote p { font-size:1.18rem; color: var(--navy); font-weight:600; font-style: italic; }

/* ---------- Contact form ---------- */
.form-card { background:#fff; border:1px solid var(--line); border-radius: var(--radius); padding: 38px; box-shadow: var(--shadow); }
.form-card label { font-weight:600; color: var(--navy); margin-bottom:6px; }
.form-control { border:1px solid var(--line); border-radius: var(--radius-sm); padding: 12px 14px; }
.form-control:focus { border-color: var(--orange); box-shadow: 0 0 0 .2rem rgba(255,102,0,.15); }
.contact-info-item { display:flex; gap:14px; align-items:flex-start; margin-bottom:22px; }
.contact-info-item .ic { width:46px; height:46px; border-radius:12px; background:var(--orange-050); color:var(--orange); display:flex; align-items:center; justify-content:center; font-size:1.2rem; flex:0 0 auto; }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy-800); color:#9FB4C7; padding: 64px 0 28px; }
.site-footer h6 { color:#fff; font-weight:700; letter-spacing:.02em; margin-bottom:16px; font-family:"Plus Jakarta Sans",sans-serif; }
.site-footer a { color:#B9C9D8; display:inline-block; margin-bottom:9px; }
.site-footer a:hover { color: var(--orange); }
.site-footer .brandline { color:#89A0B5; }
.site-footer img { height:42px; margin-bottom:16px; }
.footer-social a { width:40px; height:40px; border-radius:10px; background:rgba(255,255,255,.06); display:inline-flex; align-items:center; justify-content:center; margin-right:8px; color:#D7E2ED; }
.footer-social a:hover { background: var(--orange); color:#fff; }
.footer-bottom { border-top:1px solid rgba(255,255,255,.10); margin-top:44px; padding-top:22px; color:#7E96AC; font-size:.9rem; }

/* credential badges */
.badge.cred { background: var(--orange-050); color: var(--navy); font-weight: 600; font-size: .85rem; padding: 8px 14px; margin: 4px 6px 4px 0; border: 1px solid #FFE0CC; }

/* utilities */
.rounded-2xl { border-radius: var(--radius) !important; }
.shadow-soft { box-shadow: var(--shadow) !important; }
@media (max-width: 991px){
  .section { padding: 72px 0; }
  .hero { padding-bottom: 8px; }
}
