/*
Theme Name: TrueWayTruckingSolutionsLLC
Theme URI: https://truewaytruckingsolutionsllc.com/
Author: TrueWayTruckingSolutionsLLC
Author URI: https://truewaytruckingsolutionsllc.com/
Description: An original, responsive logistics dispatch website for owner-operators and small fleets.
Version: 1.9.0
Requires at least: 6.0
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: freightflow
*/

:root {
  --ink: #0b2942;
  --ink-soft: #243642;
  --teal: #075985;
  --teal-dark: #064b70;
  --cyan: #06a9c6;
  --amber: #e4a53a;
  --amber-light: #f3c66b;
  --paper: #f6f7f4;
  --paper-light: #ffffff;
  --mint: #e8f3f7;
  --mint-deep: #d9eef3;
  --line: #d8e1e7;
  --muted: #5f7482;
  --radius: 20px;
  --display: 'Space Grotesk', sans-serif;
  --body: 'DM Sans', sans-serif;
}

* { box-sizing: border-box; min-width: 0; }
html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 20px;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  position: relative;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  line-height: 1.5;
}
body, button, input, select, textarea { font-family: var(--body); }
a { color: inherit; text-decoration: none; }
button, a, input, select, textarea { -webkit-tap-highlight-color: transparent; }
img, svg, video, canvas { max-width: 100%; height: auto; }
button { cursor: pointer; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid var(--amber-light); outline-offset: 3px; }
.ff-skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; transform: translateY(-160%); border-radius: 8px; background: var(--ink); padding: 10px 14px; color: var(--paper-light); font-weight: 700; transition: transform .18s ease; }
.ff-skip-link:focus { transform: translateY(0); }
.ff-shell {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  min-height: 100vh;
  background:
    radial-gradient(circle at 88% 4%, rgba(228, 165, 58, .14), transparent 26rem),
    var(--paper);
}
.ff-container { width: calc(100% - 48px); max-width: 1180px; min-width: 0; margin: 0 auto; }
.ff-display { font-family: var(--display); }
.ff-topbar {
  padding: 8px 16px;
  background: var(--ink);
  color: var(--paper);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .13em;
  text-align: center;
  text-transform: uppercase;
}
.ff-topbar strong { color: var(--amber-light); }
.ff-topbar span { color: #8fb9cc; margin: 0 8px; }
.ff-nav {
  position: static;
  z-index: 20;
  border-bottom: 1px solid rgba(216, 225, 231, .8);
  background: rgba(246, 247, 244, .96);
}
.ff-nav-inner { display: flex; min-height: 76px; align-items: center; justify-content: space-between; }
.ff-brand { display: inline-flex; min-width: 0; align-items: center; gap: 12px; }
.ff-brand-logo { display: block; width: 178px; height: 60px; border-radius: 9px; object-fit: contain; }
.ff-brand-logo-footer { width: 196px; height: 72px; background: #fff; }
.ff-nav-links { display: flex; align-items: center; gap: 28px; }
.ff-nav-link { position: relative; color: var(--ink-soft); font-size: 14px; font-weight: 600; }
.ff-nav-link::after { position: absolute; bottom: -8px; left: 0; width: 0; height: 2px; background: var(--teal); content: ''; transition: width .18s ease; }
.ff-nav-link:hover, .ff-nav-link:focus-visible { color: var(--ink); }
.ff-nav-link:hover::after, .ff-nav-link:focus-visible::after { width: 100%; }
.ff-nav-actions { display: flex; align-items: center; gap: 16px; }
.ff-phone-link { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 700; }
.ff-phone-link:hover { color: var(--teal-dark); }
.ff-mobile-toggle { display: none; width: 44px; height: 44px; flex: 0 0 auto; border: 1px solid #ccd2c8; border-radius: 50%; background: transparent; color: var(--ink); }
.ff-mobile-panel { display: none; width: 100%; max-width: 100%; overflow-x: hidden; }
.ff-mobile-whatsapp { display: inline-flex; min-height: 44px; align-items: center; gap: 9px; color: var(--teal-dark); overflow-wrap: anywhere; }
.ff-mobile-whatsapp svg { flex: 0 0 auto; }
.ff-hero-grid > *, .ff-section-heading > *, .ff-dark-grid > *, .ff-coverage-grid > *, .ff-testimonials-faq > *, .ff-contact-grid > * { min-width: 0; }
.ff-button {
  display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 10px;
  border: 0; border-radius: 999px; padding: 13px 20px; font-size: 14px; font-weight: 700;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}
.ff-button:hover { transform: translateY(-2px); }
.ff-button:active { transform: translateY(0); }
.ff-button-primary { background: var(--amber); color: var(--ink); box-shadow: 0 10px 24px rgba(228, 165, 58, .28); }
.ff-button-primary:hover { background: var(--amber-light); box-shadow: 0 14px 28px rgba(228, 165, 58, .36); }
.ff-button-dark { background: var(--ink); color: var(--paper-light); box-shadow: 0 10px 22px rgba(32, 51, 58, .18); }
.ff-button-dark:hover { background: #123d5d; }
.ff-button-quiet { border: 1px solid #c9d7df; background: rgba(255, 255, 255, .68); color: var(--ink); }
.ff-button-quiet:hover { border-color: var(--teal); background: var(--paper-light); }
.ff-hero-wrap { padding: 48px 0 96px; }
.ff-hero-grid {
  display: grid; overflow: hidden; grid-template-columns: 1.02fr .98fr;
  border: 1px solid rgba(32, 51, 58, .08); border-radius: 26px;
  background-image: linear-gradient(rgba(32, 51, 58, .055) 1px, transparent 1px), linear-gradient(90deg, rgba(32, 51, 58, .055) 1px, transparent 1px);
  background-size: 32px 32px;
}
.ff-hero-copy { position: relative; z-index: 1; padding: 64px; }
.ff-eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--teal-dark); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.ff-eyebrow::before { width: 26px; height: 2px; background: var(--cyan); content: ''; }
.ff-eyebrow-light { color: #83d8e6; }
.ff-eyebrow-light::before { background: var(--amber-light); }
.ff-h1 { max-width: 650px; margin: 24px 0 0; font-family: var(--display); font-size: clamp(44px, 7vw, 92px); font-weight: 700; line-height: .94; letter-spacing: -.075em; }
.ff-h1 span, .ff-section-title span { color: var(--teal); }
.ff-lead { max-width: 520px; margin: 28px 0 0; color: var(--ink-soft); font-size: 18px; line-height: 1.55; }
.ff-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.ff-proof-line { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 40px; color: var(--ink-soft); font-size: 12px; font-weight: 700; }
.ff-proof-line span { display: inline-flex; align-items: center; gap: 8px; }
.ff-proof-line svg { color: var(--teal); }
.ff-proof-line span:last-child svg { color: var(--amber); }
.ff-route-wrap { position: relative; min-height: 500px; margin: 20px 20px 20px 0; min-width: 0; }
.ff-route-card {
  position: relative;
  height: 100%;
  min-height: 500px;
  overflow: hidden;
  border-radius: 24px;
  background: var(--mint-deep);
  box-shadow: 0 22px 60px rgba(32, 51, 58, .14);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
}
.ff-route-card::before {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 75% 15%, rgba(255, 240, 192, .82), transparent 17rem), linear-gradient(145deg, rgba(255, 255, 255, .36), transparent 55%);
  content: '';
  pointer-events: none;
}
.ff-route-badge {
  position: relative;
  z-index: 3;
  align-self: flex-start;
  border: 1px solid rgba(32, 51, 58, .1);
  border-radius: 999px;
  background: rgba(249, 245, 235, .82);
  padding: 8px 13px;
  backdrop-filter: blur(8px);
  color: var(--ink-soft);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.ff-route-stage {
  position: relative;
  width: 100%;
  min-height: 250px;
  flex: 1 1 auto;
  z-index: 2;
  margin: 10px 0;
}
.ff-route-line {
  position: absolute;
  top: 18%;
  left: 6%;
  width: 88%;
  height: 58%;
  border: 2px dashed rgba(32, 51, 58, .38);
  border-left-color: transparent;
  border-radius: 48% 54% 38% 58%;
  transform: rotate(-12deg);
  pointer-events: none;
}
.ff-route-dot {
  position: absolute;
  z-index: 2;
  width: 16px;
  height: 16px;
  border: 3px solid var(--paper-light);
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 0 5px rgba(40, 155, 135, .16);
}
.ff-route-dot-origin { left: 16%; top: 62%; }
.ff-route-dot-mid { left: 48%; top: 38%; }
.ff-route-dot-dest { right: 18%; top: 18%; }
.ff-route-dot-orange { background: var(--amber); box-shadow: 0 0 0 5px rgba(219, 152, 80, .17); }

.ff-route-label {
  position: absolute;
  z-index: 3;
  max-width: 136px;
  border: 1px solid rgba(32, 51, 58, .12);
  border-radius: 10px;
  background: rgba(249, 245, 235, .88);
  padding: 8px 11px;
  color: var(--ink);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
  box-shadow: 0 8px 18px rgba(32, 51, 58, .07);
  backdrop-filter: blur(8px);
}
.ff-route-label small { color: var(--ink-soft); font-size: 10px; font-weight: 400; }
.ff-route-label-origin { left: 4%; top: 66%; }
.ff-route-label-dest { right: 4%; top: 10%; }

.ff-route-stat {
  position: absolute;
  top: 42%;
  right: 4%;
  z-index: 4;
  border-radius: 12px;
  background: var(--ink);
  padding: 8px 12px;
  color: var(--paper);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.5;
  box-shadow: 0 10px 22px rgba(32, 51, 58, .18);
  animation: ff-float 5s ease-in-out infinite;
}
.ff-route-stat strong { color: var(--amber-light); }
.ff-truck-marker {
  position: absolute;
  top: 46%;
  left: 44%;
  z-index: 3;
  display: flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--paper-light);
  color: var(--teal);
  box-shadow: 0 8px 20px rgba(32, 51, 58, .12);
}

.ff-route-copy {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 100%;
  border-radius: 16px;
  background: rgba(249, 245, 235, .68);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, .6);
  padding: 18px 20px;
  box-shadow: 0 10px 24px rgba(32, 51, 58, .05);
}
.ff-route-copy strong { display: block; font-family: var(--display); font-size: clamp(20px, 3.5vw, 27px); line-height: 1.05; letter-spacing: -.05em; color: var(--ink); }
.ff-route-copy p { margin: 8px 0 0; color: var(--ink-soft); font-size: 12px; line-height: 1.55; }
.ff-proof-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--mint); }
.ff-proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.ff-proof-item { padding: 28px 24px; border-right: 1px solid #ccd7ce; }
.ff-proof-item:last-child { border-right: 0; }
.ff-proof-item b { display: block; color: var(--amber); font-family: monospace; font-size: 11px; }
.ff-proof-item strong { display: block; margin-top: 10px; font-size: 14px; line-height: 1.4; }
.ff-proof-item small { display: block; margin-top: 3px; color: #6b7d7d; font-size: 12px; }
.ff-section { padding: 96px 0; }
.ff-inner-hero { border-bottom: 1px solid var(--line); background: linear-gradient(135deg, var(--paper-light) 10%, var(--mint) 68%, #d9f0f5); padding: 88px 0 82px; }
.ff-inner-hero .ff-section-title { max-width: 760px; }
.ff-inner-hero .ff-lead { max-width: 650px; }
.ff-page-grid { margin-top: 0; }
.ff-page-cta { margin-top: 40px; }
.ff-field-optional { color: #8b9793; font-weight: 400; }
.ff-section-heading { display: grid; grid-template-columns: .8fr 1.2fr; gap: 28px; align-items: end; }
.ff-section-title { max-width: 490px; margin: 8px 0 0; font-family: var(--display); font-size: clamp(28px, 3.6vw, 44px); font-weight: 700; line-height: 1.05; letter-spacing: -.05em; }
.ff-section-intro { max-width: 520px; margin: 0; justify-self: end; color: var(--ink-soft); font-size: 14.5px; line-height: 1.55; }
.ff-motion-section { padding-top: 20px; padding-bottom: 48px; }
.ff-video-slider { position: relative; width: 100%; aspect-ratio: 16 / 9; max-height: min(520px, 54vh); min-height: 220px; margin-top: 18px; overflow: hidden; border: 1px solid #285c78; border-radius: 20px; background: var(--ink); color: var(--paper-light); box-shadow: 0 20px 55px rgba(11, 41, 66, .2); isolation: isolate; }
.ff-video-slider-media { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: cover; transform: none; }
.ff-video-slider-shade { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(13, 31, 37, .88) 0%, rgba(13, 31, 37, .58) 45%, rgba(13, 31, 37, .14) 80%), linear-gradient(0deg, rgba(13, 31, 37, .48), transparent 50%); }
.ff-video-slider::before { position: absolute; z-index: 2; inset: 0 auto 0 0; width: min(55%, 630px); background: linear-gradient(90deg, rgba(13, 31, 37, .32), transparent); content: ''; pointer-events: none; }
.ff-video-slider::after { position: absolute; z-index: 4; right: 0; bottom: 0; left: 0; height: 4px; background: linear-gradient(90deg, var(--amber), var(--cyan), var(--teal), transparent); content: ''; opacity: .95; }
.ff-video-slider-brand { position: absolute; z-index: 3; top: 20px; right: 28px; display: flex; align-items: center; gap: 9px; font: 700 12px/1 var(--display); letter-spacing: .06em; }
.ff-video-slider-brand b { display: inline-grid; width: 28px; height: 28px; place-items: center; border-radius: 8px; background: var(--paper-light); color: var(--ink); font-size: 10px; letter-spacing: -.08em; }
.ff-video-slider-brand span { color: var(--amber-light); }
.ff-video-slides { position: relative; z-index: 3; min-height: 100%; height: 100%; }
.ff-video-slide { position: absolute; inset: 0; display: none; max-width: min(34rem, calc(100% - 3rem)); align-content: center; padding: clamp(1rem, 2.5vw, 2.2rem) 0 clamp(1.8rem, 3.5vw, 3.2rem); margin-left: clamp(20px, 4.5vw, 56px); pointer-events: none; }
.ff-video-slide.is-active { display: grid; animation: ff-video-slide-in .56s cubic-bezier(.22, 1, .36, 1) both; }
.ff-video-slide span { display: block; margin-bottom: 8px; color: var(--amber-light); font: 800 clamp(9px, 1.1vw, 11px)/1 var(--display); letter-spacing: .18em; }
.ff-video-slide h2, .ff-video-slide h3 { margin: 0; font: 700 clamp(28px, 4vw, 52px)/.95 var(--display); letter-spacing: -.065em; }
.ff-video-slide em { color: #83d8e6; font-style: normal; }
.ff-video-slide p { max-width: 320px; margin: 10px 0 0; color: #d7e0d9; font-size: clamp(12px, 1.2vw, 14.5px); line-height: 1.45; }
.ff-video-slider-controls { position: absolute; z-index: 4; bottom: 12px; left: clamp(16px, 4.5vw, 50px); display: flex; align-items: center; gap: 2px; }
.ff-video-slider-controls button { position: relative; width: 36px; height: 36px; border: 0; background: transparent; padding: 0; cursor: pointer; }
.ff-video-slider-controls button::after { position: absolute; top: 16px; left: 4px; width: 24px; height: 4px; border-radius: 4px; background: rgba(245, 241, 232, .42); content: ''; transition: width .3s ease, background-color .3s ease; }
.ff-video-slider-controls button.is-active::after { width: 38px; background: var(--amber-light); }
.ff-video-slider-status { position: absolute; z-index: 3; right: 28px; bottom: 18px; display: flex; align-items: center; gap: 8px; color: #d7e0d9; font: 800 10px/1 var(--display); letter-spacing: .14em; text-transform: uppercase; }
.ff-video-slider-status i { width: 7px; height: 7px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 5px rgba(40, 155, 135, .18); animation: ff-pulse 2s ease-in-out infinite; }
.ff-motion-caption { display: flex; justify-content: space-between; gap: 16px; margin-top: 10px; color: #78908a; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.ff-motion-caption > * { min-width: 0; overflow-wrap: anywhere; }
.ff-motion-caption b { color: var(--teal); font-weight: 700; }
.ff-video-contact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 16px; }
.ff-video-contact-actions .ff-video-whatsapp { border-color: #64c987; color: #08753a; }
.ff-service-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; margin-top: 56px; }
.ff-service-card { grid-column: span 5; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper-light); padding: 32px; transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.ff-service-card:nth-child(1), .ff-service-card:nth-child(4) { grid-column: span 7; }
.ff-service-card:nth-child(5), .ff-service-card:nth-child(6) { grid-column: span 6; }
.ff-service-card:hover { border-color: rgba(40, 155, 135, .45); box-shadow: 0 18px 40px rgba(32, 51, 58, .1); transform: translateY(-5px); }
.ff-icon-box { display: flex; width: 44px; height: 44px; align-items: center; justify-content: center; border-radius: 12px; background: #dceef4; color: var(--teal); }
.ff-service-index { float: right; color: #b0bbb4; font-family: monospace; font-size: 12px; font-weight: 700; }
.ff-service-card h2, .ff-service-card h3 { margin: 36px 0 0; font-family: var(--display); font-size: 24px; letter-spacing: -.04em; }
.ff-service-card p { max-width: 470px; margin: 12px 0 0; color: #536875; font-size: 14px; line-height: 1.7; }
.ff-included { display: flex; align-items: center; gap: 8px; margin-top: 28px; color: var(--teal); font-size: 12px; font-weight: 700; }
.ff-included i { width: 6px; height: 6px; border-radius: 50%; background: var(--amber); }
.ff-dark-band { background: var(--ink); color: var(--paper); }
.ff-dark-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 48px; align-items: center; }
.ff-dark-band .ff-section-title { max-width: 500px; }
.ff-dark-band .ff-section-title span { color: var(--amber-light); }
.ff-dark-band .ff-lead { color: #bed0da; }
.ff-dark-band .ff-button-quiet { border-color: #5e8ca5; background: transparent; color: var(--paper); }
.ff-dark-band .ff-button-quiet:hover { border-color: var(--cyan); background: #123d5d; }
.ff-human-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.ff-human-card { border: 1px solid #285c78; border-radius: 16px; background: #123d5d; padding: 24px; transition: border-color .18s ease; }
.ff-human-card:hover { border-color: var(--cyan); }
.ff-human-card svg { color: var(--amber-light); }
.ff-human-card h3 { margin: 28px 0 0; font-family: var(--display); font-size: 18px; letter-spacing: -.03em; }
.ff-human-card p { margin: 8px 0 0; color: #b7ccd6; font-size: 14px; line-height: 1.7; }
.ff-process-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 56px; }
.ff-process-line { position: absolute; top: 28px; right: 13%; left: 13%; height: 1px; background: #cdd9d0; }
.ff-process-step { position: relative; }
.ff-step-number { position: relative; z-index: 1; display: flex; width: 56px; height: 56px; align-items: center; justify-content: center; border: 5px solid var(--paper); border-radius: 50%; background: #dceef4; color: var(--teal); font-family: monospace; font-size: 14px; font-weight: 700; box-shadow: 0 0 0 1px #c9dbe4; }
.ff-process-step h2, .ff-process-step h3 { margin: 28px 0 0; font-family: var(--display); font-size: 24px; letter-spacing: -.04em; }
.ff-process-step p { max-width: 300px; margin: 12px 0 0; color: #657477; font-size: 14px; line-height: 1.7; }
.ff-rate-band { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #f3f6f8; }
.ff-rate-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 56px; }
.ff-rate-step { border: 1px solid var(--line); border-radius: 18px; background: var(--paper); padding: 28px; }
.ff-rate-step > span { color: var(--amber); font: 700 11px/1 monospace; }
.ff-rate-step h2, .ff-rate-step h3 { margin: 26px 0 0; font-family: var(--display); font-size: 22px; letter-spacing: -.04em; }
.ff-rate-step p { margin: 12px 0 0; color: #657477; font-size: 14px; line-height: 1.7; }
.ff-rate-packages { display: grid; grid-template-columns: 1.05fr 1fr 1fr; gap: 16px; margin-top: 16px; }
.ff-rate-intro { border-radius: 18px; background: var(--ink); padding: 28px; color: var(--paper); }
.ff-rate-intro h2, .ff-rate-intro h3 { max-width: 300px; margin: 18px 0 0; font-family: var(--display); font-size: 24px; letter-spacing: -.04em; }
.ff-rate-intro p { max-width: 340px; margin: 12px 0 0; color: #b8c8c1; font-size: 14px; line-height: 1.7; }
.ff-rate-package { border: 1px solid var(--line); border-radius: 18px; background: var(--paper); padding: 28px; }
.ff-rate-package h2, .ff-rate-package h3 { margin: 0; font-family: var(--display); font-size: 20px; letter-spacing: -.04em; }
.ff-rate-package strong { display: block; margin-top: 26px; color: var(--teal); font-size: 14px; }
.ff-rate-package p { margin: 8px 0 0; color: #657477; font-size: 14px; line-height: 1.7; }
.ff-rate-note { margin: 16px 0 0; color: #78908a; font-size: 11px; line-height: 1.6; }
.ff-coverage-band { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--mint); }
.ff-coverage-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 48px; align-items: center; }
.ff-tag-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.ff-tag { border: 1px solid #c6d2c9; border-radius: 999px; background: var(--paper); padding: 8px 12px; color: #476166; font-size: 12px; font-weight: 700; }
.ff-lane-card { position: relative; overflow: hidden; border: 1px solid #bfd5e0; border-radius: 22px; background: #dcecf2; padding: 32px; }
.ff-lane-card::before { position: absolute; inset: 0; opacity: .5; background-image: radial-gradient(#83adbf 1px, transparent 1px); background-size: 16px 16px; content: ''; }
.ff-lane-inner { position: relative; }
.ff-lane-header { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-bottom: 20px; border-bottom: 1px solid #b6cbc0; }
.ff-lane-header > * { min-width: 0; }
.ff-lane-kicker { color: #66847d; font-family: monospace; font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.ff-lane-title { min-width: 0; margin-top: 4px; font-family: var(--display); font-size: 21px; font-weight: 700; letter-spacing: -.04em; overflow-wrap: anywhere; }
.ff-live { display: inline-flex; align-items: center; gap: 6px; border-radius: 999px; background: var(--paper); padding: 4px 10px; color: var(--teal-dark); font-size: 10px; font-weight: 700; }
.ff-live i { width: 6px; height: 6px; border-radius: 50%; background: var(--teal); }
.ff-lane-list { display: grid; gap: 12px; margin-top: 20px; }
.ff-lane-row { display: grid; grid-template-columns: 1fr auto auto; gap: 12px; align-items: center; border-radius: 11px; background: rgba(255, 255, 255, .72); padding: 14px; }
.ff-lane-row strong { color: #304b50; font-size: 12px; }
.ff-lane-row span { color: #66847d; font-size: 10px; font-weight: 700; }
.ff-lane-row b { color: var(--teal-dark); font-family: monospace; font-size: 12px; }
.ff-lane-row b small { font-size: 9px; font-weight: 400; }
.ff-lane-note { display: flex; min-width: 0; align-items: flex-start; gap: 8px; margin-top: 20px; color: #66847d; font-size: 11px; overflow-wrap: anywhere; }
.ff-lane-note svg { flex: 0 0 auto; }
.ff-testimonials-faq { display: grid; grid-template-columns: .9fr 1.1fr; gap: 48px; }
.ff-quote { max-width: 500px; margin: 24px 0 0; font-family: var(--display); font-size: clamp(28px, 4vw, 44px); font-weight: 700; line-height: 1.08; letter-spacing: -.055em; }
.ff-quote-support { max-width: 430px; margin: 20px 0 0; color: var(--ink-soft); font-size: 15px; line-height: 1.7; }
.ff-quote-person { display: flex; align-items: center; gap: 12px; margin-top: 28px; }
.ff-avatar { display: flex; width: 44px; height: 44px; align-items: center; justify-content: center; border-radius: 50%; background: var(--amber); font-weight: 700; }
.ff-quote-person strong { display: block; font-size: 14px; }
.ff-quote-person span { display: block; margin-top: 2px; color: #657477; font-size: 12px; }
.ff-faq-list { margin-top: 24px; border-top: 1px solid #d5dbd2; }
.ff-faq-item { border-bottom: 1px solid #d5dbd2; }
.ff-faq-question { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 20px; border: 0; background: transparent; padding: 20px 0; color: var(--ink); text-align: left; font-size: 14px; font-weight: 700; }
.ff-faq-question svg { flex: 0 0 auto; color: var(--teal); transition: transform .2s ease; }
.ff-faq-item.is-open .ff-faq-question svg { transform: rotate(180deg); }
.ff-faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .26s ease; }
.ff-faq-answer > div { overflow: hidden; }
.ff-faq-item.is-open .ff-faq-answer { grid-template-rows: 1fr; }
.ff-faq-answer p { margin: 0; padding: 0 36px 20px 0; color: #657477; font-size: 14px; line-height: 1.7; }
.ff-contact-band { background: var(--mint-deep); }
.ff-contact-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 48px; align-items: start; }
.ff-contact-card { border: 1px solid #bfd5e0; border-radius: var(--radius); background: #f8fafb; padding: 32px; box-shadow: 0 20px 60px rgba(11, 41, 66, .1); }
.ff-contact-card h3 { margin: 8px 0 0; font-family: var(--display); font-size: 27px; letter-spacing: -.05em; }
.ff-intake-trust { display: flex; flex-wrap: wrap; gap: 8px; margin: 20px 0; }
.ff-intake-trust span { display: inline-flex; align-items: center; gap: 6px; border: 1px solid #bfd5e0; border-radius: 999px; background: #eef7fa; padding: 7px 10px; color: var(--teal-dark); font-size: 10px; font-weight: 700; }
.ff-intake-trust svg { color: var(--cyan); }
.ff-contact-form { display: grid; gap: 20px; }
.ff-form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.ff-field { display: block; color: #476166; font-size: 12px; font-weight: 700; }
.ff-field input, .ff-field select, .ff-field textarea { display: block; width: 100%; margin-top: 8px; border: 1px solid #ccd2c8; border-radius: 10px; outline: none; background: var(--paper-light); padding: 13px 14px; color: var(--ink); font: inherit; transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease; }
.ff-field textarea { min-height: 92px; resize: vertical; }
.ff-field input:focus, .ff-field select:focus, .ff-field textarea:focus { border-color: var(--cyan); background: #ffffff; box-shadow: 0 0 0 4px rgba(6, 169, 198, .15); }
.ff-field input::placeholder, .ff-field textarea::placeholder { color: #87918e; }
.ff-form-note { margin: -6px 0 0; color: #6d7e7d; font-size: 11px; line-height: 1.6; text-align: center; }
.ff-form-note a { color: var(--teal-dark); font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }
.ff-form-live-status { border-radius: 10px; background: #e5eee8; padding: 10px 12px; color: var(--teal-dark); font-size: 12px; font-weight: 700; text-align: center; }
.ff-next-step { display: flex; align-items: flex-start; gap: 9px; margin: -2px 0; border-left: 3px solid var(--cyan); background: #eef7fa; padding: 11px 12px; color: #45606e; font-size: 11px; line-height: 1.55; }
.ff-next-step svg { flex: 0 0 auto; margin-top: 1px; color: var(--teal); }
.ff-next-step strong { color: var(--ink); }
.ff-honeypot { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); white-space: nowrap; }
.ff-contact-details { display: grid; gap: 16px; margin-top: 36px; }
.ff-contact-detail { display: flex; min-width: 0; align-items: flex-start; gap: 12px; font-size: 14px; font-weight: 700; overflow-wrap: anywhere; }
.ff-contact-detail address { color: var(--ink-soft); font-style: normal; font-weight: 500; line-height: 1.45; }
.ff-contact-detail-email { color: var(--teal-dark); overflow-wrap: anywhere; }
.ff-contact-detail-whatsapp { color: var(--teal-dark); overflow-wrap: anywhere; }
.ff-detail-icon { display: flex; width: 36px; height: 36px; flex: 0 0 auto; align-items: center; justify-content: center; border-radius: 50%; background: var(--paper); color: var(--teal-dark); }
.ff-detail-icon-amber { color: var(--amber); }
.ff-alert { margin-bottom: 20px; border-radius: 10px; padding: 12px 14px; font-size: 13px; font-weight: 600; }
.ff-alert-success { background: #dcebe4; color: var(--teal-dark); }
.ff-alert-error { background: #f4dddd; color: #8e3832; }
.ff-footer { background: var(--ink); color: var(--paper); }
.ff-footer-inner { display: flex; min-height: 170px; align-items: flex-end; justify-content: space-between; gap: 32px; padding: 40px 0; }
.ff-footer-copy { max-width: 310px; margin: 16px 0 0; color: #9db2ac; font-size: 12px; line-height: 1.6; }
.ff-footer-right { min-width: 0; max-width: 100%; color: #9db2ac; font-size: 12px; line-height: 1.9; overflow-wrap: anywhere; text-align: right; }
.ff-footer-right a { color: var(--amber-light); font-weight: 700; }
/* Compact Vertical Contact Dock */
.ff-contact-dock {
  position: fixed !important;
  z-index: 999999 !important;
  right: 22px !important;
  bottom: 28px !important;
  right: max(22px, env(safe-area-inset-right, 22px)) !important;
  bottom: max(28px, env(safe-area-inset-bottom, 28px)) !important;
  pointer-events: auto !important;
  transition: transform .25s ease, opacity .25s ease;
}
.ff-dock-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 8px;
  border-radius: 999px;
  background: rgba(11, 41, 66, .88);
  border: 1px solid rgba(255, 255, 255, .18);
  box-shadow: 0 16px 38px rgba(11, 41, 66, .28), 0 4px 12px rgba(0, 0, 0, .15);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.ff-dock-btn {
  position: relative;
  display: flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff !important;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s cubic-bezier(.34, 1.56, .64, 1), box-shadow .2s ease, background-color .2s ease;
  -webkit-tap-highlight-color: transparent;
}
.ff-dock-btn:hover {
  transform: scale(1.1);
}
.ff-dock-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}
.ff-dock-icon svg {
  display: block;
}
.ff-dock-call {
  background: #123d5d;
  border: 1px solid rgba(255, 255, 255, .16);
  box-shadow: 0 4px 14px rgba(18, 61, 93, .4);
}
.ff-dock-call:hover {
  background: #18507a;
  box-shadow: 0 6px 18px rgba(18, 61, 93, .6);
}
.ff-dock-wa {
  background: #25d366;
  border: 1px solid rgba(255, 255, 255, .28);
  box-shadow: 0 4px 16px rgba(37, 211, 102, .42);
  animation: ff-dock-pulse 3.2s infinite;
}
.ff-dock-wa:hover {
  background: #20ba5a;
  box-shadow: 0 6px 20px rgba(37, 211, 102, .6);
}
.ff-dock-req {
  background: linear-gradient(135deg, var(--amber) 0%, #f3c66b 100%);
  color: var(--ink) !important;
  border: 1px solid rgba(255, 255, 255, .35);
  box-shadow: 0 4px 16px rgba(228, 165, 58, .45);
}
.ff-dock-req:hover {
  background: linear-gradient(135deg, #f3b950 0%, #fedc8c 100%);
  color: var(--ink) !important;
  box-shadow: 0 6px 20px rgba(228, 165, 58, .65);
}
.ff-dock-label {
  position: absolute;
  right: calc(100% + 12px);
  top: 50%;
  transform: translateY(-50%) translateX(6px);
  opacity: 0;
  pointer-events: none;
  background: var(--ink);
  color: #ffffff !important;
  padding: 6px 12px;
  border-radius: 8px;
  font-family: var(--body);
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  letter-spacing: .01em;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .25);
  border: 1px solid rgba(255, 255, 255, .14);
  transition: opacity .18s ease, transform .18s ease;
  z-index: 10;
}
.ff-dock-label::after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-left-color: var(--ink);
}
.ff-dock-btn:hover .ff-dock-label,
.ff-dock-btn:focus-visible .ff-dock-label {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}
@keyframes ff-dock-pulse {
  0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, .5), 0 4px 16px rgba(37, 211, 102, .42); }
  70% { box-shadow: 0 0 0 10px rgba(37, 211, 102, 0), 0 4px 16px rgba(37, 211, 102, .42); }
  100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0), 0 4px 16px rgba(37, 211, 102, .42); }
}
.ff-reveal { opacity: 1; transform: none; }
.ff-js .ff-reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.ff-js .ff-reveal.is-visible { opacity: 1; transform: translateY(0); }
.ff-noise::after { position: fixed; z-index: 50; inset: 0; pointer-events: none; opacity: .025; content: ''; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.4'/%3E%3C/svg%3E"); }
@keyframes ff-float { 0%, 100% { transform: translateY(0) rotate(1deg); } 50% { transform: translateY(-7px) rotate(-1deg); } }
@keyframes ff-pulse { 50% { box-shadow: 0 0 0 9px rgba(40, 155, 135, 0); } }
@keyframes ff-video-slide-in { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 1100px) {
  .ff-container { width: calc(100% - 40px); max-width: 900px; }
  .ff-nav-links, .ff-nav-actions { display: none; }
  .ff-mobile-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .ff-mobile-panel.is-open { display: block; border-top: 1px solid var(--line); background: var(--paper); padding: 20px 0 24px; }
  .ff-mobile-links { display: grid; gap: 18px; }
  .ff-mobile-links a { font-size: 18px; font-weight: 700; }
  .ff-mobile-links .ff-button { margin-top: 4px; }
  .ff-hero-copy { padding: 44px 36px; }
  .ff-hero-grid { grid-template-columns: 1fr; }
  .ff-route-wrap { min-height: auto; margin: 0 20px 20px; }
  .ff-route-card { min-height: 480px; padding: 24px; }
  .ff-route-stage { min-height: 240px; }
  .ff-section-heading, .ff-dark-grid, .ff-coverage-grid, .ff-testimonials-faq, .ff-contact-grid { grid-template-columns: 1fr; }
  .ff-section-intro { justify-self: start; }
  .ff-proof-grid { grid-template-columns: repeat(2, 1fr); }
  .ff-proof-item:nth-child(2) { border-right: 0; }
  .ff-proof-item:nth-child(-n + 2) { border-bottom: 1px solid #ccd7ce; }
  .ff-service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .ff-service-card, .ff-service-card:nth-child(1), .ff-service-card:nth-child(4), .ff-service-card:nth-child(5), .ff-service-card:nth-child(6) { grid-column: auto; }
  .ff-rate-packages { grid-template-columns: 1fr 1fr; }
  .ff-rate-intro { grid-column: 1 / -1; }
  .ff-route-wrap { min-width: 0; }
  .ff-lane-row { min-width: 0; }
  .ff-lane-row strong { min-width: 0; overflow-wrap: anywhere; }
  .ff-contact-card, .ff-contact-grid > * { min-width: 0; }
}
@media (max-width: 900px) {
  .ff-process-grid { grid-template-columns: 1fr; gap: 20px; }
  .ff-process-line { display: none; }
}
@media (max-width: 700px) {
  .ff-container { width: calc(100% - 32px); max-width: 600px; }
  .ff-topbar { font-size: 10px; letter-spacing: .08em; }
  .ff-topbar span { display: none; }
  .ff-hero-wrap { padding: 32px 0 64px; }
  .ff-hero-copy { padding: 36px 20px; }
  .ff-h1 { font-size: clamp(40px, 12vw, 64px); }
  .ff-lead { font-size: 16px; }
  .ff-route-wrap { margin: 0 12px 16px; }
  .ff-route-card { min-height: 450px; padding: 18px; }
  .ff-route-stage { min-height: 230px; }
  .ff-route-copy { padding: 16px; }
  .ff-motion-section { padding-top: 16px; padding-bottom: 36px; }
  .ff-video-slider {
    min-height: 0;
    aspect-ratio: 16 / 9;
    max-height: none;
    width: 100%;
    margin-top: 14px;
    border-radius: 16px;
    overscroll-behavior: contain;
  }
  .ff-video-slider-media {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transform: none;
  }
  .ff-video-slider-shade {
    background: linear-gradient(90deg, rgba(13, 31, 37, .82) 0%, rgba(13, 31, 37, .52) 55%, rgba(13, 31, 37, .12) 100%);
  }
  .ff-video-slider::before {
    width: 62%;
    background: linear-gradient(90deg, rgba(13, 31, 37, .28), transparent);
  }
  .ff-video-slides { display: block; min-height: 100%; }
  .ff-video-slide {
    max-width: 84%;
    padding: 16px 18px 22px;
    margin-left: 0;
    align-content: center;
    justify-content: start;
  }
  .ff-video-slide span {
    margin-bottom: 4px;
    font-size: 8px;
    letter-spacing: .14em;
  }
  .ff-video-slide h2,
  .ff-video-slide h3 {
    font-size: clamp(17px, 5.2vw, 24px);
    line-height: 1.05;
    letter-spacing: -.04em;
    margin: 0;
  }
  .ff-video-slide p {
    max-width: 260px;
    margin-top: 5px;
    font-size: 11px;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .ff-video-slider-controls {
    bottom: 6px;
    left: 14px;
    display: flex;
    gap: 2px;
  }
  .ff-video-slider-controls button { width: 28px; height: 28px; }
  .ff-video-slider-controls button::after { top: 13px; left: 4px; width: 18px; height: 3px; }
  .ff-video-slider-controls button.is-active::after { width: 28px; }
  .ff-video-slider-status { right: 14px; bottom: 8px; display: flex; font-size: 7.5px; }
  .ff-video-slider-brand { top: 10px; right: 14px; font-size: 9px; }
  .ff-video-slider-brand b { width: 22px; height: 22px; font-size: 8px; border-radius: 6px; }
  .ff-video-slider-brand span { display: none; }
  .ff-motion-caption { align-items: flex-start; flex-direction: column; gap: 4px; font-size: 8px; letter-spacing: .1em; margin-top: 8px; }
  .ff-video-contact-actions { margin-top: 14px; }
  .ff-section { padding: 64px 0; }
  .ff-service-grid { display: grid; grid-template-columns: 1fr; }
  .ff-human-grid, .ff-form-grid { grid-template-columns: 1fr; }
  .ff-rate-steps, .ff-rate-packages { grid-template-columns: 1fr; }
  .ff-rate-intro { grid-column: auto; }
  .ff-lane-header { align-items: flex-start; flex-direction: column; gap: 10px; }
  .ff-lane-card, .ff-contact-card { padding: 22px 18px; }
  .ff-footer-inner { align-items: flex-start; flex-direction: column; }
  .ff-footer-right { text-align: left; }
  .ff-footer { padding-bottom: 40px; }
}
@media (max-width: 1100px) and (orientation: landscape), (max-height: 520px) {
  .ff-topbar { padding: 6px 12px; }
  .ff-nav-inner { min-height: 64px; }
  .ff-hero-wrap { padding: 24px 0 56px; }
  .ff-hero-copy { padding: 32px 36px; }
  .ff-h1 { font-size: clamp(38px, 7vw, 64px); }
  .ff-lead { margin-top: 18px; }
  .ff-hero-actions { margin-top: 22px; }
  .ff-proof-line { margin-top: 24px; }
  .ff-route-wrap { margin: 0 16px 16px; }
  .ff-route-card { min-height: 420px; padding: 20px; }
  .ff-route-stage { min-height: 220px; }
  .ff-section { padding: 48px 0; }
  .ff-motion-section { padding-top: 12px; padding-bottom: 28px; }
  .ff-video-slider { min-height: 200px; aspect-ratio: 16 / 9; max-height: 48vh; margin-top: 12px; }
  .ff-video-slide { padding-bottom: 2.5rem; }
  .ff-video-slide h2, .ff-video-slide h3 { font-size: clamp(24px, 4.5vw, 42px); }
  .ff-video-slide p { margin-top: 8px; font-size: 12px; }
  .ff-video-slider-brand { top: 12px; right: 18px; }
  .ff-video-slider-status { right: 18px; bottom: 12px; }
  .ff-motion-caption { font-size: 9px; margin-top: 8px; }
  .ff-video-contact-actions { margin-top: 12px; }
  .ff-contact-card { padding: 24px; }
  .ff-footer { padding-bottom: 40px; }
}
@media (max-width: 480px) {
  .ff-container { width: calc(100% - 24px); max-width: 100%; }
  .ff-nav-inner { min-height: 64px; }
  .ff-brand { gap: 9px; }
  .ff-brand-logo { width: 142px; height: 50px; }
  .ff-mobile-links { gap: 16px; }
  .ff-mobile-links a { font-size: 17px; }
  .ff-hero-copy { padding: 28px 16px; }
  .ff-hero-actions { align-items: stretch; flex-direction: column; }
  .ff-hero-actions .ff-button { width: 100%; }
  .ff-video-contact-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .ff-video-contact-actions .ff-button:first-child { grid-column: 1 / -1; }
  .ff-proof-line { gap: 12px 18px; }
  .ff-route-wrap { margin-right: 4px; margin-left: 4px; }
  .ff-route-card { padding: 16px; min-height: 430px; }
  .ff-route-stage { min-height: 215px; }
  .ff-route-badge { padding: 6px 10px; font-size: 9px; }
  .ff-route-copy { padding: 14px 16px; }
  .ff-route-copy strong { font-size: 22px; }
  .ff-route-label { max-width: 116px; padding: 7px 9px; font-size: 10.5px; }
  .ff-route-label small { font-size: 9.5px; }
  .ff-route-stat { right: 2%; padding: 6px 9px; font-size: 9px; }
  .ff-contact-card { padding: 20px 16px; }
}
@media (min-width: 701px) and (max-width: 1100px) and (orientation: portrait) {
  .ff-hero-copy { padding: 40px; }
  .ff-route-wrap, .ff-route-card { min-height: 460px; }
  .ff-route-stage { min-height: 240px; }
  .ff-video-slider { min-height: 360px; aspect-ratio: 16 / 9; }
}
@media (max-width: 380px) {
  .ff-container { width: calc(100% - 16px); }
  .ff-topbar { font-size: 9px; padding: 6px 8px; letter-spacing: .06em; word-break: break-word; }
  .ff-hero-copy { padding: 24px 12px; }
  .ff-h1 { font-size: clamp(32px, 10vw, 44px); }
  .ff-lead { font-size: 14.5px; }
  .ff-route-wrap { margin: 0 2px 14px; }
  .ff-route-card { padding: 14px; min-height: 410px; }
  .ff-route-stage { min-height: 195px; }
  .ff-route-label { max-width: 104px; padding: 5px 7px; font-size: 9.5px; }
  .ff-route-label small { font-size: 8.5px; }
  .ff-route-stat { max-width: 120px; font-size: 8.5px; padding: 5px 8px; }
  .ff-route-copy { padding: 12px 14px; }
  .ff-route-copy strong { font-size: 18px; }
  .ff-video-slide { padding-right: 14px; padding-left: 14px; }
  .ff-video-slide h2, .ff-video-slide h3 { font-size: clamp(15px, 4.6vw, 19px); }
  .ff-video-slide p { max-width: 210px; font-size: 10px; }
  .ff-video-slider-status { right: 10px; font-size: 6.5px; }
  .ff-video-slider-brand { right: 12px; }
  .ff-lane-row { grid-template-columns: 1fr auto; padding: 10px; gap: 6px; }
  .ff-lane-row b { grid-column: 1 / -1; font-size: 11px; }
  .ff-contact-card { padding: 18px 12px; }
  .ff-contact-dock {
    right: 8px !important;
    bottom: 14px !important;
    right: max(8px, env(safe-area-inset-right, 8px)) !important;
    bottom: max(14px, env(safe-area-inset-bottom, 14px)) !important;
  }
  .ff-dock-inner {
    padding: 5px;
    gap: 6px;
  }
  .ff-dock-btn {
    width: 40px;
    height: 40px;
  }
  .ff-dock-icon svg {
    width: 17px;
    height: 17px;
  }
}
/*
 * OPPO/ColorOS browser fallback. Certain versions can drop fixed layers that
 * combine GPU transforms, backface hiding, and an infinite shadow animation.
 */
@media (max-width: 1100px), (max-height: 520px) {
  html.ff-oppo-device .ff-contact-dock {
    position: fixed !important;
    right: 14px !important;
    bottom: 18px !important;
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    z-index: 999999 !important;
    animation: none !important;
    -webkit-transform: none !important;
    transform: none !important;
  }
  html.ff-oppo-device .ff-dock-wa {
    animation: none !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .ff-js .ff-reveal { opacity: 1; transform: none; }
}

@media (max-width: 900px), (max-height: 520px) {
  .ff-contact-dock {
    right: 14px !important;
    bottom: 18px !important;
    right: max(14px, env(safe-area-inset-right, 14px)) !important;
    bottom: max(18px, env(safe-area-inset-bottom, 18px)) !important;
  }
  .ff-dock-inner {
    gap: 8px;
    padding: 6px;
    box-shadow: 0 10px 28px rgba(11, 41, 66, .35), 0 3px 10px rgba(0, 0, 0, .2);
  }
  .ff-dock-btn {
    width: 44px;
    height: 44px;
  }
  .ff-dock-btn:hover {
    transform: none;
  }
  .ff-dock-label {
    display: none !important;
  }
}
