/* =======================================================
   FreeCoat Decor ??? Service media cards & page polish
   ======================================================= */

:root {
  --fc-ink: #0a0e14;
  --fc-ink-soft: #141b24;
  --fc-amber: #e89b1e;
  --fc-amber-bright: #f5b942;
  --fc-mist: #e8ebf0;
  --fc-radius: 20px;
  --fc-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --default-font: "Outfit", system-ui, -apple-system, "Segoe UI", sans-serif;
  --heading-font: "Syne", "Outfit", system-ui, sans-serif;
  --nav-font: "Outfit", system-ui, sans-serif;
}

/* ---------- Site-wide readable typography ---------- */
body {
  font-family: var(--default-font);
  font-size: 1.05rem;
  line-height: 1.7;
  letter-spacing: 0.01em;
  color: #3a4553;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6,
.section-title h2,
.page-title h1,
.inner-title {
  font-family: var(--heading-font);
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.section-title h2,
.inner-title {
  color: var(--fc-ink);
}

.page-title h1,
.dark-background h1,
.dark-background h2,
.dark-background h3,
.who-we-serve h2,
.who-we-serve h3,
.get-started-hero h3,
.dark-showcase-section h2,
.dark-estimator-section h2,
.diaspora-section h2,
.diaspora-section h4 {
  color: #fff;
}

.section-title {
  padding-bottom: 48px !important;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.section-title h2 {
  font-size: clamp(1.75rem, 3.2vw, 2.35rem) !important;
  font-weight: 800 !important;
  margin-bottom: 16px;
}

.section-title p {
  font-size: 1.08rem !important;
  line-height: 1.7 !important;
  color: #5a6573 !important;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.page-title {
  padding-top: 170px !important;
  padding-bottom: 72px !important;
  /* do not zero left/right — keep Bootstrap container gutters */
  background-color: #0a0e14 !important;
  background-size: cover !important;
  background-position: center 35% !important;
  background-repeat: no-repeat !important;
  min-height: 280px;
}

.page-title:before {
  background:
    linear-gradient(160deg, rgba(8, 11, 16, 0.78) 0%, rgba(8, 11, 16, 0.5) 55%, rgba(8, 11, 16, 0.7) 100%),
    radial-gradient(ellipse 50% 60% at 70% 20%, rgba(232, 155, 30, 0.18), transparent 55%) !important;
}

.page-title h1 {
  font-family: var(--heading-font);
  font-size: clamp(2.2rem, 5vw, 3.4rem) !important;
  font-weight: 800 !important;
  letter-spacing: -0.04em;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
}

/* About banner: desktop team photo / mobile office laptop */
.fc-about-banner {
  background-image: url("/freecoat/media/diaspora/freecoat-ceo-freedom-awayiwu-emirates-paints-team-photo-dubai.jpeg") !important;
}

@media (max-width: 767px) {
  .page-title {
    padding-top: 130px !important;
    padding-bottom: 56px !important;
    min-height: 220px;
    background-position: center 28% !important;
  }

  .page-title .container {
    padding-left: max(1.15rem, env(safe-area-inset-left));
    padding-right: max(1.15rem, env(safe-area-inset-right));
  }

  .fc-about-banner {
    background-image: url("/freecoat/media/ceo/freecoat-ceo-working-paint-store-office-laptop.jpg") !important;
    background-position: center 20% !important;
  }
}

.hero .info h2 {
  font-family: var(--heading-font);
  letter-spacing: -0.04em;
}

.hero .info p {
  font-size: 1.12rem !important;
  line-height: 1.7 !important;
  max-width: 540px;
}

/* Text-forward content blocks (compete with imagery) */
.about .our-story,
.alt-services .col-lg-5,
.alt-services-2 .col-lg-6,
.features .tab-content,
.service-details .content {
  font-size: 1.05rem;
  line-height: 1.75;
}

.about .our-story h3,
.alt-services h3,
.alt-services-2 h3 {
  font-family: var(--heading-font);
  font-size: clamp(1.6rem, 3vw, 2.1rem) !important;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--fc-ink) !important;
  margin-bottom: 14px;
}

.about .our-story p,
.alt-services > .container > .row > .col-lg-5 > p,
.alt-services-2 p {
  color: #4a5563 !important;
  font-size: 1.05rem;
  line-height: 1.75;
}

.icon-box h4,
.icon-box h4 a {
  font-family: var(--heading-font) !important;
  font-size: 1.12rem !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em;
  color: var(--fc-ink) !important;
}

.icon-box p {
  font-size: 0.98rem !important;
  line-height: 1.65 !important;
  color: #5a6573 !important;
}

.alt-services .icon-box i,
.alt-services-2 .icon-box i {
  color: var(--fc-amber) !important;
  background: rgba(232, 155, 30, 0.12) !important;
  width: 52px !important;
  height: 52px !important;
  min-width: 52px;
  border-radius: 14px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  font-size: 1.45rem !important;
  box-shadow: none;
}

.alt-services .icon-box:hover i {
  background: linear-gradient(135deg, var(--fc-amber), var(--fc-amber-bright)) !important;
  color: var(--fc-ink) !important;
}

.stats-item i {
  font-size: 2.4rem !important;
}

.stats-item p {
  font-size: 0.98rem !important;
  font-weight: 600;
  letter-spacing: 0.02em;
}

/* ---------- Image service cards (editorial / professional) ---------- */
.services .service-item.service-media-card {
  padding: 0 !important;
  overflow: hidden;
  border-radius: 2px;
  background: #fff;
  border: 1px solid rgba(10, 14, 20, 0.1);
  box-shadow: none;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition:
    border-color 0.35s ease,
    box-shadow 0.45s var(--fc-ease);
}

.services .service-item.service-media-card:hover {
  transform: none;
  box-shadow: 0 12px 32px rgba(10, 14, 20, 0.1);
  border-color: rgba(10, 14, 20, 0.18);
}

.service-media {
  position: relative;
  height: 240px;
  overflow: hidden;
  background: #1a1f28;
  flex-shrink: 0;
}

.service-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
  display: block;
  transform: scale(1);
  transition: transform 0.7s var(--fc-ease);
  filter: none;
}

.service-media-card:hover .service-media img {
  transform: scale(1.04);
  filter: none;
}

.service-media-veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(10, 14, 20, 0.35) 100%);
  opacity: 1;
  pointer-events: none;
  z-index: 1;
}

.service-media-card:hover .service-media-veil {
  background: linear-gradient(180deg, transparent 45%, rgba(10, 14, 20, 0.45) 100%);
}

/* Hide playful decorative shapes */
.service-shape {
  display: none !important;
}

/* Body copy */
.service-body {
  padding: 1.35rem 1.4rem 1.5rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  position: relative;
  background: #fff;
  border-top: 1px solid rgba(10, 14, 20, 0.06);
}

.service-body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2.5rem;
  height: 2px;
  background: var(--fc-amber);
  transform: none;
  border-radius: 0;
}

.service-media-card:hover .service-body::before {
  width: 3.5rem;
  transition: width 0.35s var(--fc-ease);
}

.services .service-media-card .service-body h3 {
  font-family: var(--heading-font);
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0.55rem 0 0.65rem;
  padding-bottom: 0;
  border: none !important;
  color: var(--fc-ink);
  line-height: 1.35;
  transition: color 0.3s ease;
}

.services .service-media-card:hover .service-body h3 {
  color: var(--fc-ink);
}

.services .service-media-card .service-body p {
  font-size: 0.92rem;
  line-height: 1.6;
  color: #5a6470;
  margin-bottom: 1.1rem;
  flex: 1;
}

.services .service-media-card .readmore {
  margin-top: auto;
  font-weight: 600;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--fc-ink-soft);
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  transition: color 0.3s ease, gap 0.3s ease;
}

.services .service-media-card .readmore i {
  transition: transform 0.35s var(--fc-ease);
  font-size: 0.9em;
}

.services .service-media-card:hover .readmore {
  color: var(--fc-amber);
  gap: 0.65rem;
}

.services .service-media-card:hover .readmore i {
  transform: translateX(3px);
}

/* Staggered entrance when AOS not available */
@keyframes serviceCardIn {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Soft section backdrop — services page & homepage */
.services-page #services.light-background,
.index-page #services.light-background {
  background: linear-gradient(180deg, #f4f5f7 0%, #fafbfc 100%);
  padding-top: 80px;
  padding-bottom: 90px;
}

/* Staggered entrance */
.services-page #services .col-lg-4,
.index-page #services .col-lg-4 {
  animation: serviceCardIn 0.7s var(--fc-ease) both;
}

.services-page #services .col-lg-4:nth-child(1),
.index-page #services .col-lg-4:nth-child(1) {
  animation-delay: 0.05s;
}

.services-page #services .col-lg-4:nth-child(2),
.index-page #services .col-lg-4:nth-child(2) {
  animation-delay: 0.1s;
}

.services-page #services .col-lg-4:nth-child(3),
.index-page #services .col-lg-4:nth-child(3) {
  animation-delay: 0.15s;
}

.services-page #services .col-lg-4:nth-child(4),
.index-page #services .col-lg-4:nth-child(4) {
  animation-delay: 0.2s;
}

.services-page #services .col-lg-4:nth-child(5),
.index-page #services .col-lg-4:nth-child(5) {
  animation-delay: 0.25s;
}

.services-page #services .col-lg-4:nth-child(6),
.index-page #services .col-lg-4:nth-child(6) {
  animation-delay: 0.3s;
}

.services-page #services .col-lg-4:nth-child(7) {
  animation-delay: 0.35s;
}

.services-page #services .col-lg-4:nth-child(8) {
  animation-delay: 0.4s;
}

.services-page #services .col-lg-4:nth-child(9) {
  animation-delay: 0.45s;
}

.services-page #services .col-lg-4:nth-child(10) {
  animation-delay: 0.5s;
}

.services-page #services .col-lg-4:nth-child(11) {
  animation-delay: 0.55s;
}

.services-page #services .col-lg-4:nth-child(12) {
  animation-delay: 0.6s;
}

.services-page #services .col-lg-4:nth-child(13) {
  animation-delay: 0.65s;
}

/* Hide old icon chrome if leftover */
.service-media-card .icon {
  display: none !important;
}

@media (max-width: 767px) {
  .service-media {
    height: 200px;
  }

  .service-body {
    padding: 1.15rem 1.15rem 1.35rem;
  }
}

@media (prefers-reduced-motion: reduce) {

  .services-page #services .col-lg-4,
  .index-page #services .col-lg-4,
  .service-media img,
  .service-media-card,
  .service-shape {
    animation: none !important;
    transition: none !important;
  }
}

/* =======================================================
   Get Started ? photo backdrop + modern quote form
   ======================================================= */
.get-started.get-started-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 100px 0;
  background: #0a0e14;
  color: #fff;
}

.get-started-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("../.freecoat/media/projects/traveled-abraod-worked-with-clients-abroad.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1.04);
  transition: transform 8s ease;
}

.get-started-hero:hover .get-started-bg {
  transform: scale(1.08);
}

.get-started-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(to bottom, transparent 35%, rgba(10, 14, 20, 0.7) 72%, #0a0e14 100%),
    linear-gradient(105deg, rgba(8, 11, 16, 0.88) 0%, rgba(8, 11, 16, 0.72) 46%, rgba(8, 11, 16, 0.45) 100%),
    radial-gradient(ellipse 50% 60% at 80% 20%, rgba(232, 155, 30, 0.2), transparent 55%);
  pointer-events: none;
}

.get-started-inner {
  z-index: 2;
}

.get-started-copy {
  color: rgba(255, 255, 255, 0.88);
  max-width: 540px;
}

.get-started-eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #f5b942;
  margin-bottom: 14px;
}

.get-started-copy h3 {
  font-size: clamp(1.85rem, 4vw, 2.65rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: #ffffff !important;
  margin: 0 0 20px;
}

.get-started-copy h3 span {
  background: linear-gradient(120deg, #f5b942, #ffd27a);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.get-started-copy h3:after {
  display: none !important;
}

.get-started-lead {
  font-size: 1.12rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9) !important;
  margin-bottom: 16px;
}

.get-started-lead strong {
  color: #f5b942;
  font-weight: 700;
}

.get-started-copy p {
  font-size: 1.06rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.8) !important;
  margin-bottom: 20px;
}

