:root {
  --fp-blue: #054C82;
  --fp-navy: #043961;
  --fp-gold: #D1AF61;
  --fp-gold-soft: #CEB274;
  --fp-white: #FFFFFF;
  --fp-ink: #10263A;
  --fp-muted: #5A6A78;
  --fp-line: #DDE4EA;
  --fp-soft: #F5F7F9;
  --fp-soft-blue: #EDF4F8;
  --fp-shadow: 0 22px 60px rgba(4, 57, 97, 0.12);
  --fp-radius: 22px;
  --fp-radius-sm: 14px;
  --fp-max: 1180px;
  --fp-font: "Avenir Next", Avenir, "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--fp-ink);
  background: var(--fp-white);
  font-family: var(--fp-font);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; }
a { color: var(--fp-blue); text-decoration: none; }
a:hover { color: var(--fp-navy); }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid rgba(209,175,97,.7); outline-offset: 3px; }

h1,h2,h3,h4 { color: var(--fp-navy); line-height: 1.12; letter-spacing: -0.025em; margin: 0 0 20px; font-weight: 700; }
h1 { font-size: clamp(2.65rem, 6vw, 5.4rem); }
h2 { font-size: clamp(2rem, 3.5vw, 3.35rem); }
h3 { font-size: 1.2rem; }
p { margin: 0 0 18px; }
.screen-reader-text { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
.fp-skip-link { position: fixed; top: 10px; left: 10px; z-index: 9999; background: var(--fp-navy); color: white; padding: 10px 14px; border-radius: 8px; transform: translateY(-140%); }
.fp-skip-link:focus { transform: translateY(0); }
.fp-container { width: min(var(--fp-max), calc(100% - 48px)); margin: 0 auto; }
.fp-main { overflow: hidden; }
.fp-section { padding: 100px 0; position: relative; }
.fp-section-soft { background: var(--fp-soft); }
.fp-center { text-align: center; }
.fp-content-narrow { max-width: 840px; }
.fp-copy-large { font-size: 1.12rem; color: #344A5D; }
.fp-copy-large p:last-of-type { margin-bottom: 26px; }

.fp-topbar { background: var(--fp-navy); color: rgba(255,255,255,.82); font-size: .78rem; letter-spacing: .02em; }
.fp-topbar-inner { min-height: 36px; display: flex; gap: 12px; align-items: center; justify-content: flex-end; }
.fp-topbar a { color: white; }
.fp-topbar-divider { color: var(--fp-gold); }

.fp-header { position: sticky; top: 0; z-index: 200; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(4,57,97,.08); backdrop-filter: blur(16px); }
.admin-bar .fp-header { top: 32px; }
.fp-header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.fp-brand { display: inline-flex; align-items: center; gap: 11px; color: var(--fp-navy); min-width: max-content; }
.fp-brand img { width: 54px; height: 54px; object-fit: contain; }
.fp-brand-copy { display: flex; flex-direction: column; line-height: 1; }
.fp-brand-copy strong { font-size: 1.15rem; letter-spacing: .025em; color: var(--fp-navy); }
.fp-brand-copy small { margin-top: 5px; color: #9C7A34; font-weight: 400; font-size: .76rem; letter-spacing: .055em; }
.fp-nav { display: flex; align-items: center; gap: 18px; }
.fp-nav-list { list-style: none; padding: 0; margin: 0; display: flex; align-items: center; gap: 4px; }
.fp-nav-list li { margin: 0; }
.fp-nav-list a { color: #344A5D; font-size: .87rem; font-weight: 600; padding: 12px 10px; border-radius: 9px; }
.fp-nav-list a:hover, .fp-nav-list .current-menu-item > a, .fp-nav-list .current_page_item > a { color: var(--fp-blue); background: var(--fp-soft-blue); }
.fp-nav-cta { margin-left: 4px; }
.fp-menu-toggle { display: none; border: 0; background: none; padding: 8px; }
.fp-menu-toggle > span:not(.screen-reader-text) { display:block; width: 25px; height: 2px; background: var(--fp-navy); margin: 5px 0; transition: .2s ease; }

.fp-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 23px; border-radius: 11px; border: 1px solid transparent; font-weight: 700; font-size: .92rem; letter-spacing: .005em; transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease; cursor: pointer; }
.fp-btn:hover { transform: translateY(-2px); }
.fp-btn-primary { background: var(--fp-blue); color: white; box-shadow: 0 12px 28px rgba(5,76,130,.18); }
.fp-btn-primary:hover { background: var(--fp-navy); color: white; box-shadow: 0 16px 32px rgba(4,57,97,.22); }
.fp-btn-secondary { background: white; color: var(--fp-navy); border-color: #C6D2DC; }
.fp-btn-secondary:hover { border-color: var(--fp-blue); background: var(--fp-soft-blue); }
.fp-btn-gold { background: var(--fp-gold); color: #132B3D; box-shadow: 0 12px 28px rgba(209,175,97,.24); }
.fp-btn-gold:hover { background: #E0C478; color: var(--fp-navy); }
.fp-btn-light { background: white; color: var(--fp-navy); border-color: rgba(255,255,255,.35); }
.fp-btn-light:hover { background: #F6F1E6; color: var(--fp-navy); }
.fp-btn-small { min-height: 44px; padding: 0 17px; font-size: .84rem; }
.fp-text-link { display: inline-flex; align-items:center; gap: 8px; font-weight: 700; color: var(--fp-blue); }
.fp-text-link span { transition: transform .18s ease; }
.fp-text-link:hover span { transform: translateX(4px); }

.fp-hero { min-height: 720px; display: flex; align-items: center; position: relative; background: linear-gradient(135deg, #FBFCFD 0%, #F4F8FB 52%, #EDF4F8 100%); }
.fp-hero::before { content:""; position:absolute; inset:0; opacity:.28; background-image: radial-gradient(rgba(5,76,130,.11) 1px, transparent 1px); background-size: 28px 28px; mask-image: linear-gradient(to right, black, transparent 72%); }
.fp-hero-glow { position:absolute; border-radius:50%; filter: blur(2px); opacity:.35; }
.fp-hero-glow-one { width:420px; height:420px; right:-170px; top:-140px; background:radial-gradient(circle, rgba(209,175,97,.36), transparent 68%); }
.fp-hero-glow-two { width:520px; height:520px; left:-280px; bottom:-280px; background:radial-gradient(circle, rgba(5,76,130,.18), transparent 68%); }
.fp-hero-grid { display:grid; grid-template-columns: 1.08fr .92fr; gap: 70px; align-items:center; position:relative; z-index:1; padding-top:60px; padding-bottom:70px; }
.fp-hero-copy h1 { max-width: 780px; }
.fp-kicker, .fp-eyebrow { display: inline-flex; align-items:center; gap:10px; color: var(--fp-blue); font-size:.76rem; letter-spacing:.15em; text-transform:uppercase; font-weight:800; margin-bottom:18px; }
.fp-kicker span { width:30px; height:2px; background:var(--fp-gold); display:inline-block; }
.fp-eyebrow-light { color: #E7CC89; }
.fp-hero-lead { font-size:1.18rem; line-height:1.7; max-width:700px; color:#445C6F; }
.fp-hero-actions { display:flex; gap:12px; margin-top:30px; flex-wrap:wrap; }
.fp-hero-note { margin-top:20px; font-size:.86rem; color:#677A89; max-width:650px; border-left:3px solid var(--fp-gold); padding-left:14px; }
.fp-hero-visual { min-height: 520px; position:relative; display:grid; place-items:center; }
.fp-hero-mark-wrap { width:230px; height:230px; border-radius:50%; display:grid; place-items:center; background:rgba(255,255,255,.92); box-shadow:var(--fp-shadow); border:1px solid rgba(4,57,97,.08); position:relative; z-index:4; }
.fp-hero-mark-wrap img { width:190px; height:190px; object-fit:contain; }
.fp-orbit { position:absolute; border-radius:50%; border:1px solid rgba(5,76,130,.16); }
.fp-orbit-one { width:340px; height:340px; }
.fp-orbit-two { width:440px; height:440px; border-style:dashed; border-color:rgba(209,175,97,.42); animation: fpRotate 50s linear infinite; }
.fp-orbit-three { width:520px; height:520px; border-color:rgba(5,76,130,.08); }
@keyframes fpRotate { to { transform: rotate(360deg); } }
.fp-float-card { position:absolute; z-index:5; background:rgba(255,255,255,.95); border:1px solid rgba(4,57,97,.09); box-shadow:0 15px 38px rgba(4,57,97,.12); border-radius:14px; padding:14px 16px; width:190px; display:grid; grid-template-columns:34px 1fr; column-gap:10px; }
.fp-float-card span { grid-row:1/3; width:32px; height:32px; display:grid; place-items:center; border-radius:8px; background:var(--fp-soft-blue); color:var(--fp-blue); font-size:.68rem; font-weight:800; }
.fp-float-card strong { font-size:.78rem; color:var(--fp-navy); line-height:1.2; }
.fp-float-card small { font-size:.66rem; color:#758694; line-height:1.35; margin-top:3px; }
.fp-float-a { left:-10px; top:74px; }
.fp-float-b { right:-24px; top:122px; }
.fp-float-c { left:0; bottom:76px; }
.fp-float-d { right:-18px; bottom:42px; }

.fp-trustbar { background:white; border-top:1px solid var(--fp-line); border-bottom:1px solid var(--fp-line); }
.fp-trust-grid { display:grid; grid-template-columns:repeat(4,1fr); }
.fp-trust-grid > div { min-height:104px; padding:24px 25px; display:grid; grid-template-columns:30px 1fr; column-gap:10px; align-content:center; border-right:1px solid var(--fp-line); }
.fp-trust-grid > div:last-child { border-right:0; }
.fp-trust-check { grid-row:1/3; width:24px; height:24px; border-radius:50%; display:grid; place-items:center; background:#EEF6F0; color:#287347; font-size:.76rem; font-weight:800; }
.fp-trust-grid strong { color:var(--fp-navy); font-size:.86rem; line-height:1.25; }
.fp-trust-grid small { color:#748390; font-size:.72rem; margin-top:3px; }

.fp-two-col { display:grid; grid-template-columns:1fr 1fr; gap:80px; }
.fp-two-col-balanced { align-items:start; }
.fp-section-heading { display:flex; align-items:end; justify-content:space-between; gap:80px; margin-bottom:50px; }
.fp-section-heading > div { max-width:760px; }
.fp-section-heading p { max-width:390px; color:#627381; margin-bottom:8px; }
.fp-section-heading-center { display:block; text-align:center; }
.fp-section-heading-center > div, .fp-section-heading-center p { margin-left:auto; margin-right:auto; }
.fp-section-heading-center p { max-width:680px; }

.fp-service-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.fp-service-card { background:white; border:1px solid #E1E7EC; border-radius:var(--fp-radius-sm); padding:30px 26px; min-height:300px; display:flex; flex-direction:column; transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.fp-service-card:hover { transform:translateY(-5px); box-shadow:0 18px 38px rgba(4,57,97,.10); border-color:#C9D8E3; }
.fp-card-index { font-size:.72rem; font-weight:800; color:#A9802D; letter-spacing:.12em; margin-bottom:36px; }
.fp-service-card h3 { font-size:1.3rem; }
.fp-service-card p { color:#657681; font-size:.91rem; }
.fp-service-card a { margin-top:auto; font-weight:700; font-size:.82rem; }

.fp-value-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:20px; }
.fp-value-grid article { padding:24px 10px 8px 0; }
.fp-value-dot { width:11px; height:11px; border-radius:50%; background:var(--fp-gold); box-shadow:0 0 0 7px rgba(209,175,97,.16); margin:8px 0 28px 7px; }
.fp-value-grid h3 { font-size:1.13rem; }
.fp-value-grid p { color:#647581; font-size:.91rem; }

.fp-categories-section { background:var(--fp-navy); color:white; }
.fp-categories-section h2, .fp-categories-section h3, .fp-categories-section .fp-section-heading p { color:white; }
.fp-categories-section .fp-section-heading p { color:rgba(255,255,255,.7); }
.fp-category-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; background:transparent; border:0; border-radius:0; overflow:visible; }
.fp-category-card { padding:0; min-height:320px; background:#073F6D; border:1px solid rgba(255,255,255,.15); border-radius:16px; overflow:hidden; box-shadow:0 12px 26px rgba(0,0,0,.10); transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.fp-category-card:hover { transform:translateY(-5px); box-shadow:0 20px 40px rgba(0,0,0,.18); border-color:rgba(209,175,97,.55); }
.fp-category-media { position:relative; height:190px; overflow:hidden; background:#F6F7F4; }
.fp-category-media::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,transparent 74%,rgba(4,57,97,.06) 100%); pointer-events:none; }
.fp-category-media img { width:100%; height:100%; object-fit:cover; display:block; transform:scale(1); transition:transform .35s ease, filter .35s ease; }
.fp-category-card:hover .fp-category-media img { transform:scale(1.025); filter:saturate(1.04); }
.fp-category-body { padding:22px 24px 25px; }
.fp-category-card span { display:block; color:var(--fp-gold); font-size:.7rem; font-weight:800; letter-spacing:.14em; margin-bottom:12px; }
.fp-category-card h3, .fp-category-card h2 { color:white; font-size:1.15rem; margin-bottom:8px; }
.fp-category-card p { color:rgba(255,255,255,.72); font-size:.86rem; margin:0; }
.fp-section-cta { margin-top:34px; }
.fp-category-grid-light { background:transparent; border:0; }
.fp-category-grid-light .fp-category-card { background:white; border-color:#DFE6EB; box-shadow:0 12px 30px rgba(4,57,97,.08); }
.fp-category-grid-light .fp-category-media::after { background:linear-gradient(180deg,transparent 78%,rgba(4,57,97,.05) 100%); }
.fp-category-grid-light .fp-category-card h2 { color:var(--fp-navy); }
.fp-category-grid-light .fp-category-card p { color:#637481; }
.fp-category-grid-light .fp-category-card:hover { box-shadow:0 20px 42px rgba(4,57,97,.14); border-color:#C9D8E3; }
.fp-open-category { margin-top:54px; padding:42px; border-radius:18px; background:var(--fp-soft-blue); max-width:900px; }
.fp-open-category h2 { font-size:2rem; }
.fp-open-category p { max-width:720px; color:#566B7B; }

.fp-proof-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.fp-proof-grid article { background:white; border:1px solid var(--fp-line); border-radius:14px; padding:26px; min-height:170px; position:relative; overflow:hidden; }
.fp-proof-grid article::before { content:""; position:absolute; left:0; top:0; bottom:0; width:3px; background:var(--fp-gold); transform:scaleY(.25); transform-origin:top; transition:transform .2s ease; }
.fp-proof-grid article:hover::before { transform:scaleY(1); }
.fp-proof-grid strong { display:block; color:var(--fp-navy); margin-bottom:10px; font-size:1.02rem; }
.fp-proof-grid p { color:#637481; font-size:.88rem; margin:0; }

.fp-process-section { background:linear-gradient(180deg,#fff 0,#F7F9FA 100%); }
.fp-process-line { display:grid; grid-template-columns:repeat(5,1fr); gap:0; position:relative; margin-top:20px; }
.fp-process-line::before { content:""; position:absolute; height:1px; background:#CFD8DF; top:28px; left:8%; right:8%; }
.fp-process-line article { position:relative; z-index:1; padding:0 18px; text-align:center; }
.fp-process-line span { width:56px; height:56px; display:grid; place-items:center; margin:0 auto 25px; border-radius:50%; background:white; border:1px solid #C8D3DB; box-shadow:0 7px 18px rgba(4,57,97,.08); color:var(--fp-blue); font-size:.74rem; font-weight:800; }
.fp-process-line article:nth-child(3) span { background:var(--fp-navy); color:white; border-color:var(--fp-navy); }
.fp-process-line h3 { font-size:1rem; margin-bottom:8px; }
.fp-process-line p { color:#6A7B87; font-size:.82rem; }
.fp-process-four { grid-template-columns:repeat(4,1fr); }
.fp-process-four article:nth-child(3) span { background:white; color:var(--fp-blue); border-color:#C8D3DB; }
.fp-process-four article:nth-child(2) span { background:var(--fp-navy); color:white; border-color:var(--fp-navy); }

.fp-international-home { background:#F7F9FA; }
.fp-international-card { position:relative; overflow:hidden; background:linear-gradient(135deg,var(--fp-navy),#07578E); border-radius:24px; min-height:440px; display:grid; grid-template-columns:.9fr 1.1fr; align-items:center; color:white; }
.fp-international-copy { grid-column:2; padding:70px 75px 70px 30px; position:relative; z-index:2; }
.fp-international-copy h2 { color:white; }
.fp-international-copy p { color:rgba(255,255,255,.77); }
.fp-international-note { font-size:.82rem; border-left:2px solid var(--fp-gold); padding-left:14px; }
.fp-map-motif { position:absolute; left:-70px; top:50%; transform:translateY(-50%); width:520px; height:520px; border-radius:50%; border:1px solid rgba(255,255,255,.12); }
.fp-map-motif::before,.fp-map-motif::after { content:""; position:absolute; border-radius:50%; border:1px solid rgba(209,175,97,.28); left:50%; top:50%; transform:translate(-50%,-50%); }
.fp-map-motif::before { width:370px; height:370px; }
.fp-map-motif::after { width:230px; height:230px; }
.fp-map-motif span { position:absolute; width:13px; height:13px; border-radius:50%; background:var(--fp-gold); box-shadow:0 0 0 8px rgba(209,175,97,.12); }
.fp-map-motif span:nth-child(1) { left:66%; top:27%; }
.fp-map-motif span:nth-child(2) { left:58%; top:56%; }
.fp-map-motif span:nth-child(3) { left:69%; top:73%; }

.fp-faq-layout { grid-template-columns:.72fr 1.28fr; }
.fp-faq-layout > div:first-child p { color:#667886; max-width:390px; }
.fp-accordion details { border-top:1px solid #D8E0E6; padding:0; }
.fp-accordion details:last-child { border-bottom:1px solid #D8E0E6; }
.fp-accordion summary { list-style:none; cursor:pointer; padding:22px 42px 22px 0; font-weight:700; color:var(--fp-navy); position:relative; }
.fp-accordion summary::-webkit-details-marker { display:none; }
.fp-accordion summary::after { content:"+"; position:absolute; right:4px; top:20px; color:var(--fp-blue); font-size:1.4rem; font-weight:400; }
.fp-accordion details[open] summary::after { content:"–"; }
.fp-accordion details p { color:#657683; padding-right:35px; font-size:.93rem; }

.fp-cta-section { padding:0 0 100px; background:#F7F9FA; }
.fp-cta-card { background:var(--fp-navy); color:white; border-radius:24px; padding:64px 70px; display:grid; grid-template-columns:1.25fr .75fr; gap:60px; align-items:center; position:relative; overflow:hidden; }
.fp-cta-card::after { content:""; width:280px; height:280px; border:56px solid rgba(209,175,97,.12); border-radius:50%; position:absolute; right:-80px; bottom:-150px; }
.fp-cta-card h2 { color:white; font-size:clamp(2rem,3vw,3rem); }
.fp-cta-card p { color:rgba(255,255,255,.72); max-width:720px; }
.fp-cta-actions { position:relative; z-index:2; display:flex; flex-direction:column; align-items:flex-start; gap:14px; }
.fp-cta-email { color:white; font-weight:700; font-size:.88rem; }
.fp-cta-email:hover { color:var(--fp-gold); }

.fp-page-hero { padding:94px 0 84px; background:linear-gradient(135deg,var(--fp-navy),#07578E); color:white; position:relative; overflow:hidden; }
.fp-page-hero::after { content:""; position:absolute; width:420px; height:420px; border-radius:50%; border:80px solid rgba(209,175,97,.12); right:-130px; top:-190px; }
.fp-page-hero-grid { display:grid; grid-template-columns:1.25fr .75fr; gap:70px; align-items:end; position:relative; z-index:2; }
.fp-page-hero h1 { color:white; font-size:clamp(2.6rem,5vw,4.6rem); max-width:900px; }
.fp-page-hero p { color:rgba(255,255,255,.74); font-size:1.05rem; max-width:480px; }
.fp-page-main { padding:90px 0; }
.fp-page-main h1 { font-size:clamp(2.4rem,4vw,4rem); }
.fp-entry-content { color:#455C6C; }
.fp-entry-content > * { margin-bottom:1.3em; }

.fp-credentials-layout { display:grid; grid-template-columns:.86fr 1.14fr; gap:80px; align-items:start; }
.fp-credentials-layout > div:first-child p { color:#667A88; max-width:500px; }
.fp-credential-list { border-top:1px solid var(--fp-line); }
.fp-credential-list > div { display:grid; grid-template-columns:60px 1fr; align-items:center; min-height:94px; border-bottom:1px solid var(--fp-line); }
.fp-credential-list > div > span { color:#A47D2E; font-weight:800; font-size:.75rem; }
.fp-credential-list strong { display:block; color:var(--fp-navy); }
.fp-credential-list small { color:#738391; }
.fp-brand-story { background:var(--fp-navy); color:white; }
.fp-brand-story-grid { display:grid; grid-template-columns:.7fr 1.3fr; gap:80px; align-items:center; }
.fp-brand-story-mark { text-align:center; }
.fp-brand-story-mark img { width:min(340px,80%); filter:drop-shadow(0 20px 30px rgba(0,0,0,.2)); }
.fp-brand-story h2 { color:white; }
.fp-brand-story p { color:rgba(255,255,255,.72); font-size:1.08rem; max-width:720px; }

.fp-capabilities { padding-top:20px; }
.fp-capability-row { display:grid; grid-template-columns:75px .8fr 1.2fr; gap:40px; padding:76px 0; border-bottom:1px solid var(--fp-line); scroll-margin-top:120px; }
.fp-capability-number { color:#A67F32; font-weight:800; font-size:.78rem; padding-top:7px; }
.fp-capability-row h2 { font-size:clamp(1.7rem,2.7vw,2.55rem); }
.fp-capability-row > div:last-child p { color:#526878; }
.fp-check-list { list-style:none; padding:0; margin:22px 0 0; display:grid; gap:8px; }
.fp-check-list li { position:relative; padding-left:26px; color:#526878; font-size:.91rem; }
.fp-check-list li::before { content:"✓"; position:absolute; left:0; top:0; color:#2F7750; font-weight:800; }

.fp-partner-grid { display:grid; grid-template-columns:1.2fr .8fr; gap:70px; align-items:start; }
.fp-partner-benefits { margin-top:36px; border-top:1px solid var(--fp-line); }
.fp-partner-benefits article { display:grid; grid-template-columns:60px 1fr; gap:15px; padding:24px 0; border-bottom:1px solid var(--fp-line); }
.fp-partner-benefits article > span { color:#A87E2A; font-size:.72rem; font-weight:800; }
.fp-partner-benefits strong { color:var(--fp-navy); }
.fp-partner-benefits p { color:#687A87; margin:4px 0 0; font-size:.89rem; }
.fp-document-card { background:var(--fp-navy); color:white; padding:40px; border-radius:18px; position:sticky; top:120px; }
.fp-document-card h3 { color:white; font-size:1.55rem; }
.fp-document-card .fp-check-list li { color:rgba(255,255,255,.76); }
.fp-document-card .fp-check-list li::before { color:var(--fp-gold); }
.fp-document-card > p { margin-top:24px; padding-top:20px; border-top:1px solid rgba(255,255,255,.15); color:rgba(255,255,255,.55); font-size:.78rem; }

.fp-form-layout { display:grid; grid-template-columns:.72fr 1.28fr; gap:70px; align-items:start; }
.fp-form-layout > div:first-child > p { color:#617482; }
.fp-form-card { background:white; border:1px solid var(--fp-line); border-radius:18px; padding:38px; box-shadow:0 18px 50px rgba(4,57,97,.08); }
.fp-form-grid { display:grid; grid-template-columns:1fr 1fr; gap:20px; }
.fp-field { display:flex; flex-direction:column; gap:7px; }
.fp-field-wide { grid-column:1/-1; }
.fp-field label { color:var(--fp-navy); font-size:.82rem; font-weight:700; }
.fp-field label span { color:#A0594C; }
.fp-field input, .fp-field textarea, .fp-field select { width:100%; border:1px solid #C9D4DC; border-radius:9px; background:#FBFCFD; padding:12px 13px; color:var(--fp-ink); transition:border-color .15s, box-shadow .15s, background .15s; }
.fp-field input, .fp-field select { min-height:48px; }
.fp-field textarea { resize:vertical; }
.fp-field input:focus, .fp-field textarea:focus, .fp-field select:focus { outline:none; border-color:var(--fp-blue); box-shadow:0 0 0 3px rgba(5,76,130,.10); background:white; }
.fp-form-footer { display:flex; justify-content:space-between; gap:20px; align-items:center; margin-top:24px; }
.fp-form-footer p { margin:0; color:#687A88; font-size:.82rem; }
.fp-form-privacy { font-size:.7rem; color:#82909A; margin-top:17px; margin-bottom:0; }
.fp-honeypot { position:absolute; left:-9999px; }
.fp-form-notice { padding:13px 15px; border-radius:9px; margin-bottom:22px; font-size:.85rem; }
.fp-form-success { background:#EDF7F0; color:#275D3E; border:1px solid #CBE5D3; }
.fp-form-error { background:#FFF3F1; color:#8B4036; border:1px solid #EED2CC; }
.fp-contact-meta { margin-top:34px; display:grid; gap:18px; }
.fp-contact-meta div { border-left:3px solid var(--fp-gold); padding-left:15px; display:flex; flex-direction:column; }
.fp-contact-meta strong { color:var(--fp-navy); font-size:.82rem; }
.fp-contact-meta span { color:#6B7C88; font-size:.85rem; }
.fp-contact-cards { display:grid; gap:14px; margin:30px 0; }
.fp-contact-cards > * { display:flex; flex-direction:column; padding:20px 22px; border:1px solid var(--fp-line); border-radius:12px; background:#FBFCFD; }
.fp-contact-cards span { color:#A37928; font-size:.7rem; font-weight:800; text-transform:uppercase; letter-spacing:.1em; }
.fp-contact-cards strong { color:var(--fp-navy); font-size:1rem; margin-top:3px; }
.fp-contact-cards small { color:#778692; }
.fp-contact-note { border-left:3px solid var(--fp-gold); padding-left:14px; font-size:.82rem; color:#6A7B87 !important; }

.fp-route-section { padding-top:0; }
.fp-route-card { min-height:220px; background:var(--fp-navy); border-radius:20px; display:grid; grid-template-columns:1fr .65fr 1fr .65fr 1fr; align-items:center; padding:40px 45px; }
.fp-route-point { text-align:center; color:white; display:flex; flex-direction:column; align-items:center; }
.fp-route-point > span { width:62px; height:62px; border-radius:50%; display:grid; place-items:center; background:rgba(255,255,255,.09); border:1px solid rgba(255,255,255,.16); color:var(--fp-gold); font-size:.76rem; font-weight:800; margin-bottom:12px; }
.fp-route-point strong { font-size:.91rem; }
.fp-route-point small { color:rgba(255,255,255,.58); font-size:.72rem; }
.fp-route-line { display:flex; align-items:center; justify-content:center; gap:7px; }
.fp-route-line::before,.fp-route-line::after,.fp-route-line i { content:""; width:5px; height:5px; border-radius:50%; background:var(--fp-gold); opacity:.75; }

.fp-legal-content h2 { margin-top:42px; font-size:1.45rem; }
.fp-legal-content p { color:#536A79; }
.fp-legal-disclaimer { margin-top:45px; padding:18px; border-radius:10px; background:#FFF8E9; border:1px solid #ECDCAA; font-size:.82rem; }

.fp-footer { background:#032E4D; color:rgba(255,255,255,.68); padding:76px 0 26px; }
.fp-footer-grid { display:grid; grid-template-columns:1.45fr .75fr .75fr 1fr; gap:48px; }
.fp-brand-footer .fp-brand-copy strong { color:white; }
.fp-brand-footer .fp-brand-copy small { color:var(--fp-gold); }
.fp-footer-brand > p { margin:24px 0; max-width:390px; font-size:.88rem; }
.fp-footer-badges { display:flex; flex-wrap:wrap; gap:7px; }
.fp-footer-badges span { border:1px solid rgba(255,255,255,.15); border-radius:20px; padding:5px 10px; font-size:.66rem; color:rgba(255,255,255,.66); }
.fp-footer h2 { color:white; font-size:.82rem; text-transform:uppercase; letter-spacing:.12em; margin:6px 0 20px; }
.fp-footer ul { list-style:none; padding:0; margin:0; display:grid; gap:8px; }
.fp-footer li a, .fp-footer a { color:rgba(255,255,255,.72); font-size:.83rem; }
.fp-footer a:hover { color:white; }
.fp-footer-contact p { font-size:.8rem; line-height:1.55; }
.fp-footer-contact strong { color:white; font-size:.72rem; text-transform:uppercase; letter-spacing:.08em; }
.fp-footer-bottom { border-top:1px solid rgba(255,255,255,.1); margin-top:54px; padding-top:22px; display:flex; justify-content:space-between; gap:20px; font-size:.72rem; }
.fp-footer-bottom p { margin:0; }
.fp-footer-bottom div { display:flex; gap:18px; }
.fp-legal-note { margin-top:16px; }
.fp-legal-note p { font-size:.66rem; color:rgba(255,255,255,.42); max-width:900px; margin:0; }

@media (max-width: 1120px) {
  .fp-nav-list a { padding-left:7px; padding-right:7px; font-size:.82rem; }
  .fp-nav-cta { display:none; }
  .fp-hero-grid { gap:35px; }
  .fp-hero-visual { transform:scale(.88); }
  .fp-service-grid { grid-template-columns:repeat(2,1fr); }
  .fp-service-card { min-height:260px; }
}

@media (max-width: 900px) {
  .admin-bar .fp-header { top:46px; }
  .fp-topbar-inner { justify-content:center; text-align:center; flex-wrap:wrap; gap:4px 10px; padding:7px 0; }
  .fp-topbar-divider { display:none; }
  .fp-menu-toggle { display:block; }
  .fp-nav { position:absolute; top:100%; left:0; right:0; background:white; border-bottom:1px solid var(--fp-line); box-shadow:0 18px 28px rgba(4,57,97,.10); padding:16px 24px 24px; display:none; }
  .fp-nav.is-open { display:block; }
  .fp-nav-list { display:grid; gap:2px; }
  .fp-nav-list a { display:block; padding:12px 8px; font-size:.94rem; }
  .fp-nav-cta { display:inline-flex; margin-top:12px; }
  .fp-menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform:translateY(7px) rotate(45deg); }
  .fp-menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity:0; }
  .fp-menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform:translateY(-7px) rotate(-45deg); }
  .fp-hero { min-height:auto; }
  .fp-hero-grid { grid-template-columns:1fr; padding-top:70px; gap:20px; }
  .fp-hero-copy { max-width:720px; }
  .fp-hero-visual { min-height:480px; transform:scale(.84); margin:-20px auto; width:100%; }
  .fp-trust-grid { grid-template-columns:repeat(2,1fr); }
  .fp-trust-grid > div:nth-child(2) { border-right:0; }
  .fp-trust-grid > div:nth-child(-n+2) { border-bottom:1px solid var(--fp-line); }
  .fp-two-col, .fp-section-heading, .fp-page-hero-grid, .fp-credentials-layout, .fp-brand-story-grid, .fp-partner-grid, .fp-form-layout { grid-template-columns:1fr; gap:36px; }
  .fp-section-heading { display:grid; }
  .fp-section-heading p { max-width:680px; }
  .fp-value-grid { grid-template-columns:repeat(2,1fr); }
  .fp-category-grid { grid-template-columns:repeat(2,1fr); }
  .fp-proof-grid { grid-template-columns:repeat(2,1fr); }
  .fp-process-line { grid-template-columns:1fr; gap:0; max-width:620px; margin:0 auto; }
  .fp-process-line::before { top:28px; bottom:28px; left:28px; right:auto; width:1px; height:auto; }
  .fp-process-line article { display:grid; grid-template-columns:70px 1fr; text-align:left; padding:0 0 26px; }
  .fp-process-line span { margin:0; grid-row:1/3; }
  .fp-process-line h3 { padding-top:9px; }
  .fp-international-card { grid-template-columns:1fr; min-height:500px; }
  .fp-international-copy { grid-column:1; padding:70px 50px; margin-left:34%; }
  .fp-map-motif { left:-210px; }
  .fp-faq-layout { grid-template-columns:1fr; }
  .fp-cta-card { grid-template-columns:1fr; padding:52px; gap:24px; }
  .fp-capability-row { grid-template-columns:55px 1fr; gap:24px; }
  .fp-capability-row > div:last-child { grid-column:2; }
  .fp-document-card { position:static; }
  .fp-route-card { grid-template-columns:1fr; gap:20px; }
  .fp-route-line { transform:rotate(90deg); height:20px; }
  .fp-footer-grid { grid-template-columns:1.5fr 1fr 1fr; }
  .fp-footer-contact { grid-column:1/-1; display:grid; grid-template-columns:repeat(3,1fr); gap:20px; border-top:1px solid rgba(255,255,255,.1); padding-top:24px; }
}

@media (max-width: 620px) {
  .fp-container { width:min(100% - 30px, var(--fp-max)); }
  .fp-section { padding:72px 0; }
  .fp-header-inner { min-height:72px; }
  .fp-brand img { width:46px; height:46px; }
  .fp-brand-copy strong { font-size:1rem; }
  .fp-brand-copy small { font-size:.66rem; }
  .fp-topbar { font-size:.7rem; }
  .fp-topbar-inner span:nth-child(2) { display:none; }
  .fp-hero-grid { padding-top:56px; padding-bottom:56px; }
  .fp-hero-lead { font-size:1.04rem; }
  .fp-hero-actions { display:grid; grid-template-columns:1fr; }
  .fp-btn { width:100%; }
  .fp-hero-visual { min-height:370px; transform:scale(.67); margin:-65px auto; }
  .fp-float-a { left:-20px; }
  .fp-float-b { right:-40px; }
  .fp-float-c { left:-20px; }
  .fp-float-d { right:-34px; }
  .fp-trust-grid { grid-template-columns:1fr; }
  .fp-trust-grid > div { border-right:0; border-bottom:1px solid var(--fp-line); }
  .fp-trust-grid > div:last-child { border-bottom:0; }
  .fp-value-grid, .fp-category-grid, .fp-proof-grid, .fp-service-grid { grid-template-columns:1fr; }
  .fp-service-card { min-height:240px; }
  .fp-category-card { min-height:auto; }
  .fp-category-media { height:190px; }
  .fp-international-card { display:block; min-height:0; }
  .fp-international-copy { margin-left:0; padding:58px 28px; }
  .fp-map-motif { opacity:.18; left:-250px; }
  .fp-page-hero { padding:70px 0 60px; }
  .fp-page-hero-grid { gap:20px; }
  .fp-page-hero p { font-size:.96rem; }
  .fp-capability-row { grid-template-columns:1fr; padding:54px 0; }
  .fp-capability-number, .fp-capability-row > div:last-child { grid-column:1; }
  .fp-form-card { padding:25px 20px; }
  .fp-form-grid { grid-template-columns:1fr; }
  .fp-field-wide { grid-column:auto; }
  .fp-form-footer { align-items:flex-start; flex-direction:column; }
  .fp-form-footer .fp-btn { width:auto; }
  .fp-cta-card { padding:42px 27px; }
  .fp-cta-actions .fp-btn { width:auto; }
  .fp-footer-grid { grid-template-columns:1fr 1fr; gap:34px; }
  .fp-footer-brand { grid-column:1/-1; }
  .fp-footer-contact { grid-template-columns:1fr; }
  .fp-footer-bottom { flex-direction:column; }
  .fp-route-card { padding:38px 20px; }
  .fp-open-category { padding:30px 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *, *::before, *::after { animation-duration:.001ms !important; animation-iteration-count:1 !important; transition-duration:.001ms !important; }
}

/* =========================================================
   FULL PIONEERS HOMEPAGE V2 — approved corporate direction
   ========================================================= */
.fp-home-v2 { background:#fff; }
.fp-home-v2 h1,.fp-home-v2 h2,.fp-home-v2 h3 { letter-spacing:-.02em; }
.fp-home-v2 .fp-container { width:min(1260px,calc(100% - 54px)); }

/* Header */
body .fp-header { background:#fff; border-bottom:1px solid #E7EBEF; box-shadow:0 2px 14px rgba(4,57,97,.035); }
body .fp-header-inner { min-height:74px; }
body .fp-brand img { width:54px; height:54px; }
body .fp-brand-copy strong { font-size:1.15rem; letter-spacing:.015em; }
body .fp-brand-copy small { color:var(--fp-gold); font-size:.73rem; letter-spacing:.025em; }
body .fp-nav { gap:12px; }
body .fp-nav-list { gap:1px; }
body .fp-nav-list a { font-size:.76rem; text-transform:uppercase; color:#0D3557; padding:12px 9px; border-radius:0; font-weight:750; letter-spacing:.01em; }
body .fp-nav-list a:hover, body .fp-nav-list .current-menu-item>a, body .fp-nav-list .current_page_item>a { background:transparent; color:var(--fp-blue); }
body.home .fp-nav-list li:first-child a { position:relative; }
body.home .fp-nav-list li:first-child a::after { content:""; height:2px; background:var(--fp-gold); position:absolute; left:10px; right:10px; bottom:4px; }
body .fp-nav-cta { border-radius:4px; min-height:42px; padding:0 18px; text-transform:uppercase; font-size:.72rem; letter-spacing:.025em; }

/* Hero */
.fp-home-hero { min-height:370px; position:relative; overflow:hidden; background:#fff; }
.fp-home-hero-photo { position:absolute; inset:0 0 0 45%; background-image:url('../images/warehouse-hero.jpg'); background-size:cover; background-position:center center; }
.fp-home-hero-photo::after { content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(255,255,255,.35) 0%,rgba(255,255,255,0) 35%); }
.fp-home-hero-fade { position:absolute; inset:0; background:linear-gradient(90deg,#fff 0%,#fff 38%,rgba(255,255,255,.93) 46%,rgba(255,255,255,.46) 58%,rgba(255,255,255,0) 72%); pointer-events:none; }
.fp-home-hero-inner { min-height:370px; display:flex; align-items:center; position:relative; z-index:2; }
.fp-home-hero-copy { width:56%; padding:35px 0 30px; }
.fp-home-hero-copy h1 { color:var(--fp-navy); font-size:clamp(2.25rem,4.15vw,4.15rem); line-height:1.02; margin-bottom:16px; font-weight:760; }
.fp-home-hero-copy h1 span { color:var(--fp-gold); }
.fp-home-hero-copy>p { max-width:660px; font-size:1rem; line-height:1.55; color:#202E39; margin-bottom:21px; }
.fp-home-pillars { display:flex; gap:28px; align-items:flex-start; margin:22px 0 24px; }
.fp-home-pillars>div { display:flex; flex-direction:column; align-items:center; text-align:center; min-width:84px; }
.fp-mini-icon { width:45px; height:45px; border-radius:50%; display:grid; place-items:center; background:var(--fp-navy); color:#fff; font-size:1.1rem; box-shadow:inset 0 0 0 2px rgba(209,175,97,.18); margin-bottom:7px; }
.fp-home-pillars strong { color:var(--fp-navy); font-size:.67rem; line-height:1.25; text-transform:uppercase; letter-spacing:.01em; }
.fp-home-hero-actions { display:flex; gap:25px; align-items:center; }
.fp-home-hero-actions .fp-btn { min-height:43px; border-radius:4px; padding:0 20px; text-transform:uppercase; font-size:.7rem; }
.fp-home-text-button { min-height:43px; display:inline-flex; align-items:center; gap:22px; border-bottom:2px solid var(--fp-gold); color:var(--fp-navy); font-size:.72rem; text-transform:uppercase; font-weight:800; padding:0 1px; }
.fp-home-text-button:hover { color:var(--fp-blue); }

/* Credentials bar */
.fp-home-trust { background:linear-gradient(90deg,#043961,#05548D); color:#fff; }
.fp-home-trust-grid { min-height:58px; display:grid; grid-template-columns:repeat(4,1fr); }
.fp-home-trust-grid>div { display:flex; align-items:center; gap:12px; padding:10px 24px; border-right:1px solid rgba(255,255,255,.22); }
.fp-home-trust-grid>div:last-child { border-right:0; }
.fp-trust-symbol { color:var(--fp-gold); font-size:1.65rem; line-height:1; width:35px; text-align:center; }
.fp-home-trust-grid p { margin:0; display:flex; flex-direction:column; }
.fp-home-trust-grid strong { color:#E4BD5E; font-size:.72rem; line-height:1.2; text-transform:uppercase; }
.fp-home-trust-grid small { color:#fff; font-size:.67rem; line-height:1.2; margin-top:3px; }

/* Shared compact homepage headings */
.fp-home-heading { margin-bottom:28px; }
.fp-home-heading-center { text-align:center; }
.fp-home-heading>span,.fp-home-eyebrow { display:block; color:#B8872B; font-size:.73rem; font-weight:800; text-transform:uppercase; letter-spacing:.045em; margin-bottom:2px; }
.fp-home-heading h2 { font-size:clamp(1.55rem,2.5vw,2.35rem); margin:0 0 8px; }
.fp-home-heading p { max-width:690px; margin:0 auto; font-size:.83rem; line-height:1.45; color:#263846; }

/* Categories — photo-free icon treatment */
.fp-home-categories { padding:30px 0 28px; background:#fff; }
.fp-modern-category-grid { display:grid; grid-template-columns:repeat(10,1fr); gap:10px; max-width:1170px; margin:0 auto; }
.fp-modern-category { grid-column:span 2; min-height:106px; display:grid; grid-template-columns:84px 1fr 20px; align-items:center; gap:8px; padding:13px 14px 13px 12px; border:1px solid #DCE3E8; border-radius:8px; background:linear-gradient(135deg,#fff 0%,#FCFCFA 65%,#F6F2E8 100%); box-shadow:0 5px 18px rgba(4,57,97,.04); color:var(--fp-navy); position:relative; overflow:hidden; transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease; }
.fp-modern-category::before { content:""; width:92px; height:92px; border:1px solid rgba(209,175,97,.22); border-radius:50%; position:absolute; right:-45px; top:-46px; }
.fp-modern-category::after { content:""; width:6px; height:6px; border-radius:50%; background:var(--fp-gold); position:absolute; right:22px; bottom:16px; opacity:.6; }
.fp-modern-category:nth-child(6) { grid-column:2 / span 2; }
.fp-modern-category:hover { transform:translateY(-3px); border-color:#C4D2DD; box-shadow:0 12px 26px rgba(4,57,97,.09); color:var(--fp-navy); }
.fp-modern-category-icon { width:78px; height:78px; display:grid; place-items:center; border-radius:14px; background:#fff; }
.fp-modern-category-icon img { width:68px; height:68px; object-fit:contain; }
.fp-modern-category-name { font-size:.82rem; line-height:1.2; font-weight:800; text-transform:uppercase; }
.fp-modern-category-arrow { color:var(--fp-gold); font-size:1rem; opacity:0; transform:translateX(-4px); transition:.2s ease; }
.fp-modern-category:hover .fp-modern-category-arrow { opacity:1; transform:translateX(0); }

/* Why partner */
.fp-home-partner { padding:28px 0 30px; background:linear-gradient(180deg,#fff,#FCFCFB); }
.fp-home-benefit-grid { display:grid; grid-template-columns:repeat(6,1fr); gap:0; }
.fp-home-benefit-grid article { text-align:center; padding:2px 21px; border-right:1px solid #D5DDE3; }
.fp-home-benefit-grid article:last-child { border-right:0; }
.fp-home-benefit-grid article>span { width:46px; height:46px; display:grid; place-items:center; margin:0 auto 9px; color:var(--fp-navy); font-size:1.9rem; font-weight:400; }
.fp-home-benefit-grid h3 { font-size:.73rem; line-height:1.25; text-transform:uppercase; margin:0 0 7px; }
.fp-home-benefit-grid p { color:#263846; font-size:.68rem; line-height:1.48; margin:0; }

/* Process */
.fp-home-process { padding:24px 0 31px; background:linear-gradient(90deg,#043961,#05548D); color:#fff; position:relative; overflow:hidden; }
.fp-home-process::after { content:""; position:absolute; right:-8%; top:-110px; width:470px; height:320px; opacity:.12; background-image:radial-gradient(circle at center,rgba(209,175,97,.95) 1.4px,transparent 1.5px); background-size:12px 12px; border-radius:50%; }
.fp-heading-on-dark { margin-bottom:20px; }
.fp-heading-on-dark span { color:var(--fp-gold); }
.fp-heading-on-dark h2 { color:#fff; }
.fp-home-process-grid { display:grid; grid-template-columns:repeat(5,1fr); gap:0; position:relative; z-index:1; }
.fp-home-process-grid::before { content:""; position:absolute; top:22px; left:9%; right:9%; height:1px; border-top:1px dashed rgba(209,175,97,.8); }
.fp-home-process-grid article { text-align:center; padding:0 20px; position:relative; }
.fp-home-process-grid b { width:44px; height:44px; border-radius:50%; display:grid; place-items:center; background:var(--fp-gold); color:#17334B; font-size:.78rem; margin:0 auto 7px; position:relative; z-index:2; }
.fp-process-icon { display:block; color:#fff; font-size:2.25rem; line-height:1; margin-bottom:7px; min-height:38px; }
.fp-home-process-grid h3 { color:var(--fp-gold); font-size:.72rem; text-transform:uppercase; margin:0 0 7px; }
.fp-home-process-grid p { color:#fff; font-size:.67rem; line-height:1.45; margin:0; }

/* International */
.fp-home-international { padding:17px 0 18px; background:#fff; }
.fp-home-international-grid { display:grid; grid-template-columns:1.05fr 1.2fr .45fr; min-height:155px; align-items:stretch; border:1px solid #E1E5E8; overflow:hidden; }
.fp-international-image { background-image:url('../images/international-network.jpg'); background-size:cover; background-position:center; min-height:155px; }
.fp-international-content { padding:18px 26px; display:flex; flex-direction:column; justify-content:center; }
.fp-international-content h2 { font-size:1.65rem; margin:0 0 5px; }
.fp-international-content>p { font-size:.72rem; line-height:1.5; margin:0 0 13px; color:#223746; }
.fp-international-points { display:grid; grid-template-columns:repeat(3,1fr); gap:10px; }
.fp-international-points>div { display:flex; align-items:center; gap:8px; border-right:1px solid #D9DFE4; }
.fp-international-points>div:last-child { border-right:0; }
.fp-international-points b { color:var(--fp-blue); font-size:1.45rem; }
.fp-international-points span { color:var(--fp-navy); font-size:.62rem; font-weight:700; line-height:1.25; }
.fp-international-action { display:grid; place-items:center; padding:20px; }
.fp-international-action .fp-btn { min-height:43px; border-radius:4px; padding:0 24px; text-transform:uppercase; font-size:.7rem; }

/* CTA strip */
.fp-home-cta { background:linear-gradient(90deg,#D1AF61,#E0C578); }
.fp-home-cta-inner { min-height:54px; display:flex; align-items:center; justify-content:space-between; gap:30px; }
.fp-home-cta-inner>div { display:flex; align-items:center; gap:14px; }
.fp-cta-envelope { color:#fff; font-size:1.8rem; }
.fp-home-cta-inner p { margin:0; color:#17334B; display:flex; flex-direction:column; line-height:1.15; }
.fp-home-cta-inner strong { text-transform:uppercase; font-size:.76rem; }
.fp-home-cta-inner small { font-size:.67rem; margin-top:3px; }
.fp-home-cta-inner .fp-btn { min-height:38px; border-radius:3px; text-transform:uppercase; font-size:.68rem; box-shadow:none; }

/* Footer v2 */
.fp-footer.fp-footer-v2 { padding:30px 0 15px; background:linear-gradient(90deg,#043961,#054C82); }
.fp-footer-v2-grid { display:grid; grid-template-columns:1.25fr .72fr 1.05fr .72fr; gap:44px; color:#fff; }
.fp-footer-v2 .fp-brand-footer img { width:62px; height:62px; }
.fp-footer-v2 .fp-brand-copy strong { color:#fff; font-size:1rem; }
.fp-footer-v2 .fp-brand-copy small { color:#E6C470; }
.fp-footer-v2-brand>p { margin:11px 0 0; color:#fff; text-transform:uppercase; font-size:.58rem; letter-spacing:.04em; }
.fp-footer-v2 h2 { color:var(--fp-gold); font-size:.64rem; margin:0 0 8px; letter-spacing:.05em; }
.fp-footer-v2 ul { gap:2px; }
.fp-footer-v2 li a,.fp-footer-v2 a,.fp-footer-v2 p { color:#fff; font-size:.65rem; line-height:1.45; }
.fp-footer-v2-contact p { margin:0 0 6px; }
.fp-footer-v2-contact strong { font-size:.58rem; color:#DDEAF4; }
.fp-footer-v2-bottom { display:flex; justify-content:space-between; align-items:center; border-top:1px solid rgba(255,255,255,.18); margin-top:21px; padding-top:11px; }
.fp-footer-v2-bottom p { margin:0; color:rgba(255,255,255,.65); font-size:.58rem; }
.fp-footer-v2-bottom div { display:flex; gap:18px; }
.fp-footer-v2-bottom a { color:rgba(255,255,255,.75); font-size:.58rem; }

@media (max-width:1180px){
  .fp-home-v2 .fp-container{width:min(100% - 38px,1260px)}
  body .fp-nav-list a{font-size:.69rem;padding:12px 7px}
  .fp-home-hero-copy{width:63%}
  .fp-home-benefit-grid article{padding-left:14px;padding-right:14px}
}
@media (max-width:980px){
  body .fp-menu-toggle{display:block}
  body .fp-nav{position:absolute;top:100%;left:0;right:0;background:#fff;display:none;padding:16px 24px 24px;box-shadow:0 14px 28px rgba(4,57,97,.12)}
  body .fp-nav.is-open{display:block}
  body .fp-nav-list{display:grid}
  body .fp-nav-list a{display:block;font-size:.84rem}
  body .fp-nav-cta{display:inline-flex;margin-top:10px}
  .fp-home-hero-photo{left:48%}
  .fp-home-hero-fade{background:linear-gradient(90deg,#fff 0%,#fff 42%,rgba(255,255,255,.92) 52%,rgba(255,255,255,.14) 78%)}
  .fp-home-hero-copy{width:68%}
  .fp-home-pillars{gap:18px}
  .fp-home-trust-grid{grid-template-columns:repeat(2,1fr)}
  .fp-home-trust-grid>div:nth-child(2){border-right:0}
  .fp-home-trust-grid>div:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.18)}
  .fp-modern-category-grid{grid-template-columns:repeat(6,1fr)}
  .fp-modern-category{grid-column:span 2}
  .fp-modern-category:nth-child(6){grid-column:span 2}
  .fp-home-benefit-grid{grid-template-columns:repeat(3,1fr);row-gap:28px}
  .fp-home-benefit-grid article:nth-child(3){border-right:0}
  .fp-home-benefit-grid article:nth-child(4){border-left:0}
  .fp-home-process-grid{grid-template-columns:1fr;max-width:650px;margin:0 auto;gap:18px}
  .fp-home-process-grid::before{display:none}
  .fp-home-process-grid article{display:grid;grid-template-columns:50px 50px 1fr;text-align:left;align-items:start;padding:0}
  .fp-home-process-grid b{margin:0;width:38px;height:38px}
  .fp-process-icon{font-size:1.8rem;margin:3px 0 0}
  .fp-home-process-grid h3{margin-top:2px}
  .fp-home-process-grid p{grid-column:3;margin-top:-5px}
  .fp-home-international-grid{grid-template-columns:.8fr 1.4fr}
  .fp-international-action{grid-column:2;padding-top:0;place-items:start;padding-left:26px;padding-bottom:20px}
  .fp-footer-v2-grid{grid-template-columns:1.25fr 1fr 1fr}
  .fp-footer-v2-grid>div:last-child{display:none}
}
@media (max-width:700px){
  .fp-home-v2 .fp-container{width:min(100% - 28px,1260px)}
  body .fp-header-inner{min-height:70px}
  body .fp-brand img{width:48px;height:48px}
  body .fp-brand-copy strong{font-size:.98rem}
  .fp-home-hero{min-height:auto;background:#fff}
  .fp-home-hero-photo{position:relative;left:auto;inset:auto;height:220px;background-position:center}
  .fp-home-hero-fade{display:none}
  .fp-home-hero-inner{min-height:auto;display:block}
  .fp-home-hero-copy{width:100%;padding:34px 0 32px}
  .fp-home-hero-copy h1{font-size:2.35rem}
  .fp-home-pillars{display:grid;grid-template-columns:repeat(2,1fr);gap:18px 14px;max-width:360px}
  .fp-home-pillars>div{flex-direction:row;text-align:left;gap:10px;min-width:0}
  .fp-mini-icon{margin:0;width:40px;height:40px;flex:0 0 40px}
  .fp-home-hero-actions{align-items:flex-start;flex-direction:column;gap:13px}
  .fp-home-trust-grid{grid-template-columns:1fr}
  .fp-home-trust-grid>div{border-right:0;border-bottom:1px solid rgba(255,255,255,.18)}
  .fp-modern-category-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}
  .fp-modern-category,.fp-modern-category:nth-child(6){grid-column:span 1;min-height:126px;grid-template-columns:1fr;text-align:center;padding:12px}
  .fp-modern-category-icon{margin:0 auto;width:70px;height:70px}
  .fp-modern-category-icon img{width:62px;height:62px}
  .fp-modern-category-arrow{display:none}
  .fp-modern-category-name{font-size:.72rem}
  .fp-home-benefit-grid{grid-template-columns:1fr 1fr;row-gap:24px}
  .fp-home-benefit-grid article{border-right:0;padding:0 15px}
  .fp-home-international-grid{grid-template-columns:1fr}
  .fp-international-image{min-height:200px}
  .fp-international-action{grid-column:1;padding:0 26px 24px}
  .fp-international-points{grid-template-columns:1fr;gap:8px}
  .fp-international-points>div{border-right:0}
  .fp-home-cta-inner{padding:13px 0;align-items:flex-start;flex-direction:column;gap:10px}
  .fp-home-cta-inner .fp-btn{align-self:stretch}
  .fp-footer-v2-grid{grid-template-columns:1fr 1fr;gap:30px}
  .fp-footer-v2-brand{grid-column:1/-1}
  .fp-footer-v2-bottom{align-items:flex-start;flex-direction:column;gap:8px}
}

/* Product Categories detail page — modern icon system */
.fp-category-detail-section{background:#F8FAFB}
.fp-category-detail-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.fp-category-detail-card{background:#fff;border:1px solid #DCE3E8;border-radius:14px;padding:26px;display:grid;grid-template-columns:100px 1fr;gap:20px;align-items:center;box-shadow:0 8px 24px rgba(4,57,97,.045);transition:.2s ease;position:relative;overflow:hidden}
.fp-category-detail-card::after{content:"";position:absolute;width:120px;height:120px;border-radius:50%;right:-65px;top:-65px;background:rgba(209,175,97,.08)}
.fp-category-detail-card:hover{transform:translateY(-4px);box-shadow:0 16px 34px rgba(4,57,97,.09);border-color:#C7D4DE}
.fp-category-detail-icon{width:96px;height:96px;border-radius:18px;background:#FAFBFC;display:grid;place-items:center}
.fp-category-detail-icon img{width:82px;height:82px}
.fp-category-detail-card span{color:#AE8130;font-size:.68rem;font-weight:800;letter-spacing:.12em}
.fp-category-detail-card h2{font-size:1.08rem;margin:5px 0 8px}
.fp-category-detail-card p{font-size:.82rem;color:#617382;line-height:1.55;margin:0}
@media(max-width:900px){.fp-category-detail-grid{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.fp-category-detail-grid{grid-template-columns:1fr}.fp-category-detail-card{grid-template-columns:82px 1fr;padding:20px}.fp-category-detail-icon{width:78px;height:78px}.fp-category-detail-icon img{width:68px;height:68px}}

/* =========================================================
   FULL PIONEERS V3 — editorial category photography
   ========================================================= */
.fp-home-categories {
  padding: 48px 0 54px;
  background:
    radial-gradient(circle at 8% 12%, rgba(209,175,97,.08), transparent 24%),
    linear-gradient(180deg,#FFFFFF 0%,#FBFCFD 100%);
}
.fp-home-categories .fp-home-heading { margin-bottom: 32px; }
.fp-home-categories .fp-home-heading p { max-width: 760px; font-size: .88rem; }

.fp-photo-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 20px;
  max-width: 1180px;
  margin: 0 auto;
}
.fp-photo-category {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  color: var(--fp-ink);
  background: #fff;
  border: 1px solid #DFE5EA;
  border-radius: 12px;
  box-shadow: 0 9px 26px rgba(4,57,97,.065);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.fp-photo-category:hover {
  color: var(--fp-ink);
  transform: translateY(-5px);
  border-color: rgba(5,76,130,.28);
  box-shadow: 0 20px 42px rgba(4,57,97,.13);
}
.fp-photo-category-media {
  position: relative;
  aspect-ratio: 16 / 8.7;
  overflow: hidden;
  background: #EEF2F5;
}
.fp-photo-category-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 57%, rgba(4,57,97,.15) 100%);
  pointer-events: none;
}
.fp-photo-category-media > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .45s cubic-bezier(.2,.7,.2,1);
}
.fp-photo-category:nth-child(1) .fp-photo-category-media > img { object-position: center 48%; }
.fp-photo-category:nth-child(2) .fp-photo-category-media > img { object-position: center 52%; }
.fp-photo-category:nth-child(3) .fp-photo-category-media > img { object-position: center 56%; }
.fp-photo-category:nth-child(4) .fp-photo-category-media > img { object-position: center 38%; }
.fp-photo-category:nth-child(5) .fp-photo-category-media > img { object-position: center 48%; }
.fp-photo-category:nth-child(6) .fp-photo-category-media > img { object-position: center 50%; }
.fp-photo-category:nth-child(7) .fp-photo-category-media > img { object-position: center 48%; }
.fp-photo-category:nth-child(8) .fp-photo-category-media > img { object-position: center 45%; }
.fp-photo-category:nth-child(9) .fp-photo-category-media > img { object-position: center 52%; }
.fp-photo-category:hover .fp-photo-category-media > img { transform: scale(1.035); }
.fp-photo-category-icon {
  position: absolute;
  z-index: 2;
  left: 20px;
  bottom: -28px;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  border: 2px solid rgba(209,175,97,.82);
  box-shadow: 0 7px 18px rgba(4,57,97,.16);
}
.fp-photo-category-icon img { width: 43px; height: 43px; object-fit: contain; }
.fp-photo-category-body {
  min-height: 176px;
  padding: 38px 22px 20px;
  display: flex;
  flex-direction: column;
  border-top: 3px solid var(--fp-navy);
}
.fp-photo-category-body h3 {
  margin: 0 0 8px;
  color: var(--fp-navy);
  font-size: 1rem;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .01em;
}
.fp-photo-category-body p {
  margin: 0 0 15px;
  color: #586B7A;
  font-size: .78rem;
  line-height: 1.55;
}
.fp-photo-category-link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #9A742A;
  font-size: .7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .035em;
}
.fp-photo-category-link b { color: var(--fp-blue); font-size: .95rem; transition: transform .2s ease; }
.fp-photo-category:hover .fp-photo-category-link b { transform: translateX(4px); }
.fp-category-view-all { display: flex; justify-content: center; margin-top: 30px; }

/* Product Categories page — photographic presentation */
.fp-category-photo-page { background: linear-gradient(180deg,#F7F9FB 0%,#FFFFFF 100%); }
.fp-category-photo-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 22px;
}
.fp-category-photo-card {
  overflow: hidden;
  border: 1px solid #DCE4EA;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(4,57,97,.07);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.fp-category-photo-card:hover {
  transform: translateY(-5px);
  border-color: rgba(5,76,130,.3);
  box-shadow: 0 20px 42px rgba(4,57,97,.12);
}
.fp-category-photo-media {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #EEF2F5;
}
.fp-category-photo-media::after {
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 62%,rgba(4,57,97,.14));
  pointer-events:none;
}
.fp-category-photo-media > img {
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .45s cubic-bezier(.2,.7,.2,1);
}
.fp-category-photo-card:hover .fp-category-photo-media > img { transform:scale(1.035); }
.fp-category-photo-badge {
  position:absolute;
  z-index:2;
  left:22px;
  bottom:-30px;
  width:62px;
  height:62px;
  border-radius:50%;
  background:#fff;
  border:2px solid var(--fp-gold);
  box-shadow:0 8px 20px rgba(4,57,97,.16);
  display:grid;
  place-items:center;
}
.fp-category-photo-badge img { width:46px; height:46px; object-fit:contain; }
.fp-category-photo-content { padding: 42px 24px 26px; min-height: 190px; }
.fp-category-photo-content > span {
  display:block;
  color:#AB8030;
  font-size:.68rem;
  font-weight:800;
  letter-spacing:.12em;
  margin-bottom:5px;
}
.fp-category-photo-content h2 { font-size:1.18rem; margin:0 0 10px; }
.fp-category-photo-content p { margin:0; color:#5C6F7D; font-size:.86rem; line-height:1.6; }

@media (max-width: 980px) {
  .fp-photo-category-grid, .fp-category-photo-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 620px) {
  .fp-home-categories { padding: 38px 0 42px; }
  .fp-photo-category-grid, .fp-category-photo-grid { grid-template-columns: 1fr; gap: 16px; }
  .fp-photo-category-media { aspect-ratio: 16 / 9; }
  .fp-photo-category-body { min-height: 0; padding: 38px 20px 19px; }
  .fp-photo-category-body h3 { font-size: .96rem; }
  .fp-photo-category-body p { font-size: .8rem; }
  .fp-category-photo-content { min-height: 0; }
}


/* =========================================================
   FULL PIONEERS V4 — compact header + premium photo categories
   ========================================================= */
@media (min-width: 1121px) {
  body .fp-header { height: 64px; min-height: 64px; }
  body .fp-header-inner { height: 64px; min-height: 64px; padding-top: 0 !important; padding-bottom: 0 !important; }
  body .fp-brand { gap: 9px; }
  body .fp-brand img { width: 43px; height: 43px; }
  body .fp-brand-copy strong { font-size: 1rem; }
  body .fp-brand-copy small { margin-top: 3px; font-size: .64rem; }
  body .fp-nav { gap: 10px; }
  body .fp-nav-list a { padding: 8px 8px; font-size: .70rem; }
  body .fp-nav-cta { min-height: 38px; padding: 0 15px; font-size: .68rem; }
}
.fp-photo-category { cursor: default; }
.fp-photo-category:hover { color: var(--fp-ink); }
.fp-photo-category-media { aspect-ratio: 16 / 8.2; }
.fp-photo-category-media::after { background: linear-gradient(180deg, rgba(4,57,97,0) 48%, rgba(4,57,97,.20) 100%); }
.fp-photo-category-body { min-height: 150px; padding: 38px 22px 21px; }
.fp-photo-category-body p { margin-bottom: 0; }
.fp-photo-category-link { display: none !important; }
.fp-photo-category-icon { width: 60px; height: 60px; left: 20px; bottom: -30px; background: #fff; border: 2px solid var(--fp-gold); box-shadow: 0 8px 20px rgba(4,57,97,.18); }
.fp-photo-category-icon img { width: 44px; height: 44px; }
.fp-photo-category:nth-child(1) .fp-photo-category-media > img { object-position: center 46%; }
.fp-photo-category:nth-child(2) .fp-photo-category-media > img { object-position: center 52%; }
.fp-photo-category:nth-child(3) .fp-photo-category-media > img { object-position: center 54%; }
.fp-photo-category:nth-child(4) .fp-photo-category-media > img { object-position: center 50%; }
.fp-photo-category:nth-child(5) .fp-photo-category-media > img { object-position: center 50%; }
.fp-photo-category:nth-child(6) .fp-photo-category-media > img { object-position: center 45%; }
.fp-photo-category:nth-child(7) .fp-photo-category-media > img { object-position: center 56%; }
.fp-photo-category:nth-child(8) .fp-photo-category-media > img { object-position: center 43%; }
.fp-photo-category:nth-child(9) .fp-photo-category-media > img { object-position: center 56%; }
@media (max-width: 1120px) { body .fp-header-inner { min-height: 64px; } }
@media (max-width: 700px) { body .fp-header-inner { min-height: 62px; } body .fp-brand img { width: 42px; height: 42px; } }
