/**
 * Flagship Homepage — Sprint 3 production styles
 * Families: Plane → Pulse → Lattice → … → Quiet → Plane
 */

/* In-page anchors clear the fixed header */
.fx-home-coverage,
.fx-home-nav,
#lokasyonlar,
#bolgeler,
#hizmetler,
#teklif,
#yorumlar {
  scroll-margin-top: calc(var(--fx-header-h, 4.5rem) + 0.75rem);
}

.fx-anchor-alias {
  position: relative;
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  pointer-events: none;
}

/* —— Shared section head —— */
.fx-home .fx-section-head {
  margin-bottom: var(--fx-space-10);
  max-width: 36rem;
}

.fx-home .fx-section-head--quiet {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: var(--fx-space-6);
  max-width: none;
  margin-bottom: var(--fx-space-8);
}

.fx-h2--quiet {
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
}

.fx-lead--quiet {
  font-size: var(--fx-text-md);
  color: var(--fx-muted);
}

.fx-home .fx-section-head .fx-lead {
  margin-top: var(--fx-space-3);
  line-height: 1.55;
  color: var(--fx-muted);
}

/* —— 01 Hero (Kinetic split) —— */
.fx-home-hero--kinetic {
  position: relative;
  min-height: auto;
  display: block;
  align-items: unset;
  padding: clamp(5.5rem, 8vw, 6.75rem) 0 clamp(2.5rem, 5vw, 3.5rem);
  color: var(--fx-ink);
  overflow: visible;
  background:
    radial-gradient(ellipse 50% 40% at 88% 12%, color-mix(in srgb, var(--fx-accent) 12%, transparent), transparent 60%),
    radial-gradient(ellipse 40% 35% at 8% 80%, color-mix(in srgb, var(--fx-brand) 10%, transparent), transparent 55%),
    var(--fx-surface);
}

.fx-home-hero--kinetic .fx-home-hero__plane,
.fx-home-hero--kinetic > .fx-home-hero__media {
  display: none;
}

.fx-home-hero__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.5rem, 3vw, 2.5rem);
  align-items: start;
}

@media (min-width: 980px) {
  .fx-home-hero__grid {
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
    gap: 2.5rem;
  }
}

.fx-home-hero__copy {
  max-width: 40rem;
}

.fx-home-hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.fx-home-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.fx-home-hero__badge--brand {
  background: color-mix(in srgb, var(--fx-brand) 12%, #fff);
  color: var(--fx-brand);
}

.fx-home-hero__badge--live {
  background: #ecfdf5;
  color: #15803d;
  border: 1px solid color-mix(in srgb, #22c55e 24%, transparent);
}

.fx-home-hero__badge-dot {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.45);
  animation: fx-live-pulse 1.8s ease-out infinite;
}

.fx-home-hero__badge--warm {
  background: #fff7ed;
  color: #c2410c;
}

.fx-text-accent {
  color: #ea580c;
}

.fx-home-hero--kinetic .fx-home-hero__title {
  margin: 0 0 0.85rem;
  font-size: clamp(1.85rem, 4.4vw, 3rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: var(--fx-ink);
  font-weight: 800;
}

.fx-home-hero--kinetic .fx-home-hero__lead {
  margin: 0 0 1.25rem;
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--fx-muted);
  max-width: 38rem;
}

.fx-home-hero__services-label {
  margin: 0 0 0.55rem;
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--fx-muted);
}

.fx-home-hero__chips {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
  margin-bottom: 1rem;
}

@media (min-width: 640px) {
  .fx-home-hero__chips {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.fx-home-hero__chip {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.7rem 0.8rem;
  border: 1px solid var(--fx-border);
  border-radius: 0.85rem;
  background: #fff;
  color: var(--fx-ink);
  text-decoration: none;
  font-size: 0.86rem;
  font-weight: 650;
  min-height: 2.85rem;
  transition: border-color 160ms var(--fx-ease), box-shadow 160ms var(--fx-ease), transform 120ms var(--fx-ease);
}

.fx-home-hero__chip:hover {
  border-color: color-mix(in srgb, var(--fx-accent) 45%, var(--fx-border));
  box-shadow: var(--fx-shadow-sm);
  transform: translateY(-1px);
  color: var(--fx-accent);
}

.fx-home-hero__chip--more {
  background: color-mix(in srgb, var(--fx-accent) 10%, #fff);
  border-color: color-mix(in srgb, var(--fx-accent) 30%, var(--fx-border));
  color: var(--fx-accent);
}

.fx-home-hero__highlight {
  margin: 0 0 1.1rem;
  padding: 0.75rem 0.9rem;
  border-radius: 0.75rem;
  background: #fff7ed;
  color: #9a3412;
  font-size: 0.9rem;
  line-height: 1.5;
}

.fx-home-hero__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 0 0 1.25rem;
}

.fx-home-hero__stats div {
  padding: 0.35rem 0;
}

.fx-home-hero__stats dt {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--fx-ink);
  letter-spacing: -0.02em;
}

.fx-home-hero__stats dd {
  margin: 0.15rem 0 0;
  font-size: 0.8rem;
  color: var(--fx-muted);
}

.fx-home-hero--kinetic .fx-home-hero__actions {
  margin-top: 0.25rem;
}

.fx-home-hero--kinetic .fx-home-hero__actions .fx-cta-group {
  flex-wrap: wrap;
}

.fx-home-hero__card {
  background: #fff;
  border: 1px solid var(--fx-border);
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0 22px 48px rgba(15, 23, 42, 0.12);
}

.fx-home-hero__card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.85rem 1rem;
  border-bottom: 1px solid var(--fx-border);
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--fx-muted);
}