.get-started-highlights {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.get-started-highlights li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.02rem;
  font-weight: 600;
  color: #fff;
  padding: 10px 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.get-started-highlights i {
  color: #0a0e14;
  font-size: 1.05rem;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: inline-grid;
  place-items: center;
  background: linear-gradient(135deg, #e89b1e, #f5b942);
  flex-shrink: 0;
}

/* Modern glass form */
.get-started .get-started-form.php-email-form,
.get-started .get-started-form {
  background: rgba(255, 255, 255, 0.97) !important;
  backdrop-filter: blur(18px);
  border-radius: 22px !important;
  padding: 32px 28px !important;
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.35);
  margin: 0 !important;
}

.get-started-form-head {
  margin-bottom: 22px;
}

.get-started .get-started-form h3 {
  font-size: 1.55rem !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em;
  color: #0a0e14 !important;
  margin: 0 0 8px !important;
}

.get-started .get-started-form .get-started-form-head p {
  font-size: 0.95rem !important;
  line-height: 1.55;
  color: #5a6573 !important;
  margin: 0 !important;
}

.get-started .get-started-form .form-label {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #3a4553;
  margin-bottom: 6px;
}

.get-started .get-started-form .form-control {
  border-radius: 12px !important;
  border: 1.5px solid rgba(10, 14, 20, 0.12) !important;
  background: #f4f6f9 !important;
  padding: 13px 16px !important;
  font-size: 0.98rem !important;
  color: #0a0e14 !important;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease !important;
  box-shadow: none !important;
}

.get-started .get-started-form .form-control:focus {
  border-color: #e89b1e !important;
  background: #fff !important;
  box-shadow: 0 0 0 4px rgba(232, 155, 30, 0.2) !important;
  outline: none !important;
}

.get-started .get-started-form .form-control::placeholder {
  color: #8a93a1 !important;
}

.get-started .get-started-form textarea.form-control {
  min-height: 110px;
  resize: vertical;
}

.get-started-submit {
  width: 100%;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 4px;
  padding: 15px 24px !important;
  border: none !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #e89b1e 0%, #f5b942 100%) !important;
  color: #0a0e14 !important;
  font-size: 1.02rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.02em;
  box-shadow: 0 14px 36px rgba(232, 155, 30, 0.4);
  transition: transform 0.3s var(--fc-ease), box-shadow 0.3s ease !important;
  cursor: pointer;
}

.get-started-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(232, 155, 30, 0.5);
  color: #0a0e14 !important;
}

.get-started-submit i {
  font-size: 1.15rem;
  transition: transform 0.3s var(--fc-ease);
}

.get-started-submit:hover i {
  transform: translateX(4px);
}

@media (max-width: 991px) {
  .get-started.get-started-hero {
    padding: 72px 0;
  }

  .get-started .get-started-form.php-email-form {
    padding: 26px 20px !important;
  }

  .get-started-copy {
    max-width: none;
  }
}

@media (prefers-reduced-motion: reduce) {

  .get-started-bg,
  .get-started-hero:hover .get-started-bg {
    transform: none !important;
    transition: none !important;
  }
}

/* =======================================================
   Who We Serve ? replaces overlapping Specialties block
   ======================================================= */
.who-we-serve {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 80px 0 115px;
  background: #0a0e14;
  margin-top: -1px;
}

.who-serve-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("../.freecoat/media/banners/banner-landing-page.jpeg");
  background-size: cover;
  background-position: center;
  transform: scale(1.03);
}

.who-serve-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(to bottom, #0a0e14 0%, rgba(10, 14, 20, 0.65) 22%, transparent 55%),
    linear-gradient(160deg, rgba(8, 11, 16, 0.78) 0%, rgba(8, 11, 16, 0.58) 50%, rgba(8, 11, 16, 0.8) 100%),
    radial-gradient(ellipse 50% 50% at 20% 10%, rgba(232, 155, 30, 0.18), transparent 55%);
  pointer-events: none;
}

.who-serve-bottom-curve {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 54px;
  line-height: 0;
  z-index: 3;
  pointer-events: none;
}

.who-serve-bottom-curve svg {
  display: block;
  width: 100%;
  height: 100%;
}

.who-serve-inner {
  z-index: 2;
}

.who-serve-title {
  padding-bottom: 40px !important;
}

.who-serve-title h2 {
  color: #fff !important;
}

.who-serve-title h2:before,
.who-serve-title h2:after {
  background: linear-gradient(90deg, #e89b1e, #f5b942) !important;
}

.who-serve-title p {
  color: rgba(255, 255, 255, 0.82) !important;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.08rem !important;
  line-height: 1.7 !important;
}

.who-serve-eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #f5b942;
  margin-bottom: 12px;
}

.who-serve-card {
  height: 100%;
  padding: 30px 26px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), background 0.35s ease, border-color 0.35s ease;
}

.who-serve-card:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(232, 155, 30, 0.45);
}

.who-serve-icon {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  background: linear-gradient(135deg, #e89b1e, #f5b942);
  color: #0a0e14;
  font-size: 1.4rem;
  box-shadow: 0 10px 24px rgba(232, 155, 30, 0.35);
}

.who-serve-card h3 {
  color: #fff !important;
  font-family: var(--heading-font);
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 12px;
}

.who-serve-card p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  line-height: 1.65;
  margin: 0 0 14px;
}

.who-serve-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.88rem;
  font-weight: 700;
  color: #f5b942 !important;
  text-decoration: none;
  transition: gap 0.3s ease;
}

.who-serve-link:hover {
  gap: 10px;
  color: #ffd27a !important;
}

@media (max-width: 767px) {
  .who-we-serve {
    padding: 72px 0;
  }
}

/* =======================================================
   Consistent Dark Luxury Sections for Slider & Estimator
   ======================================================= */
.dark-showcase-section {
  position: relative;
  background: #0a0e14 !important;
  color: #ffffff !important;
  padding: 85px 0 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.dark-showcase-section .ba-tab-btn {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.88);
}

.dark-showcase-section .ba-tab-btn:hover,
.dark-showcase-section .ba-tab-btn.active {
  background: linear-gradient(135deg, #e89b1e 0%, #f5b942 100%) !important;
  color: #0a0e14 !important;
  border-color: #f5b942 !important;
  box-shadow: 0 4px 20px rgba(232, 155, 30, 0.4) !important;
}

.dark-showcase-section .ba-comparison-wrapper {
  border: 3px solid rgba(245, 185, 66, 0.35);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.6);
}

.dark-estimator-section {
  position: relative;
  background: #080c10 !important;
  color: #ffffff !important;
  padding: 85px 0 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.dark-estimator-card {
  background: rgba(14, 20, 29, 0.95);
  border: 1px solid rgba(245, 185, 66, 0.22);
  border-radius: 24px;
  padding: 38px 32px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.55);
}

.dark-estimator-card::before {
  background: linear-gradient(90deg, #e89b1e, #f5b942);
}

.dark-estimator-card .estimator-step-title {
  color: #f5b942;
}

.dark-estimator-card .estimator-option-btn {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.88);
}

.dark-estimator-card .estimator-option-btn:hover,
.dark-estimator-card .estimator-option-btn.selected {
  background: rgba(232, 155, 30, 0.15);
  border-color: #f5b942;
  color: #f5b942;
  box-shadow: 0 4px 18px rgba(232, 155, 30, 0.2);
}

.dark-estimator-card .estimator-price-result {
  background: linear-gradient(135deg, #0f1724 0%, #172336 100%);
  border: 1px solid rgba(245, 185, 66, 0.2);
}
/* =======================================================
   Shared section chrome ? readable, colourful, professional
   ======================================================= */
.fc-eyebrow {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--fc-amber);
  margin-bottom: 12px;
}

.fc-eyebrow-light {
  color: #f5b942;
}

.fc-lead {
  font-size: 1.12rem !important;
  line-height: 1.75 !important;
  color: #4a5563 !important;
  margin-bottom: 1.4rem !important;
  font-style: normal !important;
}

.fc-section-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.fc-section-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.fc-check-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.fc-check-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 1.05rem;
  line-height: 1.6;
  color: #2f3a46;
  font-weight: 500;
}

.fc-check-list i {
  color: var(--fc-amber);
  font-size: 1.25rem;
  margin-top: 2px;
  flex-shrink: 0;
}

/* ---------- Why Clients Trust ---------- */
.fc-trust-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 100px 0 !important;
  background: #f7f3ea !important;
}

.fc-trust-bg {
  background:
    radial-gradient(ellipse 70% 50% at 0% 100%, rgba(232, 155, 30, 0.18), transparent 55%),
    radial-gradient(ellipse 50% 45% at 100% 0%, rgba(20, 40, 60, 0.08), transparent 50%),
    linear-gradient(165deg, #faf7f1 0%, #efe8da 48%, #f6f1e7 100%);
}

.fc-trust-section .container {
  z-index: 2;
}

.fc-trust-section h3 {
  font-family: var(--heading-font);
  font-size: clamp(1.85rem, 3.5vw, 2.55rem) !important;
  font-weight: 800 !important;
  letter-spacing: -0.03em;
  color: var(--fc-ink) !important;
  margin: 0 0 16px !important;
}

.fc-trust-section h3:after {
  display: none !important;
}

/* Kill template absolute-image layout that collapses/hides our media */
.fc-trust-section .features-image,
.fc-commit-section .features-image,
.alt-services.fc-trust-section .features-image {
  position: relative !important;
  min-height: 0 !important;
  height: auto !important;
}

.fc-trust-section .features-image img,
.fc-commit-section .fc-trust-media img,
.alt-services.fc-trust-section .features-image img,
.fc-trust-media img {
  position: static !important;
  inset: auto !important;
  width: 100% !important;
  height: 520px !important;
  max-width: 100%;
  object-fit: cover !important;
  object-position: center top !important;
  display: block !important;
  z-index: auto !important;
  border-radius: 4px !important;
}

.fc-trust-media {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(10, 14, 20, 0.16);
  min-height: 520px;
  background: #141b24;
}

.fc-trust-media-badge {
  position: absolute;
  left: 16px;
  bottom: 16px;
  padding: 14px 18px;
  border-radius: 2px;
  background: rgba(10, 14, 20, 0.9);
  backdrop-filter: blur(8px);
  color: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}

.fc-trust-media-badge strong {
  display: block;
  font-family: var(--heading-font);
  font-size: 2rem;
  font-weight: 800;
  color: #f5b942;
  line-height: 1;
  margin-bottom: 4px;
}

.fc-trust-media-badge span {
  font-size: 0.88rem;
  opacity: 0.85;
}

.fc-trust-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.fc-trust-card {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1rem 0;
  border-radius: 0;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(10, 14, 20, 0.08);
  box-shadow: none;
  transition: none;
}

.fc-trust-card:last-child {
  border-bottom: none;
}

.fc-trust-card:hover {
  transform: none;
  border-color: rgba(10, 14, 20, 0.08);
  box-shadow: none;
}

.fc-trust-icon {
  width: 2.25rem;
  height: 2.25rem;
  min-width: 2.25rem;
  border-radius: 2px;
  display: grid;
  place-items: center;
  background: #141b24;
  color: var(--fc-amber-bright);
  font-size: 1rem;
  box-shadow: none;
}

.fc-trust-card h4 {
  font-family: var(--heading-font);
  font-size: 1.15rem !important;
  font-weight: 700 !important;
  color: var(--fc-ink) !important;
  margin: 0 0 6px !important;
}

.fc-trust-card p {
  font-size: 0.98rem !important;
  line-height: 1.6 !important;
  color: #5a6573 !important;
  margin: 0 !important;
}

/* ---------- Features / Project types ---------- */
.fc-features-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 100px 0 !important;
  background: #0c1219 !important;
  color: #fff;
}

.fc-features-bg {
  background:
    linear-gradient(160deg, rgba(8, 12, 18, 0.92), rgba(12, 18, 26, 0.88)),
    url("../.freecoat/media/banners/banner-landing-page.jpeg");
  background-size: cover;
  background-position: center;
  opacity: 1;
}

.fc-features-section .section-title h2,
.fc-features-section .section-title p {
  color: #fff !important;
}

