body.fixgent-rebuild,
body.fixgent-booking,
body.fixgent-flow,
body.fixgent-flow-page,
body.fixgent-checkout-page {
  --fg-ink: #17201d;
  --fg-muted: #65716b;
  --fg-soft: #f5f3ee;
  --fg-surface: #fffdf8;
  --fg-surface-strong: #ffffff;
  --fg-line: rgba(23, 32, 29, 0.1);
  --fg-green: #17624f;
  --fg-green-hover: #124f40;
  --fg-green-soft: #eaf4ef;
  --fg-gold: #f2bf2f;
  --fg-gold-soft: #fff3c9;
  --fg-blue: #426a76;
  --fg-clay: #a95f46;
  --fg-dark: #111816;
  --fg-shadow: 0 18px 42px rgba(23, 32, 29, 0.08);
  --fg-shadow-strong: 0 28px 64px rgba(23, 32, 29, 0.14);
}

body.fixgent-rebuild {
  margin: 0;
  background: var(--fg-soft);
  color: var(--fg-ink);
  font-family: "Proxima Nova Alt Regular", Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 0;
}

body.fixgent-rebuild a,
body.fixgent-rebuild a:hover,
body.fixgent-rebuild a:focus {
  text-decoration: none;
}

.fg-site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 84px;
  padding: 0 5vw;
  background: rgba(255, 253, 248, 0.97);
  border-bottom: 1px solid var(--fg-line);
  box-shadow: 0 10px 30px rgba(23, 32, 29, 0.06);
}

.fg-logo-link img {
  display: block;
  width: min(210px, 42vw);
  height: auto;
}

.fg-main-nav,
.fg-header-actions {
  display: flex;
  align-items: center;
  gap: 22px;
}

.fg-main-nav a,
.fg-text-link {
  color: var(--fg-ink);
  font-size: 15px;
  font-weight: 700;
}

.fg-main-nav a:hover,
.fg-text-link:hover,
.fg-section-heading a:hover,
.fg-footer a:hover {
  color: var(--fg-green);
}

.fg-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  border-radius: 8px;
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.fg-button:hover {
  transform: translateY(-1px);
}

.fg-button-primary {
  background: var(--fg-green);
  color: #fff;
  box-shadow: 0 14px 28px rgba(23, 98, 79, 0.24);
}

.fg-button-outline {
  border-color: var(--fg-line);
  color: var(--fg-ink);
  background: var(--fg-surface);
}

.fg-button-dark {
  background: var(--fg-dark);
  color: #fff;
}

.fg-hero {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  background: var(--fg-dark);
}

.fg-hero picture,
.fg-hero-image,
.fg-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.fg-hero-image {
  object-fit: cover;
  object-position: center;
}

.fg-hero-shade {
  background:
    linear-gradient(90deg, rgba(12, 18, 16, 0.9) 0%, rgba(12, 18, 16, 0.68) 42%, rgba(12, 18, 16, 0.3) 100%),
    linear-gradient(0deg, rgba(12, 18, 16, 0.3), rgba(12, 18, 16, 0.3));
}

.fg-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.62fr);
  align-items: end;
  gap: 44px;
  max-width: 1240px;
  min-height: 650px;
  margin: 0 auto;
  padding: 86px 28px 58px;
}

.fg-kicker {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--fg-green);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.fg-hero .fg-kicker {
  color: var(--fg-gold);
}

.fg-hero-copy h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(44px, 6vw, 76px);
  font-weight: 900;
  line-height: 0.98;
}

.fg-hero-copy p {
  max-width: 650px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 20px;
  line-height: 1.55;
}

.fg-search-panel {
  width: 100%;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.95);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.26);
}

.fg-search-panel label {
  display: block;
  margin: 0 0 12px;
  color: var(--fg-ink);
  font-size: 17px;
  font-weight: 900;
}

.fg-search-row {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) 128px;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 7px 7px 7px 16px;
  border: 1px solid var(--fg-line);
  border-radius: 8px;
  background: #fff;
}

.fg-search-row i {
  color: var(--fg-green);
  font-size: 17px;
}

.fg-search-row input {
  min-width: 0;
  border: 0;
  outline: 0;
  color: var(--fg-ink);
  font-size: 16px;
}

.fg-search-row button {
  min-height: 44px;
  border: 0;
  border-radius: 8px;
  background: var(--fg-green);
  color: #fff;
  font-size: 15px;
  font-weight: 900;
}

.fg-quick-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.fg-quick-links a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 13px;
  border-radius: 8px;
  background: var(--fg-green-soft);
  color: var(--fg-ink);
  font-size: 14px;
  font-weight: 800;
}

.fg-section {
  max-width: 1240px;
  margin: 0 auto;
  padding: 78px 28px;
}

.fg-section-tight {
  padding-top: 64px;
}

.fg-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px;
}

.fg-section-heading h2,
.fg-split h2,
.fg-trust-copy h2,
.fg-cta h2 {
  margin: 0;
  color: var(--fg-ink);
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 900;
  line-height: 1.06;
}

.fg-section-heading a {
  flex: 0 0 auto;
  color: var(--fg-ink);
  font-size: 15px;
  font-weight: 900;
}

.fg-service-grid,
.fg-project-grid,
.fg-tasker-grid,
.fg-blog-grid {
  display: grid;
  gap: 18px;
}

.fg-service-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.fg-service-card,
.fg-project-card,
.fg-tasker-card,
.fg-blog-card,
.fg-steps article {
  border: 1px solid var(--fg-line);
  border-radius: 8px;
  background: var(--fg-surface);
  box-shadow: var(--fg-shadow);
}

.fg-service-card {
  display: grid;
  gap: 8px;
  min-height: 152px;
  padding: 22px;
  color: var(--fg-ink);
}

.fg-service-card:hover,
.fg-project-card:hover,
.fg-tasker-card:hover,
.fg-blog-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--fg-shadow-strong);
}

.fg-service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: var(--fg-gold-soft);
  color: var(--fg-ink);
}

.fg-service-card strong,
.fg-project-card span,
.fg-tasker-card strong,
.fg-blog-card strong {
  color: var(--fg-ink);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
}

.fg-service-card small {
  color: var(--fg-muted);
  font-size: 14px;
}