.fx-home-hero__card-head-meta {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.fx-home-hero__live {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
  background: #ecfdf5;
  color: #15803d;
  font-size: 0.72rem;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 750;
}

.fx-home-hero__live i {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: #22c55e;
  display: inline-block;
  animation: fx-live-pulse 1.8s ease-out infinite;
}

.fx-home-hero__fleet {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
  background: color-mix(in srgb, var(--fx-accent) 12%, #fff);
  color: var(--fx-accent-hover, #0f766e);
  font-size: 0.7rem;
  font-weight: 750;
  letter-spacing: 0;
  text-transform: none;
}

.fx-home-hero__card-media {
  position: relative;
  aspect-ratio: 16 / 10;
  background: var(--fx-warm);
  overflow: hidden;
}

.fx-home-hero__card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  mix-blend-mode: normal;
}

.fx-home-hero__card-media--abstract {
  background:
    radial-gradient(ellipse 55% 48% at 70% 30%, color-mix(in srgb, var(--fx-accent) 34%, transparent), transparent 62%),
    radial-gradient(ellipse 42% 38% at 20% 75%, color-mix(in srgb, var(--fx-brand) 40%, transparent), transparent 58%),
    linear-gradient(155deg, #0a3d4a 0%, #0f172a 48%, #0c4a6e 100%);
  min-height: 12rem;
}

.fx-home-hero__overlay {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.4rem 0.65rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 750;
  backdrop-filter: blur(8px);
}

.fx-home-hero__overlay--unit {
  left: 0.75rem;
  bottom: 0.75rem;
  background: rgba(15, 23, 42, 0.72);
  color: #fff;
}

.fx-home-hero__overlay--eta {
  right: 0.75rem;
  top: 0.75rem;
  background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
  color: #78350f;
  box-shadow: 0 8px 18px rgba(245, 158, 11, 0.35);
}

.fx-home-hero__overlay--tag {
  left: 0.75rem;
  top: 0.75rem;
  background: rgba(255, 255, 255, 0.92);
  color: var(--fx-ink);
}

.fx-home-hero__card-body {
  padding: 1rem 1.05rem 1rem;
}

.fx-home-hero__card-title {
  margin: 0 0 0.45rem;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.fx-home-hero__card-body p {
  margin: 0 0 0.85rem;
  color: var(--fx-muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.fx-home-hero__specs--metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
  margin: 0;
  padding: 0;
}

.fx-home-hero__specs--metrics > div {
  padding: 0.65rem 0.55rem;
  border-radius: var(--fx-radius-md);
  background: color-mix(in srgb, var(--fx-accent) 7%, #fff);
  border: 1px solid color-mix(in srgb, var(--fx-accent) 16%, var(--fx-border));
  text-align: center;
}

.fx-home-hero__specs--metrics dd {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--fx-accent-hover, #0f766e);
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.fx-home-hero__specs--metrics dt {
  margin: 0.25rem 0 0;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--fx-muted);
}

.fx-home-hero__card-foot {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem;
  padding: 0.85rem;
  background: #0f172a;
}

.fx-home-hero__card-foot .fx-btn {
  min-height: 2.85rem;
  border-radius: 999px;
  font-size: 0.88rem;
}

.fx-home-hero__card-meta {
  font-size: 0.8rem !important;
  font-weight: 650;
  color: var(--fx-brand) !important;
}

/* Legacy dark hero fallback (non-kinetic pages) */
.fx-home-hero:not(.fx-home-hero--kinetic) {
  position: relative;
  min-height: min(48vh, 440px);
  display: grid;
  align-items: end;
  padding: clamp(3rem, 6vw, 4.5rem) 0 clamp(3.25rem, 6vw, 4.25rem);
  color: var(--fx-on-dark, #f4f2ee);
  overflow: hidden;
}

.fx-home-hero__plane {
  position: absolute;
  inset: 0;
  background: var(--fx-hero);
  z-index: 0;
}

.fx-home-hero__media {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.fx-home-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.34;
  mix-blend-mode: luminosity;
}

.fx-home-hero__media--abstract {
  background:
    radial-gradient(ellipse 55% 48% at 82% 28%, color-mix(in srgb, var(--fx-accent) 34%, transparent), transparent 62%),
    radial-gradient(ellipse 42% 38% at 12% 78%, color-mix(in srgb, var(--fx-brand) 40%, transparent), transparent 58%);
}

.fx-home-hero__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(48px);
  opacity: 0.5;
  animation: fx-hero-drift 22s ease-in-out infinite alternate;
}

.fx-home-hero__orb--a {
  width: min(36vw, 340px);
  height: min(36vw, 340px);
  right: 6%;
  top: 12%;
  background: color-mix(in srgb, var(--fx-accent) 42%, transparent);
}

.fx-home-hero__orb--b {
  width: min(28vw, 260px);
  height: min(28vw, 260px);
  right: 26%;
  bottom: 10%;
  background: color-mix(in srgb, var(--fx-surface) 18%, transparent);
  animation-delay: -6s;
}

@keyframes fx-hero-drift {
  from { transform: translate3d(0, 0, 0) scale(1); }
  to { transform: translate3d(-14px, 18px, 0) scale(1.05); }
}

@media (prefers-reduced-motion: reduce) {
  .fx-home-hero__orb { animation: none; }
}

.fx-home-hero__inner {
  position: relative;
  z-index: 2;
  max-width: 38rem;
}

.fx-home-hero__eyebrow {
  margin: 0 0 var(--fx-space-4);
  font-size: var(--fx-text-xs);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(244, 242, 238, 0.62);
}

.fx-home-hero__title {
  margin: 0 0 var(--fx-space-5);
  font-family: var(--fx-font-display);
  font-size: clamp(2.1rem, 5vw, 3.25rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.028em;
  color: #fff;
}

.fx-home-hero__lead {
  margin: 0 0 var(--fx-space-7);
  max-width: 34ch;
  font-size: clamp(1.02rem, 1.7vw, 1.18rem);
  line-height: 1.55;
  color: rgba(244, 242, 238, 0.84);
}

.fx-home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--fx-space-3);
}

.fx-home-hero__actions .fx-btn--ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.35);
}

.fx-home-hero__actions .fx-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.55);
}

/* —— 02 Trust strip (Pulse) —— */
.fx-home-trust {
  padding: var(--fx-space-8) 0;
  background: var(--fx-warm);
  border-bottom: 1px solid var(--fx-border);
}

.fx-home-trust__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--fx-space-6) var(--fx-space-5);
  list-style: none;
  margin: 0;
  padding: 0;
}