.fc-features-section .section-title h2:before,
.fc-features-section .section-title h2:after {
  background: linear-gradient(90deg, #e89b1e, #f5b942) !important;
}

.fc-features-section .section-title p {
  color: rgba(255, 255, 255, 0.72) !important;
}

.fc-feature-tabs {
  border: none !important;
  margin-bottom: 28px;
}

.fc-feature-tabs .nav-link {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 110px;
  padding: 20px 14px !important;
  border-radius: 18px !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  background: rgba(255, 255, 255, 0.06) !important;
  color: rgba(255, 255, 255, 0.85) !important;
  backdrop-filter: blur(10px);
  transition: transform 0.3s var(--fc-ease), background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.fc-feature-tabs .nav-link i {
  font-size: 1.55rem;
  color: #f5b942;
  background: none !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
}

.fc-feature-tabs .nav-link h4 {
  font-family: var(--heading-font);
  font-size: 1.05rem !important;
  font-weight: 700 !important;
  margin: 0 !important;
  color: inherit !important;
}

.fc-feature-tabs .nav-link:hover {
  transform: translateY(-4px);
  border-color: rgba(245, 185, 66, 0.45) !important;
  background: rgba(255, 255, 255, 0.1) !important;
}

.fc-feature-tabs .nav-link.active {
  background: linear-gradient(145deg, #e89b1e, #f5b942) !important;
  border-color: transparent !important;
  color: #0a0e14 !important;
  box-shadow: 0 16px 36px rgba(232, 155, 30, 0.35);
}

.fc-feature-tabs .nav-link.active i,
.fc-feature-tabs .nav-link.active h4 {
  color: #0a0e14 !important;
}

.fc-feature-panel {
  padding: 36px 32px !important;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.35);
}

.fc-feature-panel h3 {
  font-family: var(--heading-font);
  font-size: clamp(1.45rem, 2.8vw, 1.9rem) !important;
  font-weight: 800 !important;
  color: var(--fc-ink) !important;
  margin-bottom: 14px !important;
}

.fc-feature-panel h3:after {
  background: linear-gradient(90deg, #e89b1e, #f5b942) !important;
  width: 64px !important;
}

.fc-feature-panel .fc-lead {
  color: #5a6573 !important;
}

.fc-feature-media {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(10, 14, 20, 0.18);
}

.fc-feature-media img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  display: block;
  border-radius: 20px !important;
}

/* ---------- Projects ---------- */
.fc-projects-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 100px 0 !important;
  background: #f4f6f9 !important;
}

.fc-projects-bg {
  background:
    radial-gradient(ellipse 60% 50% at 100% 0%, rgba(232, 155, 30, 0.12), transparent 55%),
    radial-gradient(ellipse 50% 40% at 0% 100%, rgba(20, 40, 60, 0.06), transparent 50%),
    linear-gradient(180deg, #eef2f6 0%, #f7f8fa 100%);
}

.fc-projects-section .container {
  z-index: 2;
}

.fc-projects-section .portfolio-filters {
  background: #fff;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  padding: 8px;
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(10, 14, 20, 0.08);
  margin-bottom: 36px !important;
}

.fc-projects-section .portfolio-filters li {
  margin: 0 !important;
  padding: 10px 18px !important;
  border-radius: 999px !important;
  font-weight: 600;
  font-size: 0.92rem;
  color: #4a5563;
  transition: background 0.25s ease, color 0.25s ease;
}

.fc-projects-section .portfolio-filters li:hover,
.fc-projects-section .portfolio-filters li.filter-active {
  background: linear-gradient(135deg, #e89b1e, #f5b942) !important;
  color: #0a0e14 !important;
}

.fc-projects-section .portfolio-content {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(10, 14, 20, 0.1);
}

.fc-projects-section .portfolio-content img {
  height: 260px;
  width: 100%;
  object-fit: cover;
}

.fc-projects-section .portfolio-info h4 {
  font-family: var(--heading-font);
  font-size: 1.15rem !important;
}

.fc-projects-section .portfolio-info p {
  font-size: 0.95rem !important;
  line-height: 1.5;
}

/* ---------- Testimonials ---------- */
.fc-testimonials-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 100px 0 !important;
  background: #0a0e14 !important;
}

.fc-testimonials-bg {
  background-image: url("../.freecoat/media/living-rooms/nice-living-room-design.jpg");
  background-size: cover;
  background-position: center;
  transform: scale(1.04);
}

.fc-testimonials-section .fc-section-shade {
  background:
    linear-gradient(160deg, rgba(8, 11, 16, 0.92) 0%, rgba(8, 11, 16, 0.82) 55%, rgba(8, 11, 16, 0.9) 100%),
    radial-gradient(ellipse 50% 50% at 80% 20%, rgba(232, 155, 30, 0.2), transparent 55%);
  z-index: 1;
}

.fc-testimonials-section .container,
.fc-testimonials-section .section-title {
  position: relative;
  z-index: 2;
}

.fc-testimonials-section .section-title h2,
.fc-testimonials-section .section-title p {
  color: #fff !important;
}

.fc-testimonials-section .section-title h2:before,
.fc-testimonials-section .section-title h2:after {
  background: linear-gradient(90deg, #e89b1e, #f5b942) !important;
}

.fc-testimonials-section .section-title p {
  color: rgba(255, 255, 255, 0.72) !important;
}

.fc-testimonials-section .testimonial-item {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(14px);
  border-radius: 22px !important;
  padding: 36px 28px 28px !important;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}

.fc-testimonials-section .testimonial-item h3 {
  color: #fff !important;
  font-family: var(--heading-font);
  font-size: 1.2rem !important;
}

.fc-testimonials-section .testimonial-item h4 {
  color: #f5b942 !important;
  font-size: 0.92rem !important;
}

.fc-testimonials-section .testimonial-item p,
.fc-testimonials-section .testimonial-item p span {
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 1.05rem !important;
  line-height: 1.7 !important;
}

.fc-testimonials-section .testimonial-item .stars i {
  color: #f5b942 !important;
}

.fc-testimonials-section .quote-icon-left,
.fc-testimonials-section .quote-icon-right {
  color: rgba(245, 185, 66, 0.45) !important;
}

/* ---------- Blog tips ---------- */
.fc-blog-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 100px 0 !important;
  background: #f7f3ea !important;
}

.fc-blog-bg {
  background:
    radial-gradient(ellipse 55% 45% at 10% 0%, rgba(232, 155, 30, 0.14), transparent 55%),
    linear-gradient(180deg, #faf7f1 0%, #efe8da 100%);
}

.fc-blog-section .container {
  z-index: 2;
}

.fc-blog-section .post-item {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(10, 14, 20, 0.06);
  box-shadow: 0 18px 42px rgba(10, 14, 20, 0.08);
  transition: transform 0.4s var(--fc-ease), box-shadow 0.4s ease;
}

.fc-blog-section .post-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 55px rgba(10, 14, 20, 0.14);
}

.fc-blog-section .post-img img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}

.fc-blog-section .post-date {
  background: linear-gradient(135deg, #e89b1e, #f5b942) !important;
  color: #0a0e14 !important;
  font-weight: 700;
  border-radius: 10px;
}

.fc-blog-section .post-content {
  padding: 22px 22px 26px;
}

.fc-blog-section .post-title {
  font-family: var(--heading-font);
  font-size: 1.2rem !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  color: var(--fc-ink) !important;
  min-height: 2.7em;
}

.fc-blog-section .meta {
  font-size: 0.9rem;
  color: #5a6573;
}

.fc-blog-section .readmore {
  font-weight: 700;
  color: var(--fc-ink);
}

.fc-blog-section .post-item:hover .readmore,
.fc-blog-section .post-item:hover .post-title {
  color: #9a6808 !important;
}

/* ---------- About / shared page sections ---------- */
.about-page .alt-services,
.about-page .alt-services-2,
.about-page .stats-counter,
.about-page .team,
.services-page #services,
.contact-page .contact,
.projects-page .projects {
  position: relative;
}

.about-page .alt-services,
.about-page .alt-services-2 {
  background:
    radial-gradient(ellipse 60% 50% at 100% 0%, rgba(232, 155, 30, 0.12), transparent 55%),
    linear-gradient(165deg, #faf7f1 0%, #efe8da 100%) !important;
  padding: 90px 0 !important;
}

.about-page .stats-counter {
  background:
    linear-gradient(160deg, rgba(8, 12, 18, 0.94), rgba(12, 18, 26, 0.9)),
    url("../.freecoat/media/banners/banner-landing-page.jpeg") center/cover !important;
  padding: 90px 0 !important;
  color: #fff !important;
}

.about-page .stats-counter .section-title h2,
.about-page .stats-counter .section-title p,
.about-page .stats-counter .stats-item p,
.about-page .stats-counter .stats-item span {
  color: #fff !important;
}

.about-page .stats-counter .section-title h2:before,
.about-page .stats-counter .section-title h2:after {
  background: linear-gradient(90deg, #e89b1e, #f5b942) !important;
}

.about-page .stats-item {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  padding: 22px 20px;
  backdrop-filter: blur(10px);
}

.about-page .stats-item i {
  color: #f5b942 !important;
}

.about-page .team {
  background:
    radial-gradient(ellipse 50% 40% at 0% 100%, rgba(232, 155, 30, 0.1), transparent 50%),
    #f4f6f9 !important;
  padding: 90px 0 !important;
}

.about-page .about.section {
  background:
    linear-gradient(180deg, #fff 0%, #f7f3ea 100%);
  padding: 90px 0 !important;
}

.about-page .our-story p,
.about-page .our-story ul li span {
  font-size: 1.05rem;
  line-height: 1.75;
  color: #4a5563;
}

.services-page #services {
  background:
    radial-gradient(ellipse 55% 45% at 10% 0%, rgba(232, 155, 30, 0.1), transparent 55%),
    linear-gradient(180deg, #f7f3ea 0%, #eef2f6 100%) !important;
  padding-top: 70px !important;
  padding-bottom: 90px !important;
}

.contact-page .contact {
  background:
    radial-gradient(ellipse 50% 40% at 100% 0%, rgba(232, 155, 30, 0.1), transparent 50%),
    #f7f3ea !important;
  padding: 90px 0 !important;
}

.projects-page .projects {
  background:
    radial-gradient(ellipse 60% 50% at 100% 0%, rgba(232, 155, 30, 0.1), transparent 55%),
    #f4f6f9 !important;
  padding: 90px 0 !important;
}

.videos-page .section,
.gallery-page .section {
  background:
    radial-gradient(ellipse 50% 40% at 0% 0%, rgba(232, 155, 30, 0.08), transparent 50%),
    #f7f3ea;
}

@media (max-width: 991px) {
  .fc-trust-media {
    min-height: 360px;
  }

  .fc-trust-section .features-image img,
  .fc-commit-section .fc-trust-media img,
  .alt-services.fc-trust-section .features-image img,
  .fc-trust-media img {
    height: 360px !important;
  }

  .fc-feature-panel {
    padding: 26px 20px !important;
  }

  .fc-feature-media img {
    height: 260px;
  }
}

@media (max-width: 575px) {
  .fc-feature-tabs .nav-link {
    min-height: 96px;
    padding: 16px 10px !important;
  }

  .fc-feature-tabs .nav-link h4 {
    font-size: 0.92rem !important;
  }
}

/* Home services strip */
.fc-home-services {
  position: relative;
  background:
    radial-gradient(ellipse 55% 45% at 10% 0%, rgba(232, 155, 30, 0.12), transparent 55%),
    linear-gradient(180deg, #f7f3ea 0%, #eef2f6 100%) !important;
  padding: 90px 0 !important;
}

.fc-home-services .section-title h2 {
  color: var(--fc-ink) !important;
}

.index-page .services .section-title::before,
.fc-home-services .section-title .fc-eyebrow {
  display: block;
}

/* Ensure testimonials swiper sits above shade */
.fc-testimonials-section .swiper {
  position: relative;
  z-index: 2;
}

/* Contact info cards polish */
.contact .info-item {
  border-radius: 18px !important;
  border: 1px solid rgba(232, 155, 30, 0.15);
  box-shadow: 0 14px 32px rgba(10, 14, 20, 0.06);
  background: #fff !important;
}

.contact .info-item i {
  background: linear-gradient(145deg, #e89b1e, #f5b942) !important;
  color: #0a0e14 !important;
}

.contact .php-email-form {
  border-radius: 20px;
  border: 1px solid rgba(10, 14, 20, 0.06);
  box-shadow: 0 18px 40px rgba(10, 14, 20, 0.08);
  background: #fff;
  padding: 28px !important;
}

.fc-trust-grid-2 {
  grid-template-columns: 1fr 1fr;
}

.fc-commit-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 100px 0 !important;
  background: #f4f6f9 !important;
}

.fc-commit-section h3 {
  font-family: var(--heading-font);
  font-size: clamp(1.85rem, 3.5vw, 2.4rem) !important;
  font-weight: 800 !important;
  color: var(--fc-ink) !important;
  margin-bottom: 14px !important;
}

.fc-commit-section .container {
  z-index: 2;
}

/* Kill template feature-tab underline chrome when using fc tabs */
.fc-features-section .features .nav-link,
.fc-features-section .nav-link {
  border-bottom: none !important;
  height: auto !important;
}

.fc-features-section .nav-link i {
  padding-right: 0 !important;
  font-size: 1.55rem !important;
}

.fc-features-section .nav-link.active {
  background-color: transparent;
}

@media (max-width: 767px) {
  .fc-trust-grid-2 {
    grid-template-columns: 1fr;
  }
}

/* =======================================================
   FC Showcase ? cinematic dual-row endless reel
   ======================================================= */
.fc-showcase {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 88px 0 72px;
  background: #f6f1e8;
  color: var(--fc-ink);
}

.fc-showcase-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(ellipse 55% 50% at 12% 18%, rgba(232, 155, 30, 0.22), transparent 58%),
    radial-gradient(ellipse 45% 40% at 88% 82%, rgba(20, 40, 60, 0.08), transparent 55%),
    linear-gradient(165deg, #fbf8f2 0%, #efe6d6 48%, #f7f2ea 100%);
  pointer-events: none;
}

.fc-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  opacity: 0.55;
  animation: fcOrbFloat 12s ease-in-out infinite;
}

.fc-orb-a {
  width: 280px;
  height: 280px;
  top: -60px;
  left: 8%;
  background: rgba(232, 155, 30, 0.35);
}

.fc-orb-b {
  width: 220px;
  height: 220px;
  bottom: 8%;
  right: 10%;
  background: rgba(245, 185, 66, 0.28);
  animation-delay: -4s;
}

.fc-orb-c {
  width: 160px;
  height: 160px;
  top: 42%;
  left: 48%;
  background: rgba(10, 14, 20, 0.08);
  animation-delay: -7s;
}

.fc-grid-lines {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(10, 14, 20, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(10, 14, 20, 0.035) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, #000 20%, transparent 75%);
  opacity: 0.7;
}

@keyframes fcOrbFloat {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(18px, -22px) scale(1.08); }
}

.fc-showcase-head {
  z-index: 2;
  text-align: center;
  margin-bottom: 42px;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.fc-showcase-head h2 {
  font-family: var(--heading-font);
  font-size: clamp(1.9rem, 4vw, 2.75rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  color: var(--fc-ink);
  margin: 0 0 14px;
  line-height: 1.15;
}

.fc-showcase-head p {
  font-size: 1.12rem;
  line-height: 1.7;
  color: #5a6573;
  margin: 0 auto 22px;
  max-width: 560px;
}

.fc-showcase-meta {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.fc-showcase-meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(232, 155, 30, 0.25);
  box-shadow: 0 8px 22px rgba(10, 14, 20, 0.06);
  font-size: 0.88rem;
  font-weight: 600;
  color: #2f3a46;
}

.fc-showcase-meta i {
  color: var(--fc-amber);
  font-size: 1rem;
}

.fc-showcase-rows {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.fc-showcase-row {
  position: relative;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
}

.fc-showcase-track {
  display: flex;
  align-items: stretch;
  gap: 22px;
  width: max-content;
  will-change: transform;
}

.fc-track-left {
  animation: fcScrollLeft 55s linear infinite;
}

.fc-track-right {
  animation: fcScrollRight 60s linear infinite;
}

.fc-showcase-row:hover .fc-showcase-track {
  animation-play-state: paused;
}

@keyframes fcScrollLeft {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes fcScrollRight {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}

.fc-show-card {
  position: relative;
  flex-shrink: 0;
  width: 380px;
  height: 280px;
  border-radius: 24px;
  overflow: hidden;
  background: #141b24;
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow:
    0 18px 40px rgba(10, 14, 20, 0.14),
    0 0 0 1px rgba(232, 155, 30, 0.08);
  transform: translateZ(0);
  transition:
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.45s ease,
    border-color 0.35s ease;
}

.fc-card-tall {
  width: 320px;
  height: 340px;
}

.fc-card-wide {
  width: 460px;
  height: 280px;
}

.fc-showcase-row-alt .fc-show-card {
  height: 250px;
}

.fc-showcase-row-alt .fc-card-tall {
  width: 300px;
  height: 300px;
}

.fc-showcase-row-alt .fc-card-wide {
  width: 420px;
  height: 250px;
}

.fc-show-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 0 !important;
  transform: scale(1.04);
  transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1), filter 0.45s ease;
  filter: saturate(1.05) contrast(1.03);
}

.fc-show-shine {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    115deg,
    transparent 35%,
    rgba(255, 255, 255, 0.28) 48%,
    transparent 62%
  );
  transform: translateX(-120%) skewX(-12deg);
  pointer-events: none;
  z-index: 2;
}

.fc-show-overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 22px 22px 20px;
  background:
    linear-gradient(to top, rgba(8, 11, 16, 0.88) 0%, rgba(8, 11, 16, 0.35) 42%, transparent 72%);
  color: #fff;
  transition: background 0.4s ease;
}

.fc-show-tag {
  align-self: flex-start;
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 11px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0a0e14;
  background: linear-gradient(135deg, #e89b1e, #f5b942);
  box-shadow: 0 8px 18px rgba(232, 155, 30, 0.35);
  transform: translateY(8px);
  opacity: 0.92;
  transition: transform 0.4s var(--fc-ease), opacity 0.35s ease;
}

.fc-show-overlay h3 {
  font-family: var(--heading-font);
  font-size: 1.22rem;
  font-weight: 750;
  letter-spacing: -0.02em;
  margin: 0 0 6px;
  color: #fff !important;
  line-height: 1.25;
  transform: translateY(6px);
  transition: transform 0.4s var(--fc-ease);
}

.fc-show-overlay p {
  margin: 0;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.82);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transform: translateY(6px);
  transition: transform 0.45s var(--fc-ease);
}

.fc-show-overlay p i {
  color: #f5b942;
}

.fc-show-card:hover {
  transform: translateY(-14px) scale(1.035);
  border-color: rgba(245, 185, 66, 0.75);
  box-shadow:
    0 30px 60px rgba(10, 14, 20, 0.28),
    0 0 0 2px rgba(245, 185, 66, 0.35),
    0 0 40px rgba(232, 155, 30, 0.25);
  z-index: 5;
}

.fc-show-card:hover img {
  transform: scale(1.16);
  filter: saturate(1.15) contrast(1.06) brightness(1.05);
}

.fc-show-card:hover .fc-show-shine {
  animation: fcShineSweep 0.95s ease forwards;
}

.fc-show-card:hover .fc-show-overlay {
  background:
    linear-gradient(to top, rgba(8, 11, 16, 0.92) 0%, rgba(8, 11, 16, 0.45) 50%, rgba(232, 155, 30, 0.12) 100%);
}

.fc-show-card:hover .fc-show-tag,
.fc-show-card:hover .fc-show-overlay h3,
.fc-show-card:hover .fc-show-overlay p {
  transform: translateY(0);
  opacity: 1;
}

@keyframes fcShineSweep {
  0% { transform: translateX(-120%) skewX(-12deg); }
  100% { transform: translateX(140%) skewX(-12deg); }
}

/* Soft entrance pulse on first paint */
.fc-show-card {
  animation: fcCardIn 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.fc-showcase-track .fc-show-card:nth-child(1) { animation-delay: 0.05s; }
.fc-showcase-track .fc-show-card:nth-child(2) { animation-delay: 0.1s; }
.fc-showcase-track .fc-show-card:nth-child(3) { animation-delay: 0.15s; }
.fc-showcase-track .fc-show-card:nth-child(4) { animation-delay: 0.2s; }
.fc-showcase-track .fc-show-card:nth-child(5) { animation-delay: 0.25s; }
.fc-showcase-track .fc-show-card:nth-child(6) { animation-delay: 0.3s; }

@keyframes fcCardIn {
  from {
    opacity: 0;
    transform: translateY(28px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* Kill old dark marquee if leftover markup exists */
.marquee-section {
  display: none !important;
}

@media (max-width: 991px) {
  .fc-showcase {
    padding: 72px 0 56px;
  }

  .fc-show-card {
    width: 300px;
    height: 230px;
    border-radius: 18px;
  }

  .fc-card-tall {
    width: 260px;
    height: 280px;
  }

  .fc-card-wide {
    width: 360px;
    height: 230px;
  }

  .fc-showcase-row-alt .fc-show-card {
    height: 210px;
  }

  .fc-showcase-row-alt .fc-card-tall {
    width: 240px;
    height: 250px;
  }

  .fc-showcase-row-alt .fc-card-wide {
    width: 330px;
    height: 210px;
  }

  .fc-track-left {
    animation-duration: 42s;
  }

  .fc-track-right {
    animation-duration: 48s;
  }
}

@media (max-width: 575px) {
  .fc-showcase-head h2 {
    font-size: 1.7rem;
  }

  .fc-showcase-meta span {
    font-size: 0.8rem;
    padding: 7px 11px;
  }

  .fc-show-overlay h3 {
    font-size: 1.05rem;
  }

  .fc-show-card {
    width: 260px;
    height: 200px;
  }

  .fc-card-tall,
  .fc-showcase-row-alt .fc-card-tall {
    width: 230px;
    height: 240px;
  }

  .fc-card-wide,
  .fc-showcase-row-alt .fc-card-wide {
    width: 300px;
    height: 200px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fc-track-left,
  .fc-track-right,
  .fc-orb,
  .fc-show-card,
  .fc-show-card:hover .fc-show-shine {
    animation: none !important;
  }

  .fc-showcase-track {
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    transform: none !important;
  }

  .fc-showcase-row {
    overflow: visible;
    mask-image: none;
    -webkit-mask-image: none;
  }
}

/* =======================================================
   Book Free Inspection ? conversion section (replaces BA/estimator)
   ======================================================= */
.fc-book {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 100px 0 !important;
  color: #fff;
  background: #0a0e14;
}

.fc-book-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("../.freecoat/media/before-after/after-pop-ceiling.jpeg");
  background-size: cover;
  background-position: center;
  transform: scale(1.05);
  animation: fcBookKen 22s ease-in-out infinite alternate;
}

.fc-book-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(115deg, rgba(8, 11, 16, 0.94) 0%, rgba(8, 11, 16, 0.82) 48%, rgba(8, 11, 16, 0.72) 100%),
    radial-gradient(ellipse 50% 55% at 85% 20%, rgba(232, 155, 30, 0.22), transparent 55%);
  pointer-events: none;
}

@keyframes fcBookKen {
  from { transform: scale(1.05) translate(0, 0); }
  to { transform: scale(1.12) translate(-1.5%, 1%); }
}

.fc-book .container {
  position: relative;
  z-index: 2;
}

.fc-book-title {
  font-family: var(--heading-font);
  font-size: clamp(1.9rem, 4vw, 2.7rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  color: #fff !important;
  margin: 0 0 16px;
  line-height: 1.15;
}

.fc-book-lead {
  font-size: 1.12rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 28px;
  max-width: 480px;
}

.fc-book-steps {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.fc-book-steps li {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.fc-book-step-num {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-family: var(--heading-font);
  font-weight: 800;
  font-size: 0.9rem;
  color: #0a0e14;
  background: linear-gradient(145deg, #e89b1e, #f5b942);
  box-shadow: 0 10px 24px rgba(232, 155, 30, 0.35);
}

.fc-book-steps strong {
  display: block;
  font-size: 1.08rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
}

.fc-book-steps p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.65);
}

.fc-book-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.fc-book-trust div {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.86rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
}

.fc-book-trust i {
  color: #f5b942;
}

.fc-book-card {
  background: rgba(255, 255, 255, 0.97);
  border-radius: 28px;
  padding: 32px 30px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.4);
  color: var(--fc-ink);
}

.fc-book-card-head {
  margin-bottom: 24px;
}

.fc-book-card-head h3 {
  font-family: var(--heading-font);
  font-size: 1.45rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--fc-ink) !important;
  margin: 0 0 6px;
}

.fc-book-card-head p {
  margin: 0;
  font-size: 0.98rem;
  color: #5a6573;
}

.fc-book-label {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #6b7582;
  margin-bottom: 12px;
}

.fc-book-options {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.fc-book-option {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  text-align: left;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1.5px solid rgba(10, 14, 20, 0.1);
  background: #f4f6f9;
  color: #2f3a46;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: border-color 0.25s ease, background 0.25s ease, transform 0.25s var(--fc-ease), box-shadow 0.25s ease;
}

.fc-book-option > i:first-child {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: rgba(232, 155, 30, 0.14);
  color: #c47e10;
  font-size: 1.05rem;
  flex-shrink: 0;
}

.fc-book-option span {
  flex: 1;
  line-height: 1.3;
}

.fc-book-check {
  opacity: 0;
  color: #0a0e14;
  font-size: 1.1rem;
  transition: opacity 0.2s ease;
}

.fc-book-option:hover {
  transform: translateY(-2px);
  border-color: rgba(232, 155, 30, 0.45);
  box-shadow: 0 10px 24px rgba(10, 14, 20, 0.08);
}

.fc-book-option.selected {
  background: linear-gradient(135deg, rgba(232, 155, 30, 0.18), rgba(245, 185, 66, 0.22));
  border-color: #e89b1e;
  color: var(--fc-ink);
  box-shadow: 0 12px 28px rgba(232, 155, 30, 0.2);
}

.fc-book-option.selected .fc-book-check {
  opacity: 1;
}

.fc-book-option.selected > i:first-child {
  background: linear-gradient(145deg, #e89b1e, #f5b942);
  color: #0a0e14;
}

.fc-book-result {
  margin-top: 18px;
  padding: 20px 18px;
  border-radius: 18px;
  background: linear-gradient(160deg, #0f1520 0%, #172336 100%);
  color: #fff;
  box-shadow: 0 16px 36px rgba(10, 14, 20, 0.25);
}

.fc-book-result-label {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 6px;
}

.fc-book-result strong {
  display: block;
  font-family: var(--heading-font);
  font-size: 1.2rem;
  font-weight: 800;
  color: #f5b942;
  margin-bottom: 8px;
  line-height: 1.3;
}

.fc-book-result p {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 16px;
  line-height: 1.5;
}

.fc-book-wa {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 20px;
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, #25d366, #1ebe57);
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
  box-shadow: 0 14px 32px rgba(37, 211, 102, 0.35);
  cursor: pointer;
  transition: transform 0.3s var(--fc-ease), box-shadow 0.3s ease;
}

.fc-book-wa:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(37, 211, 102, 0.45);
  color: #fff;
}

.fc-book-wa i {
  font-size: 1.25rem;
}

.fc-book-call {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
  font-size: 0.9rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  transition: color 0.25s ease;
}

.fc-book-call:hover {
  color: #f5b942;
}

/* Gallery CTA strip */
.fc-gallery-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 80px 0 !important;
  color: #fff;
  background: #0a0e14;
}

.fc-gallery-cta-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("../.freecoat/media/interiors/full-complete-mansion-interior.jpeg");
  background-size: cover;
  background-position: center;
}

.fc-gallery-cta-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(105deg, rgba(8, 11, 16, 0.92) 0%, rgba(8, 11, 16, 0.78) 55%, rgba(8, 11, 16, 0.7) 100%),
    radial-gradient(ellipse 45% 50% at 90% 50%, rgba(232, 155, 30, 0.2), transparent 55%);
}

.fc-gallery-cta .container {
  z-index: 2;
}

.fc-gallery-cta h2 {
  font-family: var(--heading-font);
  font-size: clamp(1.7rem, 3.5vw, 2.4rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #fff !important;
  margin: 0 0 14px;
}

.fc-gallery-cta p {
  font-size: 1.08rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 20px;
  max-width: 560px;
}

.fc-gallery-cta-perks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.fc-gallery-cta-perks span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.88rem;
  font-weight: 600;
}

.fc-gallery-cta-perks i {
  color: #f5b942;
}

.fc-gallery-cta-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: stretch;
}

.fc-gallery-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 22px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 1rem;
  text-decoration: none;
  transition: transform 0.3s var(--fc-ease), box-shadow 0.3s ease;
}

.fc-gallery-cta-btn.primary {
  background: linear-gradient(135deg, #e89b1e, #f5b942);
  color: #0a0e14;
  box-shadow: 0 14px 32px rgba(232, 155, 30, 0.4);
}

.fc-gallery-cta-btn.secondary {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}

.fc-gallery-cta-btn:hover {
  transform: translateY(-3px);
  color: inherit;
}

.fc-gallery-cta-btn.secondary:hover {
  background: rgba(37, 211, 102, 0.2);
  border-color: #25d366;
  color: #fff;
}

@media (max-width: 991px) {
  .fc-book,
  .fc-gallery-cta {
    padding: 72px 0 !important;
  }

  .fc-book-card {
    padding: 26px 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fc-book-bg {
    animation: none !important;
  }
}

/* =======================================================
   Soft section blends + Netlify form UI
   ======================================================= */
.who-we-serve {
  padding-bottom: 180px !important;
}

.who-we-serve::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 180px;
  z-index: 5;
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    rgba(10, 14, 20, 0) 0%,
    rgba(10, 14, 20, 0.35) 30%,
    rgba(10, 14, 20, 0.78) 62%,
    #0a0e14 100%
  );
}

.fc-book {
  margin-top: -110px;
  padding-top: 150px !important;
}

.fc-book-bg {
  /* Soften harsh photo edge at section join */
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 18%, #000 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, #000 18%, #000 100%);
}

.fc-book-shade {
  background:
    linear-gradient(to bottom, #0a0e14 0%, rgba(10, 14, 20, 0.88) 12%, rgba(8, 11, 16, 0.72) 42%, rgba(8, 11, 16, 0.78) 100%),
    linear-gradient(115deg, rgba(8, 11, 16, 0.94) 0%, rgba(8, 11, 16, 0.78) 55%, rgba(8, 11, 16, 0.7) 100%),
    radial-gradient(ellipse 50% 55% at 85% 30%, rgba(232, 155, 30, 0.2), transparent 55%) !important;
}

.get-started.get-started-hero {
  padding-bottom: 120px !important;
}

.get-started.get-started-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100px;
  z-index: 4;
  pointer-events: none;
  background: linear-gradient(to bottom, transparent, #0a0e14);
}

.who-serve-shade {
  background:
    linear-gradient(to bottom, #0a0e14 0%, rgba(10, 14, 20, 0.55) 18%, transparent 48%),
    linear-gradient(to top, rgba(10, 14, 20, 0.55) 0%, transparent 28%),
    linear-gradient(160deg, rgba(8, 11, 16, 0.78) 0%, rgba(8, 11, 16, 0.58) 50%, rgba(8, 11, 16, 0.8) 100%),
    radial-gradient(ellipse 50% 50% at 20% 10%, rgba(232, 155, 30, 0.18), transparent 55%) !important;
}

/* Smooth about trust background ? no hard vertical split */
.fc-trust-bg {
  background:
    radial-gradient(ellipse 90% 70% at 50% 0%, rgba(232, 155, 30, 0.12), transparent 60%),
    radial-gradient(ellipse 70% 60% at 80% 100%, rgba(232, 155, 30, 0.08), transparent 55%),
    linear-gradient(180deg, #faf7f1 0%, #f3ebe0 50%, #f7f3ea 100%) !important;
}

.fc-commit-section,
.about-page .alt-services-2,
.about-page .alt-services {
  background: linear-gradient(180deg, #faf7f1 0%, #f3ebe0 50%, #f7f3ea 100%) !important;
}

.fc-honeypot {
  position: absolute !important;
  left: -10000px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.fc-form-status {
  margin-bottom: 12px;
}

.fc-form-status .loading,
.fc-form-status .error-message,
.fc-form-status .sent-message {
  display: none;
  padding: 10px 14px;
  border-radius: 10px;
  font-size: 0.92rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.fc-form-status .loading {
  background: rgba(232, 155, 30, 0.15);
  color: #9a6808;
}

.fc-form-status .sent-message {
  background: rgba(37, 211, 102, 0.15);
  color: #0f7a3a;
}

.fc-form-status .error-message {
  background: rgba(220, 53, 69, 0.12);
  color: #b02a37;
}

.fc-book-input {
  border-radius: 12px !important;
  border: 1.5px solid rgba(10, 14, 20, 0.12) !important;
  background: #f4f6f9 !important;
  padding: 12px 14px !important;
  font-size: 0.98rem !important;
  color: #0a0e14 !important;
}

.fc-book-input:focus {
  border-color: #e89b1e !important;
  background: #fff !important;
  box-shadow: 0 0 0 4px rgba(232, 155, 30, 0.18) !important;
  outline: none !important;
}

.fc-book-submit {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 20px;
  margin-bottom: 10px;
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, #e89b1e, #f5b942);
  color: #0a0e14;
  font-size: 1rem;
  font-weight: 800;
  box-shadow: 0 14px 32px rgba(232, 155, 30, 0.35);
  cursor: pointer;
  transition: transform 0.3s var(--fc-ease), box-shadow 0.3s ease;
}

.fc-book-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(232, 155, 30, 0.45);
  color: #0a0e14;
}

.get-started .get-started-form {
  background: rgba(255, 255, 255, 0.97) !important;
  backdrop-filter: blur(18px);
  border-radius: 22px !important;
  padding: 32px 28px !important;
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.35);
  margin: 0 !important;
}

.contact .fc-netlify-form button[type="submit"] {
  background: linear-gradient(135deg, #e89b1e, #f5b942);
  color: #0a0e14;
  border: none;
  border-radius: 999px;
  padding: 12px 28px;
  font-weight: 800;
}

/* =======================================================
   Compact contact FAB (Call / WhatsApp) — industry style
   ======================================================= */
.whatsapp-float,
.call-float {
  display: none !important;
}

.fc-help-float {
  position: fixed;
  right: 18px;
  bottom: 20px;
  z-index: 1100;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  touch-action: none;
  user-select: none;
}

.fc-help-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  padding: 0;
  border: none;
  border-radius: 50%;
  cursor: grab;
  color: #0a0e14;
  background: var(--fc-amber, #e89b1e);
  box-shadow: 0 6px 18px rgba(10, 14, 20, 0.22);
  font-size: 1.15rem;
  line-height: 1;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease,
    color 0.2s ease;
}

.fc-help-btn:hover {
  box-shadow: 0 8px 22px rgba(10, 14, 20, 0.28);
  transform: translateY(-1px);
}

.fc-help-btn:active,
.fc-help-float.is-dragging .fc-help-btn {
  cursor: grabbing;
  transform: scale(0.96);
}

.fc-help-btn-icon,
.fc-help-btn-close {
  line-height: 1;
  pointer-events: none;
}

.fc-help-btn-close {
  display: none;
  font-size: 1.35rem;
}

.fc-help-float.is-open .fc-help-btn-icon {
  display: none;
}

.fc-help-float.is-open .fc-help-btn-close {
  display: inline-block;
}

.fc-help-float.is-open .fc-help-btn {
  background: #141b24;
  color: #fff;
  box-shadow: 0 6px 18px rgba(10, 14, 20, 0.35);
}

.fc-help-menu {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 212px;
  padding: 10px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(10, 14, 20, 0.1);
  box-shadow: 0 12px 32px rgba(10, 14, 20, 0.16);
  animation: fcHelpPop 0.22s ease;
  transform-origin: bottom right;
}

.fc-help-menu-title {
  margin: 0 0 4px;
  padding: 2px 6px 6px;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #7a8490;
}

.fc-help-menu[hidden] {
  display: none !important;
}

@keyframes fcHelpPop {
  from {
    opacity: 0;
    transform: translateY(6px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.fc-help-option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 8px;
  border-radius: 8px;
  text-decoration: none !important;
  color: #0a0e14 !important;
  background: transparent;
  border: none;
  transition: background 0.15s ease;
}

.fc-help-option:hover {
  background: #f3f5f7;
}

.fc-help-option-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 0.95rem;
  flex-shrink: 0;
  color: #fff;
}

.fc-help-call .fc-help-option-icon {
  background: #141b24;
  color: var(--fc-amber-bright, #f5b942);
}

.fc-help-wa .fc-help-option-icon {
  background: #128c7e;
}

.fc-help-option-text {
  display: flex;
  flex-direction: column;
  gap: 1px;
  line-height: 1.25;
  min-width: 0;
}

.fc-help-option-text strong {
  font-family: var(--default-font, inherit);
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0;
}

.fc-help-option-text small {
  font-size: 0.72rem;
  color: #6b7580;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 575px) {
  .fc-help-float {
    right: 14px;
    bottom: 16px;
  }

  .fc-help-btn {
    width: 44px;
    height: 44px;
    min-width: 44px;
    font-size: 1.05rem;
  }

  .fc-help-menu {
    width: 200px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fc-help-menu,
  .fc-help-btn {
    animation: none;
    transition: none;
  }
}

/* ===== FAQ (SEO + UX) ===== */
.fc-faq {
  position: relative;
  padding: 72px 0 88px;
  background:
    radial-gradient(ellipse 70% 50% at 10% 0%, rgba(232, 155, 30, 0.08), transparent 55%),
    linear-gradient(180deg, #f7f4ef 0%, #fff 45%, #f3f0ea 100%);
}

.fc-faq .section-title {
  margin-bottom: 36px;
}

.fc-faq-list {
  max-width: 820px;
  margin: 0 auto;
  display: grid;
  gap: 12px;
}

.fc-faq-item {
  border: 1px solid rgba(20, 24, 32, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.88);
  padding: 0 18px;
  box-shadow: 0 8px 24px rgba(15, 20, 28, 0.04);
}

.fc-faq-item summary {
  cursor: pointer;
  list-style: none;
  font-family: Syne, Outfit, sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  color: #141820;
  padding: 18px 28px 18px 0;
  position: relative;
}

.fc-faq-item summary::-webkit-details-marker {
  display: none;
}

.fc-faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #e89b1e;
  font-size: 1.35rem;
  font-weight: 700;
}

.fc-faq-item[open] summary::after {
  content: "–";
}

.fc-faq-item p {
  margin: 0 0 18px;
  color: #3d4550;
  line-height: 1.65;
  font-size: 0.98rem;
}

.fc-faq-item a {
  color: #b8740f;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* ===== Portfolio gallery (SEO image grids) ===== */
.fc-portfolio {
  padding: 72px 0 90px;
  background:
    radial-gradient(ellipse 60% 40% at 90% 0%, rgba(232, 155, 30, 0.07), transparent 50%),
    linear-gradient(180deg, #faf8f4 0%, #ffffff 40%, #f5f2ec 100%);
}

.fc-pg-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 0 auto 40px;
  max-width: 960px;
}

.fc-pg-filter {
  border: 1px solid rgba(20, 24, 32, 0.12);
  background: #fff;
  color: #2a313c;
  font-family: Outfit, sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  padding: 8px 14px;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.2s ease;
}

.fc-pg-filter:hover {
  border-color: rgba(232, 155, 30, 0.55);
  color: #141820;
  transform: translateY(-1px);
}

.fc-pg-filter.is-active {
  background: linear-gradient(135deg, #e89b1e, #f5b942);
  border-color: transparent;
  color: #141820;
}

.fc-pg-heading {
  font-family: Syne, Outfit, sans-serif;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  font-weight: 700;
  margin: 8px 0 18px;
  color: #141820;
}

.fc-pg-block {
  scroll-margin-top: 100px;
}

.fc-pg-block + .fc-pg-block {
  margin-top: 36px;
}

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

@media (min-width: 768px) {
  .fc-pg-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }
}

@media (min-width: 1100px) {
  .fc-pg-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
  }
}

.fc-pg-item {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 14px;
  aspect-ratio: 4 / 3;
  background: #1a1f28;
  box-shadow: 0 10px 28px rgba(15, 20, 28, 0.08);
  text-decoration: none;
}

.fc-pg-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.fc-pg-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(10, 14, 20, 0.72) 100%);
  opacity: 0.85;
  pointer-events: none;
}

.fc-pg-cap {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 1;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.45);
}

.fc-pg-item:hover img {
  transform: scale(1.06);
}

.fc-pg-cta {
  margin-top: 44px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  align-items: center;
}

.fc-pg-cta-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  border: 1.5px solid rgba(20, 24, 32, 0.2);
  color: #141820;
  font-weight: 700;
  text-decoration: none;
  transition: border-color 0.25s ease, background 0.25s ease;
}

.fc-pg-cta-secondary:hover {
  border-color: #e89b1e;
  background: rgba(232, 155, 30, 0.08);
  color: #141820;
}

.about-img img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  object-fit: cover;
  box-shadow: 0 18px 40px rgba(15, 20, 28, 0.14);
}

.team .member-img img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

/* ===== Before / After spotlight ===== */
.fc-ba-spotlight {
  padding: 64px 0 40px;
  background: linear-gradient(180deg, #121820 0%, #1a222d 100%);
  color: #f4f1ea;
}

.fc-ba-spotlight .section-title h2,
.fc-ba-spotlight .section-title p {
  color: #f4f1ea;
}

.fc-ba-spotlight .section-title p {
  opacity: 0.78;
}

.fc-ba-card {
  margin: 0;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  background: #0a0e14;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}

.fc-ba-card img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.fc-ba-card:hover img {
  transform: scale(1.04);
}

.fc-ba-card figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 14px 16px;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.75));
  font-size: 0.92rem;
  font-weight: 600;
}

.fc-ba-card figcaption span {
  display: inline-block;
  margin-right: 8px;
  padding: 2px 10px;
  border-radius: 999px;
  background: #e89b1e;
  color: #141820;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* ===== Fresh motion polish (2026 refresh) ===== */
.fc-pg-item {
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.45s ease;
}
.fc-pg-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(15, 20, 28, 0.16);
}
.service-media-card {
  transition: border-color 0.35s ease, box-shadow 0.4s ease;
}
.service-media-card:hover {
  transform: none;
}
.hero h1 {
  animation: fcHeroIn 0.9s ease both;
}
@keyframes fcHeroIn {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: none; }
}
.fc-showcase-head h2 {
  letter-spacing: -0.02em;
}

/* =======================================================
   Home landing 2026 — FreeCoat index redesign
   ======================================================= */

body.index-page {
  overflow-x: hidden;
}

/* ----- Hero ----- */
.fc-home-hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: flex-end;
  color: #fff;
  overflow: hidden;
  isolation: isolate;
}

.fc-home-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.fc-home-hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center center;
  opacity: 0;
  will-change: opacity, transform;
}

.fc-home-hero-img--a {
  animation: fcHeroCrossA 30s linear infinite, fcHeroKen 22s var(--fc-ease) infinite alternate;
}

.fc-home-hero-img--b {
  animation: fcHeroCrossB 30s linear infinite, fcHeroKen 22s var(--fc-ease) infinite alternate;
  animation-delay: 0s, -4s;
}

.fc-home-hero-img--c {
  animation: fcHeroCrossC 30s linear infinite, fcHeroKen 22s var(--fc-ease) infinite alternate;
  animation-delay: 0s, -8s;
}

.fc-home-hero-img--d {
  animation: fcHeroCrossD 30s linear infinite, fcHeroKen 22s var(--fc-ease) infinite alternate;
  animation-delay: 0s, -12s;
}

.fc-home-hero-img--e {
  animation: fcHeroCrossE 30s linear infinite, fcHeroKen 22s var(--fc-ease) infinite alternate;
  animation-delay: 0s, -16s;
}

@keyframes fcHeroKen {
  0% { transform: scale(1); }
  100% { transform: scale(1.07); }
}

/* 5-slide crossfade: ~5.5s each + brief overlap */
@keyframes fcHeroCrossA {
  0%, 16% { opacity: 1; }
  20%, 96% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes fcHeroCrossB {
  0%, 16% { opacity: 0; }
  20%, 36% { opacity: 1; }
  40%, 100% { opacity: 0; }
}

@keyframes fcHeroCrossC {
  0%, 36% { opacity: 0; }
  40%, 56% { opacity: 1; }
  60%, 100% { opacity: 0; }
}

@keyframes fcHeroCrossD {
  0%, 56% { opacity: 0; }
  60%, 76% { opacity: 1; }
  80%, 100% { opacity: 0; }
}

@keyframes fcHeroCrossE {
  0%, 76% { opacity: 0; }
  80%, 96% { opacity: 1; }
  100% { opacity: 0; }
}

/* Transparent header over home hero until scroll */
body.index-page .header:not(.scrolled) {
  background: transparent !important;
  box-shadow: none !important;
}

@media (min-width: 1200px) {
  body.index-page .header:not(.scrolled) .navmenu a {
    color: rgba(255, 255, 255, 0.92) !important;
  }
  body.index-page .header:not(.scrolled) .navmenu a:hover,
  body.index-page .header:not(.scrolled) .navmenu a.active {
    color: var(--fc-amber-bright) !important;
  }
}

body.index-page .header:not(.scrolled) .btn-book-nav {
  color: var(--fc-ink) !important;
}

/* Round menu toggle only — no white square behind it */
@media (max-width: 1199px) {
  body.index-page .navmenu,
  .header .navmenu {
    background: transparent !important;
    backdrop-filter: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    border: none !important;
  }

  .header .mobile-nav-toggle {
    width: 46px;
    height: 46px;
    border-radius: 50% !important;
    background: var(--fc-amber, #e89b1e) !important;
    color: #fff !important;
    box-shadow: 0 6px 18px rgba(232, 155, 30, 0.4);
  }
}

.fc-home-hero-veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(10, 14, 20, 0.35) 0%, rgba(10, 14, 20, 0.55) 45%, rgba(10, 14, 20, 0.88) 100%),
    radial-gradient(ellipse 70% 50% at 20% 80%, rgba(232, 155, 30, 0.18), transparent 55%);
  z-index: 1;
}

.fc-home-hero-content {
  position: relative;
  z-index: 2;
  padding-top: 8rem;
  padding-bottom: 4.5rem;
  /* keep Bootstrap .container side gutters — do not use padding shorthand */
  max-width: 920px;
}

.fc-home-brand {
  font-family: var(--heading-font);
  font-size: clamp(2.8rem, 8vw, 5.5rem);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 0.95;
  margin: 0 0 1.25rem;
  color: #fff;
  text-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
  animation: fcHeroRise 0.9s var(--fc-ease) both;
}

.fc-home-hero h1 {
  font-family: var(--heading-font);
  font-size: clamp(1.55rem, 3.4vw, 2.35rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.2;
  max-width: 18ch;
  margin: 0 0 1rem;
  color: #fff;
  animation: fcHeroRise 0.9s var(--fc-ease) 0.08s both;
}

.fc-home-lead {
  font-size: 1.08rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.82);
  max-width: 36rem;
  margin: 0 0 1.75rem;
  animation: fcHeroRise 0.9s var(--fc-ease) 0.14s both;
}

@keyframes fcHeroRise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

.fc-home-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1rem;
  animation: fcHeroRise 0.9s var(--fc-ease) 0.2s both;
}

.fc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.95rem 1.55rem;
  font-family: var(--default-font);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid transparent;
  transition: transform 0.35s var(--fc-ease), background 0.35s ease, color 0.35s ease, border-color 0.35s ease;
}

.fc-btn:hover {
  transform: translateY(-2px);
  text-decoration: none;
}

.fc-btn-primary {
  background: linear-gradient(135deg, var(--fc-amber), var(--fc-amber-bright));
  color: var(--fc-ink) !important;
}

.fc-btn-primary:hover {
  color: var(--fc-ink) !important;
  filter: brightness(1.05);
}

.fc-btn-ghost {
  background: transparent;
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.45);
}

.fc-btn-ghost:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.08);
  color: #fff !important;
}