.fg-split {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 48px;
  align-items: center;
}

.fg-split p,
.fg-trust-copy p,
.fg-cta p {
  margin: 18px 0 0;
  color: var(--fg-muted);
  font-size: 18px;
  line-height: 1.6;
}

.fg-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.fg-steps article {
  min-height: 210px;
  padding: 22px;
}

.fg-steps span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--fg-green);
  color: #fff;
  font-weight: 900;
}

.fg-steps h3 {
  margin: 22px 0 8px;
  color: var(--fg-ink);
  font-size: 20px;
  font-weight: 900;
}

.fg-steps p {
  margin: 0;
  color: var(--fg-muted);
  line-height: 1.5;
}

.fg-project-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.fg-project-card,
.fg-blog-card {
  display: block;
  overflow: hidden;
  color: var(--fg-ink);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.fg-project-card img,
.fg-blog-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #e8e6dd;
}

.fg-project-card span,
.fg-project-card strong,
.fg-blog-card strong,
.fg-blog-card span {
  display: block;
  padding: 0 18px;
}

.fg-project-card span,
.fg-blog-card strong {
  padding-top: 18px;
}

.fg-project-card strong,
.fg-blog-card span {
  padding-top: 8px;
  padding-bottom: 18px;
  color: var(--fg-green);
  font-size: 14px;
  font-weight: 900;
}

.fg-trust-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.72fr);
  gap: 32px;
  align-items: center;
  max-width: none;
  padding-right: calc((100vw - min(1240px, calc(100vw - 56px))) / 2 + 28px);
  padding-left: calc((100vw - min(1240px, calc(100vw - 56px))) / 2 + 28px);
  background: var(--fg-dark);
}

.fg-trust-copy h2,
.fg-trust-copy p {
  color: #fff;
}

.fg-trust-copy p {
  color: rgba(255, 255, 255, 0.74);
}

.fg-trust-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.fg-trust-stats div {
  min-height: 118px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.fg-trust-stats strong,
.fg-trust-stats span {
  display: block;
}

.fg-trust-stats strong {
  color: var(--fg-gold);
  font-size: 24px;
  font-weight: 900;
}

.fg-trust-stats span {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.4;
}

.fg-tasker-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fg-tasker-card {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 150px;
  padding: 18px;
  color: var(--fg-ink);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.fg-tasker-card img {
  width: 96px;
  height: 96px;
  border-radius: 8px;
  object-fit: cover;
  background: #e8e6dd;
}

.fg-tasker-card p {
  margin: 8px 0 0;
  color: var(--fg-muted);
  line-height: 1.45;
}

.fg-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-radius: 8px;
  background: var(--fg-dark);
}

.fg-cta p {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.76);
}

.fg-cta h2 {
  color: #fff;
}

.fg-blog-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fg-footer {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto auto;
  gap: 34px;
  align-items: center;
  padding: 44px 5vw;
  background: var(--fg-surface);
  border-top: 1px solid var(--fg-line);
}

.fg-footer img {
  max-width: 174px;
  height: auto;
}

.fg-footer p {
  max-width: 440px;
  margin: 14px 0 0;
  color: var(--fg-muted);
  line-height: 1.5;
}

.fg-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.fg-footer a {
  color: var(--fg-ink);
  font-weight: 800;
}

.fg-store-links {
  display: flex;
  gap: 10px;
}

.fg-store-links img {
  height: 42px;
  width: auto;
}

@media (max-width: 1060px) {
  .fg-main-nav {
    display: none;
  }

  .fg-hero-inner,
  .fg-split,
  .fg-trust-band {
    grid-template-columns: 1fr;
  }

  .fg-hero-inner {
    align-items: center;
  }

  .fg-search-panel {
    max-width: 640px;
  }

  .fg-service-grid,
  .fg-project-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fg-tasker-grid,
  .fg-blog-grid,
  .fg-steps {
    grid-template-columns: 1fr;
  }

  .fg-footer {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .fg-site-header {
    min-height: 74px;
    padding: 0 18px;
    gap: 14px;
  }

  .fg-logo-link img {
    width: 146px;
  }

  .fg-header-actions {
    gap: 10px;
  }

  .fg-text-link {
    display: none;
  }

  .fg-button {
    min-height: 40px;
    padding: 0 14px;
    font-size: 14px;
  }

  .fg-hero,
  .fg-hero-inner {
    min-height: 720px;
  }

  .fg-hero-shade {
    background: linear-gradient(0deg, rgba(8, 10, 9, 0.86) 0%, rgba(8, 10, 9, 0.62) 58%, rgba(8, 10, 9, 0.32) 100%);
  }

  .fg-hero-inner {
    padding: 56px 18px 38px;
  }

  .fg-hero-copy h1 {
    font-size: 42px;
    line-height: 1.02;
  }

  .fg-hero-copy p {
    font-size: 17px;
  }

  .fg-search-row {
    grid-template-columns: 22px minmax(0, 1fr);
  }

  .fg-search-row button {
    grid-column: 1 / -1;
    width: 100%;
  }

  .fg-section {
    padding: 56px 18px;
  }

  .fg-section-heading {
    display: block;
  }

  .fg-section-heading a {
    display: inline-block;
    margin-top: 12px;
  }

  .fg-service-grid,
  .fg-project-grid,
  .fg-trust-stats {
    grid-template-columns: 1fr;
  }

  .fg-tasker-card {
    grid-template-columns: 74px minmax(0, 1fr);
  }

  .fg-tasker-card img {
    width: 74px;
    height: 74px;
  }

  .fg-cta {
    display: grid;
  }

  .fg-store-links {
    flex-wrap: wrap;
  }
}

.fg-catalog-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.55fr);
  gap: 34px;
  align-items: end;
  max-width: 1240px;
  margin: 0 auto;
  padding: 88px 28px 56px;
}

.fg-catalog-hero h1 {
  max-width: 820px;
  margin: 0;
  color: #151515;
  font-size: clamp(44px, 5vw, 70px);
  font-weight: 900;
  line-height: 1;
}

.fg-catalog-hero p {
  max-width: 660px;
  margin: 20px 0 0;
  color: #5f665f;
  font-size: 19px;
  line-height: 1.58;
}

.fg-catalog-search {
  padding: 20px;
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(20, 20, 20, 0.08);
}