.fx-home-trust__label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: var(--fx-text-xs);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--fx-muted);
}

.fx-home-trust__value {
  font-family: var(--fx-font-display);
  font-size: 1.05rem;
  font-weight: 650;
  color: var(--fx-ink);
  line-height: 1.35;
}

/* —— 03 Service Navigator (Lattice) —— */
.fx-home-nav {
  padding: var(--fx-section-y-sm) 0;
  background: var(--fx-surface);
}

.fx-home-nav__filters {
  display: flex;
  flex-wrap: wrap;
  gap: var(--fx-space-2);
  margin: 0 0 var(--fx-space-6);
}

.fx-home-nav__filter {
  padding: 0.45rem 0.85rem;
  border: 1px solid var(--fx-border);
  border-radius: var(--fx-radius-sm);
  background: transparent;
  color: var(--fx-muted);
  font-size: var(--fx-text-sm);
  font-weight: 550;
  transition: color var(--fx-duration) var(--fx-ease), border-color var(--fx-duration) var(--fx-ease), background var(--fx-duration) var(--fx-ease);
}

.fx-home-nav__filter:hover,
.fx-home-nav__filter.is-active {
  color: var(--fx-brand);
  border-color: var(--fx-brand);
  background: color-mix(in srgb, var(--fx-brand) 8%, transparent);
}

.fx-home-nav__stage {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: var(--fx-space-8) var(--fx-space-10);
  align-items: start;
}

.fx-home-nav__featured {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: var(--fx-space-7) var(--fx-space-6);
  min-height: 17.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: var(--fx-space-6);
  color: #fff;
  border-radius: calc(var(--fx-radius-md) + 2px);
  background:
    radial-gradient(120% 90% at 0% 0%, color-mix(in srgb, var(--fx-brand) 55%, #0c3d34) 0%, transparent 58%),
    linear-gradient(155deg, #0f3f37 0%, #0a2a24 48%, #071c18 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 18px 40px -28px rgba(7, 28, 24, 0.65);
  transition: transform 280ms var(--fx-ease), box-shadow 280ms var(--fx-ease);
}

.fx-home-nav__featured:hover {
  transform: translateY(-2px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 22px 48px -24px rgba(7, 28, 24, 0.72);
}

.fx-home-nav__featured-plane {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 42%, rgba(255, 255, 255, 0.05) 42.5%, transparent 58%),
    repeating-linear-gradient(
      -28deg,
      transparent 0,
      transparent 11px,
      rgba(255, 255, 255, 0.028) 11px,
      rgba(255, 255, 255, 0.028) 12px
    );
}

.fx-home-nav__featured-index {
  position: absolute;
  right: 0.85rem;
  bottom: 0.35rem;
  z-index: 0;
  font-family: var(--fx-font-display);
  font-size: clamp(4.5rem, 9vw, 6.5rem);
  font-weight: 700;
  line-height: 0.85;
  letter-spacing: -0.06em;
  color: rgba(255, 255, 255, 0.07);
  pointer-events: none;
  user-select: none;
}

.fx-home-nav__featured-body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: var(--fx-space-3);
}

.fx-home-nav__kicker {
  margin: 0;
  font-size: var(--fx-text-xs);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
}

.fx-home-nav__featured-title {
  margin: 0;
  font-family: var(--fx-font-display);
  font-size: clamp(1.55rem, 2.6vw, 1.95rem);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.025em;
}

.fx-home-nav__featured-text {
  margin: 0;
  max-width: 28ch;
  color: rgba(255, 255, 255, 0.78);
  font-size: var(--fx-text-sm);
  line-height: 1.55;
}

.fx-home-nav__featured-cta {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  width: fit-content;
  padding: 0.65rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
  font-weight: 650;
  font-size: var(--fx-text-sm);
  text-decoration: none;
  backdrop-filter: blur(6px);
  transition: background 220ms var(--fx-ease), border-color 220ms var(--fx-ease), transform 220ms var(--fx-ease);
}

.fx-home-nav__featured-cta:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.4);
  transform: translateX(2px);
}

