/*
Theme Name: Rankpy Logistics SEO
Author: Rankpy Marketing Services
Author URI: https://www.rankpy.com
Description: Specialist logistics SEO agency theme with full content. Freight forwarders, 3PLs, trucking companies, customs brokers.
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rankpy
Tags: business, custom-menu, featured-images, translation-ready
*/
/* ═══════════════════════════════════════
   DESIGN TOKENS
═══════════════════════════════════════ */
:root {
  --cream:   #FAFAF8;
  --white:   #FFFFFF;
  --gray:    #F4F4F1;
  --border:  #E8E8E4;
  --navy:    #0D1B2E;
  --navy2:   #162236;
  --navy3:   #1E3050;
  --gold:    #E8A020;
  --gold-l:  #FFF4E0;
  --gold-d:  #8B5E0A;
  --text:    #1A1A1A;
  --muted:   #6B6B6B;
  --green:   #1A6B3C;
  --green-bg:#E0F5E9;
  --red:     #C0392B;
  --red-bg:  #FFF0F0;
  --fh: 'Playfair Display', Georgia, serif;
  --fb: 'DM Sans', system-ui, sans-serif;
  --r:  10px;
  --rl: 16px;
  --mw: 1200px;
  --shadow: 0 4px 24px rgba(0,0,0,0.08);
  --shadow-lg: 0 12px 48px rgba(0,0,0,0.12);
}