.fg-catalog-search label {
  display: block;
  margin-bottom: 10px;
  color: #151515;
  font-weight: 900;
}

.fg-catalog-search div {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr) 96px;
  gap: 10px;
  align-items: center;
  min-height: 54px;
  padding: 6px 6px 6px 14px;
  border: 1px solid rgba(20, 20, 20, 0.14);
  border-radius: 8px;
}

.fg-catalog-search i {
  color: #2f8067;
}

.fg-catalog-search input {
  min-width: 0;
  border: 0;
  outline: 0;
  font-size: 15px;
}

.fg-catalog-search button {
  min-height: 42px;
  border: 0;
  border-radius: 8px;
  background: #2f8067;
  color: #fff;
  font-weight: 900;
}

.fg-catalog-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.fg-catalog-card {
  display: block;
  overflow: hidden;
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-radius: 8px;
  background: #fff;
  color: #151515;
  box-shadow: 0 16px 36px rgba(20, 20, 20, 0.06);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.fg-catalog-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 46px rgba(20, 20, 20, 0.1);
}

.fg-catalog-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
  background: #e5e8e2;
}

.fg-catalog-card div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px;
}

.fg-catalog-card strong {
  color: #151515;
  font-size: 18px;
  font-weight: 900;
}

.fg-catalog-card span {
  flex: 0 0 auto;
  color: #2f8067;
  font-size: 14px;
  font-weight: 900;
}

.fg-empty-state {
  padding: 38px;
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-radius: 8px;
  background: #fff;
}

.fg-vendor-hero {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  background: #101412;
}

.fg-vendor-cover,
.fg-vendor-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.fg-vendor-cover {
  object-fit: cover;
}

.fg-vendor-shade {
  background: linear-gradient(90deg, rgba(10, 12, 10, 0.82), rgba(10, 12, 10, 0.44));
}

.fg-vendor-panel {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 28px;
  align-items: end;
  max-width: 1240px;
  min-height: 430px;
  margin: 0 auto;
  padding: 70px 28px 50px;
}

.fg-vendor-photo {
  width: 150px;
  height: 150px;
  border: 4px solid #fff;
  border-radius: 8px;
  object-fit: cover;
  background: #fff;
}

.fg-vendor-panel h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(38px, 5vw, 66px);
  font-weight: 900;
  line-height: 1;
}

.fg-vendor-panel p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
}

.fg-vendor-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.fg-vendor-layout {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.fg-vendor-side {
  position: sticky;
  top: 108px;
  display: grid;
  gap: 14px;
}

.fg-vendor-side > div,
.fg-contact-panel,
.fg-vendor-about > div,
.fg-review-grid article {
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(20, 20, 20, 0.05);
}

.fg-vendor-side > div {
  padding: 22px;
}

.fg-vendor-side h2 {
  margin: 0 0 10px;
  color: #151515;
  font-size: 18px;
  font-weight: 900;
}

.fg-vendor-side p,
.fg-vendor-side li {
  color: #5f665f;
  line-height: 1.5;
}

.fg-vendor-side ul {
  display: grid;
  gap: 6px;
  margin: 0;
  padding-left: 18px;
}

.fg-vendor-main {
  display: grid;
  gap: 54px;
}

.fg-vendor-services {
  display: grid;
  gap: 18px;
}

.fg-vendor-service-card {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 22px;
  padding: 18px;
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(20, 20, 20, 0.05);
}

.fg-vendor-service-card img {
  width: 190px;
  height: 150px;
  border-radius: 8px;
  object-fit: cover;
  background: #e5e8e2;
}

.fg-vendor-service-card h3 {
  margin: 0;
  color: #151515;
  font-size: 23px;
  font-weight: 900;
}

.fg-vendor-service-card p {
  margin: 10px 0;
  color: #5f665f;
  line-height: 1.5;
}

.fg-vendor-service-card strong {
  display: block;
  margin-bottom: 16px;
  color: #2f8067;
  font-size: 20px;
  font-weight: 900;
}

.fg-vendor-service-card strong span {
  font-size: 14px;
}

.fg-vendor-about {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.fg-vendor-about > div {
  padding: 26px;
}

.fg-vendor-about h2,
.fg-contact-panel h2 {
  margin: 0;
  color: #151515;
  font-size: 28px;
  font-weight: 900;
}

.fg-vendor-about p,
.fg-contact-panel p,
.fg-review-grid p {
  color: #5f665f;
  line-height: 1.6;
}

.fg-review-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.fg-review-grid article {
  padding: 20px;
}

.fg-review-grid strong,
.fg-review-grid span {
  display: block;
}

.fg-review-grid span {
  margin-top: 4px;
  color: #2f8067;
  font-weight: 900;
}

.fg-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.fg-gallery-grid img {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 8px;
  object-fit: cover;
}

.fg-contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(360px, 0.72fr);
  gap: 28px;
}

.fg-contact-panel form {
  display: grid;
  gap: 12px;
}

.fg-contact-panel input,
.fg-contact-panel textarea {
  width: 100%;
  border: 1px solid rgba(20, 20, 20, 0.14);
  border-radius: 8px;
  padding: 14px 15px;
  color: #151515;
  font-size: 15px;
}

.fg-contact-panel textarea {
  min-height: 128px;
  resize: vertical;
}

body.fixgent-flow {
  background: #f7f8f6;
}

.fixgent-flow .build-progress {
  border-bottom: 1px solid rgba(20, 20, 20, 0.08);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 10px 30px rgba(20, 20, 20, 0.06);
}

.fixgent-flow .build-progress__logo img,
.fixgent-flow .build-progress__logo-mobile img {
  max-height: 48px;
  width: auto;
}

.fixgent-flow .build-progress__sub-bar {
  background: #101412;
  color: #fff;
}

.fixgent-flow .build-container,
.fixgent-flow .recommendations {
  max-width: 1180px;
}

.fixgent-flow .panel,
.fixgent-flow .build-group,
.fixgent-flow .recommendations__result {
  border: 1px solid rgba(20, 20, 20, 0.08) !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: 0 14px 34px rgba(20, 20, 20, 0.06) !important;
}

.fixgent-flow .build__header,
.fixgent-flow .build-subheader,
.fixgent-flow .recommendations__result-name {
  color: #151515 !important;
  font-weight: 900 !important;
}

.fixgent-flow .btn-primary,
.fixgent-flow .recommendations__hire-btn,
.fixgent-flow input[type="submit"] {
  border-color: #2f8067 !important;
  border-radius: 8px !important;
  background: #2f8067 !important;
  color: #fff !important;
  font-weight: 900 !important;
}

.fixgent-flow .recommendations__avatar__circular {
  width: 112px !important;
  height: 112px !important;
  border-radius: 8px !important;
  object-fit: cover !important;
}

.fixgent-flow .recommendations__result-price,
.fixgent-flow .recommendations__pill {
  border-radius: 8px !important;
  background: #ffca05 !important;
  color: #151515 !important;
}

.fixgent-flow .build-progress__sub-bar:first-of-type {
  background: #101412 !important;
}

.fixgent-flow .build-progress__sub-bar__message {
  color: #fff !important;
  font-weight: 800;
}

.fixgent-flow .recommendations__contactless_message {
  color: #fff !important;
  font-weight: 800;
}

.fixgent-flow .recommendations__container,
.fixgent-flow .build-container {
  padding-top: 34px !important;
}

.fixgent-flow .recommendations__filters,
.fixgent-flow .recommendations__filter-panel,
.fixgent-flow .recommendations__filter-container,
.fixgent-flow .filter-panel,
.fixgent-flow .price-filter-section {
  border-radius: 8px !important;
}

.fixgent-flow .recommendations__result-wrapper,
.fixgent-flow .recommendations__result_wrapper {
  margin-bottom: 18px !important;
}

.fixgent-flow .recommendations__result {
  display: grid !important;
  grid-template-columns: 150px minmax(0, 1fr) !important;
  gap: 22px !important;
  padding: 22px !important;
}

.fixgent-flow .recommendations__result-content {
  min-width: 0;
}

.fixgent-flow .recommendations__result-info {
  display: flex !important;
  flex-wrap: wrap;
  gap: 10px 16px;
  padding: 0 !important;
}

.fixgent-flow .recommendations__result-info li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0 !important;
  color: #5f665f;
}