.fx-home-nav__rows {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--fx-border);
  align-self: start;
}

.fx-home-nav__row {
  border-bottom: 1px solid var(--fx-border);
}

.fx-home-nav__featured[hidden] {
  display: none;
}


.fx-home-nav__row-link {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: var(--fx-space-4);
  align-items: center;
  padding: var(--fx-space-5) 0;
  text-decoration: none;
  color: inherit;
  transition: background var(--fx-duration) var(--fx-ease);
}

.fx-home-nav__row-link:hover .fx-home-nav__row-title {
  color: var(--fx-brand);
}

.fx-home-nav__row-title {
  display: block;
  font-family: var(--fx-font-display);
  font-size: 1.1rem;
  font-weight: 650;
  color: var(--fx-ink);
  line-height: 1.3;
  transition: color var(--fx-duration) var(--fx-ease);
}

.fx-home-nav__row-text {
  display: block;
  margin-top: 0.35rem;
  color: var(--fx-muted);
  font-size: var(--fx-text-sm);
  max-width: 42ch;
  line-height: 1.5;
}

.fx-home-nav__row-go {
  color: var(--fx-brand);
  font-size: 1.25rem;
  transition: transform var(--fx-duration) var(--fx-ease);
}

.fx-home-nav__row-link:hover .fx-home-nav__row-go {
  transform: translateX(4px);
}

.fx-home-nav__coverage {
  margin: var(--fx-space-7) 0 0;
  font-size: var(--fx-text-sm);
}

.fx-home-nav__coverage a {
  color: var(--fx-muted);
  text-decoration: none;
  border-bottom: 1px solid var(--fx-border);
}

.fx-home-nav__coverage a:hover {
  color: var(--fx-brand);
  border-bottom-color: var(--fx-brand);
}

.fx-home-nav__empty {
  padding: var(--fx-space-8) 0;
}

/* —— 04 Coverage —— */
.fx-home-coverage {
  padding: var(--fx-section-y-sm) 0;
  background:
    radial-gradient(80% 60% at 100% 0%, color-mix(in srgb, var(--fx-brand) 8%, transparent) 0%, transparent 55%),
    linear-gradient(180deg, #fff 0%, var(--fx-surface) 100%);
}

.fx-home-coverage__label {
  margin: 0 0 var(--fx-space-3);
  font-size: var(--fx-text-sm);
  font-weight: 600;
  color: var(--fx-muted);
}

.fx-home-coverage__chips {
  display: flex;
  flex-wrap: wrap;
  gap: var(--fx-space-2);
  list-style: none;
  margin: 0 0 var(--fx-space-7);
  padding: 0;
}

.fx-chip--emphasis {
  background: color-mix(in srgb, var(--fx-brand) 8%, #fff);
  border-color: color-mix(in srgb, var(--fx-brand) 22%, var(--fx-border));
  font-weight: 600;
}

.fx-home-coverage__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(158px, 1fr));
  gap: var(--fx-space-3);
  list-style: none;
  margin: 0;
  padding: 0;
}

.fx-home-coverage__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  min-height: 3.1rem;
  padding: 0.85rem 1rem;
  border: 1px solid var(--fx-border);
  border-radius: var(--fx-radius-md);
  background: #fff;
  color: var(--fx-ink);
  text-decoration: none;
  font-weight: 600;
  font-size: var(--fx-text-sm);
  box-shadow: 0 1px 0 rgba(20, 24, 32, 0.03);
  transition: border-color 180ms var(--fx-ease), color 180ms var(--fx-ease), transform 180ms var(--fx-ease), box-shadow 180ms var(--fx-ease);
}

.fx-home-coverage__link::after {
  content: "→";
  color: var(--fx-brand);
  opacity: 0.55;
  transition: transform 180ms var(--fx-ease), opacity 180ms var(--fx-ease);
}

.fx-home-coverage__link:hover {
  color: var(--fx-brand);
  border-color: color-mix(in srgb, var(--fx-brand) 35%, var(--fx-border));
  transform: translateY(-1px);
  box-shadow: 0 10px 24px -18px rgba(20, 24, 32, 0.35);
}

.fx-home-coverage__link:hover::after {
  opacity: 1;
  transform: translateX(2px);
}

/* —— 05 Why —— */
.fx-home-why {
  padding: var(--fx-section-y-sm) 0;
  background: var(--fx-surface);
}

.fx-home-why__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--fx-space-8) var(--fx-space-7);
  list-style: none;
  margin: 0;
  padding: 0;
}

.fx-home-why__block {
  padding-top: var(--fx-space-4);
  border-top: 2px solid var(--fx-brand);
}