.fc-btn-line {
  background: transparent;
  color: var(--fc-ink) !important;
  border-color: rgba(10, 14, 20, 0.2);
}

.fc-btn-line:hover {
  border-color: var(--fc-amber);
  color: var(--fc-ink) !important;
}

.fc-btn-block {
  width: 100%;
}

/* ----- Proof strip ----- */
.fc-home-proof {
  background: var(--fc-ink);
  color: rgba(255, 255, 255, 0.88);
  padding: 1.75rem 0;
  border-bottom: 1px solid rgba(245, 185, 66, 0.2);
}

.fc-home-proof-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

.fc-home-proof-list li {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.fc-home-proof-num {
  font-family: var(--heading-font);
  font-weight: 800;
  font-size: 1.35rem;
  letter-spacing: -0.03em;
  color: var(--fc-amber-bright);
}

.fc-home-proof-label {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.65);
}

/* ----- Shared section head ----- */
.fc-home-section-head {
  max-width: 640px;
  margin: 0 auto 3rem;
  text-align: center;
}

.fc-home .fc-eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--fc-amber);
  margin-bottom: 0.75rem;
}

.fc-eyebrow-light {
  color: var(--fc-amber-bright) !important;
}

.fc-home-section-head h2 {
  font-family: var(--heading-font);
  font-size: clamp(1.75rem, 3vw, 2.4rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--fc-ink);
  margin: 0 0 0.85rem;
}