.fixgent-flow .recommendations__blurb {
  color: #5f665f;
  line-height: 1.55;
}

.fixgent-flow .recommendations__review {
  border-radius: 8px;
  background: #f7f8f6;
  padding: 14px;
}

.fg-flow-empty {
  max-width: 560px;
  margin: 18px auto;
  padding: 34px;
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(20, 20, 20, 0.06);
  text-align: center;
}

.fg-flow-empty h2 {
  margin: 0;
  color: #151515;
  font-size: 28px;
  font-weight: 900;
}

.fg-flow-empty p {
  margin: 12px 0 22px;
  color: #5f665f;
  line-height: 1.55;
}

@media (max-width: 1060px) {
  .fg-catalog-hero,
  .fg-vendor-layout,
  .fg-contact-panel {
    grid-template-columns: 1fr;
  }

  .fg-catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fg-vendor-side {
    position: static;
  }

  .fg-vendor-about,
  .fg-review-grid,
  .fg-gallery-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .fg-catalog-hero {
    padding: 58px 18px 38px;
  }

  .fg-catalog-hero h1 {
    font-size: 42px;
  }

  .fg-catalog-search div {
    grid-template-columns: 20px minmax(0, 1fr);
  }

  .fg-catalog-search button {
    grid-column: 1 / -1;
  }

  .fg-catalog-grid {
    grid-template-columns: 1fr;
  }

  .fg-vendor-panel {
    grid-template-columns: 1fr;
    padding: 52px 18px 40px;
  }

  .fg-vendor-photo {
    width: 118px;
    height: 118px;
  }

  .fg-vendor-service-card {
    grid-template-columns: 1fr;
  }

  .fg-vendor-service-card img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
  }
}

.fg-booking-header {
  position: sticky;
  top: 0;
  z-index: 60;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  min-height: 82px;
  padding: 0 5vw;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid rgba(20, 20, 20, 0.08);
  box-shadow: 0 10px 30px rgba(20, 20, 20, 0.06);
}

.fg-booking-progress {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.fg-booking-progress span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  border-radius: 8px;
  background: #f1f5f0;
  color: #5f665f;
  font-size: 13px;
  font-weight: 900;
}

.fg-booking-progress .is-active {
  background: #151515;
  color: #fff;
}

.fg-booking-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 30px;
  align-items: end;
  max-width: 1180px;
  margin: 0 auto;
  padding: 64px 28px 34px;
}

.fg-booking-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #151515;
  font-size: clamp(42px, 5vw, 64px);
  font-weight: 900;
  line-height: 1;
}

.fg-booking-hero p {
  max-width: 680px;
  margin: 18px 0 0;
  color: #5f665f;
  font-size: 18px;
  line-height: 1.58;
}

.fg-booking-hero aside {
  padding: 20px;
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(20, 20, 20, 0.06);
}

.fg-booking-hero aside strong,
.fg-booking-hero aside span,
.fg-booking-hero aside p {
  display: block;
}

.fg-booking-hero aside strong {
  color: #151515;
  font-size: 22px;
  font-weight: 900;
}

.fg-booking-hero aside span {
  margin-top: 8px;
  color: #2f8067;
  font-weight: 900;
}

.fg-booking-hero aside p {
  margin-top: 14px;
  font-size: 15px;
}

.fg-booking-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 28px;
  align-items: start;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 28px 80px;
}

.fg-booking-form {
  display: grid;
  gap: 18px;
}

.fg-booking-card,
.fg-booking-submit,
.fg-booking-aside > div {
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(20, 20, 20, 0.05);
}

.fg-booking-card {
  padding: 24px;
}

.fg-booking-card-head {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  margin-bottom: 18px;
}

.fg-booking-card-head > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: #ffca05;
  color: #151515;
  font-weight: 900;
}

.fg-booking-card h2 {
  margin: 0;
  color: #151515;
  font-size: 24px;
  font-weight: 900;
}

.fg-booking-card p {
  margin: 6px 0 0;
  color: #5f665f;
  line-height: 1.5;
}

.fg-booking-card label,
.fg-choice-group legend {
  display: block;
  margin-bottom: 10px;
  color: #151515;
  font-weight: 900;
}