.fx-home-why__title {
  margin: 0 0 var(--fx-space-2);
  font-family: var(--fx-font-display);
  font-size: 1.15rem;
  font-weight: 650;
}

.fx-home-why__text {
  margin: 0;
  color: var(--fx-muted);
  line-height: 1.55;
  font-size: var(--fx-text-sm);
}

/* —— 06 Process —— */
.fx-home-process {
  padding: var(--fx-section-y-sm) 0;
  background: var(--fx-warm);
}

.fx-home-process__track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--fx-space-6);
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: none;
}

.fx-home-process__num {
  display: block;
  font-family: var(--fx-font-display);
  font-size: 2.25rem;
  font-weight: 700;
  color: var(--fx-accent);
  opacity: 0.5;
  line-height: 1;
}

.fx-home-process__name {
  margin: var(--fx-space-3) 0 var(--fx-space-2);
  font-size: 1.1rem;
  font-weight: 650;
}

.fx-home-process__text {
  margin: 0;
  color: var(--fx-muted);
  font-size: var(--fx-text-sm);
  line-height: 1.5;
}

/* —— 07 Gallery —— */
.fx-home-gallery {
  padding: var(--fx-section-y-sm) 0;
  background: #fff;
}

.fx-home-gallery__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--fx-space-5);
}

.fx-home-gallery__item {
  margin: 0;
  background: var(--fx-warm);
  overflow: hidden;
}

.fx-home-gallery__item > img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.fx-home-gallery__pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.fx-home-gallery__shot {
  position: relative;
}

.fx-home-gallery__shot img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.fx-home-gallery__badge {
  position: absolute;
  top: var(--fx-space-2);
  left: var(--fx-space-2);
  z-index: 1;
  padding: 0.2rem 0.5rem;
  background: rgba(20, 24, 32, 0.72);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 650;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.fx-home-gallery__caption {
  padding: var(--fx-space-3) var(--fx-space-4);
  font-size: var(--fx-text-sm);
  color: var(--fx-muted);
}

/* —— 08 Reviews —— */
.fx-home-reviews {
  padding: var(--fx-section-y-sm) 0;
  background: var(--fx-surface);
}

.fx-home-reviews__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--fx-space-6);
  list-style: none;
  margin: 0;
  padding: 0;
}

.fx-home-reviews__item {
  padding: var(--fx-space-6) 0 0;
  border-top: 1px solid var(--fx-border);
}

.fx-home-reviews__rating {
  margin: 0 0 var(--fx-space-3);
  color: var(--fx-accent);
  letter-spacing: 0.08em;
  font-size: 0.95rem;
}

.fx-home-reviews .fx-quote {
  margin: 0;
  border: 0;
  padding: 0;
  background: transparent;
}

.fx-home-reviews .fx-quote__text {
  font-size: 1.05rem;
  line-height: 1.55;
  color: var(--fx-ink);
}

/* —— 09 FAQ split (reference) —— */
.fx-home-faq--split {
  padding: var(--fx-section-y-sm) 0;
  background:
    radial-gradient(60% 40% at 100% 0%, color-mix(in srgb, var(--fx-accent) 8%, transparent), transparent 55%),
    var(--fx-surface);
}

.fx-home-faq__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.9fr);
  gap: 1.25rem;
  align-items: start;
}

.fx-home-faq__card,
.fx-home-faq__side {
  background: #fff;
  border: 1px solid var(--fx-border);
  border-radius: 1.25rem;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04);
}

.fx-home-faq__card {
  padding: 1.35rem 1.35rem 1.25rem;
}

.fx-home-faq__block + .fx-home-faq__block {
  margin-top: 1.25rem;
  padding-top: 1.15rem;
  border-top: 1px solid var(--fx-border);
}

.fx-home-faq__block-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 0.55rem;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--fx-ink);
}

.fx-home-faq__process-title {
  margin: 0 0 1rem;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--fx-ink);
}

.fx-home-faq__block-title .fx-icon {
  color: var(--fx-accent);
}

.fx-home-faq__block p {
  margin: 0;
  color: var(--fx-muted);
  font-size: 0.95rem;
  line-height: 1.65;
}

.fx-home-faq__pills {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
  margin-top: 1.35rem;
}

.fx-home-faq__pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.7rem 0.85rem;
  border-radius: 999px;
  border: 1px solid var(--fx-border);
  background: #fff;
  font-size: 0.84rem;
  font-weight: 650;
  color: var(--fx-ink);
}

.fx-home-faq__pill .fx-icon {
  color: #16a34a;
  flex-shrink: 0;
}

.fx-home-faq__side {
  padding: 1.15rem 1.05rem 1.05rem;
}

.fx-home-faq__side-head {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.65rem;
}

.fx-home-faq__side-head .fx-h2 {
  margin: 0;
  font-size: clamp(1.15rem, 2vw, 1.4rem);
}

.fx-home-faq__side-head .fx-icon {
  color: #ea580c;
}

.fx-home-faq__side-lead {
  margin: 0 0 1rem;
  font-size: 0.9rem;
}

.fx-home-faq__accordion .fx-accordion {
  border: 0 !important;
  display: grid;
  gap: 0.6rem;
}

