
 html body #fleet-landing {
  --fl-forest:    #1a3a2a;
  --fl-hunter:    #234d38;
  --fl-sage:      #2e6647;
  --fl-mid:       #3d7d58;
  --fl-light:     #5a9e75;
  --fl-mint:      #d4ede1;
  --fl-pale:      #eef6f1;
  --fl-white:     #ffffff;
  --fl-offwhite:  #f8faf9;
  --fl-border:    #dde8e3;
  --fl-muted:     #6b7f75;
  --fl-body-c:    #2c3830;
  --fl-dark:      #14231b;
  --fl-gold:      #c9973a;
  --fl-gold-lt:   #f0d9aa;
  --fl-serif:     'DM Serif Display', Georgia, serif;
  --fl-sans:      'Inter', system-ui, sans-serif;
  --fl-radius:    4px;
  --fl-shadow:    0 2px 20px rgba(26,58,42,0.10);
  --fl-shadow-lg: 0 8px 40px rgba(26,58,42,0.14);
  font-family: var(--fl-sans);
  font-size: 16px;
  line-height: 1.7;
  color: var(--fl-body-c);
  background: var(--fl-white);
  box-sizing: border-box;
} html body #fleet-landing *,html body #fleet-landing *::before,html body #fleet-landing *::after { box-sizing: inherit; } html body #fleet-landing h1,html body #fleet-landing h2,html body #fleet-landing h3,html body #fleet-landing h4,html body #fleet-landing h5,html body #fleet-landing p,html body #fleet-landing ul,html body #fleet-landing li,html body #fleet-landing a { margin: 0; padding: 0; } html body #fleet-landing ul { list-style: none; } html body #fleet-landing a { text-decoration: none; color: var(--fl-sage); } html body #fleet-landing a:hover { color: var(--fl-hunter); } html body #fleet-landing img { display: block; max-width: 100%; } html body #fleet-landing h2 { font-family: var(--fl-serif); font-size: clamp(32px,4vw,50px); line-height: 1.15; color: var(--fl-forest); margin-bottom: 20px; font-weight: 400; } html body #fleet-landing h2 em { font-style: italic; color: var(--fl-sage); } html body #fleet-landing h3 { font-family: var(--fl-serif); font-size: 22px; font-weight: 400; color: var(--fl-forest); margin-bottom: 10px; } html body #fleet-landing .fl-wrap { max-width: 1100px; margin: 0 auto; padding: 0 24px; } html body #fleet-landing .fl-label { font-family: var(--fl-sans); font-size: 11px; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--fl-mid); margin-bottom: 12px; display: block; } html body #fleet-landing .fl-lead { font-size: 18px; color: var(--fl-muted); max-width: 580px; line-height: 1.7; } html body #fleet-landing .fl-btn { display: inline-block; font-family: var(--fl-sans); font-size: 15px; font-weight: 600; padding: 14px 32px; border-radius: var(--fl-radius); cursor: pointer; transition: all 0.2s; text-decoration: none; border: none; line-height: 1.2; } html body #fleet-landing .fl-btn-green { background: var(--fl-sage); color: #fff; } html body #fleet-landing .fl-btn-green:hover { background: var(--fl-hunter); color: #fff; transform: translateY(-1px); box-shadow: var(--fl-shadow); } html body #fleet-landing .fl-btn-outline { background: transparent; color: var(--fl-sage); border: 1.5px solid var(--fl-sage); } html body #fleet-landing .fl-btn-outline:hover { background: var(--fl-pale); color: var(--fl-hunter); } html body #fleet-landing .fl-btn-white { background: #fff; color: var(--fl-forest); } html body #fleet-landing .fl-btn-white:hover { background: var(--fl-offwhite); transform: translateY(-1px); } html body #fleet-landing .fl-hero { background: var(--fl-forest); padding: 80px 24px; position: relative; overflow: hidden; } html body #fleet-landing .fl-hero-bg { position: absolute; inset: 0; background: radial-gradient(ellipse 65% 80% at 85% 50%, rgba(61,125,88,0.25) 0%, transparent 60%), radial-gradient(ellipse 40% 40% at 15% 80%, rgba(201,151,58,0.08) 0%, transparent 50%); pointer-events: none; } html body #fleet-landing .fl-hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 80px; align-items: center; max-width: 1100px; margin: 0 auto; } html body #fleet-landing .fl-eyebrow { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15); border-radius: 20px; padding: 6px 16px; font-size: 12px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--fl-gold-lt); margin-bottom: 28px; } html body #fleet-landing .fl-hero h1 { font-family: var(--fl-serif); font-size: clamp(40px,5.5vw,66px); line-height: 1.1; color: #fff; font-weight: 400; margin-bottom: 24px; } html body #fleet-landing .fl-hero h1 em { font-style: italic; color: var(--fl-gold-lt); } html body #fleet-landing .fl-hero-sub { font-size: 18px; color: rgba(255,255,255,0.72); max-width: 500px; line-height: 1.7; margin-bottom: 40px; } html body #fleet-landing .fl-hero-sub strong { color: rgba(255,255,255,0.95); } html body #fleet-landing .fl-hero-btns { display: flex; gap: 14px; flex-wrap: wrap; } html body #fleet-landing .fl-hero-card { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); border-radius: 12px; padding: 40px 36px; } html body #fleet-landing .fl-hero-card-title { font-family: var(--fl-serif); font-size: 20px; color: #fff; margin-bottom: 24px; } html body #fleet-landing .fl-stat { display: flex; align-items: center; gap: 16px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,0.08); } html body #fleet-landing .fl-stat:last-child { border-bottom: none; } html body #fleet-landing .fl-stat-num { font-family: var(--fl-serif); font-size: 36px; color: var(--fl-gold-lt); font-weight: 400; line-height: 1; min-width: 80px; flex-shrink: 0; } html body #fleet-landing .fl-stat-txt { font-size: 13px; color: rgba(255,255,255,0.65); line-height: 1.5; } html body #fleet-landing .fl-stat-txt strong { color: rgba(255,255,255,0.9); font-weight: 600; display: block; margin-bottom: 2px; font-size: 14px; } html body #fleet-landing .fl-trust { background: var(--fl-pale); border-bottom: 1px solid var(--fl-border); padding: 18px 24px; } html body #fleet-landing .fl-trust-inner { max-width: 1100px; margin: 0 auto; display: flex; align-items: center; gap: 32px; flex-wrap: wrap; justify-content: center; } html body #fleet-landing .fl-trust-item { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; color: var(--fl-muted); } html body #fleet-landing .fl-trust-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--fl-light); flex-shrink: 0; } html body #fleet-landing .fl-pain { background: #fff; padding: 96px 24px; } html body #fleet-landing .fl-pain-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; margin-top: 56px; } html body #fleet-landing .fl-scenario { padding: 24px 0; border-bottom: 1px solid var(--fl-border); display: flex; gap: 18px; align-items: flex-start; opacity: 0; transform: translateX(-16px); transition: opacity 0.5s, transform 0.5s; } html body #fleet-landing .fl-scenario.fl-vis { opacity: 1; transform: translateX(0); } html body #fleet-landing .fl-scenario:first-child { padding-top: 0; } html body #fleet-landing .fl-scenario-ico { width: 44px; height: 44px; background: var(--fl-pale); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 20px; flex-shrink: 0; border: 1px solid var(--fl-border); } html body #fleet-landing .fl-scenario h4 { font-family: var(--fl-sans); font-size: 15px; font-weight: 700; color: var(--fl-dark); margin-bottom: 4px; } html body #fleet-landing .fl-scenario p { font-size: 14px; color: var(--fl-muted); line-height: 1.6; } html body #fleet-landing .fl-callout { background: var(--fl-forest); border-radius: 12px; padding: 48px 40px; } html body #fleet-landing .fl-callout .fl-label { color: var(--fl-gold-lt); } html body #fleet-landing .fl-callout h3 { font-family: var(--fl-serif); font-size: 28px; color: #fff; margin-bottom: 16px; font-weight: 400; line-height: 1.25; } html body #fleet-landing .fl-callout h3 em { font-style: italic; color: var(--fl-gold-lt); } html body #fleet-landing .fl-callout p { font-size: 15px; color: rgba(255,255,255,0.7); line-height: 1.7; margin-bottom: 28px; } html body #fleet-landing .fl-sth { background: rgba(255,255,255,0.07); border-left: 3px solid var(--fl-gold-lt); border-radius: 0 6px 6px 0; padding: 16px 20px; margin-bottom: 16px; } html body #fleet-landing .fl-sth-num { font-family: var(--fl-serif); font-size: 40px; color: var(--fl-gold-lt); line-height: 1; margin-bottom: 4px; } html body #fleet-landing .fl-sth-lbl { font-size: 13px; color: rgba(255,255,255,0.65); line-height: 1.5; } html body #fleet-landing .fl-products { background: var(--fl-offwhite); padding: 96px 24px; border-top: 1px solid var(--fl-border); border-bottom: 1px solid var(--fl-border); } html body #fleet-landing .fl-products-hd { text-align: center; max-width: 640px; margin: 0 auto 56px; } html body #fleet-landing .fl-tabs { display: flex; justify-content: center; margin-bottom: 40px; border: 1px solid var(--fl-border); border-radius: 8px; overflow: hidden; width: fit-content; margin-left: auto; margin-right: auto; background: #fff; } html body #fleet-landing .fl-tab { padding: 12px 32px; font-size: 14px; font-weight: 600; cursor: pointer; border: none; background: transparent; color: var(--fl-muted); transition: all 0.2s; border-right: 1px solid var(--fl-border); font-family: var(--fl-sans); } html body #fleet-landing .fl-tab:last-child { border-right: none; } html body #fleet-landing .fl-tab.fl-on { background: var(--fl-sage); color: #fff; } html body #fleet-landing .fl-tab:hover:not(.fl-on) { background: var(--fl-pale); color: var(--fl-body-c); } html body #fleet-landing .fl-pgrid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; } html body #fleet-landing .fl-pcard { background: #fff; border: 1px solid var(--fl-border); border-radius: 10px; padding: 32px 28px; transition: box-shadow 0.25s, border-color 0.25s, transform 0.2s; } html body #fleet-landing .fl-pcard:hover { box-shadow: var(--fl-shadow-lg); border-color: var(--fl-light); transform: translateY(-3px); } html body #fleet-landing .fl-badge { display: inline-block; font-size: 10px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; padding: 4px 10px; border-radius: 20px; margin-bottom: 18px; } html body #fleet-landing .fl-bo { background: var(--fl-mint); color: var(--fl-sage); } html body #fleet-landing .fl-bd { background: var(--fl-pale); color: var(--fl-mid); border: 1px solid var(--fl-border); } html body #fleet-landing .fl-pico { font-size: 28px; margin-bottom: 14px; display: block; } html body #fleet-landing .fl-pcard h3 { font-size: 17px; font-family: var(--fl-sans); font-weight: 700; color: var(--fl-forest); margin-bottom: 10px; } html body #fleet-landing .fl-pcard p { font-size: 14px; color: var(--fl-muted); line-height: 1.65; margin-bottom: 18px; } html body #fleet-landing .fl-blist { list-style: none; display: flex; flex-direction: column; gap: 7px; } html body #fleet-landing .fl-blist li { font-size: 13px; color: var(--fl-body-c); display: flex; gap: 8px; align-items: flex-start; line-height: 1.5; } html body #fleet-landing .fl-blist li::before { content: '✓'; color: var(--fl-mid); font-weight: 700; flex-shrink: 0; font-size: 12px; margin-top: 1px; } html body #fleet-landing .fl-wholesale { background: #fff; padding: 96px 24px; } html body #fleet-landing .fl-wh-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; } html body #fleet-landing .fl-wh-vis { background: var(--fl-forest); border-radius: 16px; padding: 48px; position: relative; overflow: hidden; } html body #fleet-landing .fl-wh-vis::before { content: ''; position: absolute; top: -40px; right: -40px; width: 180px; height: 180px; border-radius: 50%; background: rgba(201,151,58,0.1); pointer-events: none; } html body #fleet-landing .fl-wh-title { font-family: var(--fl-serif); font-size: 24px; color: #fff; margin-bottom: 6px; font-weight: 400; } html body #fleet-landing .fl-wh-sub { font-size: 13px; color: rgba(255,255,255,0.5); margin-bottom: 32px; } html body #fleet-landing .fl-flow { display: flex; flex-direction: column; } html body #fleet-landing .fl-fi { display: flex; gap: 16px; align-items: flex-start; } html body #fleet-landing .fl-fl { display: flex; flex-direction: column; align-items: center; flex-shrink: 0; } html body #fleet-landing .fl-fdot { width: 32px; height: 32px; border-radius: 50%; background: var(--fl-mid); border: 2px solid var(--fl-light); display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; color: #fff; flex-shrink: 0; } html body #fleet-landing .fl-fcon { width: 2px; height: 36px; background: rgba(255,255,255,0.1); margin: 4px 0; } html body #fleet-landing .fl-fc { padding-bottom: 28px; flex: 1; } html body #fleet-landing .fl-fc h5 { font-size: 15px; font-weight: 700; color: #fff; margin-bottom: 4px; } html body #fleet-landing .fl-fc p { font-size: 13px; color: rgba(255,255,255,0.6); line-height: 1.55; } html body #fleet-landing .fl-fi:last-child .fl-fc { padding-bottom: 0; } html body #fleet-landing .fl-wh-txt p { font-size: 16px; color: var(--fl-muted); line-height: 1.7; margin-bottom: 20px; } html body #fleet-landing .fl-pills { display: flex; flex-wrap: wrap; gap: 10px; margin: 28px 0; } html body #fleet-landing .fl-pill { background: var(--fl-pale); border: 1px solid var(--fl-border); color: var(--fl-sage); font-size: 13px; font-weight: 600; padding: 7px 16px; border-radius: 20px; } html body #fleet-landing .fl-data { background: var(--fl-pale); padding: 96px 24px; border-top: 1px solid var(--fl-border); } html body #fleet-landing .fl-dgrid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; margin-top: 48px; } html body #fleet-landing .fl-dcard { background: #fff; border: 1px solid var(--fl-border); border-radius: 10px; padding: 32px 28px; display: flex; gap: 20px; align-items: flex-start; transition: box-shadow 0.2s; } html body #fleet-landing .fl-dcard:hover { box-shadow: var(--fl-shadow); } html body #fleet-landing .fl-dnum { font-family: var(--fl-serif); font-size: 48px; color: var(--fl-sage); line-height: 1; flex-shrink: 0; min-width: 90px; } html body #fleet-landing .fl-dlbl { font-size: 14px; color: var(--fl-muted); line-height: 1.55; } html body #fleet-landing .fl-dlbl strong { font-weight: 700; color: var(--fl-body-c); display: block; margin-bottom: 3px; font-size: 15px; } html body #fleet-landing .fl-how { background: #fff; padding: 96px 24px; } html body #fleet-landing .fl-sgrid { display: grid; grid-template-columns: repeat(4,1fr); gap: 32px; margin-top: 56px; position: relative; } html body #fleet-landing .fl-sgrid::before { content: ''; position: absolute; top: 28px; left: 13%; right: 13%; height: 1px; background: var(--fl-border); z-index: 0; } html body #fleet-landing .fl-step { text-align: center; position: relative; z-index: 1; } html body #fleet-landing .fl-snum { width: 56px; height: 56px; border-radius: 50%; background: #fff; border: 2px solid var(--fl-sage); color: var(--fl-sage); font-family: var(--fl-serif); font-size: 22px; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; transition: background 0.2s, color 0.2s; } html body #fleet-landing .fl-step:hover .fl-snum { background: var(--fl-sage); color: #fff; } html body #fleet-landing .fl-step h4 { font-size: 15px; font-weight: 700; color: var(--fl-forest); margin-bottom: 8px; } html body #fleet-landing .fl-step p { font-size: 13px; color: var(--fl-muted); line-height: 1.6; } html body #fleet-landing .fl-pricing { background: var(--fl-offwhite); padding: 96px 24px; border-top: 1px solid var(--fl-border); } html body #fleet-landing .fl-price-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 56px; align-items: start; } html body #fleet-landing .fl-pc { background: #fff; border: 1px solid var(--fl-border); border-radius: 12px; padding: 36px 30px; transition: box-shadow 0.2s; } html body #fleet-landing .fl-pc:hover { box-shadow: var(--fl-shadow-lg); } html body #fleet-landing .fl-pc.fl-feat { background: var(--fl-forest); border-color: var(--fl-forest); position: relative; } html body #fleet-landing .fl-feat-tag { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--fl-gold); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; padding: 5px 16px; border-radius: 20px; white-space: nowrap; } html body #fleet-landing .fl-ptier { font-size: 11px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--fl-muted); margin-bottom: 8px; } html body #fleet-landing .fl-pc.fl-feat .fl-ptier { color: rgba(255,255,255,0.5); } html body #fleet-landing .fl-pname { font-family: var(--fl-serif); font-size: 26px; color: var(--fl-forest); font-weight: 400; margin-bottom: 6px; } html body #fleet-landing .fl-pc.fl-feat .fl-pname { color: #fff; } html body #fleet-landing .fl-pdrivers { font-size: 13px; color: var(--fl-muted); margin-bottom: 28px; } html body #fleet-landing .fl-pc.fl-feat .fl-pdrivers { color: rgba(255,255,255,0.55); } html body #fleet-landing .fl-pamount { font-family: var(--fl-serif); font-size: 44px; color: var(--fl-sage); line-height: 1; margin-bottom: 4px; } html body #fleet-landing .fl-pc.fl-feat .fl-pamount { color: var(--fl-gold-lt); } html body #fleet-landing .fl-pbasis { font-size: 12px; color: var(--fl-muted); margin-bottom: 32px; line-height: 1.5; } html body #fleet-landing .fl-pc.fl-feat .fl-pbasis { color: rgba(255,255,255,0.5); } html body #fleet-landing .fl-pfeats { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-bottom: 32px; } html body #fleet-landing .fl-pfeats li { font-size: 14px; color: var(--fl-body-c); display: flex; gap: 10px; align-items: flex-start; line-height: 1.55; padding-bottom: 10px; border-bottom: 1px solid var(--fl-border); } html body #fleet-landing .fl-pfeats li:last-child { border-bottom: none; padding-bottom: 0; } html body #fleet-landing .fl-pc.fl-feat .fl-pfeats li { color: rgba(255,255,255,0.8); border-color: rgba(255,255,255,0.08); } html body #fleet-landing .fl-pfeats li::before { content: '✓'; color: var(--fl-mid); font-weight: 700; flex-shrink: 0; font-size: 13px; } html body #fleet-landing .fl-pc.fl-feat .fl-pfeats li::before { color: var(--fl-gold-lt); } html body #fleet-landing .fl-testi { background: #fff; padding: 96px 24px; } html body #fleet-landing .fl-tgrid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 56px; } html body #fleet-landing .fl-tc { background: var(--fl-offwhite); border: 1px solid var(--fl-border); border-radius: 10px; padding: 32px 28px; } html body #fleet-landing .fl-stars { color: var(--fl-gold); font-size: 14px; letter-spacing: 2px; margin-bottom: 16px; display: block; } html body #fleet-landing .fl-qt { font-family: var(--fl-serif); font-size: 16px; font-style: italic; color: var(--fl-body-c); line-height: 1.7; margin-bottom: 22px; } html body #fleet-landing .fl-ta { display: flex; align-items: center; gap: 12px; } html body #fleet-landing .fl-ti { width: 40px; height: 40px; border-radius: 50%; background: var(--fl-mint); border: 1px solid var(--fl-border); display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; color: var(--fl-sage); flex-shrink: 0; } html body #fleet-landing .fl-tn { font-size: 14px; font-weight: 700; color: var(--fl-dark); } html body #fleet-landing .fl-tr { font-size: 12px; color: var(--fl-muted); } html body #fleet-landing .fl-cta { background: var(--fl-forest); padding: 100px 24px; position: relative; overflow: hidden; } html body #fleet-landing .fl-cta::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 50% 60% at 80% 50%, rgba(61,125,88,0.35) 0%, transparent 60%); pointer-events: none; } html body #fleet-landing .fl-cta-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 80px; align-items: center; max-width: 1100px; margin: 0 auto; } html body #fleet-landing .fl-cta .fl-label { color: var(--fl-gold-lt); } html body #fleet-landing .fl-cta h2 { color: #fff; margin-bottom: 16px; } html body #fleet-landing .fl-cta h2 em { color: var(--fl-gold-lt); } html body #fleet-landing .fl-cta-desc { font-size: 17px; color: rgba(255,255,255,0.7); line-height: 1.7; margin-bottom: 36px; } html body #fleet-landing .fl-clist { list-style: none; display: flex; flex-direction: column; gap: 12px; } html body #fleet-landing .fl-clist li { font-size: 15px; color: rgba(255,255,255,0.8); display: flex; align-items: center; gap: 10px; } html body #fleet-landing .fl-clist li a { color: rgba(255,255,255,0.9); transition: color 0.2s; } html body #fleet-landing .fl-clist li a:hover { color: var(--fl-gold-lt); } html body #fleet-landing .fl-form { background: #fff; border-radius: 16px; padding: 44px 40px; box-shadow: var(--fl-shadow-lg); } html body #fleet-landing .fl-form h3 { font-family: var(--fl-serif); font-size: 22px; color: var(--fl-forest); margin-bottom: 6px; font-weight: 400; } html body #fleet-landing .fl-fsub { font-size: 14px; color: var(--fl-muted); margin-bottom: 28px; display: block; } html body #fleet-landing .fl-frow { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 14px; } html body #fleet-landing .fl-full { grid-column: 1 / -1; } html body #fleet-landing .fl-ff { display: flex; flex-direction: column; gap: 6px; } html body #fleet-landing .fl-ff label { font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--fl-muted); } html body #fleet-landing .fl-ff input,html body #fleet-landing .fl-ff select { background: var(--fl-offwhite); border: 1.5px solid var(--fl-border); border-radius: 6px; padding: 11px 14px; font-family: var(--fl-sans); font-size: 15px; color: var(--fl-body-c); outline: none; transition: border-color 0.2s; -webkit-appearance: none; width: 100%; } html body #fleet-landing .fl-ff input:focus,html body #fleet-landing .fl-ff select:focus { border-color: var(--fl-sage); } html body #fleet-landing .fl-fsubmit { width: 100%; margin-top: 6px; padding: 16px; background: var(--fl-sage); color: #fff; font-family: var(--fl-sans); font-size: 16px; font-weight: 700; border-radius: 8px; border: none; cursor: pointer; transition: background 0.2s, transform 0.15s; } html body #fleet-landing .fl-fsubmit:hover { background: var(--fl-hunter); transform: translateY(-1px); } html body #fleet-landing .fl-fnote { font-size: 12px; color: var(--fl-muted); text-align: center; margin-top: 12px; line-height: 1.5; display: block; } html body #fleet-landing .fl-foot { background: var(--fl-dark); padding: 56px 24px 0; } html body #fleet-landing .fl-foot-in { max-width: 1100px; margin: 0 auto; } html body #fleet-landing .fl-foot-top { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; margin-bottom: 48px; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,0.07); } html body #fleet-landing .fl-foot-logo { height: 52px; width: auto; display: block; } html body #fleet-landing .fl-foot-name { font-family: var(--fl-serif); font-size: 15px; color: #fff; line-height: 1.3; } html body #fleet-landing .fl-foot-contacts { display: flex; flex-direction: column; gap: 6px; } html body #fleet-landing .fl-foot-contacts a { font-size: 14px; color: rgba(255,255,255,0.65); text-decoration: none; transition: color 0.2s; display: block; } html body #fleet-landing .fl-foot-contacts a:hover { color: var(--fl-mint); } html body #fleet-landing .fl-foot-contacts span { font-size: 14px; color: rgba(255,255,255,0.45); } html body #fleet-landing .fl-foot-cols { display: grid; grid-template-columns: repeat(3,1fr); gap: 40px; margin-bottom: 48px; } html body #fleet-landing .fl-foot-col h5 { font-size: 11px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255,0.45); margin-bottom: 16px; } html body #fleet-landing .fl-foot-col ul { list-style: none; display: flex; flex-direction: column; gap: 9px; } html body #fleet-landing .fl-foot-col ul li a { font-size: 14px; color: rgba(255,255,255,0.6); text-decoration: none; transition: color 0.2s; } html body #fleet-landing .fl-foot-col ul li a:hover { color: var(--fl-mint); } html body #fleet-landing .fl-foot-social { display: flex; gap: 16px; margin-bottom: 40px; } html body #fleet-landing .fl-foot-social a { display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); color: rgba(255,255,255,0.55); text-decoration: none; transition: background 0.2s, color 0.2s; } html body #fleet-landing .fl-foot-social a:hover { background: var(--fl-sage); color: #fff; border-color: var(--fl-sage); } html body #fleet-landing .fl-foot-aff { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 36px; } html body #fleet-landing .fl-aff-badge { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 4px; padding: 6px 14px; font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.45); text-decoration: none; transition: color 0.2s, border-color 0.2s; } html body #fleet-landing .fl-aff-badge:hover { color: var(--fl-mint); border-color: rgba(255,255,255,0.25); } html body #fleet-landing .fl-foot-bot { border-top: 1px solid rgba(255,255,255,0.07); padding: 24px 0 32px; display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; gap: 12px; } html body #fleet-landing .fl-foot-copy { font-size: 12px; color: rgba(255,255,255,0.3); line-height: 1.6; max-width: 680px; } html body #fleet-landing .fl-foot-pol { display: flex; gap: 20px; flex-wrap: wrap; } html body #fleet-landing .fl-foot-pol a { font-size: 12px; color: rgba(255,255,255,0.35); text-decoration: none; transition: color 0.2s; } html body #fleet-landing .fl-foot-pol a:hover { color: rgba(255,255,255,0.7); } html body #fleet-landing .fl-up { opacity: 0; transform: translateY(22px); transition: opacity 0.6s ease, transform 0.6s ease; } html body #fleet-landing .fl-up.fl-vis { opacity: 1; transform: translateY(0); }
@media (max-width: 960px) {
  html body #fleet-landing .fl-hero-inner { grid-template-columns: 1fr; gap: 48px; } html body #fleet-landing .fl-hero-card { display: none; } html body #fleet-landing .fl-pain-grid { grid-template-columns: 1fr; } html body #fleet-landing .fl-wh-inner { grid-template-columns: 1fr; gap: 40px; } html body #fleet-landing .fl-sgrid { grid-template-columns: repeat(2,1fr); } html body #fleet-landing .fl-sgrid::before { display: none; } html body #fleet-landing .fl-price-grid { grid-template-columns: 1fr; } html body #fleet-landing .fl-tgrid { grid-template-columns: 1fr; } html body #fleet-landing .fl-cta-inner { grid-template-columns: 1fr; gap: 48px; } html body #fleet-landing .fl-foot-cols { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  html body #fleet-landing .fl-pgrid { grid-template-columns: 1fr; } html body #fleet-landing .fl-dgrid { grid-template-columns: 1fr; } html body #fleet-landing .fl-frow { grid-template-columns: 1fr; } html body #fleet-landing .fl-foot-cols { grid-template-columns: 1fr; }
}