.fg-booking-card input[type="text"],
.fg-booking-card textarea {
  width: 100%;
  border: 1px solid rgba(20, 20, 20, 0.16);
  border-radius: 8px;
  padding: 15px 16px;
  color: #151515;
  font-size: 16px;
}

.fg-booking-card textarea {
  min-height: 150px;
  resize: vertical;
}

.fg-booking-card small {
  display: block;
  margin-top: 8px;
  color: #5f665f;
}

.fg-choice-group {
  margin: 0 0 22px;
  padding: 0;
  border: 0;
}

.fg-choice-group:last-child {
  margin-bottom: 0;
}

.fg-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.fg-choice-grid-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fg-choice-card {
  position: relative;
  min-height: 68px;
  margin: 0;
  padding: 14px 14px 14px 44px;
  border: 1px solid rgba(20, 20, 20, 0.12);
  border-radius: 8px;
  background: #f9faf8;
  cursor: pointer;
}

.fg-choice-card input {
  position: absolute;
  top: 18px;
  left: 16px;
  margin: 0;
}

.fg-choice-card span {
  display: block;
  color: #151515;
  font-weight: 900;
}

.fg-choice-card small {
  margin-top: 4px;
}

.fg-choice-card:has(input:checked) {
  border-color: #2f8067;
  background: #eef7f2;
}

.fg-booking-submit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px;
}

.fg-booking-submit strong,
.fg-booking-submit span {
  display: block;
}

.fg-booking-submit strong {
  color: #151515;
  font-size: 18px;
  font-weight: 900;
}

.fg-booking-submit span {
  margin-top: 4px;
  color: #5f665f;
}

.fg-booking-aside {
  position: sticky;
  top: 110px;
  display: grid;
  gap: 14px;
}

.fg-booking-aside > div {
  padding: 22px;
}

.fg-booking-aside ol {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 18px;
  color: #5f665f;
  line-height: 1.5;
}

.fg-booking-aside p {
  margin: 0;
  color: #5f665f;
  line-height: 1.55;
}

@media (max-width: 980px) {
  .fg-booking-header,
  .fg-booking-hero,
  .fg-booking-shell {
    grid-template-columns: 1fr;
  }

  .fg-booking-progress {
    order: 3;
  }

  .fg-booking-aside {
    position: static;
  }
}

@media (max-width: 720px) {
  .fg-booking-header {
    padding: 14px 18px;
  }

  .fg-booking-progress {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fg-booking-hero {
    padding: 46px 18px 26px;
  }

  .fg-booking-shell {
    padding: 0 18px 56px;
  }

  .fg-choice-grid,
  .fg-choice-grid-three {
    grid-template-columns: 1fr;
  }

  .fg-booking-submit {
    display: grid;
  }
}

.fg-auth-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.62fr);
  min-height: 100vh;
}

.fg-auth-visual {
  display: grid;
  align-content: space-between;
  min-height: 100vh;
  padding: 44px 6vw;
  background:
    linear-gradient(90deg, rgba(10, 12, 10, 0.82), rgba(10, 12, 10, 0.46)),
    url("/local/images/settings/1719240736.jpeg") center / cover no-repeat;
}

.fg-auth-visual h1 {
  max-width: 720px;
  margin: 0;
  color: #fff;
  font-size: clamp(44px, 5vw, 70px);
  font-weight: 900;
  line-height: 1;
}

.fg-auth-visual p {
  max-width: 620px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 19px;
  line-height: 1.55;
}

.fg-auth-panel {
  display: grid;
  align-content: center;
  padding: 56px;
  background: #fff;
}

.fg-auth-panel h2 {
  margin: 0 0 24px;
  color: #151515;
  font-size: 34px;
  font-weight: 900;
}

.fg-auth-actions {
  display: grid;
  gap: 14px;
}

.fg-auth-card {
  display: block;
  padding: 20px;
  border: 1px solid rgba(20, 20, 20, 0.1);
  border-radius: 8px;
  background: #f9faf8;
  color: #151515;
}

.fg-auth-card:hover {
  border-color: #2f8067;
  background: #eef7f2;
}

.fg-auth-card strong,
.fg-auth-card span {
  display: block;
}

.fg-auth-card strong {
  font-size: 19px;
  font-weight: 900;
}

.fg-auth-card span {
  margin-top: 6px;
  color: #5f665f;
  line-height: 1.45;
}

.fg-auth-legal {
  margin-top: 24px;
  color: #5f665f;
  line-height: 1.5;
}

.fg-auth-legal a,
.fg-tasker-form a {
  color: #2f8067;
  font-weight: 900;
}

.fg-tasker-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.56fr);
  gap: 42px;
  align-items: center;
  max-width: 1240px;
  margin: 0 auto;
  padding: 88px 28px 70px;
}

.fg-tasker-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #151515;
  font-size: clamp(44px, 5vw, 70px);
  font-weight: 900;
  line-height: 1;
}

.fg-tasker-hero p {
  max-width: 680px;
  margin: 20px 0 0;
  color: #5f665f;
  font-size: 19px;
  line-height: 1.58;
}

.fg-tasker-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.fg-tasker-stats div,
.fg-tasker-form,
.fg-faq-grid article {
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(20, 20, 20, 0.06);
}

.fg-tasker-stats div {
  padding: 18px;
}

.fg-tasker-stats strong,
.fg-tasker-stats span {
  display: block;
}

.fg-tasker-stats strong {
  color: #151515;
  font-size: 22px;
  font-weight: 900;
}

.fg-tasker-stats span {
  margin-top: 8px;
  color: #5f665f;
}

.fg-tasker-form {
  display: grid;
  gap: 14px;
  padding: 28px;
}

.fg-tasker-form h2 {
  margin: 0 0 8px;
  color: #151515;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.1;
}

.fg-tasker-form label {
  color: #151515;
  font-weight: 900;
}

.fg-tasker-form select {
  width: 100%;
  min-height: 50px;
  border: 1px solid rgba(20, 20, 20, 0.16);
  border-radius: 8px;
  padding: 0 14px;
  background: #fff;
  color: #151515;
  font-size: 15px;
}