.fx-home-faq__accordion .fx-accordion__item {
  border: 1px solid var(--fx-border) !important;
  border-radius: 0.95rem !important;
  background: #fff;
  overflow: hidden;
  margin: 0;
}

.fx-home-faq__accordion .fx-accordion__item[open] {
  border-color: color-mix(in srgb, var(--fx-accent) 28%, var(--fx-border)) !important;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
}

.fx-home-faq__accordion .fx-accordion__trigger {
  padding: 0.95rem 1rem;
  font-size: 0.92rem;
  font-weight: 700;
  background: #fff;
}

.fx-home-faq__accordion .fx-accordion__item[open] .fx-accordion__trigger {
  background: color-mix(in srgb, var(--fx-accent) 6%, #fff);
}

.fx-home-faq__accordion .fx-accordion__icon {
  width: 0.65rem;
  height: 0.65rem;
  border-color: #16a34a;
  transform: rotate(45deg) translateY(-2px);
}

.fx-home-faq__accordion .fx-accordion__item[open] .fx-accordion__icon {
  transform: rotate(225deg);
}

.fx-home-faq__accordion .fx-accordion__panel {
  padding: 0 1rem 0.95rem !important;
  border-top: 1px solid var(--fx-border);
  margin-top: 0;
  padding-top: 0.75rem !important;
  font-size: 0.9rem;
}

.fx-home-faq__cta {
  margin-top: 0.95rem;
  padding: 1.15rem 1.05rem 1.1rem;
  border-radius: 1.1rem;
  background: linear-gradient(160deg, #0f172a 0%, #111827 100%);
  color: #fff;
}

.fx-home-faq__cta-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0 0 0.55rem;
  color: #fbbf24;
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.fx-home-faq__cta-title {
  margin: 0 0 0.4rem;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.fx-home-faq__cta-text {
  margin: 0 0 0.95rem;
  color: rgba(248, 250, 252, 0.72);
  font-size: 0.88rem;
  line-height: 1.5;
}

.fx-home-faq__cta .fx-btn {
  border-radius: 999px;
}

.fx-home-faq__cta-wa {
  display: inline-flex;
  margin-top: 0.75rem;
  color: rgba(248, 250, 252, 0.82);
  font-size: 0.86rem;
  font-weight: 650;
  text-decoration: none;
}

.fx-home-faq__cta-wa:hover {
  color: #fff;
}

@media (max-width: 920px) {
  .fx-home-faq__grid {
    grid-template-columns: 1fr;
  }

  .fx-home-faq__pills {
    grid-template-columns: 1fr;
  }
}

/* —— 10 Guides (quiet) —— */
.fx-home-guides {
  padding: var(--fx-section-y-sm) 0;
  background: var(--fx-surface);
}

.fx-home-guides__hub {
  flex-shrink: 0;
  color: var(--fx-muted);
  font-size: var(--fx-text-sm);
  text-decoration: none;
  border-bottom: 1px solid var(--fx-border);
}

.fx-home-guides__hub:hover {
  color: var(--fx-brand);
  border-bottom-color: var(--fx-brand);
}

.fx-home-guides__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--fx-space-6);
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--fx-border);
}

.fx-home-guides__item {
  padding-top: var(--fx-space-5);
}

.fx-home-guides__title {
  margin: 0 0 var(--fx-space-2);
  font-family: var(--fx-font-display);
  font-size: 1.1rem;
  font-weight: 650;
  line-height: 1.3;
}

.fx-home-guides__title a {
  color: var(--fx-ink);
  text-decoration: none;
}

.fx-home-guides__title a:hover {
  color: var(--fx-brand);
}

.fx-home-guides__excerpt {
  margin: 0;
  color: var(--fx-muted);
  font-size: var(--fx-text-sm);
  line-height: 1.5;
}

.fx-home-guides__service {
  margin: var(--fx-space-3) 0 0;
  font-size: var(--fx-text-xs);
}

.fx-home-guides__service a {
  color: var(--fx-brand);
  text-decoration: none;
  font-weight: 600;
}

.fx-home-guides__service a:hover {
  text-decoration: underline;
}

/* —— Shared kicker —— */
.fx-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0 0 0.65rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--fx-accent);
}

.fx-kicker .fx-icon {
  width: 1rem;
  height: 1rem;
  color: var(--fx-accent);
}

/* —— Hero live panel extras —— */
.fx-home-hero__card-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
}