.fc-home-section-head p {
  margin: 0;
  color: #5a6573;
  font-size: 1.05rem;
  line-height: 1.65;
}

.fc-home-section-cta {
  text-align: center;
  margin-top: 2.5rem;
}

/* ----- Featured work ----- */
.fc-home-work {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background:
    linear-gradient(180deg, #f7f8fa 0%, #fff 40%, #fff 100%);
}

.fc-home-work-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1rem;
}

.fc-home-work-item {
  position: relative;
  grid-column: span 4;
  display: block;
  overflow: hidden;
  border-radius: 6px;
  min-height: 280px;
  text-decoration: none;
  color: #fff;
  isolation: isolate;
}

.fc-home-work-item--lg {
  grid-column: span 8;
  min-height: 420px;
  grid-row: span 2;
}

.fc-home-work-item img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.85s var(--fc-ease);
}

.fc-home-work-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(10, 14, 20, 0.82) 100%);
  z-index: 1;
}

.fc-home-work-meta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 1.4rem 1.5rem;
}

.fc-home-work-meta h3 {
  font-family: var(--heading-font);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 0.25rem;
  color: #fff;
  position: relative;
  display: inline-block;
}

.fc-home-work-meta h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background: var(--fc-amber-bright);
  transition: width 0.45s var(--fc-ease);
}