/* ── Photo story sections (light theme matching fleet page) ── */
html body #fleet-landing .fl-story-section {
  padding: 80px 0; background: #fff;
  border-top: 1px solid var(--fl-border);
} html body #fleet-landing .fl-story-section.fl-alt { background: var(--fl-offwhite); } html body #fleet-landing .fl-story-row {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 56px; align-items: center;
  max-width: 1100px; margin: 0 auto; padding: 0 24px;
} html body #fleet-landing .fl-story-row.reverse { direction: rtl; } html body #fleet-landing .fl-story-row.reverse > * { direction: ltr; }
@media(max-width:860px) {
  html body #fleet-landing .fl-story-row,
  html body #fleet-landing .fl-story-row.reverse { grid-template-columns:1fr; direction:ltr; gap:32px; }
} html body #fleet-landing .fl-story-photo { position: relative; border-radius: 10px; overflow: hidden; box-shadow: var(--fl-shadow-lg); } html body #fleet-landing .fl-story-photo img { width:100%; height:340px; object-fit:cover; display:block; border-radius:10px; } html body #fleet-landing .fl-photo-badge {
  position: absolute; bottom:0; left:0; right:0;
  background: linear-gradient(transparent, rgba(10,22,15,.82));
  padding: 20px 18px 16px; border-radius: 0 0 10px 10px;
  font-size: 12px; color: rgba(255,255,255,.8); line-height: 1.5;
} html body #fleet-landing .fl-photo-badge strong { display:block; color:#f0d9aa; font-size:14px; margin-bottom:3px; } html body #fleet-landing .fl-story-text .fl-tag {
  font-size: 10px; font-weight: 700; letter-spacing: .18em;
  text-transform: uppercase; color: var(--fl-mid);
  display: inline-block; margin-bottom: 14px;
} html body #fleet-landing .fl-story-text h3 {
  font-family: var(--fl-serif); font-size: clamp(24px,2.8vw,34px);
  color: var(--fl-forest); line-height: 1.18; margin-bottom: 16px; font-weight: 400;
} html body #fleet-landing .fl-story-text h3 em { font-style: italic; color: var(--fl-sage); } html body #fleet-landing .fl-story-text p {
  font-size: 15px; line-height: 1.75; color: var(--fl-muted); margin-bottom: 14px;
} html body #fleet-landing .fl-story-text p:last-child { margin-bottom: 0; } html body #fleet-landing .fl-story-text strong { color: var(--fl-body-c); } html body #fleet-landing .fl-check-list {
  list-style: none; display: flex; flex-direction: column; gap: 8px; margin-top: 18px;
} html body #fleet-landing .fl-check-list li {
  display: flex; gap: 10px; align-items: flex-start;
  font-size: 14px; color: var(--fl-body-c); line-height: 1.55;
  padding: 8px 0; border-bottom: 1px solid var(--fl-border);
} html body #fleet-landing .fl-check-list li:last-child { border-bottom: none; } html body #fleet-landing .fl-check-list li::before {
  content: '✓'; color: var(--fl-mid); font-weight: 700;
  flex-shrink: 0; margin-top: 1px; font-size: 13px;
}
/* Section header for story sections */
html body #fleet-landing .fl-story-hd {
  text-align: center; max-width: 680px;
  margin: 0 auto 52px; padding: 0 24px;
} html body #fleet-landing .fl-story-hd h2 { margin-bottom: 12px; } html body #fleet-landing .fl-story-hd p { font-size: 16px; color: var(--fl-muted); line-height: 1.7; }
/* Photo trio band */
html body #fleet-landing .fl-photo-trio {
  display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 3px;
  overflow: hidden; border-radius: 8px;
  max-width: 1100px; margin: 0 auto 56px; padding: 0 24px;
} html body #fleet-landing .fl-photo-trio img {
  width:100%; height:220px; object-fit:cover; display:block;
  filter: brightness(.78) saturate(.88); transition: filter .35s;
} html body #fleet-landing .fl-photo-trio img:hover { filter: brightness(.92) saturate(1); }
@media(max-width:640px) {
  html body #fleet-landing .fl-photo-trio { grid-template-columns:1fr; padding:0 18px; } html body #fleet-landing .fl-photo-trio img { height:180px; } html body #fleet-landing .fl-photo-trio img:not(:first-child) { display:none; }
}