.fx-home-hero__eta {
  flex-shrink: 0;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: color-mix(in srgb, var(--fx-live, #84cc16) 18%, #fff);
  color: #3f6212;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.fx-home-hero__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin: 0.75rem 0 0.85rem;
}

.fx-home-hero__tab {
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  border: 1px solid var(--fx-border);
  background: #fff;
  color: var(--fx-muted);
  font-size: 0.75rem;
  font-weight: 650;
}

.fx-home-hero__tab.is-active {
  background: color-mix(in srgb, var(--fx-accent) 12%, #fff);
  border-color: color-mix(in srgb, var(--fx-accent) 35%, var(--fx-border));
  color: var(--fx-accent-hover, var(--fx-accent));
}

.fx-home-hero__specs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
  margin: 0.85rem 0 1rem;
  padding: 0;
}

.fx-home-hero__specs > div {
  padding: 0.55rem 0.6rem;
  border-radius: var(--fx-radius-sm);
  background: var(--fx-surface);
  border: 1px solid var(--fx-border);
}

.fx-home-hero__specs dt {
  margin: 0;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--fx-muted);
}

.fx-home-hero__specs dd {
  margin: 0.2rem 0 0;
  font-size: 0.78rem;
  font-weight: 650;
  color: var(--fx-ink);
  line-height: 1.3;
}

/* —— VIP Service Catalog —— */
.fx-home-catalog {
  padding: var(--fx-section-y-sm) 0;
  background:
    radial-gradient(70% 50% at 0% 0%, color-mix(in srgb, var(--fx-accent) 10%, transparent), transparent 55%),
    var(--fx-surface);
}

.fx-section-head--catalog {
  max-width: 40rem;
}

.fx-home-catalog__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.15rem;
}

.fx-vip-card {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1.25rem 1.2rem 1.15rem;
  border-radius: var(--fx-radius-xl, 22px);
  border: 1px solid var(--fx-border);
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
  transition: transform 220ms var(--fx-ease), box-shadow 220ms var(--fx-ease), border-color 220ms var(--fx-ease);
}

.fx-vip-card:hover {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--fx-accent) 30%, var(--fx-border));
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.1);
}

.fx-vip-card--featured {
  border-color: color-mix(in srgb, var(--fx-accent) 28%, var(--fx-border));
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--fx-accent) 6%, #fff) 0%, #fff 42%);
}