.fc-home-work-meta span {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.72);
}

.fc-home-work-item:hover img {
  transform: scale(1.06);
}

.fc-home-work-item:hover .fc-home-work-meta h3::after {
  width: 100%;
}

/* ----- Services ----- */
.fc-home-services {
  padding-top: 4.5rem;
  padding-bottom: 4rem;
  background: #fff;
}

.fc-home-services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.15rem;
}

.fc-home-service {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  border-radius: 6px;
  overflow: hidden;
  background: #f7f8fa;
  border: 1px solid rgba(10, 14, 20, 0.06);
  transition: transform 0.4s var(--fc-ease), border-color 0.35s ease, box-shadow 0.4s ease;
}

.fc-home-service:hover {
  transform: translateY(-4px);
  border-color: rgba(232, 155, 30, 0.45);
  box-shadow: 0 16px 40px rgba(10, 14, 20, 0.08);
  text-decoration: none;
  color: inherit;
}

.fc-home-service img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 0.7s var(--fc-ease);
}

.fc-home-service:hover img {
  transform: scale(1.04);
}

.fc-home-service-body {
  padding: 1.15rem 1.2rem 1.35rem;
}

.fc-home-service-body h3 {
  font-family: var(--heading-font);
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--fc-ink);
  margin: 0 0 0.4rem;
}

