/*
Theme Name: FreightPlus 2026
Theme URI: https://freightplus.io
Author: FreightPlus
Author URI: https://freightplus.io
Description: AI-Native logistics theme for FreightPlus — managed transportation for the middle market. Built with Tailwind CSS utility classes, custom SVG network patterns, and conversion-optimized page templates.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: Proprietary
License URI: https://freightplus.io/terms
Text Domain: freightplus
Tags: custom-logo, custom-menu, one-column, logistics, freight, transportation, tailwind
*/

/* ===========================
   WordPress Admin Bar Fix
   =========================== */
html { margin-top: 0 !important; }
body.admin-bar { padding-top: 32px; }
@media screen and (max-width: 782px) {
  body.admin-bar { padding-top: 46px; }
}

/* ===========================
   Brand Tokens
   =========================== */
:root {
  --navy: #00263A;
  --green: #44D62C;
  --grey: #A7A8A9;
  --indigo: #4E87A0;
  --yellow: #FEDD00;
  --navy-2: #001A28;
}

html { scroll-behavior: smooth; }
body { font-family: 'Montserrat', sans-serif; color: var(--navy); background: #fff; }

/* ===========================
   Typography
   =========================== */
.font-display { font-family: 'Montserrat', sans-serif; font-weight: 900; letter-spacing: -0.02em; line-height: 1.02; }

/* ===========================
   Brand Color Utilities
   =========================== */
.bg-navy { background-color: var(--navy); }
.bg-navy-2 { background-color: var(--navy-2); }
.text-navy { color: var(--navy); }
.text-green { color: var(--green); }
.bg-green { background-color: var(--green); }
.border-green { border-color: var(--green); }
.text-grey { color: var(--grey); }
.text-indigo { color: var(--indigo); }
.bg-yellow { background-color: var(--yellow); }

/* ===========================
   Network Pattern A (index, resources, blog) — central hub
   =========================== */
.topo {
  background-color: var(--navy);
  background-image:
    radial-gradient(ellipse 1000px 600px at 75% 15%, rgba(68,214,44,0.07), transparent 55%),
    radial-gradient(ellipse 800px 500px at 15% 85%, rgba(78,135,160,0.10), transparent 55%),
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='800' height='800' viewBox='0 0 800 800'><g stroke='%23ffffff' stroke-opacity='0.05' stroke-width='1' fill='none'><line x1='150' y1='100' x2='400' y2='350'/><line x1='400' y1='350' x2='700' y2='200'/><line x1='400' y1='350' x2='250' y2='650'/><line x1='400' y1='350' x2='650' y2='550'/><line x1='700' y1='200' x2='650' y2='550'/><line x1='150' y1='100' x2='250' y2='650'/></g><g fill='%23ffffff' fill-opacity='0.07'><rect x='396' y='346' width='8' height='8'/><rect x='147' y='97' width='6' height='6'/><rect x='697' y='197' width='6' height='6'/><rect x='247' y='647' width='6' height='6'/><rect x='647' y='547' width='6' height='6'/></g></svg>");
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 100% 100%, 100% 100%, 800px 800px;
}

.topo-light {
  background-color: #fff;
  background-image:
    radial-gradient(ellipse 800px 400px at 80% 20%, rgba(68,214,44,0.03), transparent 55%),
    radial-gradient(ellipse 600px 400px at 20% 80%, rgba(78,135,160,0.035), transparent 55%),
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='800' height='800' viewBox='0 0 800 800'><g stroke='%2300263A' stroke-opacity='0.06' stroke-width='1' fill='none'><line x1='150' y1='100' x2='400' y2='350'/><line x1='400' y1='350' x2='700' y2='200'/><line x1='400' y1='350' x2='250' y2='650'/><line x1='400' y1='350' x2='650' y2='550'/><line x1='700' y1='200' x2='650' y2='550'/><line x1='150' y1='100' x2='250' y2='650'/></g><g fill='%2300263A' fill-opacity='0.08'><rect x='396' y='346' width='8' height='8'/><rect x='147' y='97' width='6' height='6'/><rect x='697' y='197' width='6' height='6'/><rect x='247' y='647' width='6' height='6'/><rect x='647' y='547' width='6' height='6'/></g></svg>");
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 100% 100%, 100% 100%, 800px 800px;
}

/* ===========================
   Network Pattern B (shippers, technology, case studies) — diagonal sweep
   =========================== */
.topo-b {
  background-color: var(--navy);
  background-image:
    radial-gradient(ellipse 900px 500px at 20% 25%, rgba(68,214,44,0.07), transparent 55%),
    radial-gradient(ellipse 700px 500px at 80% 75%, rgba(78,135,160,0.10), transparent 55%),
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='800' height='800' viewBox='0 0 800 800'><g stroke='%23ffffff' stroke-opacity='0.05' stroke-width='1' fill='none'><line x1='100' y1='200' x2='350' y2='150'/><line x1='350' y1='150' x2='550' y2='400'/><line x1='550' y1='400' x2='700' y2='650'/><line x1='350' y1='150' x2='200' y2='500'/><line x1='200' y1='500' x2='550' y2='400'/><line x1='200' y1='500' x2='700' y2='650'/></g><g fill='%23ffffff' fill-opacity='0.07'><rect x='97' y='197' width='6' height='6'/><rect x='347' y='147' width='8' height='8'/><rect x='547' y='397' width='6' height='6'/><rect x='697' y='647' width='6' height='6'/><rect x='197' y='497' width='6' height='6'/></g></svg>");
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 100% 100%, 100% 100%, 800px 800px;
}

.topo-light-b {
  background-color: #fff;
  background-image:
    radial-gradient(ellipse 700px 400px at 20% 30%, rgba(68,214,44,0.03), transparent 55%),
    radial-gradient(ellipse 600px 400px at 80% 70%, rgba(78,135,160,0.035), transparent 55%),
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='800' height='800' viewBox='0 0 800 800'><g stroke='%2300263A' stroke-opacity='0.06' stroke-width='1' fill='none'><line x1='100' y1='200' x2='350' y2='150'/><line x1='350' y1='150' x2='550' y2='400'/><line x1='550' y1='400' x2='700' y2='650'/><line x1='350' y1='150' x2='200' y2='500'/><line x1='200' y1='500' x2='550' y2='400'/><line x1='200' y1='500' x2='700' y2='650'/></g><g fill='%2300263A' fill-opacity='0.08'><rect x='97' y='197' width='6' height='6'/><rect x='347' y='147' width='8' height='8'/><rect x='547' y='397' width='6' height='6'/><rect x='697' y='647' width='6' height='6'/><rect x='197' y='497' width='6' height='6'/></g></svg>");
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 100% 100%, 100% 100%, 800px 800px;
}

/* ===========================
   Network Pattern C (carriers, about) — wide spread
   =========================== */
.topo-c {
  background-color: var(--navy);
  background-image:
    radial-gradient(ellipse 800px 600px at 50% 20%, rgba(68,214,44,0.07), transparent 55%),
    radial-gradient(ellipse 900px 400px at 60% 80%, rgba(78,135,160,0.10), transparent 55%),
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='800' height='800' viewBox='0 0 800 800'><g stroke='%23ffffff' stroke-opacity='0.05' stroke-width='1' fill='none'><line x1='120' y1='300' x2='400' y2='200'/><line x1='400' y1='200' x2='680' y2='350'/><line x1='680' y1='350' x2='500' y2='600'/><line x1='500' y1='600' x2='200' y2='550'/><line x1='200' y1='550' x2='120' y2='300'/><line x1='400' y1='200' x2='500' y2='600'/></g><g fill='%23ffffff' fill-opacity='0.07'><rect x='117' y='297' width='6' height='6'/><rect x='397' y='197' width='8' height='8'/><rect x='677' y='347' width='6' height='6'/><rect x='497' y='597' width='6' height='6'/><rect x='197' y='547' width='6' height='6'/></g></svg>");
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 100% 100%, 100% 100%, 800px 800px;
}

.topo-light-c {
  background-color: #fff;
  background-image:
    radial-gradient(ellipse 700px 400px at 50% 25%, rgba(68,214,44,0.03), transparent 55%),
    radial-gradient(ellipse 600px 300px at 60% 75%, rgba(78,135,160,0.035), transparent 55%),
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='800' height='800' viewBox='0 0 800 800'><g stroke='%2300263A' stroke-opacity='0.06' stroke-width='1' fill='none'><line x1='120' y1='300' x2='400' y2='200'/><line x1='400' y1='200' x2='680' y2='350'/><line x1='680' y1='350' x2='500' y2='600'/><line x1='500' y1='600' x2='200' y2='550'/><line x1='200' y1='550' x2='120' y2='300'/><line x1='400' y1='200' x2='500' y2='600'/></g><g fill='%2300263A' fill-opacity='0.08'><rect x='117' y='297' width='6' height='6'/><rect x='397' y='197' width='8' height='8'/><rect x='677' y='347' width='6' height='6'/><rect x='497' y='597' width='6' height='6'/><rect x='197' y='547' width='6' height='6'/></g></svg>");
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 100% 100%, 100% 100%, 800px 800px;
}

/* ===========================
   Buttons
   =========================== */
.btn-green { background: var(--green); color: var(--navy); font-weight: 700; transition: all .2s; display: inline-block; }
.btn-green:hover { background: #39c024; transform: translateY(-1px); }
.btn-outline { border: 2px solid #fff; color: #fff; font-weight: 700; transition: all .2s; display: inline-block; }
.btn-outline:hover { background: #fff; color: var(--navy); }

/* ===========================
   Logo
   =========================== */
.logo-text { font-family: 'Montserrat', sans-serif; font-weight: 900; letter-spacing: 0.02em; white-space: nowrap; }
.logo-text .plus { color: var(--green); }

/* ===========================
   Reveal Animations
   =========================== */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ===========================
   Navigation
   =========================== */
.nav-link { color: #fff; font-weight: 600; font-size: 14px; letter-spacing: .02em; padding: 8px 14px; transition: color .2s; }
.nav-link:hover { color: var(--green); }

/* ===========================
   Utility
   =========================== */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border-width: 0; }
.no-scrollbar { scrollbar-width: none; -ms-overflow-style: none; }
.no-scrollbar::-webkit-scrollbar { display: none; }

details summary { list-style: none; cursor: pointer; }
details summary::-webkit-details-marker { display: none; }

/* ===========================
   Mobile Nav
   =========================== */
.mobile-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.mobile-toggle span { display: block; width: 24px; height: 2px; background: #fff; margin: 5px 0; transition: all .3s; }
.mobile-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--navy-2); border-top: 1px solid rgba(255,255,255,.1); padding: 16px 32px; z-index: 50; }
.mobile-nav.open { display: flex; flex-direction: column; gap: 4px; }
.mobile-nav .nav-link { padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.06); }
@media (max-width: 1023px) {
  .mobile-toggle { display: block; }
}
.mobile-toggle.open span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.mobile-toggle.open span:nth-child(2) { opacity: 0; }
.mobile-toggle.open span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* ===========================
   Dashboard Mockup
   =========================== */
.dash-card { background: #0a3447; border: 1px solid rgba(255,255,255,0.08); border-radius: 12px; }
.dash-bar { background: linear-gradient(180deg, var(--green), #2ba516); border-radius: 3px; }

/* ===========================
   Product Mockup Styling
   =========================== */
.pm { background: #fff; border-radius: 14px; overflow: hidden; border: 1px solid rgba(255,255,255,.1); box-shadow: 0 30px 80px -20px rgba(0,0,0,.6), 0 0 0 1px rgba(255,255,255,.05); }
.pm-titlebar { background: linear-gradient(90deg, var(--navy) 0%, #003a55 70%, #9aa3aa 100%); height: 42px; display: flex; align-items: center; padding: 0 16px; color: #fff; font-size: 13px; font-weight: 600; border-bottom: 3px solid var(--green); gap: 10px; }
.pm-side { background: var(--navy); width: 48px; flex: 0 0 48px; display: flex; flex-direction: column; align-items: center; padding: 14px 0; gap: 18px; }
.pm-side-icon { width: 26px; height: 26px; border-radius: 50%; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 11px; }
.pm-side-icon.active { background: var(--green); border-color: var(--green); color: var(--navy); }
.pm-card { background: #fff; border: 1px solid #e5e7eb; border-radius: 8px; }
.pm-card-header { background: linear-gradient(90deg, var(--navy), #9aa3aa); color: #fff; padding: 10px 14px; font-weight: 700; font-size: 13px; border-bottom: 2px solid var(--green); display: flex; align-items: center; gap: 8px; }
.pm-label { font-size: 10px; color: #6b7280; text-transform: uppercase; letter-spacing: .04em; font-weight: 600; }
.pm-val { font-size: 13px; color: var(--navy); font-weight: 600; }
.pm-stat-card { border: 2px solid var(--green); border-radius: 10px; padding: 14px 18px; background: #fff; }
.pm-stat-card .lab { font-size: 11px; color: var(--green); font-weight: 700; text-transform: uppercase; letter-spacing: .04em; }
.pm-stat-card .num { font-size: 22px; color: var(--navy); font-weight: 800; margin-top: 4px; font-family: 'Montserrat', sans-serif; }
.pm-bar-row { display: flex; align-items: center; gap: 10px; font-size: 11px; color: #374151; margin: 4px 0; }
.pm-bar-row .lbl { width: 60px; text-transform: capitalize; }
.pm-bar-row .bar { flex: 1; height: 10px; background: #dcfce7; border-radius: 2px; position: relative; }
.pm-bar-row .bar::after { content: ""; position: absolute; left: 0; top: 0; bottom: 0; background: #86efac; border-radius: 2px; width: var(--w, 40%); }
.pm-step { display: flex; flex-direction: column; align-items: center; gap: 6px; flex: 1; font-size: 10px; color: #374151; text-align: center; font-weight: 600; }
.pm-step-dot { width: 30px; height: 30px; border-radius: 50%; background: var(--green); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; border: 3px solid var(--green); }
.pm-step-line { flex: 1; height: 3px; background: var(--green); align-self: center; }
.pm-doc-row { display: flex; align-items: center; justify-content: space-between; padding: 10px 14px; border-top: 1px solid #f3f4f6; font-size: 12px; color: #374151; }
.pm-tag-delivered { background: var(--green); color: var(--navy); font-weight: 800; font-size: 11px; padding: 4px 10px; border-radius: 4px; display: inline-block; }

/* ===========================
   Flywheel v2
   =========================== */
.fw-wrap { position: relative; width: 100%; max-width: 780px; aspect-ratio: 1/1; margin: 0 auto; }
.fw-rotate { position: absolute; inset: 0; animation: fwspin 60s linear infinite; }
@keyframes fwspin { to { transform: rotate(360deg); } }
.fw-hub { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 34%; aspect-ratio: 1/1; border-radius: 9999px; background: radial-gradient(circle at 30% 30%, #0a3a55, var(--navy) 70%); border: 1px solid rgba(68,214,44,.4); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; color: #fff; box-shadow: 0 0 0 8px rgba(68,214,44,.06), 0 30px 80px -20px rgba(68,214,44,.4), inset 0 0 60px rgba(68,214,44,.1); z-index: 10; }
.fw-hub::before { content: ""; position: absolute; inset: -14px; border-radius: 9999px; border: 1px dashed rgba(68,214,44,.3); animation: fwspin 90s linear infinite reverse; }
.fw-node { position: absolute; left: 50%; top: 50%; width: 160px; transform: translate(-50%,-50%); background: #fff; border-radius: 14px; padding: 18px 16px; box-shadow: 0 20px 40px -16px rgba(0,38,58,.35), 0 0 0 1px rgba(68,214,44,.4); text-align: center; transition: transform .3s, box-shadow .3s; cursor: pointer; border: none; }
.fw-node:hover { transform: translate(-50%,-50%) translateY(-4px); box-shadow: 0 30px 60px -16px rgba(0,38,58,.5), 0 0 0 2px var(--green); }
.fw-node.active { box-shadow: 0 30px 60px -16px rgba(68,214,44,.6), 0 0 0 3px var(--green); background: linear-gradient(180deg, #fff, #e8fde2); }
.fw-detail { position: relative; background: rgba(255,255,255,.04); border: 1px solid rgba(68,214,44,.3); border-radius: 16px; padding: 32px; backdrop-filter: blur(10px); min-height: 220px; }
.fw-detail .num-big { font-family: 'Montserrat', sans-serif; font-weight: 900; font-size: 64px; color: var(--green); line-height: 1; letter-spacing: -.04em; }
.fw-detail h3 { font-family: 'Montserrat', sans-serif; font-weight: 900; color: #fff; font-size: 28px; line-height: 1.05; margin: 6px 0 12px; }
.fw-detail p { color: rgba(255,255,255,.75); font-size: 15px; line-height: 1.6; font-weight: 300; }
.fw-detail .meta { font-size: 11px; color: var(--green); text-transform: uppercase; letter-spacing: .1em; font-weight: 700; margin-bottom: 8px; }
.fw-node .num { display: inline-flex; align-items: center; justify-content: center; width: 26px; height: 26px; border-radius: 9999px; background: var(--green); color: var(--navy); font-weight: 900; font-size: 12px; margin-bottom: 6px; font-family: 'Montserrat', sans-serif; }
.fw-node .lbl { font-weight: 800; color: var(--navy); font-size: 14px; line-height: 1.2; letter-spacing: -.01em; }
.fw-node .sub { font-size: 10px; color: rgba(0,38,58,.5); text-transform: uppercase; letter-spacing: .06em; margin-top: 4px; font-weight: 600; }
.fw-bg-glow { position: absolute; inset: 0; background: radial-gradient(circle at center, rgba(68,214,44,.12), transparent 60%); pointer-events: none; }

/* ===========================
   Technology Page Extras
   =========================== */
.logo-cluster { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 14px; }
.logo-pill { font-size: 10px; font-weight: 700; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.7); padding: 4px 8px; border-radius: 4px; text-transform: uppercase; letter-spacing: .04em; }
.logo-pill-light { background: #fff; border: 1px solid var(--navy); color: var(--navy); }
.stat-card { background: #fff; border: 2px solid var(--navy); border-radius: 14px; padding: 32px; box-shadow: 0 20px 50px -20px rgba(0,38,58,.2); }

/* Scattered "messy data" visual (Technology page) */
.scatter { position: relative; height: 480px; }
.scatter .doc { position: absolute; background: #fff; border-radius: 6px; padding: 14px; font-size: 10px; color: var(--navy); box-shadow: 0 20px 50px rgba(0,0,0,.5); border: 1px solid rgba(255,255,255,.1); transform-origin: center; }
.scatter .doc .dline { height: 5px; background: #e5e7eb; border-radius: 2px; margin: 4px 0; }
.scatter .doc.email { width: 200px; }
.scatter .doc.pdf { width: 170px; background: #fef3c7; }
.scatter .doc.spread { width: 220px; background: #dbeafe; }
.scatter .doc.invoice { width: 180px; background: #fce7f3; }
.scatter .doc.bol { width: 200px; background: #dcfce7; }

/* ===========================
   WordPress Menu Overrides
   =========================== */
.primary-menu { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: 2px; }
.primary-menu li a { color: #fff; font-weight: 600; font-size: 14px; letter-spacing: .02em; padding: 8px 14px; transition: color .2s; text-decoration: none; }
.primary-menu li a:hover { color: var(--green); }
.primary-menu li.current-menu-item a,
.primary-menu li.current_page_item a { color: var(--green); }

.mobile-menu { list-style: none; margin: 0; padding: 0; }
.mobile-menu li a { color: #fff; font-weight: 600; font-size: 14px; letter-spacing: .02em; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.06); display: block; text-decoration: none; transition: color .2s; }
.mobile-menu li a:hover { color: var(--green); }
.mobile-menu li.current-menu-item a,
.mobile-menu li.current_page_item a { color: var(--green); }

/* Dropdown submenus (desktop) */
.primary-menu li { position: relative; }
.primary-menu .sub-menu {
  list-style: none;
  margin: 0;
  padding: 8px 0;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-8px);
  background: var(--navy-2);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 10px;
  min-width: 220px;
  box-shadow: 0 20px 40px -10px rgba(0,0,0,.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s, transform .2s, visibility .2s;
  z-index: 100;
}
.primary-menu li:hover > .sub-menu,
.primary-menu li:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.primary-menu .sub-menu li { display: block; }
.primary-menu .sub-menu li a {
  padding: 10px 18px;
  display: block;
  white-space: nowrap;
  font-size: 13px;
}
.primary-menu .sub-menu li a:hover { background: rgba(68,214,44,.08); color: var(--green); }
/* Caret indicator on parent items with submenu */
.primary-menu .menu-item-has-children > a::after {
  content: '';
  display: inline-block;
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid currentColor;
  vertical-align: middle;
  opacity: .6;
}

/* Dropdown submenus (mobile) */
.mobile-menu .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0 0 0 16px;
  border-left: 2px solid rgba(68,214,44,.2);
}
.mobile-menu .sub-menu li a {
  font-size: 13px;
  padding: 10px 0;
}

/* ===========================
   Fluent Forms Brand Overrides
   =========================== */
.ff-el-form-control,
.fluentform input[type="text"],
.fluentform input[type="email"],
.fluentform input[type="tel"],
.fluentform input[type="number"],
.fluentform select,
.fluentform textarea {
  width: 100% !important;
  background: rgba(255,255,255,0.1) !important;
  border: 1px solid rgba(255,255,255,0.2) !important;
  border-radius: 6px !important;
  padding: 12px 16px !important;
  color: #fff !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 14px !important;
  transition: border-color .2s, box-shadow .2s !important;
  box-shadow: none !important;
}
.fluentform input:focus,
.fluentform select:focus,
.fluentform textarea:focus {
  border-color: var(--green) !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(68,214,44,.15) !important;
}
.fluentform input::placeholder,
.fluentform textarea::placeholder {
  color: rgba(255,255,255,.5) !important;
}
.fluentform select { color: rgba(255,255,255,.9) !important; }
.fluentform select option { background: var(--navy); color: #fff; }

/* Labels */
.fluentform .ff-el-input--label label,
.fluentform label {
  color: rgba(255,255,255,.8) !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 600 !important;
  font-size: 12px !important;
  text-transform: uppercase !important;
  letter-spacing: .05em !important;
  margin-bottom: 6px !important;
  display: block !important;
}
.fluentform .ff-el-is-required.asterisk-right label:after {
  color: var(--green) !important;
}

/* Submit button — match btn-green */
.fluentform .ff-el-group button[type="submit"],
.fluentform button[type="submit"],
.fluentform .ff_btn_style {
  background: var(--green) !important;
  color: var(--navy) !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  padding: 16px 32px !important;
  border: none !important;
  border-radius: 6px !important;
  width: 100% !important;
  transition: all .2s !important;
  cursor: pointer !important;
  text-transform: none !important;
  letter-spacing: normal !important;
}
.fluentform button[type="submit"]:hover {
  background: #39c024 !important;
  transform: translateY(-1px) !important;
}

/* Form row spacing */
.fluentform .ff-t-container { gap: 16px !important; }
.fluentform .ff-el-group { margin-bottom: 16px !important; }
.fluentform .ff-el-input--content { width: 100%; }

/* Success message */
.ff-message-success,
.fluent_form_success {
  background: rgba(68,214,44,0.1) !important;
  border: 1px solid rgba(68,214,44,0.4) !important;
  color: #fff !important;
  padding: 20px !important;
  border-radius: 8px !important;
  font-family: 'Montserrat', sans-serif !important;
}

/* Required asterisk */
.fluentform .ff-el-is-required.asterisk-right label:after {
  content: " *" !important;
  color: var(--green) !important;
}