.fx-vip-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.fx-vip-card__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  background: color-mix(in srgb, #f97316 14%, #fff);
  color: #c2410c;
  font-size: 0.7rem;
  font-weight: 750;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.fx-vip-card__icon {
  display: inline-flex;
  width: 2.25rem;
  height: 2.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: var(--fx-accent-soft, #f0fdfa);
  color: var(--fx-accent);
}

.fx-vip-card__icon svg {
  width: 1.15rem;
  height: 1.15rem;
}

.fx-vip-card__title {
  margin: 0;
  font-family: var(--fx-font-display);
  font-size: 1.2rem;
  font-weight: 750;
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: var(--fx-ink);
}

.fx-vip-card__text {
  margin: 0;
  color: var(--fx-muted);
  font-size: var(--fx-text-sm);
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.fx-vip-card__list {
  list-style: none;
  margin: 0.15rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}

.fx-vip-card__list li {
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
  font-size: 0.86rem;
  color: var(--fx-ink-soft, var(--fx-ink));
  line-height: 1.4;
}

.fx-vip-card__list .fx-icon {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  margin-top: 0.1rem;
  color: var(--fx-accent);
}

.fx-vip-card__foot {
  margin-top: auto;
  padding-top: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  border-top: 1px solid var(--fx-border);
}

.fx-vip-card__meta {
  font-size: 0.75rem;
  color: var(--fx-muted);
  font-weight: 600;
}

.fx-home-catalog__more {
  margin-top: 1.25rem;
  text-align: center;
}

.fx-home-catalog__more-link {
  color: var(--fx-accent);
  font-weight: 700;
  text-decoration: none;
}

.fx-home-catalog__more-link:hover {
  text-decoration: underline;
}

/* —— Coverage location cards —— */
.fx-home-coverage--kinetic {
  background:
    radial-gradient(60% 45% at 100% 0%, color-mix(in srgb, #f97316 10%, transparent), transparent 55%),
    linear-gradient(180deg, #fff 0%, var(--fx-surface) 100%);
}

.fx-home-coverage__cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.95rem;
}

.fx-loc-card {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  padding: 1.05rem 1rem 1rem;
  border-radius: var(--fx-radius-lg);
  border: 1px solid var(--fx-border);
  background: #fff;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04);
  transition: transform 200ms var(--fx-ease), box-shadow 200ms var(--fx-ease), border-color 200ms var(--fx-ease);
}

.fx-loc-card:hover {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--fx-accent) 28%, var(--fx-border));
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.08);
}

.fx-loc-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.5rem;
}

.fx-loc-card__title {
  margin: 0;
  font-family: var(--fx-font-display);
  font-size: 1.02rem;
  font-weight: 750;
  letter-spacing: -0.02em;
  color: var(--fx-ink);
  line-height: 1.25;
}

.fx-loc-card__live {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  flex-shrink: 0;
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
  background: color-mix(in srgb, var(--fx-live, #84cc16) 16%, #fff);
  color: #3f6212;
  font-size: 0.68rem;
  font-weight: 750;
}

.fx-loc-card__live i {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--fx-live, #84cc16);
  box-shadow: 0 0 0 0 color-mix(in srgb, var(--fx-live, #84cc16) 55%, transparent);
  animation: fx-live-pulse 1.8s var(--fx-ease) infinite;
}

.fx-loc-card__live--soft {
  background: color-mix(in srgb, var(--fx-muted, #64748b) 12%, #fff);
  color: var(--fx-muted, #64748b);
  font-weight: 650;
}

@keyframes fx-live-pulse {
  0% { box-shadow: 0 0 0 0 color-mix(in srgb, var(--fx-live, #84cc16) 45%, transparent); }
  70% { box-shadow: 0 0 0 8px transparent; }
  100% { box-shadow: 0 0 0 0 transparent; }
}

.fx-loc-card__meta {
  margin: 0;
  color: var(--fx-muted);
  font-size: 0.8rem;
  line-height: 1.4;
}

.fx-loc-card__cta {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding-top: 0.35rem;
  color: var(--fx-accent);
  font-weight: 750;
  font-size: 0.88rem;
  text-decoration: none;
}

.fx-loc-card__cta:hover {
  color: var(--fx-accent-hover, var(--fx-brand));
}

.fx-loc-card__cta .fx-icon {
  width: 0.95rem;
  height: 0.95rem;
}

.fx-home-coverage__more {
  margin-top: 1.25rem;
}

.fx-home-coverage__more > summary {
  cursor: pointer;
  font-weight: 700;
  color: var(--fx-muted);
  list-style: none;
}

.fx-home-coverage__more > summary::-webkit-details-marker {
  display: none;
}

.fx-home-coverage__more[open] > summary {
  margin-bottom: 0.85rem;
  color: var(--fx-ink);
}

.fx-home-coverage__more .fx-home-coverage__grid {
  margin-top: 0.25rem;
}

/* —— Trust kinetic —— */
.fx-home-trust--kinetic {
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--fx-accent) 6%, var(--fx-warm)) 0%, var(--fx-warm) 100%);
  border-bottom: 1px solid var(--fx-border);
}

.fx-home-trust__item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.85rem 0.9rem;
  border-radius: var(--fx-radius-md);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid color-mix(in srgb, var(--fx-border) 80%, transparent);
}

.fx-home-trust__icon {
  display: inline-flex;
  width: 2.1rem;
  height: 2.1rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #fff;
  color: var(--fx-accent);
  box-shadow: var(--fx-shadow-xs);
}

.fx-home-trust__icon svg {
  width: 1.1rem;
  height: 1.1rem;
}

.fx-home-trust__copy {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
}

/* —— Process kinetic cards —— */
.fx-home-process--kinetic .fx-home-process__step {
  padding: 1.15rem 1.1rem 1.2rem;
  border-radius: var(--fx-radius-lg);
  background: #fff;
  border: 1px solid var(--fx-border);
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04);
  transition: transform 200ms var(--fx-ease), box-shadow 200ms var(--fx-ease);
}

.fx-home-process--kinetic .fx-home-process__step:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
}

.fx-home-process--kinetic .fx-home-process__num {
  opacity: 1;
  background: var(--fx-cta-grad, var(--fx-accent));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 1.85rem;
}

/* —— Floating contact dock (reference pill) —— */
.fx-dock {
  position: fixed;
  left: 50%;
  bottom: 1rem;
  z-index: 98;
  width: max-content;
  max-width: calc(100vw - 1.5rem);
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.55rem 0.6rem 0.55rem 1rem;
  border-radius: 999px;
  background: #0b1220;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.35);
}

.fx-dock__status {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.fx-dock__status .fx-icon {
  color: #fbbf24;
}

.fx-dock__pulse {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.45);
  animation: fx-live-pulse 1.8s ease-out infinite;
}

.fx-dock__actions {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.fx-dock__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-height: 2.65rem;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.fx-dock__btn--wa {
  background: #22c55e;
  color: #0b1220;
}

.fx-dock__btn--wa:hover {
  background: #16a34a;
  color: #0b1220;
}

.fx-dock__btn--phone {
  background: var(--fx-cta-grad, linear-gradient(135deg, #0d9488 0%, #f97316 100%));
  color: #fff;
}

.fx-dock__btn--phone:hover {
  filter: brightness(1.05);
  color: #fff;
}

@media (max-width: 920px) {
  .fx-dock {
    display: none;
  }
}

/* No empty page gap under footer — dock overlays footer padding */
body.fx {
  padding-bottom: 0 !important;
}

body.fx.has-mobile-bar {
  padding-bottom: calc(var(--fx-mobile-bar-h) + env(safe-area-inset-bottom, 0px) + var(--fx-space-2)) !important;
}

@media (min-width: 921px) {
  body.fx.has-mobile-bar {
    padding-bottom: 0 !important;
  }
}

/* —— Responsive —— */
@media (max-width: 1100px) {
  .fx-home-catalog__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fx-home-coverage__cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .fx-home-trust__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fx-home-nav__stage {
    grid-template-columns: 1fr;
  }

  .fx-home-why__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fx-home-process__track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fx-home-coverage__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fx-home-hero__specs {
    grid-template-columns: 1fr;
  }

  .fx-home-reviews__list,
  .fx-home-guides__list {
    grid-template-columns: 1fr;
  }

  .fx-home-gallery__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .fx-home-hero {
    min-height: auto;
    padding-bottom: var(--fx-space-10);
    align-items: center;
  }

  .fx-home-trust__list,
  .fx-home-why__grid,
  .fx-home-process__track {
    grid-template-columns: 1fr;
  }

  .fx-home-coverage__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fx-home-catalog__grid,
  .fx-home-coverage__cards {
    grid-template-columns: 1fr;
  }

  .fx-section-head--quiet {
    flex-direction: column;
    align-items: flex-start;
  }
}