.fg-tasker-form .fg-button {
  width: 100%;
  min-height: 50px;
  margin-top: 4px;
}

.fg-tasker-form p {
  margin: 4px 0 0;
  font-size: 14px;
}

.fg-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.fg-faq-grid article {
  padding: 22px;
}

.fg-faq-grid h3 {
  margin: 0;
  color: #151515;
  font-size: 20px;
  font-weight: 900;
}

.fg-faq-grid p {
  margin: 10px 0 0;
  color: #5f665f;
  line-height: 1.55;
}

@media (max-width: 980px) {
  .fg-auth-shell,
  .fg-tasker-hero {
    grid-template-columns: 1fr;
  }

  .fg-auth-visual {
    min-height: 520px;
  }
}

@media (max-width: 720px) {
  .fg-auth-visual,
  .fg-auth-panel {
    padding: 34px 18px;
  }

  .fg-tasker-hero {
    padding: 58px 18px 46px;
  }

  .fg-tasker-stats,
  .fg-faq-grid {
    grid-template-columns: 1fr;
  }
}

/* Dashboard and booking flow refresh */
.fixgent-dashboard-page,
.fixgent-flow-page,
.fixgent-checkout-page,
.fixgent-tasks-page {
  background: #f6f7f4;
  color: #151515;
}

.fg-dashboard {
  background: #f6f7f4;
}

.fg-dashboard-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 28px;
  max-width: 1240px;
  margin: 0 auto;
  padding: 58px 28px 30px;
}

.fg-dashboard-hero-copy,
.fg-dashboard-panel,
.fg-dashboard-card,
.fg-dashboard-proof,
.fixgent-flow-page .video > .container,
.fixgent-flow-page .video > .container > .row,
.fixgent-flow-page .video .container .container,
.fixgent-tasks-page #exTab2,
.fixgent-tasks-page .dashboard__book-next-cta {
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(20, 20, 20, 0.06);
}

.fg-dashboard-hero-copy {
  padding: 34px;
}

.fg-dashboard-hero h1 {
  max-width: 780px;
  margin: 8px 0 0;
  color: #151515;
  font-size: clamp(40px, 5vw, 66px);
  font-weight: 900;
  line-height: 1.02;
}

.fg-dashboard-hero p {
  max-width: 680px;
  margin: 16px 0 0;
  color: #5f665f;
  font-size: 18px;
  line-height: 1.55;
}

.fg-dashboard-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 170px;
  gap: 12px;
  margin-top: 26px;
}

.fg-dashboard-search input,
.fixgent-flow-page input[type="text"],
.fixgent-flow-page select,
.fixgent-flow-page textarea,
.fixgent-checkout-page input[type="text"],
.fixgent-checkout-page select,
.fixgent-checkout-page textarea {
  min-height: 52px;
  width: 100%;
  border: 1px solid rgba(20, 20, 20, 0.14);
  border-radius: 8px;
  background: #fff;
  color: #151515;
  font-size: 16px;
  padding: 0 16px;
}

.fg-dashboard-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.fg-dashboard-actions a,
.fg-text-link,
.fg-section-heading a {
  color: #2f8067;
  font-weight: 900;
}

.fg-dashboard-actions a {
  border: 1px solid rgba(47, 128, 103, 0.2);
  border-radius: 999px;
  padding: 10px 14px;
  background: #eef7f2;
}

.fg-dashboard-panel {
  display: grid;
  align-content: start;
  gap: 18px;
  padding: 28px;
}

.fg-dashboard-panel > div {
  border-bottom: 1px solid rgba(20, 20, 20, 0.08);
  padding-bottom: 16px;
}

.fg-panel-label,
.fg-dashboard-panel small,
.fg-dashboard-service small,
.fg-mini-list small,
.fg-dashboard-steps span,
.fg-dashboard-proof span {
  color: #5f665f;
}

.fg-panel-label,
.fg-dashboard-panel strong,
.fg-dashboard-panel small {
  display: block;
}

.fg-dashboard-panel strong {
  margin-top: 6px;
  font-size: 38px;
  font-weight: 900;
}

.fg-dashboard-section,
.fg-dashboard-grid,
.fg-dashboard-proof {
  max-width: 1240px;
  margin: 0 auto;
}

.fg-dashboard-section {
  padding: 18px 28px 0;
}

.fg-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.fg-section-heading h2,
.fg-dashboard-card h2 {
  margin: 6px 0 0;
  color: #151515;
  font-size: 30px;
  font-weight: 900;
}

.fg-dashboard-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.fg-dashboard-service {
  display: grid;
  gap: 10px;
  min-height: 150px;
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-radius: 8px;
  padding: 18px;
  background: #fff;
  color: #151515;
  box-shadow: 0 12px 28px rgba(20, 20, 20, 0.04);
}

.fg-dashboard-service:hover {
  border-color: rgba(47, 128, 103, 0.45);
  transform: translateY(-2px);
}

.fg-dashboard-service > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: #ffcf21;
  color: #151515;
  font-weight: 900;
}

.fg-dashboard-service strong {
  color: #151515;
  font-size: 18px;
  font-weight: 900;
}

.fg-dashboard-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr 0.9fr;
  gap: 18px;
  padding: 28px;
}

.fg-dashboard-card {
  padding: 24px;
}

.fg-dashboard-card p {
  color: #5f665f;
  line-height: 1.55;
}

.fg-mini-list {
  display: grid;
  gap: 10px;
  margin: 18px 0;
}

.fg-mini-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-radius: 8px;
  padding: 14px;
  color: #151515;
}

.fg-mini-list strong,
.fg-mini-list small {
  display: block;
}

.fg-mini-list em {
  border-radius: 999px;
  background: #eef7f2;
  color: #2f8067;
  font-style: normal;
  font-weight: 900;
  padding: 7px 10px;
}

.fg-dashboard-steps {
  display: grid;
  gap: 14px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.fg-dashboard-steps li {
  border-left: 3px solid #2f8067;
  padding-left: 14px;
}

.fg-dashboard-steps strong,
.fg-dashboard-steps span {
  display: block;
}

.fg-progress-bar {
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: #e7ebe4;
  margin: 18px 0;
}

.fg-progress-bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: #2f8067;
}

.fg-dashboard-profile ul {
  display: grid;
  gap: 10px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.fg-dashboard-profile li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #151515;
}