.fc-home-service-body p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: #5a6573;
}

/* ----- Process ----- */
.fc-home-process {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  background:
    linear-gradient(160deg, #0f141c 0%, #161d28 55%, #1a222e 100%);
  color: #fff;
}

.fc-home-process .fc-home-section-head h2 {
  color: #fff;
}

.fc-home-process .fc-home-section-head p {
  color: rgba(255, 255, 255, 0.68);
}

.fc-home-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  counter-reset: none;
}

.fc-home-steps li {
  padding: 0;
  border-top: 1px solid rgba(245, 185, 66, 0.35);
  padding-top: 1.35rem;
}

.fc-home-step-num {
  display: block;
  font-family: var(--heading-font);
  font-weight: 800;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  color: var(--fc-amber-bright);
  margin-bottom: 0.85rem;
}

.fc-home-steps h3 {
  font-family: var(--heading-font);
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 0.55rem;
}

.fc-home-steps p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.68);
}

/* ----- Diaspora ----- */
.fc-home-diaspora {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
}

.fc-home-diaspora-bg {
  position: absolute;
  inset: 0;
}

.fc-home-diaspora-bg picture {
  display: block;
  width: 100%;
  height: 100%;
}

.fc-home-diaspora-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 25%;
}

.fc-home-diaspora-veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(10, 14, 20, 0.92) 0%, rgba(10, 14, 20, 0.72) 48%, rgba(10, 14, 20, 0.45) 100%);
}

.fc-home-diaspora-content {
  position: relative;
  z-index: 1;
  padding-top: 5rem;
  padding-bottom: 5rem;
  /* keep Bootstrap .container side gutters */
  max-width: 640px;
}

@media (max-width: 575px) {
  .fc-home .container {
    padding-left: max(1.15rem, env(safe-area-inset-left));
    padding-right: max(1.15rem, env(safe-area-inset-right));
  }

  .fc-home-diaspora {
    min-height: 0;
  }

  .fc-home-diaspora h2 {
    font-size: clamp(1.45rem, 6.5vw, 1.85rem);
  }

  .fc-home-diaspora .fc-home-cta {
    width: 100%;
  }

  .fc-home-diaspora .fc-btn {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}

.fc-home-diaspora h2 {
  font-family: var(--heading-font);
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #fff;
  margin: 0 0 1rem;
}

.fc-home-diaspora p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.05rem;
  line-height: 1.65;
  margin: 0 0 1.75rem;
}

/* ----- Voices ----- */
.fc-home-voices {
  padding-top: 5rem;
  padding-bottom: 4.5rem;
  background: #f7f8fa;
}

.fc-home-voices-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.fc-home-voice {
  margin: 0;
  padding: 1.75rem 1.6rem;
  background: #fff;
  border-radius: 6px;
  border-left: 3px solid var(--fc-amber);
}

.fc-home-voice p {
  font-size: 1.02rem;
  line-height: 1.65;
  color: #3a4553;
  margin: 0 0 1.25rem;
}

.fc-home-voice footer {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.fc-home-voice strong {
  font-family: var(--heading-font);
  font-weight: 700;
  color: var(--fc-ink);
}

.fc-home-voice span {
  font-size: 0.88rem;
  color: #7a8491;
}

/* ----- Book ----- */
.fc-home-book {
  padding-top: 3.5rem;
  padding-bottom: 4rem;
  background: #fff;
}

.fc-home-book-panel {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 2.5rem;
  align-items: center;
  padding: 2.75rem 3rem;
  background:
    linear-gradient(135deg, #121820 0%, #1a2330 55%, #1e2836 100%);
  border-radius: 10px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.fc-home-book-panel::before {
  content: "";
  position: absolute;
  inset: auto -20% -40% auto;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(232, 155, 30, 0.22), transparent 65%);
  pointer-events: none;
}

.fc-home-book-copy,
.fc-home-book-actions {
  position: relative;
  z-index: 1;
}

.fc-home-book-copy h2 {
  font-family: var(--heading-font);
  font-size: clamp(1.6rem, 2.8vw, 2.2rem);
  font-weight: 800;
  color: #fff;
  margin: 0 0 0.75rem;
}

.fc-home-book-copy > p {
  color: rgba(255, 255, 255, 0.72);
  margin: 0 0 1rem;
  line-height: 1.6;
}

.fc-home-book-phones {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
  align-items: center;
  font-family: var(--heading-font);
  font-weight: 700;
  font-size: 1.15rem;
}

.fc-home-book-phones a {
  color: var(--fc-amber-bright) !important;
  text-decoration: none;
}

.fc-home-book-phones a:hover {
  text-decoration: underline;
}

.fc-home-book-actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.fc-home-book-actions .fc-btn-line {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.35);
}

.fc-home-book-actions .fc-btn-line:hover {
  border-color: var(--fc-amber-bright);
  color: #fff !important;
}

.fc-home-book-link {
  text-align: center;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.55) !important;
  text-decoration: none;
}

.fc-home-book-link:hover {
  color: #fff !important;
}

/* ----- FAQ ----- */
.fc-home-faq {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background: #f7f8fa;
}

.fc-home-faq-list {
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.fc-home-faq-item {
  background: #fff;
  border-radius: 6px;
  border: 1px solid rgba(10, 14, 20, 0.08);
  padding: 0;
  overflow: hidden;
}

.fc-home-faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 1.15rem 1.35rem;
  font-family: var(--heading-font);
  font-weight: 700;
  font-size: 1.02rem;
  color: var(--fc-ink);
  position: relative;
  padding-right: 2.75rem;
}

.fc-home-faq-item summary::-webkit-details-marker {
  display: none;
}

.fc-home-faq-item summary::after {
  content: "+";
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.25rem;
  color: var(--fc-amber);
  font-weight: 500;
}

.fc-home-faq-item[open] summary::after {
  content: "–";
}

.fc-home-faq-item p {
  margin: 0;
  padding: 0 1.35rem 1.25rem;
  color: #5a6573;
  line-height: 1.65;
}

.fc-home-faq-item a {
  color: var(--fc-amber);
}

/* ----- Responsive ----- */
@media (max-width: 1199px) {
  .fc-home-work-item--lg {
    grid-column: span 12;
    grid-row: span 1;
    min-height: 360px;
  }
  .fc-home-work-item {
    grid-column: span 6;
  }
  .fc-home-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 991px) {
  .fc-home-proof-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .fc-home-steps {
    grid-template-columns: repeat(2, 1fr);
  }
  .fc-home-voices-grid {
    grid-template-columns: 1fr;
  }
  .fc-home-book-panel {
    grid-template-columns: 1fr;
    padding: 2rem 1.5rem;
  }
  .fc-home-hero-content {
    padding-top: 7rem;
    padding-bottom: 3.5rem;
  }
}

@media (max-width: 575px) {
  .fc-home-work-item {
    grid-column: span 12;
    min-height: 240px;
  }
  .fc-home-work-item--lg {
    min-height: 280px;
  }
  .fc-home-services-grid {
    grid-template-columns: 1fr;
  }
  .fc-home-steps {
    grid-template-columns: 1fr;
  }
  .fc-home-proof-list {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
  .fc-home-hero .container.fc-home-hero-content {
    padding-left: max(1.15rem, env(safe-area-inset-left));
    padding-right: max(1.15rem, env(safe-area-inset-right));
  }
  .fc-home-brand {
    font-size: clamp(2.1rem, 11vw, 2.85rem);
    letter-spacing: -0.03em;
    max-width: 100%;
    overflow-wrap: anywhere;
  }
  .fc-home-hero h1 {
    max-width: none;
    font-size: clamp(1.35rem, 5.5vw, 1.7rem);
  }
  .fc-home-lead {
    font-size: 0.98rem;
  }
  .fc-home-hero {
    min-height: 100svh;
    align-items: flex-end;
  }
  .fc-home-hero-img {
    object-fit: cover;
    object-position: center 28%;
    width: 100%;
    height: 100%;
  }
  .fc-home-cta {
    width: 100%;
  }
  .fc-home-cta .fc-btn {
    flex: 1 1 auto;
    justify-content: center;
    text-align: center;
  }
}

/* === About page work teaser === */
.fc-about-teaser {
  padding-top: 4.5rem;
  padding-bottom: 4rem;
  background:
    linear-gradient(180deg, #f7f8fa 0%, #fff 45%, #fff 100%);
}

.fc-about-teaser-head {
  max-width: 38rem;
  margin: 0 auto 2.25rem;
}

.fc-about-teaser-head h2 {
  margin-bottom: 0.65rem;
}

.fc-about-teaser-head p {
  margin: 0;
  color: var(--fc-muted, #5a6470);
}

.fc-about-teaser-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 0.85rem;
}

.fc-about-teaser-item {
  position: relative;
  grid-column: span 3;
  display: block;
  overflow: hidden;
  border-radius: 6px;
  min-height: 220px;
  text-decoration: none;
  color: #fff;
  isolation: isolate;
}

.fc-about-teaser-item--lg {
  grid-column: span 6;
  grid-row: span 2;
  min-height: 460px;
}

.fc-about-teaser-item img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.85s var(--fc-ease);
}

.fc-about-teaser-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(10, 14, 20, 0.78) 100%);
  z-index: 1;
}

.fc-about-teaser-cap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 1.1rem 1.2rem;
  font-family: var(--heading-font);
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.fc-about-teaser-item:hover img {
  transform: scale(1.05);
}