/* ═══════════════════════════════════════
   RESET
═══════════════════════════════════════ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--fb); background: var(--cream); color: var(--text); line-height: 1.65; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
button { cursor: pointer; font-family: var(--fb); border: none; background: none; }
input, textarea, select { font-family: var(--fb); font-size: 15px; }
h1,h2,h3,h4 { font-family: var(--fh); color: var(--navy); line-height: 1.1; letter-spacing: -0.02em; font-weight: 700; }
h1 { font-size: clamp(34px, 5vw, 62px); }
h2 { font-size: clamp(26px, 3.5vw, 46px); }
h3 { font-size: clamp(18px, 2.5vw, 24px); }
p { margin: 0; }

/* ═══════════════════════════════════════
   LAYOUT
═══════════════════════════════════════ */
.container { max-width: var(--mw); margin: 0 auto; padding: 0 40px; }
.section { padding: 96px 40px; }
.s-cream  { background: var(--cream); }
.s-gray   { background: var(--gray); }
.s-white  { background: var(--white); }
.s-navy   { background: var(--navy); }
.s-gold   { background: var(--gold-l); border-top: 1px solid rgba(232,160,32,0.2); }
.g2 { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.g3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.g4 { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.tc { text-align: center; }
.flex { display: flex; align-items: center; }
.gap-16 { gap: 16px; }

/* Section header */
.sl { display: inline-flex; align-items: center; gap: 10px; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; }
.sl::before { content:''; display:inline-block; width:20px; height:2px; background:var(--gold); }
.s-navy .sl { color: var(--gold); }
.sh2 { font-family: var(--fh); font-size: clamp(26px,3.5vw,44px); font-weight: 700; color: var(--navy); line-height: 1.12; letter-spacing: -0.02em; margin-bottom: 16px; }
.s-navy .sh2 { color: #fff; }
.ssub { font-size: 17px; color: var(--muted); line-height: 1.7; font-weight: 300; max-width: 560px; }
.s-navy .ssub { color: rgba(255,255,255,0.6); }
.shd { margin-bottom: 56px; }
.shd.c { text-align: center; }
.shd.c .sl { justify-content: center; }
.shd.c .ssub { margin: 0 auto; }

/* ═══════════════════════════════════════
   BUTTONS
═══════════════════════════════════════ */
.btn { display: inline-flex; align-items: center; gap: 8px; font-family: var(--fb); font-weight: 600; font-size: 15px; padding: 14px 28px; border-radius: 6px; text-decoration: none; transition: all .2s; border: 2px solid transparent; cursor: pointer; white-space: nowrap; }
.btn-p { background: var(--navy); color: #fff; border-color: var(--navy); }
.btn-p:hover { background: var(--navy2); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(13,27,46,.25); }
.btn-p::after { content: " →"; }
.btn-g { background: var(--gold); color: var(--navy); border-color: var(--gold); font-weight: 700; }
.btn-g:hover { background: #d4911a; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(232,160,32,.3); }
.btn-g::after { content: " →"; }
.btn-o { background: transparent; color: var(--navy); border-color: var(--border); }
.btn-o:hover { border-color: var(--navy); background: rgba(13,27,46,.03); }
.btn-ow { background: transparent; color: #fff; border-color: rgba(255,255,255,.35); }
.btn-ow:hover { border-color: rgba(255,255,255,.7); }
.btn-lg { padding: 18px 36px; font-size: 16px; }
.btn-sm { padding: 10px 20px; font-size: 13px; }
.ctag { display: flex; gap: 16px; flex-wrap: wrap; }

/* ═══════════════════════════════════════
   BADGE
═══════════════════════════════════════ */
.bdg { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: 6px 14px; border-radius: 100px; }
.bdg-g { background: var(--gold-l); color: var(--gold-d); border: 1px solid rgba(232,160,32,.3); }
.bdg-g::before { content:''; width:5px; height:5px; background:var(--gold); border-radius:50%; display:inline-block; }
.bdg-n { background: rgba(13,27,46,.08); color: var(--navy); font-size: 10px; }
.bdg-green { background: var(--green-bg); color: var(--green); }

/* ═══════════════════════════════════════
   CARDS
═══════════════════════════════════════ */
.card { background: var(--white); border: 1px solid var(--border); border-radius: var(--rl); padding: 32px; transition: all .25s; position: relative; overflow: hidden; }
.card::before { content:''; position:absolute; top:0; left:0; width:100%; height:3px; background:linear-gradient(90deg,var(--gold),rgba(232,160,32,.2)); transform:scaleX(0); transform-origin:left; transition:transform .3s; }
.card:hover { border-color: rgba(232,160,32,.4); box-shadow: 0 8px 32px rgba(232,160,32,.1); transform: translateY(-3px); }
.card:hover::before { transform: scaleX(1); }
.ci { font-size: 32px; margin-bottom: 16px; }
.ct { font-family: var(--fh); font-size: 20px; font-weight: 600; color: var(--navy); margin-bottom: 10px; }
.cx { font-size: 14px; color: var(--muted); line-height: 1.75; }
.cl { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 700; color: var(--gold-d); margin-top: 16px; padding-bottom: 2px; border-bottom: 2px solid var(--gold); transition: gap .2s; }
.cl:hover { gap: 10px; }
.cl::after { content:"→"; }

/* Dark card */
.card-dk { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: var(--rl); padding: 28px; transition: all .2s; }
.card-dk:hover { background: rgba(255,255,255,.08); border-color: rgba(232,160,32,.3); }
.card-dk h3 { color: #fff; }
.card-dk p { color: rgba(255,255,255,.55); }

/* Stat card */
.sc { background: var(--white); border: 1px solid var(--border); border-radius: var(--r); padding: 22px 26px; display: flex; align-items: center; gap: 18px; box-shadow: 0 2px 8px rgba(0,0,0,.04); transition: all .2s; }
.sc:hover { transform: translateX(4px); box-shadow: var(--shadow); }
.si { width: 50px; height: 50px; background: var(--gold-l); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 22px; flex-shrink: 0; }
.sn { font-family: var(--fh); font-size: 32px; font-weight: 700; color: var(--navy); line-height: 1; margin-bottom: 4px; }
.sl2 { font-size: 13px; color: var(--muted); }

/* ═══════════════════════════════════════
   VS TABLE
═══════════════════════════════════════ */
.vs-t { display: flex; flex-direction: column; gap: 8px; }
.vs-h { display: grid; grid-template-columns: 1fr auto 1fr; gap: 8px; margin-bottom: 4px; }
.vs-h span { font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); text-align: center; }
.vs-r { display: grid; grid-template-columns: 1fr auto 1fr; gap: 8px; align-items: center; }
.vs-b { background: var(--red-bg); border: 1px solid rgba(192,57,43,.15); color: var(--red); font-size: 13px; text-align: center; padding: 11px 14px; border-radius: 6px; }
.vs-gd { background: var(--green-bg); border: 1px solid rgba(26,107,60,.15); color: var(--green); font-size: 13px; text-align: center; padding: 11px 14px; border-radius: 6px; font-weight: 500; }
.vs-m { font-size: 11px; font-weight: 700; color: var(--muted); text-align: center; }

/* ═══════════════════════════════════════
   HIGHLIGHT
═══════════════════════════════════════ */
.hl { background: var(--gold-l); border-left: 4px solid var(--gold); border-radius: 0 var(--r) var(--r) 0; padding: 22px 26px; }
.hl p { font-family: var(--fh); font-size: 19px; font-style: italic; color: var(--navy); line-height: 1.55; }

/* ═══════════════════════════════════════
   RESULTS ROW
═══════════════════════════════════════ */
.rr { display: grid; grid-template-columns: repeat(4,1fr); gap: 2px; background: rgba(255,255,255,.07); border-radius: var(--rl); overflow: hidden; margin-top: 56px; }
.ri { background: rgba(255,255,255,.04); padding: 32px 20px; text-align: center; transition: background .2s; }
.ri:hover { background: rgba(255,255,255,.08); }
.rn { font-family: var(--fh); font-size: 50px; font-weight: 700; color: var(--gold); line-height: 1; margin-bottom: 8px; }
.ru { font-size: 20px; }
.rl3 { font-size: 13px; color: rgba(255,255,255,.55); line-height: 1.5; }

/* ═══════════════════════════════════════
   TIMELINE
═══════════════════════════════════════ */
.tl { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; margin-top: 56px; position: relative; }
.tl::before { content:''; position:absolute; top:23px; left:10%; right:10%; height:1px; background:rgba(232,160,32,.25); }
.tli { text-align: center; padding: 0 8px; }
.tld { width: 46px; height: 46px; background: var(--gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 14px; font-family: var(--fh); font-size: 15px; font-weight: 700; color: var(--navy); position: relative; z-index: 1; }
.tlp { font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--gold); margin-bottom: 6px; }
.tlt { font-size: 13px; color: rgba(255,255,255,.5); line-height: 1.5; }

/* ═══════════════════════════════════════
   NICHE CARDS
═══════════════════════════════════════ */
.nw { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 56px; }
.nc { background: var(--white); border: 1px solid var(--border); border-radius: var(--rl); padding: 30px; display: flex; gap: 18px; align-items: flex-start; transition: all .2s; }
.nc:hover { border-color: var(--gold); box-shadow: 0 4px 24px rgba(232,160,32,.1); transform: translateY(-2px); }
.nn { font-family: var(--fh); font-size: 38px; font-weight: 700; color: rgba(232,160,32,.18); line-height: 1; flex-shrink: 0; width: 42px; }
.nt { font-family: var(--fh); font-size: 19px; font-weight: 600; color: var(--navy); margin-bottom: 8px; }
.nx { font-size: 14px; color: var(--muted); line-height: 1.7; }

/* ═══════════════════════════════════════
   FAQ
═══════════════════════════════════════ */
.fw { display: flex; flex-direction: column; gap: 2px; margin-top: 44px; }
.fi { background: var(--white); border: 1px solid var(--border); border-radius: var(--r); overflow: hidden; }
.fq { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 26px; font-family: var(--fh); font-size: 16px; font-weight: 600; color: var(--navy); background: none; cursor: pointer; text-align: left; transition: background .15s; }
.fq:hover { background: var(--gray); }
.fic { width: 24px; height: 24px; background: var(--gold-l); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 16px; color: var(--gold-d); flex-shrink: 0; transition: transform .3s; }
.fi.open .fic { transform: rotate(45deg); }
.fa { padding: 0 26px; font-size: 14px; color: var(--muted); line-height: 1.8; max-height: 0; overflow: hidden; transition: max-height .35s ease, padding .2s; }
.fi.open .fa { max-height: 400px; padding: 0 26px 20px; }

/* ═══════════════════════════════════════
   PRICING
═══════════════════════════════════════ */
.pw { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin-top: 56px; }
.pc { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: var(--rl); padding: 34px; position: relative; transition: all .2s; }
.pc:hover { border-color: rgba(232,160,32,.3); }
.pc.f { background: var(--gold); border-color: var(--gold); }
.pc.f .plbl,.pc.f .pamt,.pc.f .pper,.pc.f .pfor,.pc.f .pitem { color: var(--navy) !important; }
.pc.f .pdiv { background: rgba(13,27,46,.15) !important; }
.pc.f .pitem::before { color: var(--navy) !important; }
.ftag { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--navy); color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 14px; border-radius: 100px; white-space: nowrap; }
.plbl { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.5); margin-bottom: 10px; }
.pamt { font-family: var(--fh); font-size: 42px; font-weight: 700; color: #fff; line-height: 1; }
.pper { font-size: 14px; color: rgba(255,255,255,.5); margin-bottom: 6px; }
.pfor { font-size: 13px; color: rgba(255,255,255,.6); line-height: 1.5; margin-bottom: 22px; }
.pdiv { height: 1px; background: rgba(255,255,255,.1); margin-bottom: 18px; }
.pitems { display: flex; flex-direction: column; gap: 9px; margin-bottom: 24px; }
.pitem { font-size: 13px; color: rgba(255,255,255,.75); display: flex; align-items: flex-start; gap: 9px; line-height: 1.4; }
.pitem::before { content: "✓"; font-size: 12px; font-weight: 700; color: var(--gold); flex-shrink: 0; margin-top: 1px; }
.pbtn { display: block; text-align: center; background: rgba(255,255,255,.1); color: #fff; font-size: 14px; font-weight: 600; padding: 13px; border-radius: 6px; text-decoration: none; transition: all .2s; cursor: pointer; }
.pbtn:hover { background: rgba(255,255,255,.18); }
.pc.f .pbtn { background: var(--navy); color: #fff; }

/* ═══════════════════════════════════════
   PROCESS
═══════════════════════════════════════ */
.prw { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; margin-top: 56px; }
.prn { font-family: var(--fh); font-size: 60px; font-weight: 700; color: rgba(232,160,32,.15); line-height: 1; margin-bottom: 12px; }
.prt { font-family: var(--fh); font-size: 19px; font-weight: 600; color: var(--navy); margin-bottom: 8px; }
.prx { font-size: 14px; color: var(--muted); line-height: 1.75; }
.prtm { display: inline-block; background: var(--gold-l); color: var(--gold-d); font-size: 11px; font-weight: 700; padding: 4px 10px; border-radius: 100px; margin-top: 10px; }

/* ═══════════════════════════════════════
   MARKETS STRIP
═══════════════════════════════════════ */
.ms { background: var(--navy2); padding: 14px 40px; }
.mi { max-width: var(--mw); margin: 0 auto; display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.mlbl { font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.3); flex-shrink: 0; }
.mli { display: flex; gap: 22px; flex-wrap: wrap; }
.mitem { font-size: 13px; font-weight: 500; color: rgba(255,255,255,.65); display: flex; align-items: center; gap: 7px; }
.mitem::before { content:''; width: 4px; height: 4px; background: var(--gold); border-radius: 50%; display: inline-block; }

/* ═══════════════════════════════════════
   FORM
═══════════════════════════════════════ */
.fmw { background: var(--white); border: 1px solid var(--border); border-radius: var(--rl); padding: 36px; }
.fmtit { font-family: var(--fh); font-size: 22px; font-weight: 700; color: var(--navy); margin-bottom: 5px; }
.fmsub { font-size: 14px; color: var(--muted); margin-bottom: 24px; }
.fg { margin-bottom: 18px; }
.fg label { display: block; font-size: 13px; font-weight: 600; color: var(--navy); margin-bottom: 7px; }
.fg input, .fg select, .fg textarea { width: 100%; padding: 12px 15px; border: 1px solid var(--border); border-radius: 6px; font-size: 14px; color: var(--text); background: var(--cream); transition: border-color .2s, box-shadow .2s; outline: none; font-family: var(--fb); }
.fg input:focus, .fg select:focus, .fg textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(232,160,32,.12); background: var(--white); }
.fg textarea { resize: vertical; min-height: 110px; }
.fr2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.fn { font-size: 12px; color: var(--muted); margin-top: 10px; line-height: 1.5; }

/* ═══════════════════════════════════════
   CONTACT INFO
═══════════════════════════════════════ */
.ci2 { display: flex; gap: 14px; align-items: flex-start; padding: 22px; background: var(--white); border: 1px solid var(--border); border-radius: var(--r); margin-bottom: 14px; transition: all .2s; }
.ci2:hover { border-color: var(--gold); }
.cic { width: 42px; height: 42px; background: var(--gold-l); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 19px; flex-shrink: 0; }
.cit { font-weight: 600; color: var(--navy); font-size: 14px; margin-bottom: 3px; }
.cix { font-size: 14px; color: var(--muted); line-height: 1.5; }

/* ═══════════════════════════════════════
   BLOG CARDS
═══════════════════════════════════════ */
.bg { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; }
.bc { background: var(--white); border: 1px solid var(--border); border-radius: var(--rl); overflow: hidden; transition: all .25s; }
.bc:hover { transform: translateY(-4px); box-shadow: 0 8px 32px rgba(0,0,0,.1); border-color: rgba(232,160,32,.3); }
.bth { height: 195px; background: linear-gradient(135deg, var(--navy) 0%, #1E3050 100%); position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.bth .bph { font-size: 48px; }
.bct { position: absolute; top: 14px; left: 14px; background: var(--gold); color: var(--navy); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: 4px 10px; border-radius: 100px; }
.bb { padding: 24px; }
.bd { font-size: 12px; color: var(--muted); margin-bottom: 9px; }
.bt { font-family: var(--fh); font-size: 18px; font-weight: 600; color: var(--navy); line-height: 1.35; margin-bottom: 10px; }
.bex { font-size: 14px; color: var(--muted); line-height: 1.7; }
.bft { padding: 14px 24px; border-top: 1px solid var(--border); display: flex; align-items: center; justify-content: space-between; }
.bm { font-size: 13px; font-weight: 600; color: var(--gold-d); display: flex; align-items: center; gap: 4px; transition: gap .2s; }
.bm:hover { gap: 8px; }
.bm::after { content: "→"; }
.brt { font-size: 12px; color: var(--muted); }

/* ═══════════════════════════════════════
   HEADER
═══════════════════════════════════════ */
#hdr {
  position: sticky; top: 0; z-index: 1000;
  background: rgba(250,250,248,.97);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
  transition: box-shadow .2s;
}
#hdr.scrolled { box-shadow: 0 2px 20px rgba(0,0,0,.08); }
.hdi { max-width: var(--mw); margin: 0 auto; padding: 0 40px; height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.logo { display: flex; align-items: center; gap: 10px; text-decoration: none; flex-shrink: 0; }
.lm { width: 36px; height: 36px; background: var(--navy); border-radius: 8px; display: flex; align-items: center; justify-content: center; }
.lm span { font-family: var(--fh); font-size: 18px; font-weight: 700; color: var(--gold); }
.lt { font-family: var(--fh); font-size: 19px; font-weight: 700; color: var(--navy); letter-spacing: -.01em; }
.ltg { font-size: 10px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); display: block; margin-top: -2px; }
.snav { display: flex; align-items: center; gap: 2px; }
.nl { font-size: 14px; font-weight: 500; color: #333; padding: 8px 12px; border-radius: 6px; transition: all .15s; cursor: pointer; border: none; background: none; font-family: var(--fb); }
.nl:hover, .nl.act { color: var(--navy); background: rgba(13,27,46,.05); }
.hcta { display: flex; align-items: center; gap: 10px; }
.mbt { display: none; flex-direction: column; gap: 5px; padding: 8px; cursor: pointer; background: none; border: none; }
.mbt span { display: block; width: 22px; height: 2px; background: var(--navy); border-radius: 2px; transition: all .3s; }

/* ═══════════════════════════════════════
   FOOTER
═══════════════════════════════════════ */
#ftr { background: var(--navy2); color: #fff; }
.ft { padding: 72px 40px 52px; max-width: var(--mw); margin: 0 auto; display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 44px; }
.fd { font-size: 14px; color: rgba(255,255,255,.55); line-height: 1.75; margin: 14px 0 18px; max-width: 260px; }
.ftgs { display: flex; flex-wrap: wrap; gap: 6px; }
.ftg { font-size: 11px; font-weight: 600; background: rgba(255,255,255,.07); color: rgba(255,255,255,.5); padding: 4px 10px; border-radius: 100px; }
.fct { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.4); margin-bottom: 18px; }
.fls { display: flex; flex-direction: column; gap: 10px; }
.fl { font-size: 14px; color: rgba(255,255,255,.65); text-decoration: none; transition: color .15s; cursor: pointer; }
.fl:hover { color: var(--gold); }
.fcr { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 11px; }
.fct2 { font-size: 14px; color: rgba(255,255,255,.65); line-height: 1.5; }
.fb { border-top: 1px solid rgba(255,255,255,.08); padding: 20px 40px; max-width: var(--mw); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 14px; }
.fc { font-size: 13px; color: rgba(255,255,255,.35); }
.fleg { display: flex; gap: 20px; }
.fleg a { font-size: 13px; color: rgba(255,255,255,.35); text-decoration: none; transition: color .15s; cursor: pointer; }
.fleg a:hover { color: rgba(255,255,255,.6); }

/* ═══════════════════════════════════════
   PAGE HERO
═══════════════════════════════════════ */
.ph { padding: 140px 40px 80px; position: relative; overflow: hidden; background: var(--cream); }
.phb { position: absolute; inset: 0; background: radial-gradient(ellipse 60% 50% at 80% 50%, rgba(232,160,32,.07) 0%, transparent 70%), radial-gradient(ellipse 40% 60% at 20% 30%, rgba(13,27,46,.04) 0%, transparent 60%); pointer-events: none; }
.phr { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.phr::before { content:''; position:absolute; top:-20%; right:-8%; width:55%; height:140%; border:1px solid rgba(13,27,46,.06); border-radius:50%; transform:rotate(-15deg); }
.phr::after  { content:''; position:absolute; top:10%;  right:3%;  width:40%; height:120%; border:1px solid rgba(232,160,32,.1);  border-radius:50%; transform:rotate(-15deg); }
.phi { max-width: var(--mw); margin: 0 auto; position: relative; z-index: 1; }
.h2c { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.hsub { font-size: 18px; color: var(--muted); line-height: 1.7; font-weight: 300; margin: 14px 0 32px; max-width: 500px; }
.ph-dk { background: var(--navy); }
.ph-dk h1 { color: #fff; }
.ph-dk .hsub { color: rgba(255,255,255,.65); }



/* ═══════════════════════════════════════
   ANIMATIONS
═══════════════════════════════════════ */
@keyframes fadeUp { from { opacity:0; transform:translateY(20px); } to { opacity:1; transform:translateY(0); } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }





/* Author box */
.aub { display: flex; gap: 18px; align-items: flex-start; padding: 28px; background: var(--gray); border-radius: var(--r); }
.auav { width: 52px; height: 52px; background: var(--navy); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.auav span { font-family: var(--fh); font-size: 20px; font-weight: 700; color: var(--gold); }

/* ═══════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════ */
@media (max-width: 1024px) {
  .g4 { grid-template-columns: repeat(2,1fr); }
  .ft { grid-template-columns: 1fr 1fr; }
  .rr { grid-template-columns: repeat(2,1fr); }
  .tl { grid-template-columns: repeat(2,1fr); }
  .tl::before { display: none; }
  .bg { grid-template-columns: repeat(2,1fr); }
  .pw { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .container, .section { padding: 64px 24px; }
  .h2c { grid-template-columns: 1fr; gap: 40px; }
  .ph { padding: 100px 24px 56px; }
  .g2, .g3 { grid-template-columns: 1fr; }
  .nw, .pw, .prw { grid-template-columns: 1fr; }
  .bg { grid-template-columns: 1fr; }
  .ft { grid-template-columns: 1fr; gap: 28px; padding: 44px 24px 28px; }
  .fb { padding: 18px 24px; flex-direction: column; text-align: center; }
  .ms { padding: 14px 24px; }
  .fr2 { grid-template-columns: 1fr; }
  .snav, .hcta .btn-o { display: none; }
  .mbt { display: flex; }
  .hdi { padding: 0 24px; }
  .sc { margin-left: 0 !important; }
  .rr { grid-template-columns: 1fr; }
  .tl { grid-template-columns: repeat(2,1fr); }
}
body.mo .snav { display: flex; flex-direction: column; position: fixed; top: 70px; left: 0; right: 0; background: var(--white); border-bottom: 1px solid var(--border); padding: 14px 24px 20px; box-shadow: 0 8px 24px rgba(0,0,0,.1); z-index: 999; gap: 4px; }
body.mo .snav .nl { padding: 12px 14px; font-size: 15px; }
@media (max-width: 480px) {
  h1 { font-size: clamp(28px,7vw,38px); }
  .btn-lg { padding: 15px 24px; font-size: 15px; }
  .tl { grid-template-columns: 1fr; }
}

/* ═══ WORDPRESS SPECIFIC ═══ */
body { margin: 0; }
.wp-block-image img { border-radius: var(--rl); }
.wp-block-quote { border-left: 4px solid var(--gold); padding: 18px 22px; background: var(--gold-l); border-radius: 0 var(--r) var(--r) 0; font-family: var(--fh); font-style: italic; }
.wp-block-table td, .wp-block-table th { padding: 11px 15px; border: 1px solid var(--border); font-size: 14px; }
.wp-block-table th { background: var(--navy); color: #fff; font-weight: 600; }
.elementor-section.elementor-section-boxed > .elementor-container { max-width: 1200px; }
.e-con-inner { max-width: 1200px; margin: 0 auto; }
.elementor h1, .elementor h2, .elementor h3 { font-family: var(--fh); color: var(--navy); }

/* Blog/Post content area */
.entry-content { max-width: 820px; margin: 0 auto; }
.entry-content h2 { font-size: clamp(20px,3vw,30px); margin: 36px 0 14px; }
.entry-content h3 { font-size: clamp(17px,2.5vw,22px); margin: 28px 0 10px; }
.entry-content p { font-size: 16px; color: #444; line-height: 1.85; margin-bottom: 18px; }
.entry-content ul, .entry-content ol { padding-left: 22px; margin-bottom: 18px; }
.entry-content li { font-size: 16px; color: #444; line-height: 1.75; margin-bottom: 7px; list-style: disc; }

/* Skip link */
.skip-link { position: absolute; top: -100%; left: 16px; background: var(--navy); color: #fff; padding: 10px 18px; border-radius: 0 0 6px 6px; font-size: 14px; font-weight: 600; z-index: 9999; transition: top .2s; text-decoration: none; }
.skip-link:focus { top: 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
@media print { #hdr, #ftr, .ctag { display: none !important; } body { background: #fff; color: #000; } }