.fg-dashboard-profile li span {
  min-width: 48px;
  border-radius: 999px;
  background: #f1eee8;
  color: #5f665f;
  font-size: 12px;
  font-weight: 900;
  padding: 5px 8px;
  text-align: center;
}

.fg-dashboard-profile li.is-done span {
  background: #eef7f2;
  color: #2f8067;
}

.fg-dashboard-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 54px;
  padding: 24px;
}

.fg-dashboard-proof strong,
.fg-dashboard-proof span {
  display: block;
}

.fg-dashboard-proof strong {
  color: #151515;
  font-size: 18px;
  font-weight: 900;
}

.fg-dashboard-proof span {
  margin-top: 8px;
  line-height: 1.5;
}

.fixgent-flow-page .headerbg,
.fixgent-tasks-page .headerbg {
  background: #151515;
  padding: 42px 18px;
}

.fixgent-flow-page .headerbg h1,
.fixgent-tasks-page .headerbg h1 {
  color: #fff !important;
  font-size: clamp(32px, 4vw, 52px) !important;
  font-weight: 900;
}

.fixgent-flow-page .video {
  background: #f6f7f4;
  padding-bottom: 48px;
}

.fixgent-flow-page .video > .container,
.fixgent-flow-page .video .container .container {
  max-width: 900px;
  padding: 28px;
}

.fixgent-flow-page .form-group {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 18px;
  align-items: center;
  margin: 0;
  padding: 16px 0;
  border-bottom: 1px solid rgba(20, 20, 20, 0.08);
}

.fixgent-flow-page .form-group label,
.fixgent-flow-page .form-group > div {
  width: auto;
  max-width: none;
  padding: 0;
  color: #151515;
}

.fixgent-flow-page .form-group label {
  font-weight: 900;
}

.fixgent-flow-page .btn,
.fixgent-checkout-page .btn,
.fixgent-tasks-page .btn {
  border-radius: 8px !important;
  border: 0;
  font-weight: 900;
  box-shadow: none;
}

.fixgent-flow-page .btn-success,
.fixgent-flow-page .btn-primary,
.fixgent-checkout-page .btn-primary,
.fixgent-tasks-page .btn-primary {
  background: #2f8067 !important;
  color: #fff !important;
  padding: 13px 22px;
}

.fixgent-checkout-page .build-progress {
  border-bottom: 1px solid rgba(20, 20, 20, 0.08);
  background: #fff;
}

.fixgent-checkout-page .main--content {
  background: #f6f7f4;
}

.fixgent-checkout-page .confirmation__wrapper,
.fixgent-checkout-page .confirmation__body,
.fixgent-checkout-page .confirmation__card,
.fixgent-checkout-page .booking_page {
  border-radius: 8px;
}

.fixgent-checkout-page .confirm-book-btn {
  min-height: 50px;
  background: #2f8067 !important;
}

.fixgent-checkout-page .sc-bZkfAO,
.fixgent-checkout-page .jzvflM {
  color: #2f8067;
}

.fixgent-tasks-page #exTab2 {
  max-width: 1160px;
  padding: 24px;
}

.fixgent-tasks-page .nav-tabs {
  border: 0;
  display: flex;
  gap: 10px;
  margin-bottom: 22px;
}

.fixgent-tasks-page .nav-tabs > li > a {
  border: 1px solid rgba(20, 20, 20, 0.1) !important;
  border-radius: 999px !important;
  color: #151515;
  font-weight: 900;
}

.fixgent-tasks-page .nav-tabs > li.active > a,
.fixgent-tasks-page .nav-tabs > li > a:hover {
  background: #2f8067 !important;
  color: #fff !important;
}

.fixgent-tasks-page .booking_page {
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-radius: 8px;
  background: #fff;
  margin-bottom: 16px;
  padding: 18px;
  box-shadow: 0 10px 26px rgba(20, 20, 20, 0.04);
}

.fixgent-tasks-page .confirmation__invitee-avatar {
  width: 84px;
  height: 84px;
  object-fit: cover;
}

@media (max-width: 980px) {
  .fg-dashboard-hero,
  .fg-dashboard-grid,
  .fg-dashboard-proof {
    grid-template-columns: 1fr;
  }

  .fg-dashboard-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .fg-dashboard-hero,
  .fg-dashboard-section,
  .fg-dashboard-grid {
    padding-left: 18px;
    padding-right: 18px;
  }

  .fg-dashboard-hero-copy,
  .fg-dashboard-panel,
  .fg-dashboard-card {
    padding: 22px;
  }

  .fg-dashboard-search,
  .fg-dashboard-service-grid,
  .fixgent-flow-page .form-group {
    grid-template-columns: 1fr;
  }

  .fg-section-heading {
    align-items: start;
    flex-direction: column;
  }
}

/* Brand colour system: calmer surfaces, clear green actions, restrained gold accents. */
body.fixgent-rebuild,
body.fixgent-booking,
body.fixgent-flow,
body.fixgent-flow-page,
body.fixgent-checkout-page,
.fixgent-dashboard,
.fixgent-tasks-page {
  background: var(--fg-soft);
  color: var(--fg-ink);
}

.fg-site-header,
.fg-footer,
.fg-search-panel,
.fg-service-card,
.fg-project-card,
.fg-tasker-card,
.fg-blog-card,
.fg-steps article,
.fg-booking-card,
.fg-booking-aside > div,
.recommendations__result,
.recommendations__filters,
.recommendations__trust-safety__box,
.fg-dashboard-panel,
.fg-dashboard-card,
.fg-dashboard-service-card,
.fixgent-tasks-page .booking_page,
.fixgent-flow-page .container > .row,
.fixgent-checkout-page .confirmation__build-confirm-form,
.fixgent-checkout-page .confirmation__build-details {
  border-color: var(--fg-line) !important;
  background: var(--fg-surface) !important;
  box-shadow: var(--fg-shadow) !important;
}