.fc-about-teaser-cta {
  margin-top: 2.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

@media (max-width: 991px) {
  .fc-about-teaser-item--lg {
    grid-column: span 12;
    grid-row: auto;
    min-height: 320px;
  }
  .fc-about-teaser-item {
    grid-column: span 6;
    min-height: 200px;
  }
}

@media (max-width: 575px) {
  .fc-about-teaser-item,
  .fc-about-teaser-item--lg {
    grid-column: span 12;
    min-height: 220px;
  }
  .fc-about-teaser-item--lg {
    min-height: 260px;
  }
}

/* ============================================================
   Corporate narrative — leadership, craft standards, direction
   ============================================================ */
.fc-corp-section {
  padding: 72px 0 88px;
  background:
    radial-gradient(ellipse 55% 45% at 8% 0%, rgba(232, 155, 30, 0.08), transparent 55%),
    radial-gradient(ellipse 40% 35% at 92% 100%, rgba(20, 27, 36, 0.04), transparent 50%),
    linear-gradient(180deg, #faf8f4 0%, #ffffff 45%, #f7f4ee 100%);
}

.fc-corp-section--ink {
  background:
    radial-gradient(ellipse 50% 40% at 85% 10%, rgba(232, 155, 30, 0.12), transparent 55%),
    linear-gradient(165deg, #0a0e14 0%, #141b24 55%, #1a222e 100%);
  color: rgba(255, 255, 255, 0.88);
}

.fc-corp-section--ink .fc-eyebrow {
  color: #e89b1e;
}

.fc-corp-section--ink h2,
.fc-corp-section--ink h3 {
  color: #fff;
}

.fc-corp-head {
  max-width: 720px;
  margin: 0 auto 2.5rem;
  text-align: center;
}

.fc-corp-head h2 {
  font-family: Syne, Outfit, sans-serif;
  font-weight: 800;
  letter-spacing: -0.02em;
  font-size: clamp(1.55rem, 3vw, 2.1rem);
  color: #0a0e14;
  margin: 0.35rem 0 0.75rem;
}

.fc-corp-head p {
  margin: 0;
  color: #3a4553;
  font-size: 1.02rem;
  line-height: 1.65;
}

.fc-corp-section--ink .fc-corp-head p {
  color: rgba(255, 255, 255, 0.72);
}

.fc-corp-lead {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #3a4553;
  margin: 0 0 1.1rem;
}

.fc-corp-principle {
  display: block;
  text-align: center;
  margin: 0 auto 2.25rem;
  max-width: 820px;
  padding: 1.15rem 1.5rem;
  background: linear-gradient(135deg, rgba(232, 155, 30, 0.14), rgba(245, 185, 66, 0.08));
  border-left: 4px solid #e89b1e;
  border-radius: 2px 6px 6px 2px;
  font-family: Syne, Outfit, sans-serif;
  font-weight: 700;
  font-size: clamp(1rem, 2vw, 1.2rem);
  letter-spacing: -0.01em;
  color: #0a0e14;
}

.fc-corp-profile {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.15fr);
  gap: 2.5rem;
  align-items: center;
  margin-bottom: 3.5rem;
}

.fc-corp-profile-media {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: #141b24;
}

.fc-corp-profile-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.fc-corp-profile-media::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 40%;
  background: linear-gradient(transparent, rgba(10, 14, 20, 0.55));
  pointer-events: none;
}

.fc-corp-profile-copy h3 {
  font-family: Syne, Outfit, sans-serif;
  font-weight: 800;
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  color: #0a0e14;
  margin: 0 0 0.35rem;
}

.fc-corp-profile-role {
  display: inline-block;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #e89b1e;
  margin-bottom: 1rem;
}

.fc-corp-markets {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
}

.fc-corp-markets li {
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(20, 24, 32, 0.14);
  background: #fff;
  font-size: 0.8rem;
  font-weight: 600;
  color: #2a313c;
}

.fc-corp-markets--on-dark {
  justify-content: center;
}

.fc-corp-markets--on-dark li {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
  color: #fff;
}

.fc-corp-intl {
  margin-bottom: 3.25rem;
}

.fc-corp-intl-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.fc-corp-intl-card {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid rgba(20, 24, 32, 0.08);
  box-shadow: 0 8px 28px rgba(10, 14, 20, 0.05);
}

.fc-corp-intl-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

.fc-corp-intl-card .fc-corp-intl-body {
  padding: 1rem 1.1rem 1.2rem;
}

.fc-corp-intl-card h4 {
  font-family: Syne, Outfit, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 0.35rem;
  color: #0a0e14;
}

.fc-corp-intl-card p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.55;
  color: #4a5563;
}

.fc-corp-skills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.fc-corp-skills li {
  font-size: 0.78rem;
  font-weight: 600;
  padding: 0.3rem 0.65rem;
  border-radius: 2px;
  background: rgba(232, 155, 30, 0.12);
  color: #5a3d0a;
}

.fc-corp-recognition {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.25rem;
  align-items: start;
  padding: 1.5rem 1.75rem;
  margin-bottom: 3.25rem;
  background: #fff;
  border: 1px solid rgba(232, 155, 30, 0.35);
  border-radius: 4px;
  box-shadow: 0 10px 32px rgba(10, 14, 20, 0.04);
}

.fc-corp-recognition-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #e89b1e, #f5b942);
  color: #0a0e14;
  font-size: 1.35rem;
  flex-shrink: 0;
}

.fc-corp-recognition h3 {
  font-family: Syne, Outfit, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 0 0.45rem;
  color: #0a0e14;
}

.fc-corp-recognition p {
  margin: 0;
  color: #3a4553;
  line-height: 1.6;
  font-size: 0.95rem;
}

.fc-corp-workforce {
  margin-bottom: 3rem;
}

.fc-corp-workforce .accordion-item {
  border: 1px solid rgba(20, 24, 32, 0.1);
  border-radius: 4px !important;
  margin-bottom: 0.55rem;
  overflow: hidden;
  background: #fff;
}

.fc-corp-workforce .accordion-button {
  font-family: Outfit, sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  color: #0a0e14;
  background: #fff;
  box-shadow: none;
  padding: 0.95rem 1.15rem;
}

.fc-corp-workforce .accordion-button:not(.collapsed) {
  background: rgba(232, 155, 30, 0.1);
  color: #0a0e14;
  box-shadow: none;
}

.fc-corp-workforce .accordion-button:focus {
  box-shadow: 0 0 0 0.15rem rgba(232, 155, 30, 0.25);
  border-color: transparent;
}

.fc-corp-workforce .accordion-button::after {
  filter: none;
}

.fc-corp-workforce .accordion-body {
  font-size: 0.92rem;
  line-height: 1.6;
  color: #3a4553;
  padding: 0 1.15rem 1.05rem;
}

.fc-corp-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0 0 1.25rem;
  padding: 0;
  list-style: none;
}

.fc-corp-pills li {
  padding: 0.35rem 0.75rem;
  font-size: 0.8rem;
  font-weight: 600;
  border-radius: 999px;
  background: #141b24;
  color: #fff;
}

.fc-corp-ahead {
  text-align: center;
  padding: 2rem 1.5rem;
  background: #141b24;
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.85);
}

.fc-corp-ahead h3 {
  font-family: Syne, Outfit, sans-serif;
  font-weight: 800;
  color: #fff;
  margin: 0 0 0.65rem;
  font-size: clamp(1.2rem, 2vw, 1.5rem);
}

.fc-corp-ahead p {
  max-width: 640px;
  margin: 0 auto 1rem;
  line-height: 1.65;
}

.fc-corp-values {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem 0.75rem;
  margin: 0 0 1.35rem;
  padding: 0;
  list-style: none;
  font-family: Syne, Outfit, sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.02em;
  color: #e89b1e;
}

.fc-corp-values li:not(:last-child)::after {
  content: "·";
  margin-left: 0.75rem;
  color: rgba(255, 255, 255, 0.35);
}

.fc-corp-rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 0 0 2.75rem;
  counter-reset: fc-rail;
}

.fc-corp-rail-item {
  position: relative;
  padding: 1.35rem 1.2rem 1.25rem;
  background: #fff;
  border: 1px solid rgba(20, 24, 32, 0.08);
  border-radius: 4px;
  box-shadow: 0 6px 22px rgba(10, 14, 20, 0.04);
  counter-increment: fc-rail;
}

.fc-corp-rail-item::before {
  content: counter(fc-rail, decimal-leading-zero);
  display: block;
  font-family: Syne, Outfit, sans-serif;
  font-weight: 800;
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  color: #e89b1e;
  margin-bottom: 0.55rem;
}

.fc-corp-rail-item h3 {
  font-family: Syne, Outfit, sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 0.4rem;
  color: #0a0e14;
}

.fc-corp-rail-item p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: #4a5563;
}

.fc-corp-identity {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.85rem;
  margin: 0 0 2.5rem;
}

.fc-corp-identity-card {
  padding: 1.25rem 1rem;
  background: #141b24;
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
}

.fc-corp-identity-card i {
  display: block;
  font-size: 1.45rem;
  color: #e89b1e;
  margin-bottom: 0.65rem;
}

.fc-corp-identity-card h3 {
  font-family: Syne, Outfit, sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 0.4rem;
}

.fc-corp-identity-card p {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.45;
}

.fc-corp-innovation {
  padding: 1.5rem 1.6rem;
  background: #fff;
  border-radius: 4px;
  border: 1px solid rgba(20, 24, 32, 0.08);
}

.fc-corp-innovation h3 {
  font-family: Syne, Outfit, sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
  color: #0a0e14;
}

.fc-corp-innovation > p {
  margin: 0 0 1rem;
  color: #3a4553;
  line-height: 1.6;
  font-size: 0.95rem;
}

.fc-corp-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fc-corp-tags li {
  padding: 0.35rem 0.7rem;
  font-size: 0.78rem;
  font-weight: 600;
  border-radius: 2px;
  background: rgba(20, 27, 36, 0.06);
  color: #2a313c;
}

.fc-corp-direction {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  margin: 1.75rem 0 1.75rem;
}

.fc-corp-direction-card {
  padding: 1.15rem 1.1rem;
  background: #fff;
  border-radius: 4px;
  border: 1px solid rgba(20, 24, 32, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.fc-corp-direction-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(10, 14, 20, 0.07);
}

.fc-corp-direction-card i {
  font-size: 1.25rem;
  color: #e89b1e;
  margin-bottom: 0.5rem;
  display: block;
}

.fc-corp-direction-card h3 {
  font-family: Syne, Outfit, sans-serif;
  font-size: 0.98rem;
  font-weight: 700;
  margin: 0 0 0.35rem;
  color: #0a0e14;
}

.fc-corp-direction-card p {
  margin: 0;
  font-size: 0.85rem;
  line-height: 1.5;
  color: #4a5563;
}

.fc-corp-commit-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem 1.25rem;
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
}

.fc-corp-commit-list li {
  display: flex;
  gap: 0.55rem;
  align-items: flex-start;
  font-size: 0.92rem;
  line-height: 1.45;
  color: #2a313c;
}

.fc-corp-commit-list i {
  color: #e89b1e;
  flex-shrink: 0;
  margin-top: 0.15rem;
}

.fc-corp-cta {
  padding: 3rem 0 0.5rem;
}

.fc-corp-cta-panel {
  padding: 2.25rem 1.75rem;
  border-radius: 4px;
  background:
    radial-gradient(ellipse 60% 80% at 100% 0%, rgba(232, 155, 30, 0.18), transparent 50%),
    linear-gradient(145deg, #0a0e14 0%, #141b24 100%);
  color: rgba(255, 255, 255, 0.85);
  text-align: center;
}

.fc-corp-cta-panel h2 {
  font-family: Syne, Outfit, sans-serif;
  font-weight: 800;
  color: #fff;
  font-size: clamp(1.4rem, 3vw, 1.9rem);
  margin: 0.35rem 0 0.75rem;
  letter-spacing: -0.02em;
}

.fc-corp-cta-panel > p {
  max-width: 640px;
  margin: 0 auto 1.35rem;
  line-height: 1.65;
}

.fc-corp-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
  margin-top: 1.35rem;
}

@media (max-width: 991px) {
  .fc-corp-profile {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  .fc-corp-profile-media {
    aspect-ratio: 16 / 11;
    max-height: 380px;
  }

  .fc-corp-intl-grid {
    grid-template-columns: 1fr;
  }

  .fc-corp-identity {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fc-corp-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fc-corp-direction {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .fc-corp-rail,
  .fc-corp-identity,
  .fc-corp-direction,
  .fc-corp-commit-list {
    grid-template-columns: 1fr;
  }

  .fc-corp-recognition {
    grid-template-columns: 1fr;
  }
}

/* Reduce motion */
@media (prefers-reduced-motion: reduce) {
  .fc-home-hero-img,
  .fc-home-brand,
  .fc-home-hero h1,
  .fc-home-lead,
  .fc-home-cta {
    animation: none !important;
  }
  .fc-home-hero-img--a {
    opacity: 1;
  }
  .fc-home-hero-img--b,
  .fc-home-hero-img--c,
  .fc-home-hero-img--d,
  .fc-home-hero-img--e {
    opacity: 0;
  }
  .fc-home-work-item img,
  .fc-home-service img,
  .fc-about-teaser-item img,
  .fc-btn {
    transition: none;
  }
}