.fg-button-primary,
.fg-search-row button,
.fg-booking-submit .fg-button,
.fg-dashboard-search button,
.fixgent-flow-page .btn-primary,
.fixgent-flow-page .btn-success,
.fixgent-checkout-page .btn-primary,
.fixgent-tasks-page .btn-primary,
.fixgent-tasks-page .nav-tabs > li.active > a,
.fixgent-tasks-page .nav-tabs > li > a:hover,
.recommendations__hire-btn,
.confirm-book-btn {
  background: var(--fg-green) !important;
  color: #fff !important;
  border-color: var(--fg-green) !important;
  box-shadow: 0 14px 28px rgba(23, 98, 79, 0.22) !important;
}

.fg-button-primary:hover,
.fg-search-row button:hover,
.fg-dashboard-search button:hover,
.recommendations__hire-btn:hover,
.confirm-book-btn:hover {
  background: var(--fg-green-hover) !important;
}

.fg-kicker,
.fg-main-nav a:hover,
.fg-text-link:hover,
.fg-section-heading a:hover,
.fg-footer a:hover,
.fg-search-row i,
.fg-project-card strong,
.fg-blog-card span,
.fg-dashboard-stat strong,
.fixgent-checkout-page .sc-bZkfAO,
.fixgent-checkout-page .jzvflM,
.recommendations__result-price strong,
.recommendations__review-link,
.viewprofile,
.btn-link {
  color: var(--fg-green) !important;
}

.fg-hero .fg-kicker,
.fg-trust-stats strong,
.fg-service-icon,
.fg-dashboard-service-card i,
.recommendations__great-value-badge,
.fg-dashboard-pill,
.fg-dashboard-proof span:first-child {
  background: var(--fg-gold-soft) !important;
  color: var(--fg-ink) !important;
}

.fg-service-icon::after,
.fg-dashboard-service-card i::after {
  color: var(--fg-gold);
}

.fg-cta,
.fg-trust-band,
.fg-dashboard-hero,
.fixgent-flow-page .build-progress,
.fixgent-checkout-page .build-progress {
  background: var(--fg-dark) !important;
  color: #fff !important;
}

.fg-cta h2,
.fg-cta p,
.fg-trust-copy h2,
.fg-trust-copy p,
.fg-dashboard-hero h1,
.fg-dashboard-hero p {
  color: #fff !important;
}

.fg-quick-links a,
.fg-choice-card,
.fg-dashboard-category,
.badge-options__choice span,
.recommendations__pill,
.recommendations__pill--elite,
.recommendations__great-value-badge-wrapper span,
.fixgent-tasks-page .nav-tabs > li > a {
  background: var(--fg-green-soft) !important;
  color: var(--fg-ink) !important;
}

.fg-choice-card:has(input:checked),
.fg-choice-card:hover,
.fg-dashboard-category:hover,
.recommendations__pill--elite {
  border-color: rgba(23, 98, 79, 0.34) !important;
  background: #f4fbf7 !important;
}

.fg-project-card img,
.fg-blog-card img,
.fg-tasker-card img,
.fg-service-cover,
.fg-dashboard-service-card img,
.recommendations__avatar__circular,
.confirmation__invitee-avatar {
  background: #e8e3d8 !important;
}

.fg-section-heading h2,
.fg-split h2,
.fg-trust-copy h2,
.fg-cta h2,
.fg-service-card strong,
.fg-project-card span,
.fg-tasker-card strong,
.fg-blog-card strong,
.fg-booking-card h2,
.fg-dashboard-card h3,
.fg-dashboard-service-card strong,
.recommendations__result-name,
.confirmation__section-value,
.fixgent-tasks-page h1,
.fixgent-tasks-page h2,
.fixgent-tasks-page h3 {
  color: var(--fg-ink) !important;
}

.fg-service-card small,
.fg-split p,
.fg-trust-copy p,
.fg-cta p,
.fg-tasker-card p,
.fg-footer p,
.fg-booking-card p,
.fg-booking-aside p,
.fg-dashboard-card p,
.recommendations__blurb,
.recommendations__result-info,
.confirmation__section-wrapper,
.fixgent-tasks-page p {
  color: var(--fg-muted) !important;
}

/* 20260709g repair: restore contrast and remove heavy-handed accent blocks. */
.fg-trust-band,
.fg-dashboard-proof {
  background: #14211d !important;
}

.fg-trust-band .fg-kicker,
.fg-trust-copy h2,
.fg-trust-copy p,
.fg-trust-stats strong,
.fg-trust-stats span,
.fg-dashboard-proof strong,
.fg-dashboard-proof span {
  color: #f7f3e8 !important;
}

.fg-trust-copy h2,
.fg-dashboard-proof strong {
  opacity: 1 !important;
}

.fg-trust-copy p,
.fg-dashboard-proof span {
  color: rgba(247, 243, 232, 0.78) !important;
}

.fg-trust-stats div,
.fg-dashboard-proof div {
  border-color: rgba(247, 243, 232, 0.14) !important;
  background: rgba(255, 255, 255, 0.05) !important;
  box-shadow: none !important;
}

.fg-trust-stats strong,
.fg-dashboard-proof span:first-child,
.fg-dashboard-pill,
.recommendations__great-value-badge,
.recommendations__great-value-badge-wrapper span {
  display: inline-block;
  background: transparent !important;
  color: #f7f3e8 !important;
  padding: 0 !important;
}

.fg-hero .fg-kicker {
  background: rgba(255, 255, 255, 0.9) !important;
  color: #14211d !important;
  padding: 4px 7px;
}

.fg-service-icon,
.fg-dashboard-service-card i {
  background: #f7d15d !important;
  color: #14211d !important;
}

.fg-booking-hero {
  padding-top: 44px;
  align-items: start;
}

.fg-booking-hero h1 {
  font-size: clamp(34px, 4.2vw, 52px);
  line-height: 1.04;
}

.fg-booking-hero p {
  font-size: 17px;
}

.fg-booking-card .fg-booking-card-head > span {
  background: var(--fg-green) !important;
  color: #fff !important;
}

.fg-choice-card,
.badge-options__choice span,
.recommendations__pill,
.recommendations__pill--elite {
  background: #f6f7f4 !important;
}

.fg-choice-card:has(input:checked),
.fg-choice-card:hover {
  border-color: rgba(23, 98, 79, 0.3) !important;
  background: #eef6f1 !important;
}

.fg-cta {
  background: #17624f !important;
}

.fg-cta h2,
.fg-cta p {
  color: #fff !important;
}
